HomeSort by relevance Sort by last modified time
    Searched full:removed (Results 401 - 425 of 8141) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageTester.java 85 // check that gesture just removed is gone
89 // test that entry itself is removed
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigDelta.java 51 return DeltaType.REMOVED;
72 return getDeltas(deltas, DeltaType.REMOVED);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IdentityHashMapTest.java 239 assertTrue("removed entries incorrectly", map.size() == 11 && !result);
240 assertTrue("removed key incorrectly", map.containsKey(key));
241 assertTrue("removed value incorrectly", map.containsValue(value));
256 assertTrue("TestB. removed entries incorrectly", map.size() == 11
258 assertTrue("TestB. removed key incorrectly", map.containsKey(key));
259 assertTrue("TestB. removed value incorrectly", map.containsValue(value));
352 assertTrue("element not removed from keyset", !set.contains(key));
353 assertTrue("element not removed from map", !map.containsKey(key));
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.h 53 // displayed or in the queue. Returns true if anything was removed.
58 // queue. Returns true if anything was removed.
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
array_data_model.js 72 * @return {!Array} An array with the removed items.
80 e.removed = arr.slice(index, index + deleteCount);
  /external/chromium/chrome/browser/sync/notifier/
p2p_notifier.cc 44 // calling Logout on TalkMediator when the last observer is removed.
51 // Logout after the last observer is removed.
  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.h 52 // removed. For example, if the selection consists of [0, 1, 5] and this is
53 // invoked with 1, it results in [0, 4]. This is used when a tab is removed
  /external/chromium/chrome/browser/ui/panels/
panel_manager.h 34 // If an active panel is removed, pending panels could put on display if we
66 // Handles all the panels that're delayed to be removed.
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.h 44 // @param value the entry index to be removed.
48 // @param value the entry index to be removed.
  /external/chromium/chrome/common/extensions/
extension_file_util.h 50 // if extensions can't initially be removed when they are uninstalled (eg if a
56 // Obsolete version directories are removed, as are directories that aren't
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 220 bool Removed = false;
225 Removed = true;
230 assert(Removed && "Register is not used by this instruction!");
231 (void)Removed;
256 bool Removed = false;
261 Removed = true;
265 assert(Removed && "Register is not defined by this instruction!");
266 (void)Removed;
  /external/llvm/include/llvm/Support/
FileUtilities.h 60 /// be removed when the object is destroyed. If the FileRemover already
75 /// will not be removed when the object is destroyed.
Signals.h 28 /// delivered that the named file is removed.
32 /// This function removes a file from the list of files to be removed on
  /external/llvm/test/Transforms/GVN/
atomic.ll 46 ; GVN across acquire load (load after atomic load must not be removed)
71 ; GVN unordered load to load (unordered load must not be removed)
  /external/markdown/docs/extensions/
CodeHilite.txt 58 path (a single `/` or even a space), then that line is removed from the code
71 colons identifies the language. The first line is removed from the code block
  /external/mesa3d/docs/
relnotes-6.5.html 67 <li>removed GL_HP_occlusion_test (use GL_ARB_occlusion_query instead)
68 <li>removed GL_SGIX/SGIS_pixel_texture extensions
  /external/mesa3d/src/glsl/
opt_dead_code.cpp 87 printf("Removed assignment to %s@%p\n",
107 printf("Removed declaration of %s@%p\n",
  /external/openssh/
ssh1.h 17 * should not be removed or without careful consideration of the consequences
78 * be removed for compatibility. The maximum allowed value is 31.
  /external/oprofile/daemon/
opd_ibs.h 89 * have already been removed from the event buffer. Thus, 7 more event buffer
117 * already been removed from the event buffer. Thus, 13 more event buffer
  /external/qemu/android/utils/
list.h 82 /* Returns an entry removed from the head of the list. If the list was empty,
97 /* Returns an entry removed from the tail of the list. If the list was empty,
  /external/valgrind/main/helgrind/tests/
filter_helgrind 8 # these files will be removed from backtrace entries matching these files.
31 # Special case for functions whose line numbers have been removed in
  /external/valgrind/main/memcheck/tests/
filter_memcheck 8 # these files will be removed from backtrace entries matching these files.
31 # Special case for functions whose line numbers have been removed in
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
noderemovechild27.js 98 var removed;
115 removed = parent.removeChild(child);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.4-1.js 37 continue statement, the object is removed from the scope chain. The object
38 being removed will always be the first object in the scope chain.
10.1.4-10.js 37 continue statement, the object is removed from the scope chain. The object
38 being removed will always be the first object in the scope chain.

Completed in 576 milliseconds

<<11121314151617181920>>