Home
last modified time | relevance | path

Searched refs:Escape (Results 1 – 25 of 96) sorted by relevance

1234

/external/v8/gnparser/
Dgn.g412 //string : '"' ( NLETTER | DIGIT | LETTER | Escape | expansion)* '"' ;
14 //Escape : '\\' ( '$' | '"' | NLETTER | DIGIT | LETTER) ;
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dcapslock20 key <CAPS> { [ Escape ] };
34 key <CAPS> { [ Escape ] };
Dpc4 key <ESC> { [ Escape ] };
/external/v8/tools/
Dandroid-run.py69 def Escape(arg): function
93 args = [Escape(arg) for arg in sys.argv[1:]]
/external/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.cc139 JsonEscaping::Escape(&source, &sink_); in RenderString()
174 JsonEscaping::Escape(&source, &sink_); in WritePrefix()
Djson_escaping.h80 static void Escape(strings::ByteSource* input, strings::ByteSink* output);
Djson_escaping.cc358 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/
Duritemplates.go51 func (w *pairWriter) Escape(s string, allowReserved bool) { func
247 w.Escape(s, tp.allowReserved)
/external/v8/samples/
Dprocess.cc377 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/
Duri.h40 static MaybeHandle<String> Escape(Isolate* isolate, Handle<String> string);
/external/icu/icu4c/source/data/translit/
Den.txt21 "%Translit%Hex" { "Hex Escape" }
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java223 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/
Dconfig-keys.def34 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/
Dconfig-keys.def34 remove-selection=<Key-Escape>
85 remove-selection=<Key-Escape>
136 remove-selection=<Key-Escape>
167 remove-selection = <Key-Escape>
/external/clang/lib/Driver/
DJob.cpp83 const bool Escape = std::strpbrk(Arg, "\"\\$"); in printArg() local
85 if (!Quote && !Escape) { in printArg()
/external/v8/src/builtins/
Dbuiltins-global.cc69 RETURN_RESULT_OR_FAILURE(isolate, Uri::Escape(isolate, string)); in BUILTIN()
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DCrossCompile.cmake39 # Escape semicolons in the targets list so that cmake doesn't expand
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
Dmetadata.ll32 ;; Escape the first character when printing text IR, since it's a digit
/external/llvm/test/Assembler/
Dmetadata.ll32 ;; Escape the first character when printing text IR, since it's a digit
/external/python/setuptools/docs/_theme/nature/static/
Dpygments.css43 .se { color: #bb8844 } /* Literal.String.Escape */
/external/u-boot/examples/standalone/
DREADME.smc91111_eeprom67 Escape character: Ctrl-\ (ASCII 28, FS): enabled
114 Escape character: Ctrl-\ (ASCII 28, FS): enabled
/external/python/cpython2/Doc/c-api/
Dunicode.rst714 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/
DRegexTest.cpp130 TEST_F(RegexTest, Escape) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DRegexTest.cpp130 TEST_F(RegexTest, Escape) { in TEST_F() argument
/external/python/httplib2/doc/html/_static/
Dpygments.css50 .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */

1234