/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/v8/samples/ |
D | process.cc | 354 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/ |
D | config-keys.def | 34 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/ |
D | uri.h | 39 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/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/syslinux/com32/cmenu/ |
D | README | 37 * Escape to exit from it 77 * Escape Keys
|
/external/llvm/test/Assembler/ |
D | metadata.ll | 32 ;; Escape the first character when printing text IR, since it's a digit
|
/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/syslinux/dosutil/ |
D | eltorito.txt | 48 - Removed "press Escape..."
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 146 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/ |
D | us | 6 key <ESC> { [ Escape ] };
|
/external/libnl/doc/stylesheets/ |
D | pygments.css | 54 .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
/external/v8/src/builtins/ |
D | builtins-global.cc | 70 RETURN_RESULT_OR_FAILURE(isolate, Uri::Escape(isolate, string)); in BUILTIN()
|
/external/syslinux/core/ |
D | diskfs.inc | 79 FuncFlag resb 1 ; Escape sequences received from keyboard
|
/external/python/cpython3/Doc/library/ |
D | glob.rst | 59 Escape all special characters (``'?'``, ``'*'`` and ``'['``).
|
/external/skia/gn/ |
D | gn_to_cmake.py | 52 def Escape(c): function 57 return ''.join(map(Escape, a))
|