/external/v8/gnparser/ |
D | gn.g4 | 12 //string : '"' ( NLETTER | DIGIT | LETTER | Escape | expansion)* '"' ; 14 //Escape : '\\' ( '$' | '"' | NLETTER | DIGIT | LETTER) ;
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | capslock | 20 key <CAPS> { [ Escape ] }; 34 key <CAPS> { [ Escape ] };
|
D | pc | 4 key <ESC> { [ Escape ] };
|
/external/v8/tools/ |
D | android-run.py | 69 def Escape(arg): function 93 args = [Escape(arg) for arg in sys.argv[1:]]
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | json_objectwriter.cc | 139 JsonEscaping::Escape(&source, &sink_); in RenderString() 174 JsonEscaping::Escape(&source, &sink_); in WritePrefix()
|
D | json_escaping.h | 80 static void Escape(strings::ByteSource* input, strings::ByteSink* output);
|
D | json_escaping.cc | 358 void JsonEscaping::Escape(strings::ByteSource* input, in Escape() function in google::protobuf::util::converter::JsonEscaping
|
/external/syzkaller/vendor/google.golang.org/api/googleapi/internal/uritemplates/ |
D | uritemplates.go | 51 func (w *pairWriter) Escape(s string, allowReserved bool) { func 247 w.Escape(s, tp.allowReserved)
|
/external/v8/samples/ |
D | process.cc | 377 return handle_scope.Escape(result); in WrapMap() 451 return handle_scope.Escape(result); in MakeMapTemplate() 491 return handle_scope.Escape(result); in WrapRequest() 583 return handle_scope.Escape(result); in MakeRequestTemplate()
|
/external/v8/src/ |
D | uri.h | 40 static MaybeHandle<String> Escape(Isolate* isolate, Handle<String> string);
|
/external/icu/icu4c/source/data/translit/ |
D | en.txt | 21 "%Translit%Hex" { "Hex Escape" }
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 223 Escape = new String[4]; in vt320() 232 Escape[0] = Escape[1] = Escape[2] = Escape[3] = "\u001b"; in vt320() 533 Escape[i] = unEscape(res); in setKeyCodes() 827 private String Escape[], BackSpace[], NUMDot[], NUMPlus[]; field in vt320 1219 writeSpecial(Escape[xind]); in keyTyped()
|
/external/python/cpython3/Lib/idlelib/ |
D | config-keys.def | 34 remove-selection=<Key-Escape> 93 remove-selection=<Key-Escape> 152 remove-selection = <Key-Escape> 211 remove-selection=<Key-Escape> 250 remove-selection = <Key-Escape>
|
/external/python/cpython2/Lib/idlelib/ |
D | config-keys.def | 34 remove-selection=<Key-Escape> 85 remove-selection=<Key-Escape> 136 remove-selection=<Key-Escape> 167 remove-selection = <Key-Escape>
|
/external/clang/lib/Driver/ |
D | Job.cpp | 83 const bool Escape = std::strpbrk(Arg, "\"\\$"); in printArg() local 85 if (!Quote && !Escape) { in printArg()
|
/external/v8/src/builtins/ |
D | builtins-global.cc | 69 RETURN_RESULT_OR_FAILURE(isolate, Uri::Escape(isolate, string)); in BUILTIN()
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | CrossCompile.cmake | 39 # Escape semicolons in the targets list so that cmake doesn't expand
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | metadata.ll | 32 ;; Escape the first character when printing text IR, since it's a digit
|
/external/llvm/test/Assembler/ |
D | metadata.ll | 32 ;; Escape the first character when printing text IR, since it's a digit
|
/external/python/setuptools/docs/_theme/nature/static/ |
D | pygments.css | 43 .se { color: #bb8844 } /* Literal.String.Escape */
|
/external/u-boot/examples/standalone/ |
D | README.smc91111_eeprom | 67 Escape character: Ctrl-\ (ASCII 28, FS): enabled 114 Escape character: Ctrl-\ (ASCII 28, FS): enabled
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 714 Unicode-Escape Codecs 717 These are the "Unicode Escape" codec APIs: 722 Create a Unicode object by decoding *size* bytes of the Unicode-Escape encoded 732 Encode the :c:type:`Py_UNICODE` buffer of the given *size* using Unicode-Escape and 743 Encode a Unicode object using Unicode-Escape and return the result as Python 748 Raw-Unicode-Escape Codecs 751 These are the "Raw Unicode Escape" codec APIs: 756 Create a Unicode object by decoding *size* bytes of the Raw-Unicode-Escape 766 Encode the :c:type:`Py_UNICODE` buffer of the given *size* using Raw-Unicode-Escape 777 Encode a Unicode object using Raw-Unicode-Escape and return the result as
|
/external/llvm/unittests/Support/ |
D | RegexTest.cpp | 130 TEST_F(RegexTest, Escape) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | RegexTest.cpp | 130 TEST_F(RegexTest, Escape) { in TEST_F() argument
|
/external/python/httplib2/doc/html/_static/ |
D | pygments.css | 50 .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
|