Source
stringclasses
1 value
Date
int32
2.01k
2.01k
Text
stringlengths
3
15.9M
Token_count
int32
1
2.44M
github-java-corpus
2,012
package org.fam.jsf.bean; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.annotation.PostConstruct; import javax.enterprise.context.SessionScoped; import javax.inject.Named; import java.io.Serializable; import java.util.List; /** * Created by IntelliJ IDEA. * User: mask_hot * Date: 28/01/12 ...
347
github-java-corpus
2,012
package org.fam.jsf.bean; import java.io.Serializable; /** * Created by IntelliJ IDEA. * User: mask_hot * Date: 27/01/12 * Time: 21:23 * To change this template use File | Settings | File Templates. */ public class Theme implements Serializable { private String name; private String image; public ...
178
github-java-corpus
2,012
package org.fam.jsf.bean; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamUserSeason; import org.fam.ejb.session.FamUserSeasonFacade; import org.fam.jsf.bean.util.JsfUtil; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.enterprise.context.Se...
1,302
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.bean; import lombok.Getter; import lombok.Setter; import org.fam.ejb.model.FamAnswer; import org.fam.ejb.model.FamPlayer; import javax.enterprise.inject.Model; /** * @author mask_hot */ @Model @G...
101
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.bean; import javax.enterprise.inject.Model; import javax.validation.constraints.NotNull; import java.io.Serializable; /** * @author mask_hot */ @Model public class LoginBean implements Serializabl...
140
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.bean; import lombok.Data; import org.fam.ejb.model.FamFormationItem; import org.fam.ejb.model.FamPlayer; import javax.enterprise.inject.Model; /** * @author mask_hot */ @Model @Data public class ...
103
github-java-corpus
2,012
package org.fam.jsf.bean; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamMatchTeam; import org.fam.ejb.session.FamMatchTeamFacade; import org.fam.jsf.bean.util.JsfUtil; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.enterprise.context.Sess...
1,302
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package org.fam.jsf.bean; import org.fam.common.cdi.LoggedIn; import org.fam.common.cdi.Player; import org.fam.ejb.model.FamAnswer; import org.fam.ejb.model.FamEvent; import org.fam.ejb.model.FamPlayer; import org.fam.e...
1,120
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.bean; import org.fam.ejb.model.FamPlayer; import org.fam.ejb.session.FamPlayerFacade; import org.primefaces.model.SelectableDataModel; import javax.ejb.EJB; import javax.faces.model.ListDataModel; i...
273
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.common; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.faces.event.PhaseEvent; import javax.faces.event.PhaseId; import javax.faces.event.PhaseListener; /** * @author mask_h...
243
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.common; import javax.faces.event.PhaseId; import java.io.Serializable; /** * @author mask_hot */ public class PhaseBean implements Serializable { private transient PhaseId currentPhaseId; ...
111
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.common; import org.fam.common.log.LogUtil; import javax.faces.application.FacesMessage; import javax.faces.component.UIComponent; import javax.faces.component.UIInput; import javax.faces.context.Fac...
373
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.common; import javax.faces.application.Application; import javax.faces.application.FacesMessage; import javax.faces.application.FacesMessage.Severity; import javax.faces.component.UIComponent; import...
600
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamState; import org.fam.ejb.session.FamStateFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; imp...
341
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamFormation; import org.fam.ejb.model.FamFormationItem; import org.fam.ejb.model.FamTypMatch; import org.fam.ejb.session.FamFormationFacade; import org.fam.jsf.bean.CanvasFormationItem; import org.primefaces.event.DragDropEven...
2,009
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamMatchPlayer; import org.fam.ejb.session.FamMatchPlayerFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.Vie...
337
github-java-corpus
2,012
package org.fam.jsf.controller; import lombok.Getter; import lombok.Setter; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamAnswer; import org.fam.ejb.model.FamPlayer; import org.fam.ejb.model.FamWorkout; import org.fam.ejb.session.FamAnswerFacade; import org.fam.ejb.session.FamWorkoutFacade; import org...
1,906
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamGroup; import org.fam.ejb.session.FamGroupFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.enterprise.context.SessionScoped; import javax.faces.component....
566
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamTypCard; import org.fam.ejb.session.FamTypCardFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped;...
679
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamUser; import org.fam.ejb.session.FamUserFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; impor...
333
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.primefaces.event.FileUploadEvent; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.enterprise.context...
549
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamGoal; import org.fam.ejb.session.FamGoalFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; impor...
655
github-java-corpus
2,012
package org.fam.jsf.controller; import com.google.code.geocoder.Geocoder; import com.google.code.geocoder.GeocoderRequestBuilder; import com.google.code.geocoder.model.GeocodeResponse; import com.google.code.geocoder.model.GeocoderRequest; import com.google.code.geocoder.model.GeocoderResult; import org.fam.common.log...
1,269
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamTypPlace; import org.fam.ejb.session.FamTypPlaceFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScope...
353
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamUser; import org.fam.ejb.session.FamUserFacade; import org.fam.jsf.bean.Login; import org.openid4java.OpenIDException; impor...
2,377
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamTypCompetition; import org.fam.ejb.session.FamTypCompetitionFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.be...
370
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamTypMatch; import org.fam.ejb.session.FamTypMatchFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScope...
353
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamTypAnswer; import org.fam.ejb.session.FamTypAnswerFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewSco...
353
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamComment; import org.fam.ejb.session.FamCommentFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.enterprise.context.SessionScoped; import javax.faces.compon...
557
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.ejb.model.FamSeasonCompetition; import org.fam.ejb.model.FamTeam; import org.fam.ejb.session.FamFixtureFacade; import org.fam.ejb.session.FamSeasonCompetitionFacade; import org.fam.jsf.bean.util.JsfUtil; import org.fam.jsf.cache.CacheBean; import org.fam.jsf.cache.CachePl...
1,342
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamProfile; import org.fam.ejb.session.FamProfileFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.enterprise.context.SessionScoped; import javax.faces.compon...
557
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamTypCardFinescale; import org.fam.ejb.session.FamTypCardFinescaleFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.face...
760
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamFixture; import org.fam.ejb.model.FamSeasonCompetition; import org.fam.ejb.session.FamFixtureFacade; import org.fam.jsf.bean.util.JsfUtil; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import ja...
962
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamAbsence; import org.fam.ejb.session.AbstractFacade; import org.fam.ejb.session.FamAbsenceFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.Manag...
686
github-java-corpus
2,012
package org.fam.jsf.controller; import com.ocpsoft.pretty.faces.annotation.URLAction; import com.ocpsoft.pretty.faces.annotation.URLActions; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamTeam; import org.fam.ejb.session.FamTeamFacade; import javax.annotation.PostConstruct; import javax.annotation.Pre...
1,078
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamScale; import org.fam.ejb.session.FamScaleFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; imp...
336
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.controller; import org.fam.ejb.model.FamPlayer; import org.fam.ejb.model.FamUser; import org.fam.ejb.session.FamPlayerFacade; import javax.ejb.EJB; import javax.enterprise.context.SessionScoped; imp...
346
github-java-corpus
2,012
package org.fam.jsf.controller; import lombok.Getter; import lombok.Setter; import org.fam.common.cdi.LoggedIn; import org.fam.common.cdi.Player; import org.fam.common.log.LogUtil; import org.fam.ejb.model.*; import org.fam.ejb.session.*; import org.fam.jsf.bean.CanvasFormationItem; import org.fam.jsf.bean.FamPlayerDa...
3,844
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamEventStatus; import org.fam.ejb.session.FamEventStatusFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.Vie...
373
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamTypEvent; import org.fam.ejb.session.FamTypEventFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScope...
353
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamCountry; import org.fam.ejb.session.FamCountryFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped;...
341
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamAnswer; import org.fam.ejb.session.FamAnswerFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; i...
652
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamPosition; import org.fam.ejb.session.FamPositionFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScope...
265
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamSeason; import org.fam.ejb.session.FamSeasonFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; i...
355
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamCard; import org.fam.ejb.session.FamCardFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; impor...
655
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamCity; import org.fam.ejb.session.FamCityFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; impor...
341
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.controller; import org.fam.ejb.model.FamEntity; import org.fam.ejb.session.AbstractFacade; import org.fam.jsf.bean.util.JsfUtil; import org.fam.jsf.common.AbstractBackingBean; import org.primefaces.e...
1,761
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamEvent; import org.fam.ejb.session.FamEventFacade; import org.joda.time.DateTime; import org.primefaces.event.DateSelectEvent...
1,265
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamTypAbsence; import org.fam.ejb.session.FamTypAbsenceFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewS...
706
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamCompetitionTeam; import org.fam.ejb.session.FamCompetitionTeamFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.enterprise.context.SessionScoped; import ja...
597
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.cdi.LoggedIn; import org.fam.common.cdi.Player; import org.fam.ejb.model.*; import org.fam.ejb.session.FamAnswerFacade; import org.fam.ejb.session.FamEventFacade; import org.fam.jsf.bean.util.JsfUtil; import org.fam.jsf.cache.CacheBean; import org.fam.jsf.cache.Cac...
2,568
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamOrganization; import org.fam.ejb.session.FamOrganizationFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.V...
336
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.interceptor.AuditInterceptor; import org.fam.common.interceptor.LoggingInterceptor; import org.fam.common.log.LogUtil; import org.fam.ejb.model.*; import org.fam.ejb.session.FamPlayerFacade; import org.fam.jsf.bean.util.JsfUtil; import org.fam.jsf.cache.CacheBean; ...
2,245
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamClub; import org.fam.ejb.session.FamClubFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; impor...
935
github-java-corpus
2,012
package org.fam.jsf.controller; import org.fam.common.log.LogUtil; import org.fam.ejb.model.FamProvince; import org.fam.ejb.session.FamProvinceFacade; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScope...
341
github-java-corpus
2,012
/* * Copyright (C) 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
732
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3,557
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
392
github-java-corpus
2,012
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
194
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
2,160
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3,010
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
11,829
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
731
github-java-corpus
2,012
/* * Copyright (C) 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
257
github-java-corpus
2,012
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
828
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
459
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
635
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
2,961
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
70,392
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
955
github-java-corpus
2,012
/* * Copyright (C) 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
1,863
github-java-corpus
2,012
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
5,738
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
4,481
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
580
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
1,298
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
397
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
2,488
github-java-corpus
2,012
/* * Copyright (C) 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
256
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
565
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
15,005
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
1,278
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
285
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
956
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
2,300
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
240,146
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
804
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
880
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
4,465
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
1,285
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
1,073
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3,902
github-java-corpus
2,012
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
758
github-java-corpus
2,012
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
317
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
1,047
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
6,078
github-java-corpus
2,012
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
495
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
1,044
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
498
github-java-corpus
2,012
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
8,444
github-java-corpus
2,012
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
1,362