/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
TestConversion.java | 212 // check the callback replacement value 296 // replace the decoder's default replacement value 526 // check for the callback replacement value for unmappable 605 // replace the decoder's default replacement value 607 // substring replacement [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopUnswitch.cpp | 156 static char ID; // Pass ID, replacement for typeid [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.y | [all...] |
/external/valgrind/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...] |
/prebuilts/devtools/tools/lib/ |
lombok-ast-0.2.3.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
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_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/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.jar | |
/cts/tests/tests/text/src/android/text/cts/ |
TextUtilsTest.java | 600 // 9 replacement values 608 // only up to 9 replacement values are supported [all...] |
/external/clang/include/clang/Basic/ |
Attr.td | 25 class DocDeprecated<string replacement = ""> { 26 // If the Replacement field is empty, no replacement will be listed with the 28 // been superseded by this replacement. 29 string Replacement = replacement; 45 // specify a replacement attribute. [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest2.java | 239 // This one tests stream-based replacement when dumping [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 212 * initiating thread allocates and sets up the replacement array. 2219 TreeNode<K,V> replacement; local [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/icu/icu4c/source/i18n/ |
rematch.cpp | 278 const UnicodeString &replacement, 282 utext_openConstUnicodeString(&replacementText, &replacement, &status); 301 UText *replacement, 342 // scan the replacement text, looking for substitutions ($n) and \escapes. 345 UTEXT_SETNATIVEINDEX(replacement, 0); 346 for (UChar32 c = UTEXT_NEXT32(replacement); U_SUCCESS(status) && c != U_SENTINEL; c = UTEXT_NEXT32(replacement)) { 353 c = UTEXT_CURRENT32(replacement); 361 struct URegexUTextUnescapeCharContext context = U_REGEX_UTEXT_UNESCAPE_CONTEXT(replacement); 378 (void)UTEXT_PREVIOUS32(replacement); [all...] |
/libcore/luni/src/main/java/java/io/ |
ObjectInputStream.java | 73 // Resolve object is a mechanism for replacement 461 * Enables object replacement for this stream. By default this is not 466 * {@code true} to enable object replacement; {@code false} to [all...] |
/external/clang/lib/Frontend/Rewrite/ |
RewriteObjC.cpp | 227 // If replacement succeeded or warning disabled return with no warning. [all...] |
/external/v8/src/ |
jsregexp.cc | 2880 RegExpNode* replacement = local 2900 RegExpNode* replacement = local 2921 RegExpNode* replacement = node->FilterOneByte(depth - 1, ignore_case); local [all...] |
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/ |
lombok-ast-0.2.1.jar | |
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
tokenization.txt | [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 464 Instruction replacement = codeAttributeEditor.replacements[offset]; local 465 if (replacement != null) 467 System.out.println(" is replaced by: "+replacement); [all...] |
/external/bison/darwin-lib/ |
spawn.h | 95 * For providing a replacement for a function that exists on all platforms, 114 * For providing a replacement for a function that exists on some platforms 147 declares a replacement function, named rpl_func, with the given prototype, [all...] |