Searched defs:escapes (Results 1 - 15 of 15) sorted by relevance

/external/python/cpython2/Misc/Vim/
H A Dvim_syntax.py44 escapes = (r'+\\[abfnrtv\'"\\]+', r'"\\\o\{1,3}"', r'"\\x\x\{2}"', variable
103 (contained(esc) for esc in escapes
/external/fio/
H A Djson.c58 int escapes; local
63 escapes = 0;
65 escapes++;
69 p = ret = malloc(strlen(str) + escapes + 1);
/external/python/cpython2/Tools/i18n/
H A Dpygettext.py210 escapes = []
213 global escapes
214 escapes = [chr(i) for i in range(256)]
224 escapes[i] = "\\%03o" % i
225 escapes[ord('\\')] = '\\\\'
226 escapes[ord('\t')] = '\\t'
227 escapes[ord('\r')] = '\\r'
228 escapes[ord('\n')] = '\\n'
229 escapes[ord('\"')] = '\\"'
233 global escapes
207 escapes = [] variable
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2132 // A value escapes in three possible cases:
2140 bool escapes = true; local
2144 escapes = !regionLoc->getRegion()->hasStackStorage();
2146 if (!escapes) {
2148 // the same state, then it escapes (since the store cannot represent
2154 escapes = (State == (State->bindLoc(*regionLoc, Val)));
2161 if (!escapes)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp3610 bool escapes = true; local
3612 // A value escapes in three possible cases (this may change):
3621 escapes = !regionLoc->getRegion()->hasStackStorage();
3623 if (!escapes) {
3625 // the same state, then it escapes (since the store cannot represent
3631 escapes = (state == (state->bindLoc(*regionLoc, val)));
3633 if (!escapes) {
3637 escapes = !isa<VarRegion>(regionLoc->getRegion());
3647 escapes = true;
3654 if (!escapes)
[all...]
/external/pcre/dist2/src/
H A Dpcre2_compile.c291 static const short int escapes[] = { variable
349 static const short int escapes[] = { variable
476 Unicode property escapes. */
1786 * Handle escapes *
1856 else if ((i = escapes[c - ESCAPES_FIRST]) != 0)
1887 /* A number of Perl escapes are not handled by PCRE. We give an explicit
2059 are octal escapes if there are not that many previous captures. */
2625 The problem in trying to be exactly like Perl is in the handling of escapes. We
3010 * Process (*VERB) name for escapes *
3090 /* Process escapes */
[all...]
/external/v8/src/
H A Dobjects.cc16001 int escapes = 0; local
16009 escapes++;
16012 return escapes;
16045 int escapes = one_byte ? CountRequiredEscapes<uint8_t>(source) local
16047 if (escapes == 0) return source;
16048 int length = source->length() + escapes;
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2486 milliseconds