HomeSort by relevance Sort by last modified time
    Searched refs:Escape (Results 1 - 25 of 44) sorted by null

1 2

  /external/v8/test/mjsunit/regress/
regress-3229.js 5 // Escape '/'.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 81 Escape RN 5
154 M_BD_LOOK8 Escape,7 ;// Load Escape Value
155 LSR Escape,Escape,#25
156 CMP Escape,#3 ;// check for escape mode
158 BNE notEscapemode ;// Branch if not in Escape mode 3
161 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
164 ;// Escape Mode
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 81 Escape RN 5
154 M_BD_LOOK8 Escape,7 ;// Load Escape Value
155 LSR Escape,Escape,#25
156 CMP Escape,#3 ;// check for escape mode
158 BNE notEscapemode ;// Branch if not in Escape mode 3
161 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
164 ;// Escape Mode
    [all...]
  /external/v8/tools/
android-run.py 69 def Escape(arg):
92 args = [Escape(arg) for arg in sys.argv[1:]]
nacl-run.py 65 def Escape(arg):
133 args = [Escape(arg) for arg in sys.argv[1:]]
  /external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
pygapp2.py 39 String.Escape: "nobold noitalic #080",
  /external/opencv3/3rdparty/jinja2/markupsafe/
__init__.py 16 __all__ = ['Markup', 'soft_unicode', 'escape', 'escape_silent']
30 The `escape` function returns markup objects so that double escaping can't
49 :meth:`escape` classmethod to create a :class:`Markup` object:
51 >>> Markup.escape("Hello <em>World</em>!")
55 arguments are passed through the :func:`escape` function:
80 return self.__class__(super(Markup, self).__add__(self.escape(other)))
85 return self.escape(other).__add__(self)
96 arg = tuple(_MarkupEscapeHelper(x, self.escape) for x in arg)
98 arg = _MarkupEscapeHelper(arg, self.escape)
108 return self.__class__(text_type.join(self, map(self.escape, seq))
157 def escape(cls, s): member in class:Markup
228 from _speedups import escape, escape_silent, soft_unicode namespace
230 from ._native import escape, escape_silent, soft_unicode namespace
    [all...]
  /external/v8/src/runtime/
runtime-uri.cc 157 MUST_USE_RESULT static MaybeHandle<String> Escape(Isolate* isolate,
197 MaybeHandle<String> URIEscape::Escape(Isolate* isolate, Handle<String> string) {
270 ? URIEscape::Escape<uint8_t>(isolate, source)
271 : URIEscape::Escape<uc16>(isolate, source));
  /external/clang/lib/Driver/
Job.cpp 82 const bool Escape = std::strpbrk(Arg, "\"\\$");
84 if (!Quote && !Escape) {
89 // Quote and escape. This isn't really complete, but good enough.
  /external/llvm/unittests/Support/
RegexTest.cpp 130 TEST_F(RegexTest, Escape) {
131 EXPECT_EQ("a\\[bc\\]", Regex::escape("a[bc]"));
132 EXPECT_EQ("abc\\{1\\\\,2\\}", Regex::escape("abc{1\\,2}"));
  /external/skia/experimental/SkV8Example/
JsContext.cpp 58 // we need to call Close to let one, the result, escape into the
60 return handleScope.Escape(result);
  /external/v8/samples/
process.cc 363 // we need to call Close to let one, the result, escape into the
365 return handle_scope.Escape(result);
439 return handle_scope.Escape(result);
477 // we need to call Close to let one, the result, escape into the
479 return handle_scope.Escape(result);
571 return handle_scope.Escape(result);
  /build/core/
dumpvar.mk 110 @# Escape \` to defer the execution of report_config_sh to preserve the line breaks.
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 224 Escape = new String[4];
233 Escape[0] = Escape[1] = Escape[2] = Escape[3] = "\u001b";
532 res = codes.getProperty(prefixes[i] + "ESCAPE");
534 Escape[i] = unEscape(res);
828 private String Escape[], BackSpace[], NUMDot[], NUMPlus[];
843 * Replace escape code characters (backslash + identifier) with their respective codes.
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/serialization/
serializer.js 24 //Escape string
  /external/v8/tools/vim/
ninja-build.vim 73 # Escape \ for Vim, and ^ for both Vim and shell.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dinput.h     [all...]
sti.h 389 STDMETHOD(Escape)(THIS_ STI_RAW_CONTROL_CODE EscapeFunction,LPVOID lpInData,DWORD cbInDataSize,LPVOID pOutData,DWORD dwOutDataSize,LPDWORD pdwActualData) PURE;
414 #define IStiDevice_Escape(p,a,b,c,d,e,f) (p)->lpVtbl->Escape(p,a,b,c,d,e,f)
wia.h     [all...]
dimm.h     [all...]
  /external/libjpeg-turbo/doc/html/search/
search.js 217 else if (e.keyCode==27) // Escape out of the search field
361 resultsPageWithSearch = resultsPage+'?'+escape(searchValue);
686 else if (this.lastKey==27) // Escape
729 else if (this.lastKey==27) // Escape
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 82 return scope.Escape(function->InstanceTemplate());
87 return scope.Escape(m_Signature.Get(m_pIsolate));
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 53 // escape sequence at line 5, column 45", you get error messages like
59 // "\\\\[abfnrtv?\"'\\\\0-7]|" // normal escape
60 // "\\\\x[0-9a-fA-F])*\"|" // hex escape
145 CHARACTER_CLASS(Escape, c == 'a' || c == 'b' || c == 'f' || c == 'n' ||
175 // We expect escape sequences to have been validated separately.
369 // An escape sequence.
371 if (TryConsumeOne<Escape>()) {
372 // Valid escape sequence.
379 AddError("Expected hex digits for escape sequence.");
387 AddError("Expected four hex digits for \\u escape sequence.")
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
forms.js 337 * HTML Escape a string
  /external/v8/include/
v8.h 938 * which will be later filled with the escape value.
950 V8_INLINE Local<T> Escape(Local<T> value) {
952 Escape(reinterpret_cast<internal::Object**>(*value));
957 internal::Object** Escape(internal::Object** escape_value);
    [all...]

Completed in 1571 milliseconds

1 2