Home
last modified time | relevance | path

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

1234

/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/v8/samples/
Dprocess.cc354 return handle_scope.Escape(result); in WrapMap()
428 return handle_scope.Escape(result); in MakeMapTemplate()
468 return handle_scope.Escape(result); in WrapRequest()
560 return handle_scope.Escape(result); in MakeRequestTemplate()
/external/python/cpython3/Lib/idlelib/
Dconfig-keys.def34 remove-selection=<Key-Escape>
85 remove-selection=<Key-Escape>
136 remove-selection = <Key-Escape>
187 remove-selection=<Key-Escape>
218 remove-selection = <Key-Escape>
/external/v8/src/
Duri.h39 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/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/syslinux/com32/cmenu/
DREADME37 * Escape to exit from it
77 * Escape Keys
/external/llvm/test/Assembler/
Dmetadata.ll32 ;; Escape the first character when printing text IR, since it's a digit
/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/syslinux/dosutil/
Deltorito.txt48 - Removed "press Escape..."
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc146 CHARACTER_CLASS(Escape, c == 'a' || c == 'b' || c == 'f' || c == 'n' ||
372 if (TryConsumeOne<Escape>()) { in ConsumeString()
/external/libxkbcommon/xkbcommon/test/data/symbols/macintosh_vndr/
Dus6 key <ESC> { [ Escape ] };
/external/libnl/doc/stylesheets/
Dpygments.css54 .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
/external/v8/src/builtins/
Dbuiltins-global.cc70 RETURN_RESULT_OR_FAILURE(isolate, Uri::Escape(isolate, string)); in BUILTIN()
/external/syslinux/core/
Ddiskfs.inc79 FuncFlag resb 1 ; Escape sequences received from keyboard
/external/python/cpython3/Doc/library/
Dglob.rst59 Escape all special characters (``'?'``, ``'*'`` and ``'['``).
/external/skia/gn/
Dgn_to_cmake.py52 def Escape(c): function
57 return ''.join(map(Escape, a))

1234