Searched refs:remove (Results 1 - 25 of 59) sorted by relevance

123

/cts/tests/src/android/content/cts/
H A DMockReceiver.java34 public static final String RESULT_EXTRAS_REMOVE_KEY = "remove";
35 public static final String RESULT_EXTRAS_REMOVE_VALUE = "remove value";
41 map.remove(RESULT_EXTRAS_REMOVE_KEY);
/cts/tools/dasm/src/java_cup/
H A Dsymbol_set.java120 public void remove(symbol sym) throws internal_error method in class:symbol_set
123 _all.remove(sym.name());
150 public void remove(symbol_set other) throws internal_error method in class:symbol_set
156 remove((symbol)e.nextElement());
H A Dlalr_item_set.java146 * @param itm the item to remove.
148 public void remove(lalr_item itm) throws internal_error method in class:lalr_item_set
155 /* remove it from hash table implementing set */
156 _all.remove(itm);
177 * @param other the set to remove.
179 public void remove(lalr_item_set other) throws internal_error method in class:lalr_item_set
185 remove((lalr_item)e.nextElement());
200 remove(result);
H A Dterminal_set.java153 public void remove(terminal sym) method in class:terminal_set
/cts/tests/tests/holo/src/android/holo/cts/
H A DAllThemesIterator.java65 public void remove() { method in class:AllThemesIterator
H A DSingleLayoutIterator.java60 public void remove() { method in class:SingleLayoutIterator
H A DSingleThemeIterator.java61 public void remove() { method in class:SingleThemeIterator
H A DSingleThemeLayoutIterator.java58 public void remove() { method in class:SingleThemeLayoutIterator
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
H A DListenerTest.java91 if (!mExArgList.remove(arg)) {
139 if (!mExArgList.remove(arg)) {
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
H A DApiPackage.java82 it.remove();
/cts/tools/signature-tools/src/signature/converter/dex/
H A DDexFactory.java49 it.remove();
/cts/tests/tests/content/src/android/content/cts/
H A DContentValuesTest.java159 mContentValues.remove("Short");
414 mContentValues.remove("Integer");
417 mContentValues.remove("Double");
420 mContentValues.remove("Boolean");
423 mContentValues.remove("Float");
426 // remove null
427 mContentValues.remove(null);
H A DSharedPreferencesTest.java205 editor.remove("not-exist-key");
249 editor.remove(key);
250 expectedMap.remove(key);
/cts/tools/utils/
H A Dandroid_api_description_splitter.py77 # 3. Currently will remove all the doc element. - workaround for jdiff xml
112 children.remove(child)
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
H A Dsplay.js117 if (greatest == null) splayTree.remove(key);
118 else splayTree.remove(greatest.key);
190 * @param {number} key Key to find and remove from the tree.
193 SplayTree.prototype.remove = function(key) {
/cts/tests/tests/text/src/android/text/cts/
H A DTextUtils_SimpleStringSplitterTest.java103 simpleStringSplitter.remove();
/cts/tests/tests/widget/src/android/widget/cts/
H A DArrayAdapterTest.java309 * remove first one if duplicated string in the array
316 // remove the not exist one
319 // remove the item not exist also notify change
320 mArrayAdapter.remove(STR1);
331 mArrayAdapter.remove(STR1);
338 mArrayAdapter.remove(STR2);
340 // remove the first one if dumplicated
344 mArrayAdapter.remove(STR2);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
H A DResultFilter.java124 mRemainingTestsMap.get(mCurrentTestRun).remove(test);
/cts/tests/tests/util/src/android/util/cts/
H A DSparseArrayTest.java85 sparseArray.remove(KEYS[2]);
150 sparseArray.remove(KEYS[2]);
/cts/tools/dasm/etc/
H A Djava_cup-new.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/runtime/symbol.class symbol. ...
H A Djava_cup.jar ... add (java_cup.lalr_item) throws java_cup.internal_error public void remove (java_cup.lalr_item) throws java_cup.internal_error public void add ...
H A Djava_cup.jar.old ... add (java_cup.lalr_item) throws java_cup.internal_error public void remove (java_cup.lalr_item) throws java_cup.internal_error public void add ...
/cts/tests/tests/os/src/android/os/cts/
H A DBundleTest.java712 // test the size should be right after add/remove key-value pair of the Bundle.
727 mBundle.remove("six");
730 mBundle.remove("one");
732 mBundle.remove("one");
735 mBundle.remove("two");
738 mBundle.remove("three");
739 mBundle.remove("four");
740 mBundle.remove("five");
/cts/libs/json/src/com/android/json/stream/
H A DJsonWriter.java231 stack.remove(stack.size() - 1);
/cts/tests/tests/speech/src/android/speech/tts/cts/
H A DTextToSpeechWrapper.java162 while (!mCompletedUtterances.remove(utteranceId)) {

Completed in 3802 milliseconds

123