/external/ImageMagick/ |
H A D | winpath.sh | 20 escapes=0 23 escapes="$2" 25 if test $escapes -gt 3 56 case $escapes in
|
/external/v8/test/mjsunit/ |
H A D | char-escape.js | 28 // Check that character escapes are understood as one char 29 var escapes = ["\b", "\t", "\n", "\v", "\f", "\r", "\"", "\'", "\\", "\x4a", "\u005f"]; variable 30 for (var i = 0; i < escapes.length; i++) { 31 var str = escapes[i];
|
/external/ImageMagick/MagickWand/tests/ |
H A D | script-token-test-data.txt | 18 'Single quote escapes' 21 "Double quote escapes" 24 Back\ slash\ escapes
|
/external/fio/ |
H A D | json.c | 58 int escapes; local 63 escapes = 0; 65 escapes++; 69 p = ret = malloc(strlen(str) + escapes + 1);
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
H A D | prettify.js | 228 /** like textToHtml but escapes double quotes to be attribute safe. */ 550 // TODO: handle letters in numeric escapes. 942 * It has no special handling for double delimiter escapes as in basic, or
|
/external/llvm/lib/Support/Windows/ |
H A D | Program.inc | 232 // Escape all preceding escapes (if any), and then escape the quote.
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 463 s|\\u([a-zA-Z0-9]{4})|<<u$1>>|g; # Transform Unicode escapes 467 s|\\(.)|<<q$1>>|g; # Transform backslash escapes
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 2070 // A value escapes in three possible cases: 2078 bool escapes = true; local 2082 escapes = !regionLoc->getRegion()->hasStackStorage(); 2084 if (!escapes) { 2086 // the same state, then it escapes (since the store cannot represent 2092 escapes = (State == (State->bindLoc(*regionLoc, Val))); 2099 if (!escapes)
|
/external/pcre/dist/ |
H A D | pcre_compile.c | 152 static const short int escapes[] = { variable 197 static const short int escapes[] = { variable 331 Unicode property escapes. */ 980 * Handle escapes * 1029 else if ((i = escapes[c - CHAR_0]) != 0) 1035 else if ((i = escapes[c - 0x48]) != 0) { if (i > 0) c = (pcre_uint32)i; else escape = -i; } 1048 /* A number of Perl escapes are not handled by PCRE. We give an explicit 1451 /* PCRE_EXTRA enables extensions to Perl in the matter of escapes. Any 3905 The problem in trying to be exactly like Perl is in the handling of escapes. We 5125 assume that other escapes hav [all...] |
/external/v8/src/ |
H A D | objects.cc | 15936 int escapes = 0; local 15939 if (src[i] == '/' && (i == 0 || src[i - 1] != '\\')) escapes++; 15941 return escapes; 15967 int escapes = one_byte ? CountRequiredEscapes<uint8_t>(source) local 15969 if (escapes == 0) return source; 15970 int length = source->length() + escapes;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/bison/build-aux/ |
H A D | texinfo.tex | 1124 % The expandable \pdfescapestring primitive escapes parentheses, 6239 % @tex ... @end tex escapes into raw TeX temporarily. 7325 % why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes"
|
/external/libmicrohttpd/doc/ |
H A D | texinfo.tex | 1125 % The expandable \pdfescapestring primitive escapes parentheses, 6240 % @tex ... @end tex escapes into raw TeX temporarily. 7326 % why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes"
|
/external/guice/extensions/struts2/lib/ |
H A D | freemarker-2.3.16.jar | META-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |