OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intercepting
(Results
1 - 25
of
78
) sorted by null
1
2
3
4
/prebuilts/maven_repo/android/com/android/support/test/runner/0.6-alpha/
runner-0.6-alpha-sources.jar
runner-0.6-alpha-javadoc.jar
/external/libbrillo/brillo/http/
mock_curl_api.h
17
// low-level C APIs in tests by
intercepting
the virtual function calls on
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
NonInterceptingScrollView.java
23
* ScrollView that disallows
intercepting
for touches that can cause scrolling.
/cts/tests/tests/security/src/android/security/cts/
STKFrameworkTest.java
39
* Verifies commands
Intercepting
which has been sent from SIM card to Telephony using
/external/autotest/client/site_tests/firmware_TouchMTB/public/
.chromeos.gestures.untrusted.write.boto
26
#
intercepting
proxy. This option should always be set to True in production
/frameworks/base/services/core/java/com/android/server/am/
ActivityStartInterceptor.java
50
* A class that contains activity
intercepting
logic for {@link ActivityStarter#startActivityLocked}
180
// If we are
intercepting
and there was a task, convert it into an extra for the
207
* @return The
intercepting
intent if needed.
/frameworks/base/docs/html/about/versions/
android-2.0.jd
327
intercepting
button events and taking an action on key-down, rather than on
328
key-up. Especially if your application is
intercepting
the BACK key, you should
331
<p>In general,
intercepting
the BACK key in an application is not recommended,
339
<li>If you are
intercepting
the BACK key in an activity or dialog, just
341
<li>If you are
intercepting
the BACK key in a view, you should track the key
/development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java
56
* is
intercepting
events, the button will not change state as the pointer hovers
/external/vogar/test/vogar/testing/
InterceptOutputStreams.java
94
String message = "Not
intercepting
" + stream + " output, try:\n"
InterceptOutputStreamsTest.java
104
assertEquals("Not
intercepting
ERR output, try:\n"
/external/guice/core/src/com/google/inject/internal/
ProxyFactory.java
62
* PUBLIC is default; it's used if all the methods we're
intercepting
are public. This impacts
207
* classes
intercepting
the same methods can be shared between injectors (and
/external/valgrind/coregrind/
pub_core_redir.h
37
// - code replacement:
intercepting
calls to client functions, and
51
// to do with function
intercepting
or wrapping, but it does have
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java
46
* Handles
intercepting
of media keys that still work when the keyguard is
309
* so
intercepting
them here should not be of any harm.
/external/v8/test/mjsunit/
error-constructors.js
71
// Check that
intercepting
property access from toString is prevented for
/packages/apps/Camera2/src/com/android/camera/ui/
MainActivityLayout.java
38
// Only check for
intercepting
touch events within first 500ms
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c
14
// and
intercepting
EXC_BAD_ACCESS. The kernel offers thread handlers a
/prebuilts/go/darwin-x86/src/runtime/
signal_windows.go
215
// would if Go was not
intercepting
signals.
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c
14
// and
intercepting
EXC_BAD_ACCESS. The kernel offers thread handlers a
/prebuilts/go/linux-x86/src/runtime/
signal_windows.go
215
// would if Go was not
intercepting
signals.
/frameworks/base/core/java/com/android/internal/widget/
DecorCaptionView.java
66
* <li>DecorCaptionView.onInterceptTouchEvent() will try
intercepting
the touch events if the
101
// Fields for detecting and
intercepting
click events on close/maximize.
/external/compiler-rt/lib/asan/tests/
asan_mac_test.cc
77
// We're
intercepting
malloc, so kCFAllocatorMalloc is routed to ASan.
/external/compiler-rt/lib/lsan/
lsan_common_linux.cc
132
// blocks, but we can make sure they come from our own allocator by
intercepting
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MethodProxy.java
157
* Return the <code>MethodProxy</code> used when
intercepting
the method