OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removes
(Results
1 - 25
of
40
) sorted by null
1
2
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store.cc
67
// Remove items in |
removes
| from |full_hashes|. |full_hashes| and
68
// |
removes
| should be ordered by SBAddPrefix component.
70
void RemoveMatchingPrefixes(const AddsT&
removes
, HashesT* full_hashes) {
79
typename AddsT::const_iterator remove_iter =
removes
.begin();
81
while (hash_iter != full_hashes->end() && remove_iter !=
removes
.end()) {
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.cc
67
// Remove items in |
removes
| from |full_hashes|. |full_hashes| and
68
// |
removes
| should be ordered by SBAddPrefix component.
70
void RemoveMatchingPrefixes(const std::vector<SBAddPrefix>&
removes
,
80
std::vector<SBAddPrefix>::const_iterator remove_iter =
removes
.begin();
82
while (hash_iter != full_hashes->end() && remove_iter !=
removes
.end()) {
/external/qemu/telephony/
sysdeps_posix.c
205
int
removes
= channel->wanted & ~events;
local
218
if (
removes
) {
221
if (
removes
& (1 << ee))
/external/chromium_org/third_party/mesa/src/scons/
crossmingw.py
142
This function compiles the given c_file without -gstabs,
removes
/external/mesa3d/scons/
crossmingw.py
142
This function compiles the given c_file without -gstabs,
removes
/external/chromium_org/v8/test/webkit/
gmail-re-re.js
48
// then
removes
a leading and trailing space if they exist. (From Gmail)
prototypes.js
86
// Deleting Object.prototype.__proto__
removes
the ability to set the object's prototype.
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
progress_manager.js
19
* hides/
removes
previous progress bar if any.
44
*
Removes
all event listeners progress manager currently registered.
53
*
Removes
the progress bar in |selectedGridItem| if any. May be called
/external/chromium_org/v8/test/mjsunit/
const-eval-init.js
37
// Deleting 'x'
removes
the local const property.
/external/compiler-rt/make/
AppleBI.mk
97
# rule to make each archive slice for dyld (which
removes
a few archive members)
/external/v8/test/mjsunit/
const-eval-init.js
37
// Deleting 'x'
removes
the local const property.
/external/chromium_org/tools/cygprofile/
mergetraces.py
96
"""Converts the call addresses to static offsets and
removes
invalid calls.
98
Removes
profiled calls not in shared library using start and end virtual
/external/harfbuzz_ng/
git.mk
35
# If "make maintainer-clean"
removes
the files but they are not recognized
91
#
removes
automake-generated Makefile.in files:
/external/chromium_org/chrome/browser/ui/webui/options/
edit_dictionary_browsertest.js
133
//
removes
these words.
/external/chromium_org/v8/test/webkit/fast/js/
function-toString-parentheses.js
26
"We need this test because the JavaScriptCore parser
removes
all parentheses and the serializer then adds them back."
regexp-unicode-handling.js
51
// then
removes
a leading and trailing space if they exist. (From Gmail)
/system/core/adb/
sysdeps_win32.c
1635
int
removes
= events0 & ~events;
local
[
all
...]
/build/core/
cleanbuild.mk
201
# The files/dirs to delete during a dataclean, which
removes
any files
/external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli
117
(** [remove_module m ee]
removes
the module [m] from the execution engine
/external/chromium/chrome/browser/resources/net_internals/
eventsview.js
91
* being displayed,
removes
them all in the process.
564
*
removes
pre-existing sort parameter before adding the new one.
util.js
77
* Adds or
removes
a CSS class to |node|.
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_util.js
374
* Adds or
removes
an attribute to/from an HTML element.
387
* Adds or
removes
CSS class to/from an HTML element.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar
/external/chromium/chrome/browser/resources/
menu.js
300
* to not to interprete mnemonic key. The function
removes
'&'
/external/chromium_org/chrome/browser/resources/chromeos/
menu.js
294
* to not to interprete mnemonic key. The function
removes
'&'
Completed in 1044 milliseconds
1
2