/third_party/gn/src/gn/ |
H A D | escape_unittest.cc | 9 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 D | json_project_writer.cc | 198 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 D | UTFConvert.h | 15 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 D | UTFConvert.cpp | 109 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 D | json_escaping.h | 79 // 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 D | json_escaping.cc | 301 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 D | json_objectwriter.cc | 140 JsonEscaping::Escape(value, &sink_); in RenderString() 179 JsonEscaping::Escape(name, &sink_); in WritePrefix()
|
/third_party/node/deps/v8/tools/ |
H A D | android-run.py | 72 def Escape(arg): function 96 args = [Escape(arg) for arg in sys.argv[1:]]
|
/third_party/node/deps/v8/src/api/ |
H A D | api-macros.h | 121 call_depth_scope.Escape(); \ 132 #define RETURN_ESCAPED(value) return handle_scope.Escape(value);
|
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | yaml.py | 357 (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 D | v8-local-handle.h | 229 * 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 D | v8-local-handle.h | 142 * 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 D | uri.h | 40 static MaybeHandle<String> Escape(Isolate* isolate, Handle<String> string);
|
/third_party/node/src/api/ |
H A D | callback.cc | 333 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 D | inspector_socket_server.cc | 31 void Escape(std::string* string) { in Escape() function 367 Escape(&target_map["title"]); in SendListResponse() 372 Escape(&target_map["url"]); in SendListResponse()
|
H A D | spawn_sync.cc | 443 return scope.Escape(result); in Run() 722 return scope.Escape(js_result); in BuildResultObject() 741 return scope.Escape( in BuildOutputArray()
|
H A D | node_http_parser.cc | 855 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 D | node_buffer.cc | 332 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 D | node_realm.cc | 241 return scope.Escape(result); in RunBootstrapping()
|
H A D | node_process_object.cc | 174 return scope.Escape(process); in CreateProcessObject()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-global.cc | 69 RETURN_RESULT_OR_FAILURE(isolate, Uri::Escape(isolate, string)); in BUILTIN()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-script.cc | 180 result->message = scope.Escape(result->message); 187 Initialize(scope.Escape(result->script));
|
/third_party/glfw/deps/mingw/ |
H A D | dinput.h | 1493 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 D | crypto_common.cc | 1073 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 D | ninja-build.vim | 70 # Escape \ for Vim, and ^ for both Vim and shell.
|