/development/samples/SimpleJNI/src/com/example/android/simplejni/ |
D | SimpleJNI.java | 42 static native int add(int a, int b); in add() method in Native
|
/development/tools/axl/ |
D | chewie.py | 20 def add(self, url, time): member in Queue
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | LabelMaker.java | 142 public int add(GL10 gl, String text, Paint textPaint) { in add() method in LabelMaker 154 public int add(GL10 gl, Drawable background, String text, Paint textPaint) { in add() method in LabelMaker 162 public int add(GL10 gl, Drawable drawable, int minWidth, int minHeight) { in add() method in LabelMaker 174 public int add(GL10 gl, Drawable background, String text, Paint textPaint, in add() method in LabelMaker
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | BatchOperation.java | 52 public void add(ContentProviderOperation cpo) { in add() method in BatchOperation
|
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/ |
D | EventScheduler.java | 82 public void add(SchedulableEvent event) { in add() method in EventScheduler.FastEventQueue 154 public void add(SchedulableEvent event) { in add() method in EventScheduler
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/ |
D | EventScheduler.java | 82 public void add(SchedulableEvent event) { in add() method in EventScheduler.FastEventQueue 154 public void add(SchedulableEvent event) { in add() method in EventScheduler
|
/development/samples/SimpleJNI/jni/ |
D | native.cpp | 25 add(JNIEnv *env, jobject thiz, jint a, jint b) { in add() function
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | List8.java | 66 Button add = (Button) findViewById(R.id.add); in onCreate() local
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | SessionManager.java | 106 public PlaylistItem add(Uri uri, String mime) { in add() method in SessionManager 110 public PlaylistItem add(Uri uri, String mime, PendingIntent receiver) { in add() method in SessionManager
|
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/ |
D | ScanResultAdapter.java | 108 public void add(ScanResult scanResult) { in add() method in ScanResultAdapter
|
/development/tools/logblame/ |
D | analyze_logs.py | 30 def add(self, key, logLine): member in Stats
|
/development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/ |
D | SampleGridPagerAdapter.java | 145 public void add(Fragment f) { in add() method in SampleGridPagerAdapter.Row
|
/development/ndk/platforms/android-9/include/linux/ |
D | sysdev.h | 39 int (*add)(struct sys_device *); member
|
D | device.h | 158 int (*add) (struct class_device *, struct class_interface *); member
|
/development/vndk/tools/definition-tool/tests/ |
D | test_tagged_dict.py | 377 def add(self, path): member in MockELFGraph
|
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/ |
D | AttractionsGridPagerAdapter.java | 276 void add(View newView) { in add() method in AttractionsGridPagerAdapter.DelayedHide
|
/development/ndk/platforms/android-21/include/linux/ |
D | rds.h | 182 uint64_t add; member 194 uint64_t add; member
|
/development/vndk/tools/abi-tool/ |
D | vndk_abi_tool.py | 95 def add(self, arch, gcc_arch, gcc_prefix, gcc_version, lib_dir_name): member in TargetRegistry
|
/development/ndk/platforms/android-9/include/linux/mtd/ |
D | mtd.h | 143 void (*add)(struct mtd_info *mtd); member
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 625 def add(self, tag, lib): member in TaggedDict 716 def add(self, tag, path): member in TaggedPathDict 962 def add(self, path, lib): member in ELFLibDict 1774 def add(self, path, elf): member in GenericRefs
|