HomeSort by relevance Sort by last modified time
    Searched full:remove (Results 276 - 300 of 23263) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 33 child.remove()
44 child.remove()
49 children.pop().remove()
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiDispatcher.java 55 mReceivers.remove(receiver);
68 * Returns a {@link MidiSender} which is used to add and remove
83 // if the receiver fails we remove the receiver but do not propagate the exception
84 mReceivers.remove(receiver);
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiDispatcher.java 55 mReceivers.remove(receiver);
68 * Returns a {@link MidiSender} which is used to add and remove
83 // if the receiver fails we remove the receiver but do not propagate the exception
84 mReceivers.remove(receiver);
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiDispatcher.java 55 mReceivers.remove(receiver);
68 * Returns a {@link MidiSender} which is used to add and remove
83 // if the receiver fails we remove the receiver but do not propagate the exception
84 mReceivers.remove(receiver);
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiDispatcher.java 55 mReceivers.remove(receiver);
68 * Returns a {@link MidiSender} which is used to add and remove
83 // if the receiver fails we remove the receiver but do not propagate the exception
84 mReceivers.remove(receiver);
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
MidiDispatcher.java 55 mReceivers.remove(receiver);
68 * Returns a {@link MidiSender} which is used to add and remove
83 // if the receiver fails we remove the receiver but do not propagate the exception
84 mReceivers.remove(receiver);
  /device/htc/flounder/audio/hal/
Android.mk 10 # TODO: remove resampler if possible when AudioFlinger supports downsampling from 48 to 8
  /device/huawei/angler/sepolicy/
init-mcfg-sh.te 8 # remove and create /data/misc/radio/modem_config
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
IteratorPool.java 74 // Remove object from end of free pool.
75 DTMIterator result = (DTMIterator)m_freeStack.remove(m_freeStack.size() - 1);
103 // Remove object from end of free pool.
104 DTMIterator result = (DTMIterator)m_freeStack.remove(m_freeStack.size() - 1);
  /external/autotest/server/site_tests/firmware_LegacyRecovery/
firmware_LegacyRecovery.py 15 Servo based test to Verify recovery request at Remove Screen.
48 logging.info("Wait to ensure no recovery boot at remove screen "
55 logging.info('Wait to ensure DUT doesnt Boot on USB at Remove screen.')
58 raise error.TestFail('Unexpected USB boot at Remove Screen.')
  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_startup_controller_unittest.py 28 os.remove(result)
ddms_controller_unittest.py 26 os.remove(result)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
credentials_lib.py 10 # TODO: Remove this module once this change has been around long
  /external/chromium-trace/catapult/third_party/pyfakefs/
README.chromium 16 Remove everything except pyfakefs/ and COPYING.
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-1y.cpp 8 // expected-error@-1{{variable template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
12 // expected-error@-1{{variable template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
16 // expected-error@-1{{variable template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
20 // expected-error@-1{{variable template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
p9-0x.cpp 10 struct X1<T, Types...> // expected-error{{class template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
  /external/clang/test/Driver/
lit.local.cfg 8 # Remove harmful environmental variables for clang Driver tests.
  /external/clang/test/Sema/
offsetof-64.c 20 // FIXME: Remove this error when the constant evaluator learns to
  /external/droiddriver/src/io/appium/droiddriver/base/
DefaultPoller.java 104 public void remove() {
105 timeoutListeners.remove(timeoutListener);
115 public void remove() {
116 pollingListeners.remove(pollingListener);
  /external/e2fsprogs/
INSTALL.elfbin 19 the shared libraries included in the distribution. You can then remove
22 3) Remove any pre-formatted man pages.
26 If this is the case, you may need to manually remove them in order to
52 to remove /INSTALL (this file), /README, and /install-utils from your
depfix.sed 12 # Remove line continuations....
  /external/eigen/cmake/
EigenDetermineVSServicePack.cmake 3 # The code is almost identical to the CMake version. The only difference is that we remove
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultimapAsMapImplementsMapTest.java 63 * view collection that changes in the course of a call to {@code remove()}.
64 * Thus, the expectation doesn't hold that {@code map.remove(x)} returns the
79 map.remove(keyToRemove);
86 map.remove(keyToRemove);
AbstractTableTest.java 134 assertNull(table.remove("cat", 1));
135 assertNull(table.remove("bar", 3));
137 assertEquals((Character) 'c', table.remove("foo", 3));
142 assertNull(table.remove(null, 1));
143 assertNull(table.remove("foo", null));
144 assertNull(table.remove(null, null));
148 table.remove("foo", 3);
160 table.remove("foo", 3);
162 table.remove("foo", 1);
ForwardingMultimapTest.java 79 forward.remove("asdf", false);
80 assertEquals("[remove(Object,Object)]", getCalls());
84 forward.remove("asfd", Collections.<Boolean>emptyList());
85 assertEquals("[remove(Object,Object)]", getCalls());

Completed in 1276 milliseconds

<<11121314151617181920>>