/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
spawn.py | 52 # have to be escaped? Is there an escaping mechanism other than
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strftime.py | 88 # escaped in escapestr()
|
/external/chromium_org/net/http/ |
http_content_disposition_unittest.cc | 44 // %-escaped UTF-8 103 // Incomplete hex-escaped chars 107 // %-escaped non-UTF-8 encoding is an "error"
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
AdvancedSearchController.js | 450 var filePattern = "file:(([^\\\\ ]|\\\\.)+)"; // After file: prefix: any symbol except space and backslash or any symbol escaped with a backslash. 451 var quotedPattern = "\"(([^\\\\\"]|\\\\.)+)\""; // Inside double quotes: any symbol except double quote and backslash or any symbol escaped with a backslash. 452 var unquotedPattern = "(([^\\\\ ]|\\\\.)+)"; // any symbol except space and backslash or any symbol escaped with a backslash.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmtrtts.cpp | 79 UnicodeString escaped; local 80 escape(str,escaped); 81 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status) + ", str=" + escaped);
|
/external/chromium_org/third_party/simplejson/ |
encoder.py | 119 objects with all incoming unicode characters escaped. If 320 characters &, < and > should be escaped. They cannot be escaped
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
common.py | 222 # backslash-escaped regardless of whether they appear in a double-quoted 227 # escaped with a backslash, whether or not the argument matched the _quote 255 argument may be quoted and escaped as necessary to ensure that POSIX shells
|
/external/icu4c/test/intltest/ |
dtfmtrtts.cpp | 79 UnicodeString escaped; local 80 escape(str,escaped); 81 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status) + ", str=" + escaped);
|
/external/protobuf/src/google/protobuf/ |
descriptor.proto | 151 // For strings, contains the default text contents (not escaped in any way). 152 // For bytes, contains the C escaped value. All bytes >= 128 are escaped.
|
/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 243 char escaped = in.charAt(pos++); local 244 switch (escaped) { 272 return escaped;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 105 (?P<escaped>%(delim)s) | # Escape sequence of two delimiters 166 if mo.group('escaped') is not None: 199 if mo.group('escaped') is not None:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 105 (?P<escaped>%(delim)s) | # Escape sequence of two delimiters 166 if mo.group('escaped') is not None: 199 if mo.group('escaped') is not None:
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
BasicObjCFoundationChecks.cpp | 810 const InvalidatedSymbols &Escaped, [all...] |
/external/qemu/telephony/ |
sms.c | 50 int escaped = 0; local 71 if (escaped) { 100 escaped = 0; 104 escaped = 1; 132 if (escaped) /* bad final escape */ [all...] |
/external/chromium_org/third_party/icu/source/common/ |
rbbiscan.cpp | 863 c.fEscaped = FALSE; // The paren that we return is not escaped. 895 // check for backslash escaped characters. [all...] |
/external/icu4c/common/ |
rbbiscan.cpp | 864 c.fEscaped = FALSE; // The paren that we return is not escaped. 896 // check for backslash escaped characters. [all...] |
/external/robolectric/src/main/java/android/net/ |
Uri__FromAndroid.java | 169 * relative URI, this method returns the entire URI. Decodes escaped octets. 180 * relative URI, this method returns the entire URI. Leaves escaped octets [all...] |
/frameworks/base/core/java/android/net/ |
Uri.java | 178 * relative URI, this method returns the entire URI. Decodes escaped octets. 189 * relative URI, this method returns the entire URI. Leaves escaped octets [all...] |
/external/chromium_org/third_party/libxml/src/ |
uri.c | 92 * Skip to next pointer char, handle escaped sequences 101 * reg_name = 1*( unreserved | escaped | "$" | "," | 995 * Save the URI as an escaped string 1222 * the colon in file:///d: should not be escaped or [all...] |
/external/libxml2/ |
uri.c | 92 * Skip to next pointer char, handle escaped sequences 101 * reg_name = 1*( unreserved | escaped | "$" | "," | 995 * Save the URI as an escaped string 1222 * the colon in file:///d: should not be escaped or [all...] |
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/ |
X500PrincipalTest.java | [all...] |
/cts/libs/json/src/com/android/json/stream/ |
JsonReader.java | 945 char escaped = buffer[pos++]; local 946 switch (escaped) { 974 return escaped; [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.proto | 162 // For strings, contains the default text contents (not escaped in any way). 163 // For bytes, contains the C escaped value. All bytes >= 128 are escaped.
|
/external/chromium_org/v8/src/ |
scanner.cc | 77 // non-escaped version of the original character. 623 // Skip escaped newlines. 664 // non-escaped characters by JS VMs. [all...] |
/external/llvm/lib/CodeGen/ |
StackColoring.cpp | 70 ProtectFromEscapedAllocas("protect-from-escaped-allocas", 78 STATISTIC(EscapedAllocas, "Number of allocas that escaped the lifetime region"); 576 // If we *don't* protect the user from escaped allocas, don't bother
|