Home
last modified time | relevance | path

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

12345

/third_party/gn/src/gn/
Descape_unittest.cc9 TEST(Escape, Ninja) { in TEST() argument
16 TEST(Escape, Depfile) { in TEST() argument
23 TEST(Escape, WindowsCommand) { in TEST() argument
50 TEST(Escape, PosixCommand) { in TEST() argument
66 TEST(Escape, NinjaPreformatted) { in TEST() argument
74 TEST(Escape, Space) { in TEST() argument
105 TEST(Escape, CompilationDatabase) { in TEST() argument
Djson_project_writer.cc244 AddMargin() << Escape(key) << ": " << Escape(value); in AddString()
253 AddMargin() << Escape(key) << ": [ "; in BeginList()
261 out_ << Escape(item); in AddListItem()
277 AddMargin() << Escape(key) << ": {"; in BeginDict()
298 AddMargin() << Escape(key) << ": "; in AddJSONDict()
332 static std::string Escape(std::string_view str) { in Escape() function in __anon00f2f0ce0311::SimpleJSONWriter
/third_party/lzma/CPP/Common/
DUTFConvert.h15 bool Escape; member
27 Escape = false; in Clear()
37 if (c.Escape) Escape = true; in Update()
52 if (Escape) s.Add_OptSpaced("Escape"); in PrintStatus()
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_escaping.h80 static void Escape(strings::ByteSource* input, strings::ByteSink* output);
85 static void Escape(StringPiece input, strings::ByteSink* output);
Djson_escaping.cc301 void JsonEscaping::Escape(strings::ByteSource* input, in Escape() function in google::protobuf::util::converter::JsonEscaping
344 void JsonEscaping::Escape(StringPiece input, strings::ByteSink* output) { in Escape() function in google::protobuf::util::converter::JsonEscaping
362 Escape(&source, output); in Escape()
Djson_objectwriter.cc140 JsonEscaping::Escape(value, &sink_); in RenderString()
179 JsonEscaping::Escape(name, &sink_); in WritePrefix()
/third_party/node/deps/v8/tools/
Dandroid-run.py72 def Escape(arg): function
96 args = [Escape(arg) for arg in sys.argv[1:]]
/third_party/node/deps/v8/include/
Dv8-local-handle.h401 V8_INLINE Local<T> Escape(Local<T> value) { in Escape() function
403 Escape(reinterpret_cast<internal::Address*>(*value)); in Escape()
409 return Escape(value.FromMaybe(Local<T>())); in EscapeMaybe()
423 internal::Address* Escape(internal::Address* escape_value);
/third_party/node/deps/v8/src/api/
Dapi-macros.h121 call_depth_scope.Escape(); \
132 #define RETURN_ESCAPED(value) return handle_scope.Escape(value);
/third_party/openssl/doc/man1/
Dopenssl-namedisplay-options.pod59 Escape the "special" characters in a field, as required by RFC 2253.
65 Escape the "special" characters in a field as required by RFC 2254 in a field.
70 Escape non-printable ASCII characters, codes less than 0x20 (space)
76 Escape any characters with the most significant bit set, that is with
/third_party/PyYAML/examples/pygments-lexer/
Dyaml.py357 (r'\'\'', Literal.Scalar.Flow.Escape),
369 (r'\\[0abt\tn\nvfre "\\N_LP]', Literal.Scalar.Flow.Escape),
372 Literal.Scalar.Flow.Escape),
/third_party/node/src/api/
Dcallback.cc333 return handle_scope.Escape( in MakeCallback()
344 return handle_scope.Escape( in MakeCallback()
355 return handle_scope.Escape( in MakeCallback()
/third_party/curl/docs/cmdline-opts/
Dform-escape.md5 Help: Escape multipart form field/file names using backslash
/third_party/node/deps/v8/src/strings/
Duri.h40 static MaybeHandle<String> Escape(Isolate* isolate, Handle<String> string);
/third_party/skia/third_party/externals/icu/source/data/translit/
Den.txt21 "%Translit%Hex" { "Hex Escape" }
/third_party/icu/icu4c/source/data/translit/
Den.txt21 "%Translit%Hex" { "Hex Escape" }
/third_party/python/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>
/third_party/jerryscript/tests/debugger/
Ddo_throw.cmd6 throw new Error('Escape')
Ddo_throw.expected13 (jerry-debugger) throw new Error('Escape')
/third_party/node/src/
Dinspector_socket_server.cc27 void Escape(std::string* string) { in Escape() function
353 Escape(&target_map["title"]); in SendListResponse()
358 Escape(&target_map["url"]); in SendListResponse()
Dnode_buffer.cc332 return scope.Escape(obj); in New()
349 return handle_scope.Escape(obj); in New()
392 return handle_scope.Escape(obj); in Copy()
471 return scope.Escape(ui); in New()
486 return handle_scope.Escape(obj); in New()
518 return handle_scope.Escape(obj); in New()
/third_party/glfw/deps/mingw/
Ddinput.h1493 STDMETHOD(Escape)(THIS_ LPDIEFFESCAPE) PURE; in DECL_WINELIB_TYPE_AW() local
1511 #define IDirectInputEffect_Escape(p,a) (p)->lpVtbl->Escape(p,a)
1527 #define IDirectInputEffect_Escape(p,a) (p)->Escape(a)
1671 STDMETHOD(Escape)(THIS_ LPDIEFFESCAPE pesc) PURE; in DECLARE_INTERFACE_() local
1710 STDMETHOD(Escape)(THIS_ LPDIEFFESCAPE pesc) PURE; in DECLARE_INTERFACE_() local
1743 #define IDirectInputDevice2_Escape(p,a) (p)->lpVtbl->Escape(p,a)
1774 #define IDirectInputDevice2_Escape(p,a) (p)->Escape(a)
1815 STDMETHOD(Escape)(THIS_ LPDIEFFESCAPE pesc) PURE; in DECLARE_INTERFACE_() local
1857 STDMETHOD(Escape)(THIS_ LPDIEFFESCAPE pesc) PURE; in DECLARE_INTERFACE_() local
1893 #define IDirectInputDevice7_Escape(p,a) (p)->lpVtbl->Escape(p,a)
[all …]
/third_party/node/deps/minimatch/src/dist/cjs/
Descape.js.map1 …sourcesContent":["import { MinimatchOptions } from './index.js'\n/**\n * Escape all magic characte…
/third_party/node/deps/minimatch/src/dist/mjs/
Descape.js.map1 …sourcesContent":["import { MinimatchOptions } from './index.js'\n/**\n * Escape all magic characte…
/third_party/node/deps/v8/src/builtins/
Dbuiltins-global.cc69 RETURN_RESULT_OR_FAILURE(isolate, Uri::Escape(isolate, string)); in BUILTIN()

12345