Home
last modified time | relevance | path

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

12345

/external/rust/crates/regex-automata/tests/
Dunescape.rs4 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/
Dcapslock28 key <CAPS> { [ Escape ] };
34 key <CAPS> { [ Escape ] };
41 symbols[Group1] = [ Escape, Caps_Lock ],
Dawesome10 key <AD01> { [ q, Q, Escape, Escape ] };
Dpc4 key <ESC> { [ Escape ] };
/external/llvm-project/llvm/lib/Support/
DProgram.cpp80 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/
Djson_objectwriter.cc144 JsonEscaping::Escape(&source, &sink_); in RenderString()
184 JsonEscaping::Escape(&source, &sink_); in WritePrefix()
Djson_escaping.h80 static void Escape(strings::ByteSource* input, strings::ByteSink* output);
Djson_escaping.cc301 void JsonEscaping::Escape(strings::ByteSource* input, in Escape() function in google::protobuf::util::converter::JsonEscaping
/external/icu/icu4c/source/data/translit/
Den.txt21 "%Translit%Hex" { "Hex Escape" }
/external/pigweed/pw_hdlc/public/pw_hdlc/internal/
Dprotocol.h38 constexpr std::byte Escape(std::byte b) { return b ^ kEscapeConstant; } in Escape() function
/external/llvm-project/clang/test/AST/
Dast-dump-recovery.cpp222 using Escape = decltype([] { return undef(); }()); in __anon3eef14580202() typedef
/external/clang/lib/Driver/
DJob.cpp83 const bool Escape = std::strpbrk(Arg, "\"\\$"); in printArg() local
85 if (!Quote && !Escape) { in printArg()
/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/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>
94 remove-selection=<Key-Escape>
154 remove-selection = <Key-Escape>
214 remove-selection=<Key-Escape>
254 remove-selection = <Key-Escape>
/external/pigweed/pw_hdlc/
Ddecoder.cc94 AppendByte(Escape(new_byte)); in Process()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Dencoder_config.fbs43 // Escape whitespaces during encoding so the decoder can restore them exactly as
/external/llvm/test/Assembler/
Dmetadata.ll32 ;; Escape the first character when printing text IR, since it's a digit
/external/llvm-project/llvm/test/Assembler/
Dmetadata.ll32 ;; Escape the first character when printing text IR, since it's a digit
/external/catch2/contrib/
DCatchAddTests.cmake54 # Escape characters in test case names that would be parsed by Catch2
/external/python/setuptools/docs/_theme/nature/static/
Dpygments.css43 .se { color: #bb8844 } /* Literal.String.Escape */
/external/llvm/unittests/Support/
DRegexTest.cpp130 TEST_F(RegexTest, Escape) { in TEST_F() argument
/external/llvm-project/llvm/unittests/Support/
DGlobPatternTest.cpp42 TEST_F(GlobPatternTest, Escape) { in TEST_F() argument
DRegexTest.cpp129 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 */

12345