HomeSort by relevance Sort by last modified time
    Searched full:removes (Results 1 - 25 of 2043) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/org/junit/runner/manipulation/
NoTestsRemainException.java 4 * Thrown when a filter removes all tests from a runner.
  /external/webkit/Source/WebCore/manual-tests/
remove-select-onchange.html 1 <p>This test shouldn't crash when you pick something from select, even though it removes itself.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_RemoveTimer.3 11 Removes a timer callback previously added with \fISDL_AddTimer\fR\&.
  /external/easymock/src/org/easymock/
IMocksControl.java 42 * Removes all expectations for the mock objects of this control.
47 * Removes all expectations for the mock objects of this control and turn
53 * Removes all expectations for the mock objects of this control and turn
59 * Removes all expectations for the mock objects of this control and turn
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.h 37 // Removes a preference observer that has previously been added with a call to
42 // Removes all observers that have been previously added with a call to Add.
  /external/chromium/chrome/browser/status_icons/
status_tray.h 31 // Removes the current status icon associated with this identifier, if any.
39 // Removes all StatusIcons (used by derived classes to clean up in case they
  /external/chromium/chrome/browser/notifications/
balloon_collection.h 59 // Removes any balloons that have this notification id. Returns
63 // Removes any balloons that have this source origin. Returns
67 // Removes all balloons.
  /external/chromium/chrome/browser/webdata/
logins_table.h 63 // Removes |info| from the list of imported passwords from ie7/ie8.
73 // Removes |form| from the list of remembered password forms.
76 // Removes all logins created from |delete_begin| onwards (inclusive) and
autofill_table.h 139 // Removes rows from autofill_dates if they were created on or after
142 // removes those rows if the count goes to 0. A list of all changed
149 // Removes from autofill_dates rows with given pair_id where date_created lies
157 // |delta|. Removes the row from the table and sets the
181 // Removes row from the autofill tables given |pair_id|.
184 // Removes row from the autofill tables for the given |name| |value| pair.
210 // Removes a row from the autofill_profiles table. |guid| is the identifier
226 // Removes a row from the credit_cards table. |guid| is the identifer of the
238 // Removes rows from autofill_profiles and credit_cards if they were created
254 // Removes empty values for autofill that were incorrectly stored in the D
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_list.h 22 // Adds and removes automation providers from the global list.
  /external/chromium/chrome/browser/
remove_rows_table_model.h 25 // Removes all the rows.
  /external/chromium/net/disk_cache/
mem_rankings.h 26 // Removes a given entry from the LRU list.
  /external/compiler-rt/lib/asan/lit_tests/Darwin/
unset-insert-libraries-on-exec.cc 1 // Make sure ASan removes the runtime library from DYLD_INSERT_LIBRARIES before
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Client.java 100 * Removes a previously registered connection listener.
117 * Removes a previously registered wildcard listener. This does
123 * Removes a previously registered type-specific listener from
138 * Removes a previously registered error listener.
  /external/llvm/test/Transforms/JumpThreading/
degenerate-phi.ll 5 ; "%phi = phi i16" when it removes all edges leading to %unreachable.
  /external/mockito/src/org/mockito/internal/progress/
MockingProgress.java 33 * Removes ongoing stubbing so that in case the framework is misused
  /external/qemu/distrib/sdl-1.2.15/Xcode/
uninstall.csh 4 ## This script removes the Developer SDL package
  /external/skia/src/sfnt/
SkOTUtils.h 25 * Essentially, this removes any existing 'name' table and replaces it
  /external/chromium/chrome/browser/download/
download_history.h 45 // Removes |download_item| from the history database.
48 // Removes download-related history entries in the given time range.
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h 30 // Removes the exceptions at the specified indexes. If an exception is a
37 // Removes all the exceptions from both the map and model.
  /external/openfst/src/bin/
fstconnect.cc 20 // Removes useless (inaccessible or non-coaccessible) states and arcs
31 string usage = "Removes useless states and arcs from an FST.\n\n Usage: ";
  /external/webrtc/src/system_wrappers/interface/
map_wrapper.h 46 // Removes item from map.
49 // Finds item with associated with id and removes it from the map.
  /external/proguard/docs/manual/
optimizations.html 66 <dd>Removes write-only fields.</dd>
87 <dd>Removes unused method parameters.</dd>
134 <dd>Removes dead code based on control flow analysis and data flow
139 <dd>Removes dead code based on a simple control flow analysis.</dd>
142 <dd>Removes unused variables from the local variable frame.</dd>
145 <dd>Removes exceptions with empty catch blocks.</dd>
  /external/srec/shared/include/
HashMap.h 55 * Removes the mapping for this key from this map if present.
64 * Removes the mapping for this key from this map if present and frees the value.
73 * Removes the mappings for the key at the specified index.
82 * Removes all mappings from this map.
90 * Removes all mappings from this map and frees the values.
181 * Removes the mapping for this key from this map if present.
192 * Removes the mapping for this key from this map if present and frees the value.
201 * Removes the mappings for the key at the specified index.
209 * Removes all mappings from this map.
216 * Removes all mappings from this map and frees the values
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 80 // Removes |controller| from the list of controllers in this container and
81 // removes its view from the view hierarchy. This method is safe to call while
88 // infobars, removes them first and deregisters for any
94 // Forwarded by BWC. Removes all infobars and deregisters for any notifications
134 // Removes all infobar views. Callers must call

Completed in 3840 milliseconds

1 2 3 4 5 6 7 8 91011>>