/external/cronet/base/containers/ |
D | README.md | 30 ### Usage advice 68 ### Map and set details 99 ### std::map and std::set 106 ### std::unordered\_map and std::unordered\_set 128 ### base::flat\_map and base::flat\_set 191 ### base::fixed\_flat\_map and base::fixed\_flat\_set 219 ### base::small\_map
|
/external/libchrome/base/containers/ |
D | README.md | 26 ### Usage advice 54 ### Map and set details 85 ### std::map and std::set 91 ### std::unordered\_map and std::unordered\_set 113 ### base::flat\_map and base::flat\_set 177 ### base::small\_map
|
/external/perfetto/ui/src/frontend/ |
D | keyboard_event_handler.ts | 35 const selection = globals.state.currentSelection; constant 56 const selection = globals.state.currentSelection; constant 58 const area = globals.state.areas[selection.areaId]; constant 208 const selection = globals.state.currentSelection; constant 236 const selectedArea = globals.state.areas[selection.areaId]; constant 242 const selectedNote = globals.state.notes[selection.id]; constant 279 const selection = globals.state.currentSelection; constant
|
D | track_group_panel.ts | 93 const selection = globals.state.currentSelection; constant 98 const selectedArea = globals.state.areas[selection.areaId]; constant 191 const selection = globals.state.currentSelection; constant 193 const selectedArea = globals.state.areas[selection.areaId]; constant
|
D | track_panel.ts | 59 const selection = globals.state.currentSelection; constant 61 const selectedArea = globals.state.areas[selection.areaId]; constant 366 const selection = globals.state.currentSelection; constant 371 const selectedArea = globals.state.areas[selection.areaId]; constant
|
D | viewer_page.ts | 48 const selection = globals.state.currentSelection; constant 157 const selection = globals.state.currentSelection; constant 208 const selection = globals.state.currentSelection; constant
|
D | flow_events_panel.ts | 41 const selection = globals.state.currentSelection; constant 126 const selection = globals.state.currentSelection; constant
|
/external/dagger2/javatests/dagger/android/support/functional/ |
D | TestContentProvider.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() 51 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 56 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/testing/ |
D | TestContentProvider1.java | 27 …public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String… in query() 43 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 48 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
D | TestContentProvider3And4.java | 29 Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) { in query() 45 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 50 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/ |
D | TestContentProvider1.java | 27 …public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String… in query() 43 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 48 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | MmsFileProvider.java | 41 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() 54 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 60 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ |
D | TelephonyTestProvider.java | 50 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() 69 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 75 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
D | ApiProvider.java | 74 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 94 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() 125 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
D | ScriptProvider.java | 66 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 92 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() 162 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | DatabaseContentProvider.java | 207 protected abstract int deleteInternal(final SQLiteDatabase db, Uri uri, String selection, in deleteInternal() 211 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 320 String selection, String[] selectionArgs, String sortOrder); in queryInternal() 323 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() 339 String selection, String[] selectionArgs); in updateInternal() 342 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
D | ContactDbUtil.java | 55 String selection = ContactsContract.Data.MIMETYPE + " = '" + Phone.CONTENT_ITEM_TYPE + "'"; in resetVtCapability() local 70 String selection = ContactsContract.Data.MIMETYPE + " = '" + Phone.CONTENT_ITEM_TYPE in updateVtCapability() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowContentProviderClient.java | 49 Uri url, String[] projection, String selection, String[] selectionArgs, String sortOrder) in query() 58 String selection, in query() 77 protected int delete(Uri url, String selection, String[] selectionArgs) throws RemoteException { in delete() 82 protected int update(Uri url, ContentValues values, String selection, String[] selectionArgs) in update()
|
D | ShadowAsyncQueryHandler.java | 29 int token, Object cookie, Uri uri, String selection, String[] selectionArgs) { in startDelete() 56 String selection, in startQuery() 74 String selection, in startUpdate()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAsyncQueryHandler.java | 29 int token, Object cookie, Uri uri, String selection, String[] selectionArgs) { in startDelete() 56 String selection, in startQuery() 74 String selection, in startUpdate()
|
D | ShadowContentProviderClient.java | 54 Uri url, String[] projection, String selection, String[] selectionArgs, String sortOrder) in query() 63 String selection, in query() 82 protected int delete(Uri url, String selection, String[] selectionArgs) throws RemoteException { in delete() 87 protected int update(Uri url, ContentValues values, String selection, String[] selectionArgs) in update()
|
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/ |
D | CursorLoaderTest.java | 18 String selection = "_id = ?"; in testGetters() local 39 String selection = "_id = ?"; in testSetters() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | AssetContentProvider.java | 61 Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) { in query() 100 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 105 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | AssetContentProvider.java | 61 Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) { in query() 100 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 105 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/ |
D | InterpreterProvider.java | 72 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 95 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() 118 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|