Home
last modified time | relevance | path

Searched refs:Escape (Results 1 - 25 of 54) sorted by relevance

123

/third_party/gn/src/gn/
H A Descape_unittest.cc9 TEST(Escape, Ninja) { in TEST()
16 TEST(Escape, Depfile) { in TEST()
23 TEST(Escape, WindowsCommand) { in TEST()
50 TEST(Escape, PosixCommand) { in TEST()
66 TEST(Escape, NinjaPreformatted) { in TEST()
74 TEST(Escape, Space) { in TEST()
105 TEST(Escape, CompilationDatabase) { in TEST()
H A Djson_project_writer.cc198 AddMargin() << Escape(key) << ": " << Escape(value); in AddString()
207 AddMargin() << Escape(key) << ": [ "; in BeginList()
215 out_ << Escape(item); in AddListItem()
231 AddMargin() << Escape(key) << ": {"; in BeginDict()
252 AddMargin() << Escape(key) << ": "; in AddJSONDict()
285 static std::string Escape(std::string_view str) { in Escape() function in __anon2927::SimpleJSONWriter
/third_party/lzma/CPP/Common/
H A 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()
211 if (flag is NOT set) it doesn't extract raw 8-bit symbol from Escape-Plane-16
212 if (flag is set) it extracts raw 8-bit symbol from Escape-Plane-16
215 if (we use High-Escape-Plane), we can transfer BMP escapes to High-Escape
[all...]
H A DUTFConvert.cpp109 we can restore any 8-bit Escape from ESCAPE-PLANE-21 plane.
119 we must convert original 3-bytes utf-8 BMP-Escape point to sequence
120 of 3 BMP-Escape-16 points with Z7_UTF_FLAG_FROM_UTF8_BMP_ESCAPE_CONVERT
214 Escape = true; in Check_Buf()
332 1) emit Escape point for each incorrect byte. So we can data recover later
334 That scheme is similar to Escape scheme, but we emit 0xfffd
335 instead of each Escape point.
405 // disable the folling line, if you need 0xfffd for each incorrect byte as in Escape mode in Utf8_To_Utf16()
421 // We will emit 3 utf16-Escape-16-21 points from one Escape in Utf8_To_Utf16()
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_escaping.h79 // Escape the given ByteSource to the given ByteSink.
80 static void Escape(strings::ByteSource* input, strings::ByteSink* output);
82 // Escape the given ByteSource to the given ByteSink.
85 static void Escape(StringPiece input, strings::ByteSink* output);
H A 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()
H A Djson_objectwriter.cc140 JsonEscaping::Escape(value, &sink_); in RenderString()
179 JsonEscaping::Escape(name, &sink_); in WritePrefix()
/third_party/node/deps/v8/tools/
H A Dandroid-run.py72 def Escape(arg): function
96 args = [Escape(arg) for arg in sys.argv[1:]]
/third_party/node/deps/v8/src/api/
H A Dapi-macros.h121 call_depth_scope.Escape(); \
132 #define RETURN_ESCAPED(value) return handle_scope.Escape(value);
/third_party/PyYAML/examples/pygments-lexer/
H A 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/deps/v8/include/v8-include/
H A Dv8-local-handle.h229 * handle to an outer HandleScope, an EscapableHandleScope and its Escape()
471 V8_INLINE Local<T> Escape(Local<T> value) { in Escape() function in v8::EscapableHandleScope
475 return Local<T>::FromSlot(Escape(value.slot())); in Escape()
481 return Escape(value.FromMaybe(Local<T>())); in EscapeMaybe()
495 internal::Address* Escape(internal::Address* escape_value);
/third_party/node/deps/v8/include/
H A Dv8-local-handle.h142 * handle to an outer HandleScope, an EscapableHandleScope and its Escape()
401 V8_INLINE Local<T> Escape(Local<T> value) { in Escape() function in v8::EscapableHandleScope
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/strings/
H A Duri.h40 static MaybeHandle<String> Escape(Isolate* isolate, Handle<String> string);
/third_party/node/src/api/
H A Dcallback.cc333 return handle_scope.Escape( in MakeCallback()
344 return handle_scope.Escape( in MakeCallback()
355 return handle_scope.Escape( in MakeCallback()
/third_party/node/src/
H A Dinspector_socket_server.cc31 void Escape(std::string* string) { in Escape() function
367 Escape(&target_map["title"]); in SendListResponse()
372 Escape(&target_map["url"]); in SendListResponse()
H A Dspawn_sync.cc443 return scope.Escape(result); in Run()
722 return scope.Escape(js_result); in BuildResultObject()
741 return scope.Escape( in BuildOutputArray()
H A Dnode_http_parser.cc855 return scope.Escape(Local<Value>()); in Execute()
886 return scope.Escape(e); in Execute()
891 return scope.Escape(Local<Value>()); in Execute()
893 return scope.Escape(nread_obj); in Execute()
H A 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()
H A Dnode_realm.cc241 return scope.Escape(result); in RunBootstrapping()
H A Dnode_process_object.cc174 return scope.Escape(process); in CreateProcessObject()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-global.cc69 RETURN_RESULT_OR_FAILURE(isolate, Uri::Escape(isolate, string)); in BUILTIN()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc180 result->message = scope.Escape(result->message);
187 Initialize(scope.Escape(result->script));
/third_party/glfw/deps/mingw/
H A Ddinput.h1493 STDMETHOD(Escape)(THIS_ LPDIEFFESCAPE) PURE; in DECLARE_INTERFACE_()
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_()
1710 STDMETHOD(Escape)(THIS_ LPDIEFFESCAPE pesc) PURE; in DECLARE_INTERFACE_()
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_()
1857 STDMETHOD(Escape)(THIS_ LPDIEFFESCAPE pesc) PURE; in DECLARE_INTERFACE_()
1893 #define IDirectInputDevice7_Escape(p,a) (p)->lpVtbl->Escape(
[all...]
/third_party/node/src/crypto/
H A Dcrypto_common.cc1073 return scope.Escape(ret); in GetClientHelloCiphers()
1098 return scope.Escape(info); in GetCipherInfo()
1108 return scope.Escape(info); in GetEphemeralKey()
1155 return scope.Escape(info); in GetEphemeralKey()
1400 return scope.Escape(info); in X509ToObject()
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim70 # Escape \ for Vim, and ^ for both Vim and shell.

Completed in 25 milliseconds

123