HomeSort by relevance Sort by last modified time
    Searched full:intercept (Results 51 - 75 of 548) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
AudioFocusHelper.java 24 * focus: it can request and abandon focus, and will intercept focus change events and deliver
  /external/chromium/chrome/browser/
platform_util_linux.cc 29 // In Google Chrome, we do not let GNOME's bug-buddy intercept our crashes.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 60 // Called by |AutocompleteTextField| to let page actions intercept
  /external/chromium_org/chrome/browser/policy/cloud/
test_request_interceptor.h 38 // Will intercept request to |hostname| made over HTTP.
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
alternate_nav_infobar_controller.mm 21 // textView:clickedOnLink:atIndex: and intercept clicks.
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
permission_selector.h 54 // Gtk callback to intercept mouse clicks to the menu buttons.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
url_handlers.html 5 to specify URL patterns the app wants to intercept and handle. An app can
  /external/chromium_org/content/public/browser/
web_contents_view_delegate.h 48 // These methods allow the embedder to intercept WebContentsViewWin's
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAttributeNames.in 94 intercept
  /external/chromium_org/webkit/browser/appcache/
appcache_unittest.cc 215 AppCacheEntry(AppCacheEntry::INTERCEPT, kInterceptResponseId));
358 // Setup an appcache with an intercept namespace that uses pattern matching.
372 AppCacheEntry(AppCacheEntry::INTERCEPT, kInterceptResponseId));
545 const GURL kInterceptUrl("http://foo.com/intercept.html");
550 "CHROMIUM-INTERCEPT:\r"
551 "/intercept return /intercept.html\r"
574 AppCacheEntry(AppCacheEntry::INTERCEPT, 3, 3));
612 cache->GetInterceptEntryUrl(GURL("http://foo.com/intercept")));
appcache_request_handler.h 37 // These are called on each request intercept opportunity.
128 // no action on all subsequent intercept opportunities, so the
manifest_parser.cc 61 INTERCEPT,
172 } else if (line == L"CHROMIUM-INTERCEPT:") {
173 mode = INTERCEPT;
220 } else if (mode == INTERCEPT) {
227 // the intercept type.
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 12 // Intercept various libc functions.
252 // intercept mlock and friends.
628 Report("AddressSanitizer: failed to intercept '" #name "'\n"); \
669 // Intercept mem* functions.
677 // Intercept str* functions.
703 // Intercept mlock/munlock.
726 // Intercept exception handling functions.
731 // Intercept threading-related functions
736 // Intercept atexit function.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 36 // Intercept and handle ioctl requests.
  /external/smack/src/org/jivesoftware/smackx/muc/
DeafOccupantInterceptor.java 29 * Packet interceptor that will intercept presence packets sent to the MUC service to indicate
  /frameworks/base/core/java/android/hardware/camera2/utils/
Decorator.java 55 * @param obj the object whose method calls you want to intercept
  /frameworks/base/packages/VpnDialogs/res/values-en-rGB/
strings.xml 20 <string name="warning" msgid="5470743576660160079">"By proceeding, you are giving the application permission to intercept all network traffic. "<b>"Do NOT accept unless you trust the application."</b>" Otherwise, you run the risk of having your data compromised by malicious software."</string>
  /frameworks/base/packages/VpnDialogs/res/values-en-rIN/
strings.xml 20 <string name="warning" msgid="5470743576660160079">"By proceeding, you are giving the application permission to intercept all network traffic. "<b>"Do NOT accept unless you trust the application."</b>" Otherwise, you run the risk of having your data compromised by malicious software."</string>
  /external/chromium/chrome/common/extensions/docs/static/
experimental.tts.html 81 can intercept some or all calls to functions such as
138 <code>onSpeak</code> and <code>onStop</code>, it will not intercept any
  /external/chromium/net/base/
test_root_certs_win.cc 60 // For now, intercept only the numeric form of the system store
63 // are being run on, it may prove necessary to also intercept
  /external/chromium_org/base/allocator/
type_profiler_unittests.cc 139 // 'dummy' should be new'ed in this test before intercept functions are set.
145 // Set intercept functions again after 'dummy' is new'ed.
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
ttsEngine.html 4 can intercept some or all calls to functions such as
136 <code>onSpeak</code> and <code>onStop</code>, it will not intercept any
  /external/chromium_org/net/cert/
test_root_certs_win.cc 62 // For now, intercept only the numeric form of the system store
65 // are being run on, it may prove necessary to also intercept
  /external/chromium_org/third_party/jinja2/
sandbox.py 223 #: operator call, so make sure only to intercept the ones you are
238 #: operator call, so make sure only to intercept the ones you are
255 so make sure only to intercept the ones you are interested in.
  /external/compiler-rt/lib/interception/
interception.h 65 // for more details). To intercept such functions you need to use the
72 // There is one complication. A user may also intercept some of the functions
73 // we intercept. To resolve this we declare our interceptors with __interceptor_

Completed in 291 milliseconds

1 23 4 5 6 7 8 91011>>