OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replacement
(Results
301 - 325
of
2383
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.h
136
// Sets focus, disables search term
replacement
, reverts the omnibox, and
140
// Enables search term
replacement
and reverts the omnibox.
143
// Re-enables search term
replacement
on the ToolbarModel, and reverts the
148
// Like RevertAll(), but does not touch the search term
replacement
state.
/external/chromium_org/content/browser/media/capture/
web_contents_audio_input_stream.h
12
// browser tab) so that it can track the
replacement
of RenderViews due to
/external/chromium_org/content/plugin/
plugin_carbon_interpose_mac.cc
109
const void*
replacement
;
member in struct:interpose_substitution
/external/chromium_org/extensions/renderer/
console.h
50
//
replacement
for the standard devtools console.* methods usually accessible
/external/chromium_org/native_client_sdk/src/tools/lib/
quote.py
16
# Since escape is used in
replacement
pattern context, so we need to
/external/chromium_org/net/base/
mime_sniffer.h
23
//
replacement
mime type from the content.
/external/chromium_org/net/quic/
quic_utils_chromium.h
22
// This is intended as a
replacement
for operator[] as an rvalue (for reading)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeSanitizer.cpp
56
// name table
replacement
and/or padding for glyf table.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
editdistance.py
45
# Deletion, Insertion, Identical /
Replacement
/external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h
[
all
...]
/external/chromium_org/third_party/libpng/
pngerror.c
14
* need special error handling are expected to write
replacement
functions
35
* you should supply a
replacement
error function and use png_set_error_fn()
107
* you should supply a
replacement
warning function and use
309
* it can continue anyway.
Replacement
functions don't have to do anything
/external/chromium_org/third_party/mesa/src/bin/
minstall
4
# A minimal
replacement
for 'install' that supports installing symbolic links.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
radeon_compiler_util_tests.c
38
* all registers that shared the same file and index as the
replacement
/external/chromium_org/third_party/openssl/openssl/crypto/des/
README
31
The des program is a
replacement
for the sun des command. I believe it
/external/chromium_org/third_party/ots/test/
perf.cc
49
// name table
replacement
and/or padding for glyf table.
/external/chromium_org/third_party/skia/include/xml/
SkXMLParser.h
129
SkString*
replacement
);
/external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.h
354
// Add a new
replacement
range. The
replacement
ranges should be
362
// look up a
replacement
range by its start offset
374
// Replace all the draw ops in the
replacement
ranges in 'replacements' with
/external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h
28
// If all GrPlots are allocated, the
replacement
strategy is up to the client. The drawToken is
/external/chromium_org/third_party/skia/src/xml/
SkXMLPullParser.cpp
134
SkString*
replacement
)
/external/chromium_org/tools/gyp/pylib/gyp/
xml_fix.py
58
# Inject
replacement
versions of a function and a method.
/external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.h
87
// Do a bulk
replacement
of the items in the model.
/external/chromium_org/v8/test/mjsunit/
regexp-global.js
176
replacement
) {
181
assertEquals(result_expectation, subject.replace(regexps[i],
replacement
));
251
var
replacement
= "\x80";
variable
252
var result = subject.replace(/~/g,
replacement
);
string-replace.js
32
function replaceTest(result, subject, pattern,
replacement
) {
34
"\"" + subject + "\".replace(" + pattern + ", " +
replacement
+ ")";
35
assertEquals(result, subject.replace(pattern,
replacement
), name);
166
// Test special cases of
replacement
parts longer than 1<<11.
/external/chromium_org/v8/test/mjsunit/regress/
regress-1118.js
30
// An exception thrown in a function optimized by on-stack
replacement
(OSR)
/external/chromium_org/v8/test/preparser/
strict-identifiers.pyt
74
def MakeTests(
replacement
, expectation):
75
Template(name, '"use strict";\n' + source)(
replacement
, expectation)
78
replacement
, expectation)
81
source +'\n }\n}\n')(
replacement
, expectation)
Completed in 666 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>