Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 91) sorted by relevance

1234

/cts/tools/dasm/src/java_cup/
Dsymbol_set.java120 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()
Dlalr_item_set.java148 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/
DListenerTest.java91 if (!mExArgList.remove(arg)) { in check()
139 if (!mExArgList.remove(arg)) { in receiveCallback()
/cts/tests/tests/content/src/android/content/cts/
DContentValuesTest.java159 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()
DMockReceiver.java41 map.remove(RESULT_EXTRAS_REMOVE_KEY); in onReceive()
DSharedPreferencesTest.java213 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/
Dsplay.js117 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/
DCtsHostStore.java49 return mMap.remove(generateTestKey(deviceSerial, abi, classMethodName)); in removeCtsResult()
/cts/common/util/src/com/android/compatibility/common/util/
DMetricsStore.java50 return mMap.remove(generateTestKey(deviceSerial, abi, classMethodName)); in removeResult()
/cts/tools/signature-tools/src/signature/converter/dex/
DDexFactory.java49 it.remove(); in loadApi()
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DActivityResultMultiplexedLatch.java106 entry = mActivityEntries.remove(requestCode); in onActivityResult()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java155 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/
DArraySetTest.java225 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);
DArrayMapTest.java354 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);
DLongSparseArrayTest.java89 sparseArray.remove(KEYS[2]); in testSparseArrayWithDefaultCapacity()
154 sparseArray.remove(KEYS[2]); in testSparseArrayWithSpecifiedCapacity()
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechWrapper.java214 while (!mCompletedUtterances.remove(utteranceId)) { in waitForComplete()
231 while (!mStoppedUtterances.remove(utteranceId)) { in waitForStop()
/cts/tests/tests/widget/src/android/widget/cts/
DArrayAdapterTest.java333 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/
Djava_cup.jar ... java_cup.lalr_item) throws java_cup.internal_error public void remove (java_cup.lalr_item) throws java_cup.internal_error public ...
Djava_cup-new.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...
Djava_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/
Dcob_exporter.py72 bpy.types.INFO_MT_file_export.remove(menu_func)
/cts/tools/utils/
Dandroid_api_description_splitter.py112 children.remove(child)
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DResultFilter.java117 mRemainingTests.remove(test); in removeExecutedTest()
/cts/tests/tests/webkit/src/android/webkit/cts/
DGeolocationTest.java168 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/
DTextUtils_SimpleStringSplitterTest.java103 simpleStringSplitter.remove(); in testRemove()

1234