HomeSort by relevance Sort by last modified time
    Searched full:removed (Results 101 - 125 of 12504) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/
window_controller_list_observer.h 19 // Called immediately after a window controller is removed from the list
  /external/chromium_org/chrome/browser/notifications/
balloon_collection.h 61 // true if anything was removed.
65 // true if anything was removed.
68 // Removes any balloons matching |profile. Returns true if any were removed.
109 // is added or removed from the collection.
  /external/chromium_org/chrome/browser/ui/
browser_list_observer.h 17 // Called immediately after a browser is removed from the list
  /external/chromium_org/chrome/common/extensions/api/
permissions.json 45 "description": "Fired when access to permissions has been removed from the extension.",
50 "description": "The permissions that have been removed."
134 "name": "removed",
136 "description": "True if the permissions were removed."
  /external/chromium_org/components/nacl/common/
nacl_process_type.h 12 // Start at +1 because we removed an unused value and didn't want to change
  /external/chromium_org/content/browser/frame_host/
DEPS 17 # TODO(nasko): This should be removed once we remove
  /external/chromium_org/google_update/
README.chromium 7 with the following two coclasses removed:
  /external/chromium_org/third_party/bintrees/
README.chromium 15 Removed PKG-INFO, setup.py and tests.
  /external/chromium_org/third_party/closure_linter/
README.chromium 15 Removed closure_linter/testdata/
  /external/chromium_org/third_party/jstemplate/
README.chromium 11 Uncalled functions have been removed from util.js to make the resulting
  /external/chromium_org/third_party/libusb/
README.chromium 10 Windows, and Linux systems. All the unused files are removed.
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
CHANGELOG 11 - removed rcs comments in source files
  /external/chromium_org/tools/cr/
cr.sh 11 echo "* This file will stop working and be removed *"
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
README.chromium 14 Removed the following files:
  /external/chromium_org/tools/json_schema_compiler/test/
permissions.json 41 "description": "Fired when access to permissions has been removed from the extension.",
46 "description": "The permissions that have been removed."
130 "name": "removed",
132 "description": "True if the permissions were removed."
  /external/chromium_org/tools/valgrind/asan/
asan_wrapper.sh 10 # TODO(glider): this should be removed once EmbeddedTool in valgrind_test.py
  /external/chromium_org/ui/base/models/
menu_model_delegate.h 15 // Invoked after items in |MenuModel| have been removed and/or added,
  /external/clang/test/CodeGenObjC/
2009-01-21-invalid-debug-info.m 3 // FIXME: This test case can be removed at some point (since it will
  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 26 * The reason why a cached entry was removed.
34 * The entry was manually removed by the user. This can result from the user invoking
46 * The entry itself was not actually removed, but its value was replaced by the user. This can
59 * The entry was removed automatically because its key or value was garbage-collected. This
  /external/jmdns/src/javax/jmdns/
NetworkTopologyListener.java 23 * A network address has been removed.
  /external/llvm/test/CodeGen/X86/
pr11202.ll 18 ; CHECK: .Ltmp0: # Address of block that was removed by CodeGen
  /external/llvm/test/Transforms/GlobalDCE/
2002-08-17-FunctionDGE.ll 1 ; Make sure that functions are removed successfully if they are referred to by
  /external/llvm/test/Transforms/ObjCARC/
intrinsic-use-isolated.ll 3 ; This file makes sure that clang.arc.used is removed even if no other ARC
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_WaitEvent.3 13 If \fBevent\fR is not \fBNULL\fP, the next event is removed from the queue and stored in that area\&.
  /external/qemu/distrib/sdl-1.2.15/src/timer/
SDL_timer.c 108 SDL_bool removed; local
114 removed = SDL_FALSE;
153 removed = SDL_TRUE;
158 if ( ! removed ) {
209 SDL_bool removed; local
211 removed = SDL_FALSE;
223 removed = SDL_TRUE;
229 printf("SDL_RemoveTimer(%08x) = %d num_timers = %d thread = %d\n", (Uint32)id, removed, SDL_timer_running, SDL_ThreadID());
232 return removed;

Completed in 1339 milliseconds

1 2 3 45 6 7 8 91011>>