/packages/inputmethods/LatinIME/native/jni/ |
HostUnitTests.mk | 20 ifneq ($(LATINIME_HOST_OSNAME), Darwin) # TODO: Remove this 30 # TODO: Remove -std=c++11 once it is set by default on host build. 46 # TODO: Remove -std=c++11 once it is set by default on host build. 59 endif # Darwin - TODO: Remove this
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
clean.py | 29 "remove all build output, not just temporary by-products") 52 # remove the build/temp.<plat> directory (unless it's already 61 # remove build directories 71 # just for the heck of it, try to remove the base build directory:
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
clean.py | 29 "remove all build output, not just temporary by-products") 52 # remove the build/temp.<plat> directory (unless it's already 61 # remove build directories 71 # just for the heck of it, try to remove the base build directory:
|
/prebuilts/go/darwin-x86/api/ |
README | 6 shipped. Each file adds new lines but does not remove any.
|
/prebuilts/go/linux-x86/api/ |
README | 6 shipped. Each file adds new lines but does not remove any.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
clean.py | 29 "remove all build output, not just temporary by-products") 52 # remove the build/temp.<plat> directory (unless it's already 61 # remove build directories 71 # just for the heck of it, try to remove the base build directory:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
clean.py | 29 "remove all build output, not just temporary by-products") 52 # remove the build/temp.<plat> directory (unless it's already 61 # remove build directories 71 # just for the heck of it, try to remove the base build directory:
|
/prebuilts/sdk/ |
update_current.sh | 49 # Remove duplicates 53 # Remove samples 56 # Remove source files 74 # Now we can remove empty dirs
|
/system/connectivity/shill/dbus_bindings/ |
org.chromium.flimflam.IPConfig.dbus-xml | 16 <method name="Remove"/>
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
gc-relocs-257.d | 6 # This tests if linker is able to remove gc section containing
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
BaseCommands.java | 135 mRadioStateChangedRegistrants.remove(h); 145 mImsNetworkStateChangedRegistrants.remove(h); 163 mOnRegistrants.remove(h); 184 mAvailRegistrants.remove(h); 204 mNotAvailRegistrants.remove(h); 223 mOffOrNotAvailRegistrants.remove(h); 236 mCallStateRegistrants.remove(h); 248 mVoiceNetworkStateRegistrants.remove(h); 260 mDataNetworkStateRegistrants.remove(h); 271 mVoiceRadioTechChangedRegistrants.remove(h) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
EnumMapTest.java | 297 enumSizeMap.remove(Size.Small); 369 .remove(mockEntry)); 373 .remove(mockEntry)); 376 .remove(mockEntry)); 378 .remove(new Integer(1))); 386 enumSizeMap.remove(Size.Big); 401 assertTrue("Remove does not success", set.removeAll(c)); 405 assertTrue("Remove does not success", set.removeAll(c)); 449 .remove(integer)); 451 .remove(entry)) [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
UnmodifiableCollectionTests.java | 65 iterator.remove(); 66 fail("Remove on unmodifiable iterator succeeded"); 146 collection.remove(sampleElement); 147 fail("remove succeeded on unmodifiable collection"); 224 multiset.remove(sampleElement, 2); 225 fail("remove(Object, int) succeeded on unmodifiable collection"); 355 // Test #remove() 357 multimap.remove(sampleKey, sampleValue); 358 fail("remove succeeded on unmodifiable multimap"); 381 multimap.asMap().remove(sampleKey) [all...] |
MultisetTestSuiteBuilder.java | 95 derivedFeatures.remove(CollectionFeature.GENERAL_PURPOSE); 96 derivedFeatures.remove(CollectionFeature.SUPPORTS_ADD); 97 derivedFeatures.remove(CollectionFeature.ALLOWS_NULL_VALUES); 99 if (!derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS)) { 100 derivedFeatures.remove(CollectionFeature.SERIALIZABLE); 109 derivedFeatures.remove(CollectionFeature.GENERAL_PURPOSE); 110 derivedFeatures.remove(CollectionFeature.SUPPORTS_ADD); 111 if (!derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS)) { 112 derivedFeatures.remove(CollectionFeature.SERIALIZABLE); 121 derivedFeatures.remove(CollectionFeature.SERIALIZABLE) [all...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_ListTest.java | 68 list.remove(50); 69 assertTrue("ListTest - a) remove with index failed--did not remove", 72 "ListTest - b) remove with index failed--did not move following elements", 75 "ListTest - c) remove with index failed--affected previous elements", 112 assertEquals("ListTest - Clearing the sublist did not remove the appropriate elements from the original list", 204 li.remove(); 205 assertTrue("list iterator remove(), size()", 207 assertEquals("list iterator remove(), nextIndex()", 2, li.nextIndex()); 208 assertEquals("list iterator remove(), previousIndex()", 1, l [all...] |
/libcore/ojluni/src/main/java/sun/nio/ch/ |
FileLockTable.java | 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 59 * Remove an existing file lock from the table. 61 public abstract void remove(FileLock fl); method in class:FileLockTable 169 lockMap.remove(fk); 174 public void remove(FileLock fl) { method in class:SharedFileLockTable 189 list.remove(index); 208 // remove locks obtained by this channel 210 // remove the lock from the list 212 list.remove(index); 221 // once the lock list is empty we remove it from the ma [all...] |
/libcore/support/src/test/java/tests/support/ |
Support_ListTest.java | 68 list.remove(50); 69 assertTrue("ListTest - a) remove with index failed--did not remove", 72 "ListTest - b) remove with index failed--did not move following elements", 75 "ListTest - c) remove with index failed--affected previous elements", 112 assertEquals("ListTest - Clearing the sublist did not remove the appropriate elements from the original list", 204 li.remove(); 205 assertTrue("list iterator remove(), size()", 207 assertEquals("list iterator remove(), nextIndex()", 2, li.nextIndex()); 208 assertEquals("list iterator remove(), previousIndex()", 1, l [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
TimerDAO.java | 167 // Remove the timer id from the set of all timer ids. 169 timerIds.remove(String.valueOf(id)); 171 editor.remove(TIMER_IDS); 172 editor.remove(NEXT_TIMER_ID); 178 editor.remove(STATE + id); 179 editor.remove(LENGTH + id); 180 editor.remove(TOTAL_LENGTH + id); 181 editor.remove(LAST_START_TIME + id); 182 editor.remove(REMAINING_TIME + id); 183 editor.remove(LABEL + id) [all...] |
/system/tpm/trunks/generator/ |
extract_structures.sh | 27 # Remove headers and footers. 36 # Remove table headers. 38 # Remove leading spaces. 40 # Remove empty lines. 123 # Remove headers and footers. 132 # Remove table headers. 134 # Remove leading spaces. 136 # Remove empty lines. 198 # Remove headers and footers. 207 # Remove table headers [all...] |
/frameworks/base/core/java/android/view/ |
ViewTreeObserver.java | 435 * Remove a previously installed window attach callback. 437 * @param victim The callback to remove 448 mOnWindowAttachListeners.remove(victim); 470 * Remove a previously installed window focus change callback. 472 * @param victim The callback to remove 483 mOnWindowFocusListeners.remove(victim); 504 * Remove a previously installed focus change callback. 506 * @param victim The callback to remove 517 mOnGlobalFocusListeners.remove(victim); 539 * Remove a previously installed global layout callbac 1153 void remove(T item) { method in class:ViewTreeObserver.CopyOnWriteArray [all...] |
/art/tools/ |
extract-embedded-java | 29 # remove all lines except those starting with '# ', remove the '#' then print
|
/cts/tests/tests/location/src/android/location/cts/ |
TestLocationManager.java | 49 * @param listener the listener to remove 52 Log.i(TAG, "Remove Location updates."); 95 * @param callback the listener to remove 98 Log.i(TAG, "Remove Gnss Measurement Callback."); 138 * @param listener the listener to remove 141 Log.i(TAG, "Remove Gps Status Listener."); 188 * @param callback a {@link GnssNavigationMessage.Callback} object to remove. 191 Log.i(TAG, "Remove Gnss Navigation Message Callback.");
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
IntSet.java | 34 * @param value int to remove 36 void remove(int value); method in interface:IntSet
|
/dalvik/dx/src/com/android/dx/util/ |
IntSet.java | 34 * @param value int to remove 36 void remove(int value); method in interface:IntSet
|
/development/ndk/platforms/android-3/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|