Home
last modified time | relevance | path

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

12

/external/v8/src/runtime/
Druntime-uri.cc157 MUST_USE_RESULT static MaybeHandle<String> Escape(Isolate* isolate,
197 MaybeHandle<String> URIEscape::Escape(Isolate* isolate, Handle<String> string) { in Escape() function in v8::internal::URIEscape
270 ? URIEscape::Escape<uint8_t>(isolate, source) in RUNTIME_FUNCTION()
271 : URIEscape::Escape<uc16>(isolate, source)); in RUNTIME_FUNCTION()
/external/v8/tools/
Dandroid-run.py69 def Escape(arg): function
92 args = [Escape(arg) for arg in sys.argv[1:]]
Dnacl-run.py65 def Escape(arg): function
133 args = [Escape(arg) for arg in sys.argv[1:]]
/external/icu/icu4c/source/data/translit/
Den.txt19 "%Translit%Hex" { "Hex Escape" }
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
Dpygapp2.py39 String.Escape: "nobold noitalic #080",
/external/v8/samples/
Dprocess.cc365 return handle_scope.Escape(result); in WrapMap()
439 return handle_scope.Escape(result); in MakeMapTemplate()
479 return handle_scope.Escape(result); in WrapRequest()
571 return handle_scope.Escape(result); in MakeRequestTemplate()
/external/clang/lib/Driver/
DJob.cpp82 const bool Escape = std::strpbrk(Arg, "\"\\$"); in printArg() local
84 if (!Quote && !Escape) { in printArg()
/external/llvm/test/Assembler/
Dmetadata.ll28 ;; Escape the first character when printing text IR, since it's a digit
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java224 Escape = new String[4]; in vt320()
233 Escape[0] = Escape[1] = Escape[2] = Escape[3] = "\u001b"; in vt320()
534 Escape[i] = unEscape(res); in setKeyCodes()
828 private String Escape[], BackSpace[], NUMDot[], NUMPlus[]; field in vt320
1220 writeSpecial(Escape[xind]); in keyTyped()
/external/skia/experimental/SkV8Example/
DJsContext.cpp60 return handleScope.Escape(result); in wrap()
/external/llvm/unittests/Support/
DRegexTest.cpp130 TEST_F(RegexTest, Escape) { in TEST_F() argument
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc145 CHARACTER_CLASS(Escape, c == 'a' || c == 'b' || c == 'f' || c == 'n' ||
371 if (TryConsumeOne<Escape>()) { in ConsumeString()
/external/v8/tools/vim/
Dninja-build.vim73 # Escape \ for Vim, and ^ for both Vim and shell.
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-P2P241 parameters - Escape single quote & backslash:
335 Escape single quote & backslash with a backslash:
339 Escape single quote & backslash with a backslash:
365 Escape single quote & backslash with a backslash:
369 Escape single quote & backslash with a backslash:
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp82 return scope.Escape(function->InstanceTemplate()); in GetInstanceTemplate()
87 return scope.Escape(m_Signature.Get(m_pIsolate)); in GetSignature()
/external/libvncserver/
DREADME38 sheet change. Just press Escape in the viewer. Note that the server still
44 i.e. a truecolour graphics. Only the Escape key is implemented. This may be
/external/regex-re2/doc/
Dsyntax.txt98 Escape sequences:
/external/llvm/lib/Support/Windows/
DProgram.inc232 // Escape all preceding escapes (if any), and then escape the quote.
/external/v8/src/
Dapi.cc121 call_depth_scope.Escape(); \
139 #define RETURN_ESCAPED(value) return handle_scope.Escape(value);
176 void Escape() { in Escape() function in v8::__anon116d6ad30111::CallDepthScope
722 i::Object** EscapableHandleScope::Escape(i::Object** escape_value) { in Escape() function in v8::EscapableHandleScope
2282 return scope.Escape(result); in Get()
2309 return scope.Escape(Utils::StackTraceToLocal(stackTrace)); in GetStackTrace()
2452 return scope.Escape(Utils::StackFrameToLocal(jsobj)); in GetFrame()
2519 ? scope.Escape(Local<String>::Cast(Utils::ToLocal(obj))) in getStringProperty()
Dd8.cc1291 return handle_scope.Escape(context); in CreateEvaluationContext()
2324 return scope.Escape(result); in DeserializeValue()
/external/v8/include/
Dv8.h950 V8_INLINE Local<T> Escape(Local<T> value) { in Escape() function
952 Escape(reinterpret_cast<internal::Object**>(*value)); in Escape()
957 internal::Object** Escape(internal::Object** escape_value);
/external/v8/src/debug/
Ddebug.cc2252 return scope.Escape(v8::Utils::ToLocal(Handle<String>::cast(json))); in GetJSON()
/external/chromium-trace/catapult/third_party/Paste/docs/
Dnews.txt18 * #20: Escape CGI environment variables in HTTP 404 responses (https://bitbucket.org/ianb/paste/pul…
/external/icu/icu4c/source/test/testdata/
Drbbitst.txt20 # \ Escape. Normal ICU unescape applied.
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175 …F12",G="PageDown",bk="F7",bj="Win",bi="F9",F="F10",I="Right",J="text",M="Escape",P="webkit",S="5",… property

12