OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replaces
(Results
201 - 225
of
1507
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/tools/
sanitize_source_files.py
94
"""
Replaces
CRLF with LF."""
101
"""
Replaces
Tabs with 4 whitespaces."""
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java
88
*
Replaces
the entry for a key only if currently mapped to a given value.
115
*
Replaces
the entry for a key only if currently mapped to some value.
/ndk/sources/host-tools/sed-4.2.1/lib/
acl-internal.h
186
# define ACE_ACCESS_ALLOWED_ACE_TYPE 0 /*
replaces
ALLOW */
187
# define ACE_ACCESS_DENIED_ACE_TYPE 1 /*
replaces
DENY */
/packages/apps/Contacts/src/com/android/contacts/util/
HtmlUtils.java
66
*
Replaces
some spans with custom versions of those. Any extra new line characters at the end
128
*
Replaces
one span with the other.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py
78
"""Transform for the basic import case.
Replaces
the old
94
"""Transform for imports of specific module elements.
Replaces
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py
78
"""Transform for the basic import case.
Replaces
the old
94
"""Transform for imports of specific module elements.
Replaces
/external/clang/include/clang/Rewrite/Core/
Rewriter.h
88
/// ReplaceText - This method
replaces
a range of characters in the input
231
/// ReplaceText - This method
replaces
a range of characters in the input
237
/// ReplaceText - This method
replaces
a range of characters in the input
244
/// ReplaceText - This method
replaces
a range of characters in the input
249
/// ReplaceStmt - This
replaces
a Stmt/Expr with another, using the pretty
/external/openfst/src/include/fst/
replace-util.h
106
//
Replaces
Fsts specified by labels.
110
//
Replaces
Fsts that have at most 'nstates' states, 'narcs' arcs and
115
//
Replaces
singleton Fsts.
119
//
Replaces
non-terminals that have at most 'ninstances' instances
124
//
Replaces
non-terminals that have only one instance.
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.h
129
//
Replaces
percent ('%'), period ('.') and slash ('/') with %XX (hex)
138
// -
Replaces
slashes '/' with '_'.
139
// -
Replaces
the whole input with "_" if the all input characters are '.'.
/external/chromium_org/ui/views/window/
non_client_view.h
149
//
Replaces
the current NonClientFrameView (if any) with the specified one.
152
//
Replaces
the current |overlay_view_| (if any) with the specified one.
162
//
Replaces
the frame view with a new one. Used when switching window theme
/external/clang/lib/Format/
WhitespaceManager.cpp
79
return
Replaces
;
87
return
Replaces
;
247
Replaces
.insert(tooling::Replacement(
/external/libnfc-nci/src/nfc/include/
ndef_utils.h
321
** Description This function
replaces
the payload of a specific record in the
335
** Description This function
replaces
the type field of a specific record in the
349
** Description This function
replaces
the ID field of a specific record in the
/cts/libs/vogar-expect/src/vogar/util/
Strings.java
103
*
Replaces
XML-invalid characters with the corresponding U+XXXX code point escapes.
/external/chromium/build/
features_override.gypi
10
# WARNING: This list of strings completely
replaces
the list in
/external/chromium/chrome/browser/policy/
asynchronous_policy_loader.h
84
//
Replaces
the existing policy to value map with a new one, sending
/external/chromium/testing/gtest/test/
gtest_shuffle_test_.cc
97
//
Replaces
the default printer with TestNamePrinter, which prints
/external/chromium_org/base/
base_paths_mac.mm
5
// Defines base::PathProviderMac which
replaces
base::PathProviderPosix for Mac
/external/chromium_org/build/linux/unbundle/
replace_gyp_files.py
7
Replaces
gyp files in tree with files from here that
/external/chromium_org/chrome/browser/extensions/
user_script_listener.h
77
//
Replaces
our url pattern list. This is only used when patterns have been
/external/chromium_org/chrome/browser/infobars/
infobar_service.h
42
//
Replaces
one infobar with another, without any animation in between. This
/external/chromium_org/chrome/browser/policy/
policy_path_parser_mac.mm
40
//
Replaces
all variable occurrences in the policy string with the respective
/external/chromium_org/chrome/browser/spellchecker/
feedback.h
65
// duplicate hash, then
replaces
the existing misspelling with the same hash.
/external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.h
57
//
Replaces
CreateTabForTesting.
/external/chromium_org/chrome/browser/ui/search/
instant_loader.h
71
//
Replaces
the contents held with |contents|. Any existing contents is
/external/chromium_org/chrome/browser/webdata/
web_apps_table_unittest.cc
79
// Add another 16x16 image and make sure it
replaces
the original.
Completed in 584 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>