| /external/libmojo/third_party/ply/ |
| lex.py | 764 self.log.error("%s:%d. Make sure '#' in rule '%s' is escaped with '\\#'",file,line, f.__name__) 789 self.log.error("Make sure '#' in rule '%s' is escaped with '\\#'",name) [all...] |
| /external/libxml2/result/valid/ |
| REC-xml-19980210.xml | [all...] |
| /external/libxml2/test/relaxng/ |
| tutor11_1_3.xml | [all...] |
| /external/libxml2/test/valid/ |
| REC-xml-19980210.xml | [all...] |
| /external/mdnsresponder/Clients/ |
| dns-sd.c | 533 // Because '\' is itself a shell metacharacter (the shell escape character), it has to be escaped as "\\" to survive 537 // The "dns-sd -R" command interprets this single "\\" pair as an escaped literal backslash. Sigh. [all...] |
| /external/ply/ply/ply/ |
| lex.py | 768 self.log.error("%s:%d. Make sure '#' in rule '%s' is escaped with '\\#'", file, line, f.__name__) 792 self.log.error("Make sure '#' in rule '%s' is escaped with '\\#'", name) [all...] |
| /external/python/cpython2/Doc/library/ |
| string.rst | 224 literal text, it can be escaped by doubling: ``{{`` and ``}}``. [all...] |
| /external/python/cpython3/Doc/library/ |
| string.rst | 198 literal text, it can be escaped by doubling: ``{{`` and ``}}``. [all...] |
| /external/selinux/python/sepolgen/src/sepolgen/ |
| lex.py | 701 print("%s:%d. Make sure '#' in rule '%s' is escaped with '\\#'." % (file,line, f.__name__)) 742 print("lex: Make sure '#' in rule '%s' is escaped with '\\#'." % name) [all...] |
| /libcore/ojluni/src/main/java/java/net/ |
| URL.java | 124 * escaped prior to calling URL, and also to decode any escaped fields, [all...] |
| /prebuilts/go/darwin-x86/src/net/url/ |
| url_test.go | 311 // escaped '?' in username and password 560 // spaces in hosts are disallowed but escaped spaces in IPv6 scope IDs are grudgingly OK. [all...] |
| /prebuilts/go/darwin-x86/src/regexp/syntax/ |
| parse.go | 1258 // Escaped non-word characters are always themselves. [all...] |
| /prebuilts/go/linux-x86/src/net/url/ |
| url_test.go | 311 // escaped '?' in username and password 560 // spaces in hosts are disallowed but escaped spaces in IPv6 scope IDs are grudgingly OK. [all...] |
| /prebuilts/go/linux-x86/src/regexp/syntax/ |
| parse.go | 1258 // Escaped non-word characters are always themselves. [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
| lex.py | 701 print("%s:%d. Make sure '#' in rule '%s' is escaped with '\\#'." % (file,line, f.__name__)) 742 print("lex: Make sure '#' in rule '%s' is escaped with '\\#'." % name) [all...] |
| /art/test/476-checker-ctor-fence-redun-elim/src/ |
| Main.java | 311 // b cannot possibly escape into this invoke because it hasn't escaped onto the heap earlier,
|
| /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
| PduComposer.java | [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| lstrlib.c | 433 case L_ESC: { /* escaped sequences not in the format class[*+?-]? */
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| Cookie.py | 98 within a string. Escaped quotation marks, nested semicolons, and other
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
| UniClassObject.py | 379 # but we need to ignore the escaped quotes and backslashes.
|
| /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
| ShellParametersProtocol.c | 147 // Remove any non-escaped quotes in the string
[all...] |
| /external/ImageMagick/MagickCore/ |
| string.c | [all...] |
| token.c | 661 % escaped), like blanks and tabs. in addition, white space terminates a
|
| /external/clang/docs/ |
| ClangFormatStyleOptions.rst | 213 If ``true``, aligns escaped newlines as far left as possible.
|
| /external/clang/include/clang/Basic/ |
| DiagnosticLexKinds.td | 23 "escaped newline between */ characters at block comment end">, [all...] |