HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 926 - 950 of 2295) sorted by null

<<31323334353637383940>>

  /external/icu4c/i18n/
rbt.h 107 * replacement. The cursor is the point in the text at which the
108 * next replacement, if any, will be applied. The cursor is usually
109 * placed within the replacement text; however, it can actually be
rbt_rule.cpp 330 * Attempt a match and replacement at the given position. Return
339 * If a full match is obtained, perform a replacement, update pos,
354 // replacement operation needs information obtained during the
  /frameworks/base/docs/html/reference/com/google/android/gms/plus/model/people/
Person.Collection.html 690 No replacement.
741 No replacement.</em></td>
816 No replacement.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 182 # For charmap encodings the replacement string will be
439 # If the correct exception is passed in, "ignore" returns an empty replacement
476 # With the correct exception, "replace" returns an "?" or u"\ufffd" replacement
test_bigmem.py 290 replacement = 'a'
292 s = s.replace(' ', replacement)
294 self.assertEqual(s.count(replacement), size)
295 s = s.replace(replacement, ' ', size - 4)
297 self.assertEqual(s.count(replacement), 4)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 182 # For charmap encodings the replacement string will be
439 # If the correct exception is passed in, "ignore" returns an empty replacement
476 # With the correct exception, "replace" returns an "?" or u"\ufffd" replacement
test_bigmem.py 290 replacement = 'a'
292 s = s.replace(' ', replacement)
294 self.assertEqual(s.count(replacement), size)
295 s = s.replace(replacement, ' ', size - 4)
297 self.assertEqual(s.count(replacement), 4)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 194 List<Element> replacement = new ArrayList<Element>(elements.size()); local
212 replacement.add(e);
214 return replacement;
  /external/chromium/googleurl/src/
url_canon.h 493 // the "Unicode replacement character" for the confusing bits and copy the rest.
588 // will make them all NULL, which is no replacement. The caller would then
633 // Prefer the 8-bit replacement version if possible since it is more efficient.
743 // Replace component | (replacement string) (replacement component)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y     [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y     [all...]
  /external/valgrind/main/include/
pub_tool_tooliface.h 106 // malloc replacement in
186 is necessary to have a preamble even for replacement functions
193 appropriate value for the wrapper/replacement fn. LR is then
194 set so that the wrapper/replacement fn returns to a magic IR
199 pointer) value for the wrapper/replacement function. So much
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 600 // 9 replacement values
608 // only up to 9 replacement values are supported
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
lombok-ast-0.2.1.jar 
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 207 // If replacement succeeded or warning disabled return with no warning.
235 // If replacement succeeded or warning disabled return with no warning.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 1 //===- ScalarReplAggregates.cpp - Scalar Replacement of Aggregates --------===//
10 // This transformation implements the well known scalar replacement of
226 "Scalar Replacement of Aggregates (DT)", false, false)
229 "Scalar Replacement of Aggregates (DT)", false, false)
232 "Scalar Replacement of Aggregates (SSAUp)", false, false)
234 "Scalar Replacement of Aggregates (SSAUp)", false, false)
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 74 // Resolve object is a mechanism for replacement
462 * Enables object replacement for this stream. By default this is not
467 * {@code true} to enable object replacement; {@code false} to
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 539 function prepareReplacement(replacement) {
540 if (Object.isFunction(replacement)) return replacement;
541 var template = new Template(replacement);
545 function gsub(pattern, replacement) {
547 replacement = prepareReplacement(replacement);
553 replacement = replacement('');
554 return replacement + source.split('').join(replacement) + replacement
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 94 # Replacement macros for CHECK/DCHECK/EXPECT_TRUE/EXPECT_FALSE
97 for op, replacement in [('==', 'EQ'), ('!=', 'NE'),
100 _CHECK_REPLACEMENT['DCHECK'][op] = 'DCHECK_%s' % replacement
101 _CHECK_REPLACEMENT['CHECK'][op] = 'CHECK_%s' % replacement
102 _CHECK_REPLACEMENT['EXPECT_TRUE'][op] = 'EXPECT_%s' % replacement
103 _CHECK_REPLACEMENT['ASSERT_TRUE'][op] = 'ASSERT_%s' % replacement
104 _CHECK_REPLACEMENT['EXPECT_TRUE_M'][op] = 'EXPECT_%s_M' % replacement
105 _CHECK_REPLACEMENT['ASSERT_TRUE_M'][op] = 'ASSERT_%s_M' % replacement
150 def sub(pattern, replacement, s):
154 return _regexp_compile_cache[pattern].sub(replacement, s
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 2900 RegExpNode* replacement = local
2920 RegExpNode* replacement = local
2941 RegExpNode* replacement = node->FilterASCII(depth - 1, ignore_case); local
    [all...]
  /external/v8/src/
runtime.cc     [all...]

Completed in 1023 milliseconds

<<31323334353637383940>>