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

1 2

  /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 64 def Escape(arg):
136 args = [Escape(arg) for arg in sys.argv[1:]]
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/_themes/webapp2/
pygapp2.py 39 String.Escape: "nobold noitalic #080",
  /external/libvncserver/x11vnc/misc/
vcinject.pl 36 Escape 27
50 # escape sequences, e.g. ESC [ 5 ~)
  /external/clang/lib/Driver/
Job.cpp 79 const bool Escape = std::strpbrk(Arg, "\"\\$");
81 if (!Quote && !Escape) {
86 // Quote and escape. This isn't really complete, but good enough.
  /external/v8/src/
uri.h 183 MUST_USE_RESULT static MaybeHandle<String> Escape(Isolate* isolate,
228 MaybeHandle<String> URIEscape::Escape(Isolate* isolate, Handle<String> string) {
d8.cc 521 // Continue reading if the line ends with an escape '\\' or the line has
652 return handle_scope.Escape(Local<Array>::Cast(val));
668 return handle_scope.Escape(Local<Object>(Handle<Object>::Cast(val)));
684 return handle_scope.Escape(Local<Value>(val));
    [all...]
api.h 304 return Utils::OpenHandle(*scope->Escape(Utils::ToLocal(handle)), true);
api.cc 598 i::Object** EscapableHandleScope::Escape(i::Object** escape_value) {
601 "EscapeableHandleScope::Escape",
602 "Escape value set twice");
    [all...]
debug.cc     [all...]
  /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 339 // we need to call Close to let one, the result, escape into the
341 return handle_scope.Escape(result);
411 return handle_scope.Escape(result);
448 // we need to call Close to let one, the result, escape into the
450 return handle_scope.Escape(result);
534 return handle_scope.Escape(result);
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/serialization/
serializer.js 24 //Escape string
  /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...]
wingdi.h     [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl 112 bind $up <Escape> "destroy $up"
    [all...]
  /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/v8/include/
v8.h 853 * which will be later filled with the escape value.
865 V8_INLINE Local<T> Escape(Local<T> value) {
867 Escape(reinterpret_cast<internal::Object**>(*value));
872 internal::Object** Escape(internal::Object** escape_value);
    [all...]
  /external/libvncserver/x11vnc/
tkx11vnc     [all...]

Completed in 1057 milliseconds

1 2