HomeSort by relevance Sort by last modified time
    Searched full:removing (Results 126 - 150 of 2854) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_menu_manager_unittest.cc 70 // Tests adding, getting, and removing items.
93 // Try adding item 3, then removing it.
104 // Make sure removing a non-existent item returns false.
109 // Test adding/removing child items.
371 // Try removing all items for an extension id that doesn't have any items.
401 // Tests that removing all items one-by-one doesn't leave an entry around.
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_unittest.cc 160 << "Removing client A/1 should return its session_id.";
165 << "Removing a nonexistant client should fail.";
170 << "Removing client B/1 should return its session_id.";
200 << "Removing already-removed client A/1 should fail.";
203 << "Removing non-existant session 200 should be a no-op.";
206 << "Removing client B/2 should return its session_id.";
  /external/bison/djgpp/
subpipe.c 63 error (EXIT_FAILURE, 0, _("removing of '%s' failed"), (name)); \
286 error(EXIT_FAILURE, 0, _("removing of '%s' failed"), tmp_file_name[0]);
288 error(EXIT_FAILURE, 0, _("removing of '%s' failed"), tmp_file_name[1]);
  /external/chromium_org/base/prefs/
pref_notifier_impl_unittest.cc 158 // Ensure that we can remove all observers, and that removing a non-existent
205 // Make sure removing an observer from one pref doesn't affect anything else.
214 // Make sure removing an observer entirely doesn't affect anything else.
pref_change_registrar.h 31 // Must be called before adding or removing observers. Can be called more
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler_browsertest.cc 180 // Tests removing all items, both when prohibited and when allowed.
199 // Tests removing one item, both when prohibited and when allowed.
209 // Removing an item only sends the new download list if anything was actually
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.h 126 // Sub-filter for removing zero-velocity fling-starts from touchpad.
130 // Sub-filter for removing bounces from in-progress scrolls.
134 // Sub-filter for removing unnecessary GestureFlingCancels.
  /cts/suite/audio_quality/lib/src/audio/
AudioPlaybackLocal.cpp 17 // TODO remove all the headers upto asound.h after removing pcm_drain hack
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
AccessibilityServiceTestRunner.java 35 * this service, running these tests, disabling the service, and removing
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Forwarding.java 32 * <p>Example of removing yourself from the history stack after forwarding to
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
StackList.cs 69 /// Removes the element at the top of the stack list without removing it.
  /external/ceres-solver/cmake/
uninstall.cmake.in 46 MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"")
  /external/chromium/chrome/browser/history/
visit_tracker.h 55 // size small by removing items that are unlikely to be needed, which is
  /external/chromium/chrome/browser/notifications/
balloon_collection_base.cc 24 // Free after removing.
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 39 * Returns a string after removing Windows-style accelerators.
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_mac.mm 48 case DownloadItem::REMOVING:
  /external/chromium/chrome/browser/ui/views/
dom_view_browsertest.cc 43 // Tests if removing from tree then deleting dom_view
  /external/chromium/net/base/
ssl_false_start_blacklist_process.cc 54 fprintf(stderr, "Removing duplicate entry for %s\n", i->c_str());
100 fprintf(stderr, "Removing %s as redundant\n", i->c_str());
192 fprintf(stderr, "Have %d hosts after removing duplicates\n", (int) hosts.size());
194 fprintf(stderr, "Have %d hosts after removing redundants\n", (int) hosts.size());
  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.h 6 // them out, checking for presense of certain tokens, and removing them.
  /external/chromium_org/base/allocator/
prep_libc.py 23 """Run |command|, removing any lines that match |filter|. The filter is
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/prerender/
ExternalPrerenderRequestTest.java 21 * Tests for adding and removing prerenders using the {@link ExternalPrerenderHandler}
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h 53 // BrowsingDataRemover is responsible for removing data related to browsing:
162 // Is the BrowsingDataRemover currently in the process of removing data?
201 // Setter for |is_removing_|; DCHECKs that we can only start removing if we're
202 // not already removing, and vice-versa.
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_external_data_manager.h 32 // removing it from the service) while a session is in progress and a provider
  /external/chromium_org/chrome/browser/extensions/api/mdns/
dns_sd_registry.h 68 // Methods for adding, updating or removing services for this service type.
  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry.cc 94 VLOG(0) << "Removing keybinding for " << command_name.c_str();

Completed in 1049 milliseconds

1 2 3 4 56 7 8 91011>>