HomeSort by relevance Sort by last modified time
    Searched full:interceptor (Results 26 - 50 of 53) sorted by null

12 3

  /external/apache-http/src/org/apache/http/protocol/
ResponseContent.java 46 * A response interceptor that sets up entity-related headers.
  /external/v8/src/x64/
stub-cache-x64.cc 144 InterceptorInfo* interceptor = holder_obj->GetNamedInterceptor(); local
145 ASSERT(!Heap::InNewSpace(interceptor));
146 __ movq(kScratchRegister, Handle<Object>(interceptor),
440 // So far the most popular follow ups for interceptor loads are FIELD
576 // So far the most popular case for failed interceptor is
    [all...]
ic-x64.cc 72 // Check for the absence of an interceptor.
79 // Jump to miss if the interceptor bit is set.
580 // Check that it has indexed interceptor and access checks
    [all...]
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 85 /** Interceptor throws an exception if the executing thread is blocked */
156 // Add interceptor to prevent making requests from main thread.
  /external/v8/src/mips/
stub-cache-mips.cc 219 return GetCode(INTERCEPTOR, name);
  /external/v8/src/
property.h 196 details_ = PropertyDetails(NONE, INTERCEPTOR);
fast-codegen.cc 588 // We only support normal (non-accessor/interceptor) DontDelete properties
mirror-debugger.js 177 PropertyType.Interceptor = 4;
632 // Get names for named interceptor properties if any.
649 // Get names for indexed interceptor properties.
1230 return (this.propertyType() == PropertyType.Interceptor) ||
    [all...]
runtime.cc 766 if (lookup.type() == INTERCEPTOR) {
767 // If the interceptor says the property is there, we
809 // we're either declaring a function or there's an interceptor
815 if (lookup.type() != INTERCEPTOR &&
    [all...]
v8natives.js 622 // Get names for indexed interceptor properties.
635 // Get names for named interceptor properties if any.
factory.cc 836 // Set interceptor information in the map.
    [all...]
globals.h 406 INTERCEPTOR = 4, // only in lookup results, not in descriptors.
bootstrapper.cc     [all...]
  /external/webkit/WebCore/bindings/v8/
V8Collection.h 97 // A template of index interceptor of collections.
ScriptController.cpp 259 // Create a V8 object with an interceptor of NPObjectPropertyGetter.
V8Proxy.h 439 // Used by an interceptor callback that it hasn't found anything to
  /external/v8/test/cctest/
test-api.cc 3416 v8::Handle<v8::Object> interceptor = templ->NewInstance(); local
    [all...]
test-debug.cc     [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 282 InterceptorInfo* interceptor = holder_obj->GetNamedInterceptor(); local
283 ASSERT(!Heap::InNewSpace(interceptor));
284 __ mov(receiver, Immediate(Handle<Object>(interceptor)));
364 // So far the most popular follow ups for interceptor loads are FIELD
770 // Generate code for the failed interceptor case.
    [all...]
ic-ia32.cc 73 // Check for the absence of an interceptor.
80 // Jump to miss if the interceptor bit is set.
581 // Check that it has indexed interceptor and access checks
    [all...]
fast-codegen-ia32.cc 791 // We only support normal (non-accessor/interceptor) DontDelete properties
  /prebuilt/common/groovy/
groovy-src-1.7.0.zip 
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/arm/
ic-arm.cc 66 // Check for the absence of an interceptor.
72 // Jump to miss if the interceptor bit is set.
627 // Check that it has indexed interceptor and access checks
  /external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
SDL_sysjoystick.c 55 { "WingMan Interceptor", 3, 3, 0 },

Completed in 543 milliseconds

12 3