/cts/tools/dasm/src/java_cup/ |
D | symbol_set.java | 120 public void remove(symbol sym) throws internal_error in remove() method in symbol_set 123 _all.remove(sym.name()); in remove() 150 public void remove(symbol_set other) throws internal_error in remove() method in symbol_set 156 remove((symbol)e.nextElement()); in remove()
|
D | lalr_item_set.java | 148 public void remove(lalr_item itm) throws internal_error in remove() method in lalr_item_set 156 _all.remove(itm); in remove() 179 public void remove(lalr_item_set other) throws internal_error in remove() method in lalr_item_set 185 remove((lalr_item)e.nextElement()); in remove() 200 remove(result); in get_one()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | ListenerTest.java | 91 if (!mExArgList.remove(arg)) { in check() 139 if (!mExArgList.remove(arg)) { in receiveCallback()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentValuesTest.java | 159 mContentValues.remove("Short"); in testHashCode() 414 mContentValues.remove("Integer"); in testRemove() 417 mContentValues.remove("Double"); in testRemove() 420 mContentValues.remove("Boolean"); in testRemove() 423 mContentValues.remove("Float"); in testRemove() 427 mContentValues.remove(null); in testRemove()
|
D | MockReceiver.java | 41 map.remove(RESULT_EXTRAS_REMOVE_KEY); in onReceive()
|
D | SharedPreferencesTest.java | 213 editor.remove("not-exist-key"); in testRedundantRemove() 257 editor.remove(key); in testTorture() 258 expectedMap.remove(key); in testTorture()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | splay.js | 117 if (greatest == null) splayTree.remove(key); 118 else splayTree.remove(greatest.key); 193 SplayTree.prototype.remove = function(key) { method in SplayTree
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/util/ |
D | CtsHostStore.java | 49 return mMap.remove(generateTestKey(deviceSerial, abi, classMethodName)); in removeCtsResult()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | MetricsStore.java | 50 return mMap.remove(generateTestKey(deviceSerial, abi, classMethodName)); in removeResult()
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
D | DexFactory.java | 49 it.remove(); in loadApi()
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
D | ActivityResultMultiplexedLatch.java | 106 entry = mActivityEntries.remove(requestCode); in onActivityResult()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockInCallService.java | 155 mVideoCallCallbacks.remove(call); in saveVideoCall() 196 mConferenceCalls.remove(call); in onCallRemoved() 198 mCalls.remove(call); in onCallRemoved()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | ArraySetTest.java | 225 boolean hashRemoved = hashSet.remove(key); in testBasicArraySet() 226 boolean arrayRemoved = arraySet.remove(key); in testBasicArraySet() 259 it.remove(); in testBasicArraySet() 310 set1.remove(0); 326 set.remove(3);
|
D | ArrayMapTest.java | 354 oldHash = hashMap.remove(key); in testBasicArrayMap() 355 oldArray = arrayMap.remove(key); in testBasicArrayMap() 356 bundle.remove(strKey); in testBasicArrayMap() 400 it.remove(); in testBasicArrayMap() 451 map1.remove(0);
|
D | LongSparseArrayTest.java | 89 sparseArray.remove(KEYS[2]); in testSparseArrayWithDefaultCapacity() 154 sparseArray.remove(KEYS[2]); in testSparseArrayWithSpecifiedCapacity()
|
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
D | TextToSpeechWrapper.java | 214 while (!mCompletedUtterances.remove(utteranceId)) { in waitForComplete() 231 while (!mStoppedUtterances.remove(utteranceId)) { in waitForStop()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ArrayAdapterTest.java | 333 mArrayAdapter.remove(STR1); in testRemove() 344 mArrayAdapter.remove(STR1); in testRemove() 351 mArrayAdapter.remove(STR2); in testRemove() 357 mArrayAdapter.remove(STR2); in testRemove()
|
/cts/tools/dasm/etc/ |
D | java_cup.jar | ... java_cup.lalr_item) throws java_cup.internal_error
public void remove (java_cup.lalr_item) throws java_cup.internal_error
public ... |
D | java_cup-new.jar | META-INF/
META-INF/MANIFEST.MF
java_cup/
java_cup/runtime/
java_cup/ ... |
D | java_cup.jar.old | ... java_cup.lalr_item) throws java_cup.internal_error
public void remove (java_cup.lalr_item) throws java_cup.internal_error
public ... |
/cts/suite/cts/deviceTests/opengl/ |
D | cob_exporter.py | 72 bpy.types.INFO_MT_file_export.remove(menu_func)
|
/cts/tools/utils/ |
D | android_api_description_splitter.py | 112 children.remove(child)
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | ResultFilter.java | 117 mRemainingTests.remove(test); in removeExecutedTest()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | GeolocationTest.java | 168 mProviders.remove(provider); in setUp() 439 acceptedOrigins.remove(URL_1); in testSimpleGeolocationRequestAcceptAlways() 460 acceptedOrigins.remove(URL_2); in testGeolocationPermissions() 484 acceptedOrigins.remove(URL_2); in testGeolocationPermissions()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtils_SimpleStringSplitterTest.java | 103 simpleStringSplitter.remove(); in testRemove()
|