OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interceptor
(Results
126 - 150
of
208
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/base/core/java/android/net/http/
AndroidHttpClient.java
94
/**
Interceptor
throws an exception if the executing thread is blocked */
165
// Add
interceptor
to prevent making requests from main thread.
/external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job_unittest.cc
186
// The
Interceptor
is owned by the |factory_|.
/external/chromium_org/chrome/browser/policy/cloud/
device_management_service_browsertest.cc
65
// JobCallback for the
interceptor
.
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java
206
// Disable the touch-
interceptor
on the selected page, and enable it on the other.
/external/chromium_org/v8/test/cctest/
test-decls.cc
83
// Get the holder for the
interceptor
. Default to the instance template
228
// Test global declaration of a property the
interceptor
doesn't know
559
// Sanity check to make sure that the holder of the
interceptor
test-debug.cc
[
all
...]
/external/v8/src/
ic.cc
426
// an
interceptor
), bail out if lookup is not cacheable: we won't
429
|| (lookup->type() !=
INTERCEPTOR
)
441
ASSERT(lookup->type() !=
INTERCEPTOR
);
547
if (lookup.type() ==
INTERCEPTOR
&& attr == ABSENT) {
672
case
INTERCEPTOR
:
[
all
...]
mirror-debugger.js
178
PropertyType.
Interceptor
= 5;
635
// Get names for named
interceptor
properties if any.
652
// Get names for indexed
interceptor
properties.
1234
return (this.propertyType() == PropertyType.
Interceptor
) ||
[
all
...]
ast.cc
482
// If there is an
interceptor
, we can't compute the target for a direct call.
506
case
INTERCEPTOR
:
[
all
...]
/external/chromium_org/v8/src/
objects-printer.cc
313
case
INTERCEPTOR
: // only in lookup results, not in descriptors
468
case
INTERCEPTOR
:
[
all
...]
property-details.h
74
INTERCEPTOR
= 5,
mirror-debugger.js
179
PropertyType.
Interceptor
= 5;
644
// Get names for named
interceptor
properties if any.
661
// Get names for indexed
interceptor
properties.
[
all
...]
/external/valgrind/unittest/
thread_wrappers_pthread.h
369
// helgrind 3.3.0 does not have an
interceptor
for barrier.
/prebuilts/misc/common/groovy/
groovy-src-1.7.0.zip
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
gthr-default.h
244
to be redefined by an
interceptor
library. The bionic (Android) C
246
there (and
interceptor
libraries lose). */
gthr-posix.h
244
to be redefined by an
interceptor
library. The bionic (Android) C
246
there (and
interceptor
libraries lose). */
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
gthr-default.h
244
to be redefined by an
interceptor
library. The bionic (Android) C
246
there (and
interceptor
libraries lose). */
gthr-posix.h
244
to be redefined by an
interceptor
library. The bionic (Android) C
246
there (and
interceptor
libraries lose). */
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr-default.h
244
to be redefined by an
interceptor
library. The bionic (Android) C
246
there (and
interceptor
libraries lose). */
gthr-posix.h
244
to be redefined by an
interceptor
library. The bionic (Android) C
246
there (and
interceptor
libraries lose). */
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr-default.h
244
to be redefined by an
interceptor
library. The bionic (Android) C
246
there (and
interceptor
libraries lose). */
gthr-posix.h
244
to be redefined by an
interceptor
library. The bionic (Android) C
246
there (and
interceptor
libraries lose). */
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
199
#define TSAN_INTERCEPTOR(ret, func, ...)
INTERCEPTOR
(ret, func, __VA_ARGS__)
[
all
...]
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
559
// helgrind 3.3.0 does not have an
interceptor
for barrier.
/external/v8/include/
v8.h
[
all
...]
Completed in 527 milliseconds
1
2
3
4
5
6
7
8
9