/packages/services/Car/car-lib/src/android/car/navigation/ |
CarNavigationInstrumentCluster.java | 2 * Copyright (C) 2016 The Android Open Source Project 33 @Retention(RetentionPolicy.SOURCE)
|
/packages/services/Car/car-support-lib/src/android/support/car/navigation/ |
CarNavigationInstrumentCluster.java | 2 * Copyright (C) 2016 The Android Open Source Project 35 @Retention(RetentionPolicy.SOURCE)
|
/external/selinux/checkpolicy/ |
policy_parse.y | 133 %token SOURCE 219 default_user_def : DEFAULT_USER names SOURCE ';' 224 default_role_def : DEFAULT_ROLE names SOURCE ';' 229 default_type_def : DEFAULT_TYPE names SOURCE ';' 234 default_range_def : DEFAULT_RANGE names SOURCE LOW ';' 236 | DEFAULT_RANGE names SOURCE HIGH ';' 238 | DEFAULT_RANGE names SOURCE LOW_HIGH ';' 596 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push 605 | SOURCE TYPE { if (insert_separator(1)) return -1; } names_push [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageManager.java | 2 * Copyright (C) 2006 The Android Open Source Project 136 @Retention(RetentionPolicy.SOURCE) 147 @Retention(RetentionPolicy.SOURCE) 164 @Retention(RetentionPolicy.SOURCE) 182 @Retention(RetentionPolicy.SOURCE) 189 @Retention(RetentionPolicy.SOURCE) 196 @Retention(RetentionPolicy.SOURCE) 203 @Retention(RetentionPolicy.SOURCE) 463 @Retention(RetentionPolicy.SOURCE) 577 @Retention(RetentionPolicy.SOURCE) [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/ |
BeanCopier.java | 44 public Object newInstance(String source, String target, boolean useConverter); 47 public static BeanCopier create(Class source, Class target, boolean useConverter) { 49 gen.setSource(source); 58 private static final Source SOURCE = new Source(BeanCopier.class.getName()); 59 private Class source; field in class:BeanCopier.Generator 64 super(SOURCE); 67 public void setSource(Class source) { 68 if(!Modifier.isPublic(source.getModifiers())){ [all...] |
BeanMap.java | 63 private static final Source SOURCE = new Source(BeanMap.class.getName()); 77 super(SOURCE);
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
KeyFactory.java | 121 private static final Source SOURCE = new Source(KeyFactory.class.getName()); 128 super(SOURCE);
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
Mixin.java | 96 private static final Source SOURCE = new Source(Mixin.class.getName()); 105 super(SOURCE);
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/ |
MethodDelegate.java | 151 private static final Source SOURCE = new Source(MethodDelegate.class.getName()); 163 super(SOURCE);
|
MulticastDelegate.java | 68 private static final Source SOURCE = new Source(MulticastDelegate.class.getName()); 81 super(SOURCE);
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/ |
ParallelSorter.java | 255 private static final Source SOURCE = new Source(ParallelSorter.class.getName()); 260 super(SOURCE);
|
/frameworks/base/core/java/android/webkit/ |
WebSettings.java | 2 * Copyright (C) 2007 The Android Open Source Project 124 @Retention(RetentionPolicy.SOURCE) [all...] |
/frameworks/base/location/java/android/location/ |
GnssNavigationMessage.java | 2 * Copyright (C) 2014 The Android Open Source Project 40 @Retention(RetentionPolicy.SOURCE) 95 @Retention(RetentionPolicy.SOURCE)
|
/frameworks/base/media/java/android/media/ |
MediaExtractor.java | 2 * Copyright (C) 2012 The Android Open Source Project 47 * from a data source. 78 * Sets the data source (MediaDataSource) to use. 88 * Sets the data source as a content Uri. 136 * Sets the data source (file-path or http URL) to use. 174 * Sets the data source (file-path or http URL) to use. 194 * Sets the data source (AssetFileDescriptor) to use. It is the caller's 214 * Sets the data source (FileDescriptor) to use. It is the caller's responsibility 224 * Sets the data source (FileDescriptor) to use. The FileDescriptor must be 248 * Count the number of tracks found in the data source [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
State.java | 2 * Copyright (C) 2013 The Android Open Source Project 54 @Retention(RetentionPolicy.SOURCE) 70 @Retention(RetentionPolicy.SOURCE)
|
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/ |
MusicProvider.java | 54 private static String SOURCE = "source"; 101 String source = music.getString(SOURCE); local 103 if (!source.startsWith("http")) { 104 source = path + source; 114 mMusicList.add(new MusicTrack(title, album, artist, genre, source,
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBar.java | 2 * Copyright (C) 2012 The Android Open Source Project 92 @Retention(RetentionPolicy.SOURCE) 143 @Retention(RetentionPolicy.SOURCE) [all...] |
/external/libpcap/msdos/ |
makefile | 24 SOURCE = grammar.c scanner.c bpf_filt.c bpf_imag.c bpf_dump.c \
29 BORLAND_OBJ = $(SOURCE:.c=.obj) msdos\pkt_rx0.obj msdos\ndis_0.obj
31 HIGHC_OBJ = $(SOURCE:.c=.o32) msdos\pkt_rx0.o32
|
/frameworks/base/core/java/android/service/voice/ |
AlwaysOnHotwordDetector.java | 2 * Copyright (C) 2014 The Android Open Source Project 89 @Retention(RetentionPolicy.SOURCE) 118 @Retention(RetentionPolicy.SOURCE) 152 @Retention(RetentionPolicy.SOURCE)
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/ |
MpegTsPlayer.java | 2 * Copyright (C) 2015 The Android Open Source Project 96 @Retention(RetentionPolicy.SOURCE) 109 @Retention(RetentionPolicy.SOURCE) 117 @Retention(RetentionPolicy.SOURCE) 203 public void prepare(MediaDataSource source) { 213 mRendererBuilder.buildRenderers(this, source, mBuilderCallback);
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioRecordNative.java | 2 * Copyright (C) 2015 The Android Open Source Project 35 @Retention(RetentionPolicy.SOURCE)
|
AudioTrackNative.java | 2 * Copyright (C) 2015 The Android Open Source Project 35 @Retention(RetentionPolicy.SOURCE)
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
GenericTranscodeRequest.java | 107 .diskCacheStrategy(DiskCacheStrategy.SOURCE)
|
/frameworks/base/core/java/android/app/ |
StatusBarManager.java | 2 * Copyright (C) 2007 The Android Open Source Project 80 @Retention(RetentionPolicy.SOURCE)
|
/frameworks/base/core/java/android/app/admin/ |
SystemUpdatePolicy.java | 2 * Copyright (C) 2015 The Android Open Source Project 45 @Retention(RetentionPolicy.SOURCE) 221 public SystemUpdatePolicy createFromParcel(Parcel source) { 223 policy.mPolicyType = source.readInt(); 224 policy.mMaintenanceWindowStart = source.readInt(); 225 policy.mMaintenanceWindowEnd = source.readInt();
|