/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/fio/ |
H A D | json.c | 58 int escapes; local 63 escapes = 0; 65 escapes++; 69 p = ret = malloc(strlen(str) + escapes + 1);
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
H A D | QuotedStringTokenizer.java | 324 private static final char[] escapes = new char[32]; field in class:QuotedStringTokenizer 327 Arrays.fill(escapes, (char)0xFFFF); 328 escapes['\b'] = 'b'; 329 escapes['\t'] = 't'; 330 escapes['\n'] = 'n'; 331 escapes['\f'] = 'f'; 332 escapes['\r'] = 'r'; 357 char escape = escapes[c]; 423 * @param lenient if true, will leave in backslashes that aren't valid 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/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RetainCountChecker.cpp | 3617 bool escapes = true; local 3619 // A value escapes in three possible cases (this may change): 3628 escapes = !regionLoc->getRegion()->hasStackStorage(); 3630 if (!escapes) { 3632 // the same state, then it escapes (since the store cannot represent 3638 escapes = (state == (state->bindLoc(*regionLoc, val))); 3640 if (!escapes) { 3644 escapes = !isa<VarRegion>(regionLoc->getRegion()); 3654 escapes = true; 3661 if (!escapes) [all...] |
/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/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/ ... |