OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intercept
(Results
151 - 175
of
548
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/browser/renderer_host/media/
device_request_message_filter_unittest.cc
64
// Override the Send() method to
intercept
the message that we're sending to
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewClient.java
79
// We also have to
intercept
some shortcuts before we send them to the ContentView.
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.h
26
// The kernel
intercept
module provides a C->C++ thunk between the libc
/external/chromium_org/net/base/
load_flags_list.h
100
// If present,
intercept
actual request/response headers from network stack
/external/chromium_org/net/dns/
host_resolver.h
182
// ScopedHostResolverProc to
intercept
requests to the system).
/external/chromium_org/sandbox/win/src/
handle_closer.cc
157
// We need to
intercept
CreateThread if we're closing ALPC port clients.
policy_engine_processor.h
107
// relevant policy for this
intercept
.
service_resolver_64.cc
168
// And now change the function to
intercept
, on the child.
/external/clang/docs/
JSONCompilationDatabase.rst
36
For projects on Linux, there is an alternative to
intercept
compiler
/external/clang/include/clang/ASTMatchers/Dynamic/
Parser.h
55
/// However, a more complex processor might decide to
intercept
the matcher
/external/compiler-rt/BlocksRuntime/
Block_private.h
137
/* the
intercept
routines that must be used under GC */
/external/compiler-rt/lib/asan/
asan_internal.h
42
// If set, asan will
intercept
C++ exception api call(s).
/external/compiler-rt/lib/interception/
interception_win.cc
139
//
Intercept
the 'old_func'.
/external/compiler-rt/lib/msandr/
msandr.cc
522
// FIXME: only
intercept
syscalls with memory effects.
523
return true; /*
intercept
everything */
634
// Our normal mmap interceptor can't
intercept
calls from the loader itself.
639
// Be careful not to
intercept
maps done by the msan rtl. Otherwise we end up
/external/llvm/include/llvm-c/
ExecutionEngine.h
176
*
intercept
allocations in a module-oblivious way. This will return NULL
/external/valgrind/main/
README_PACKAGERS
16
Reason for this is that Valgrind's Memcheck tool needs to
intercept
/external/valgrind/main/drd/
drd_qtcore_intercepts.c
33
They're named weirdly so that the
intercept
code can find them when the
/frameworks/base/core/java/android/hardware/camera2/utils/
CameraBinderDecorator.java
150
* @return a proxy that will
intercept
all invocations to obj
/frameworks/base/docs/html/guide/topics/ui/
ui-events.jd
19
<p>On Android, there's more than one way to
intercept
the events from a user's interaction with your application.
26
the <code>onTouchEvent()</code> method is called on that object. However, in order to
intercept
this, you must extend
185
android.app.Activity} to
intercept
all touch events before they are dispatched to the window.</li>
191
upon a parent View to indicate that it should not
intercept
touch events with <code>{@link
/libcore/luni/src/main/java/org/w3c/dom/ls/
LSResourceResolver.java
25
* <p> The <code>LSParser</code> will then allow the application to
intercept
/libcore/luni/src/main/java/org/xml/sax/
EntityResolver.java
27
* <p>The XML reader will then allow the application to
intercept
any
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java
191
* Subclass of {@link CallLogAdapter} used in tests to
intercept
certain calls.
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java
241
// onTouchEvent() handling will prevent further
intercept
touch events from being called
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothAdapter.java
78
// Pass-through BluetoothAdapter methods that we can
intercept
if necessary
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
TrampolineActivity.java
41
*
Intercept
all download clicks to provide special behavior. For example,
Completed in 997 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>