/external/rust/crates/regex-automata/tests/ |
D | unescape.rs | 4 Escape, enumerator 20 Escape => match c { in unescape() 69 state = Escape; in unescape() 78 Escape => bytes.push(b'\\'), in unescape()
|
/external/libxkbcommon/test/data/symbols/ |
D | capslock | 28 key <CAPS> { [ Escape ] }; 34 key <CAPS> { [ Escape ] }; 41 symbols[Group1] = [ Escape, Caps_Lock ],
|
D | awesome | 10 key <AD01> { [ q, Q, Escape, Escape ] };
|
D | pc | 4 key <ESC> { [ Escape ] };
|
/external/llvm-project/llvm/lib/Support/ |
D | Program.cpp | 80 const bool Escape = Arg.find_first_of(" \"\\$") != StringRef::npos; in printArg() local 82 if (!Quote && !Escape) { in printArg()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | json_objectwriter.cc | 144 JsonEscaping::Escape(&source, &sink_); in RenderString() 184 JsonEscaping::Escape(&source, &sink_); in WritePrefix()
|
D | json_escaping.h | 80 static void Escape(strings::ByteSource* input, strings::ByteSink* output);
|
D | json_escaping.cc | 301 void JsonEscaping::Escape(strings::ByteSource* input, in Escape() function in google::protobuf::util::converter::JsonEscaping
|
/external/icu/icu4c/source/data/translit/ |
D | en.txt | 21 "%Translit%Hex" { "Hex Escape" }
|
/external/pigweed/pw_hdlc/public/pw_hdlc/internal/ |
D | protocol.h | 38 constexpr std::byte Escape(std::byte b) { return b ^ kEscapeConstant; } in Escape() function
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-recovery.cpp | 222 using Escape = decltype([] { return undef(); }()); in __anon3eef14580202() typedef
|
/external/clang/lib/Driver/ |
D | Job.cpp | 83 const bool Escape = std::strpbrk(Arg, "\"\\$"); in printArg() local 85 if (!Quote && !Escape) { in printArg()
|
/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/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> 94 remove-selection=<Key-Escape> 154 remove-selection = <Key-Escape> 214 remove-selection=<Key-Escape> 254 remove-selection = <Key-Escape>
|
/external/pigweed/pw_hdlc/ |
D | decoder.cc | 94 AppendByte(Escape(new_byte)); in Process()
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/ |
D | encoder_config.fbs | 43 // Escape whitespaces during encoding so the decoder can restore them exactly as
|
/external/llvm/test/Assembler/ |
D | metadata.ll | 32 ;; Escape the first character when printing text IR, since it's a digit
|
/external/llvm-project/llvm/test/Assembler/ |
D | metadata.ll | 32 ;; Escape the first character when printing text IR, since it's a digit
|
/external/catch2/contrib/ |
D | CatchAddTests.cmake | 54 # Escape characters in test case names that would be parsed by Catch2
|
/external/python/setuptools/docs/_theme/nature/static/ |
D | pygments.css | 43 .se { color: #bb8844 } /* Literal.String.Escape */
|
/external/llvm/unittests/Support/ |
D | RegexTest.cpp | 130 TEST_F(RegexTest, Escape) { in TEST_F() argument
|
/external/llvm-project/llvm/unittests/Support/ |
D | GlobPatternTest.cpp | 42 TEST_F(GlobPatternTest, Escape) { in TEST_F() argument
|
D | RegexTest.cpp | 129 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 */
|