Home
last modified time | relevance | path

Searched defs:add (Results 1 – 20 of 20) sorted by relevance

/development/tools/winscope/src/common/store/
Dstore.ts26 add(key: string, value: string): void; method
Dpersistent_store.ts23 add(key: string, value: string) { method in PersistentStore
Din_memory_storage.ts31 add(key: string, value: string): void { method in InMemoryStorage
/development/tools/winscope/src/common/
Duser_notifier.ts26 static add(notification: UserNotification): typeof UserNotifier { method in UserNotifier
/development/samples/SimpleJNI/src/com/example/android/simplejni/
DSimpleJNI.java42 static native int add(int a, int b); in add() method in Native
/development/tools/axl/
Dchewie.py20 def add(self, url, time): member in Queue
/development/samples/SimpleJNI/jni/
Dnative.cpp31 add(JNIEnv* /*env*/, jobject /*thiz*/, jint a, jint b) { in add() function
40 {"add", "(II)I", (void*)add }, in add() method
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DBatchOperation.java52 public void add(ContentProviderOperation cpo) { in add() method in BatchOperation
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java142 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/browseable/MidiScope/src/com.example.android.common.midi/
DEventScheduler.java82 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/MidiSynth/src/com.example.android.common.midi/
DEventScheduler.java82 public void add(SchedulableEvent event) { in add() method in EventScheduler.FastEventQueue
154 public void add(SchedulableEvent event) { in add() method in EventScheduler
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/
DHistory.java59 public void add(String item) { in add() method in History
/development/tools/repo_diff/service/repodiff/interactors/
Dstrings.go40 func SetSubtract(add, negate []string) []string { argument
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList8.java66 Button add = (Button) findViewById(R.id.add); in onCreate() local
/development/tools/winscope/src/common/time/
Dtime.ts67 add(n: bigint): Timestamp { method in Timestamp
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DSessionManager.java106 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/
DScanResultAdapter.java108 public void add(ScanResult scanResult) { in add() method in ScanResultAdapter
/development/tools/logblame/
Danalyze_logs.py30 def add(self, key, logLine): member in Stats
/development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
DSampleGridPagerAdapter.java145 public void add(Fragment f) { in add() method in SampleGridPagerAdapter.Row
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java276 void add(View newView) { in add() method in AttractionsGridPagerAdapter.DelayedHide