HomeSort by relevance Sort by last modified time
    Searched refs:injected (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
KeyEventAction.java 80 boolean injected = false;
82 for (int attempts = 0; !injected && attempts < 4; attempts++) {
83 injected = controller.injectKeyEvent(new KeyEvent(eventTime,
91 if (!injected) {
96 injected = false;
98 for (int attempts = 0; !injected && attempts < 4; attempts++) {
99 injected = controller.injectKeyEvent(
118 return injected;
  /external/chromium_org/chrome/browser/resources/hotword_helper/
optin_client.js 8 * @fileoverview This is the content script injected by the opt in helper.
9 * It is injected into the newtab page and also google.com and notifies the
21 * Commands sent from this injected content scripts to the page.
47 * Used to determine if this content script has already been injected.
  /external/mockito/src/org/mockito/internal/configuration/injection/
PropertyAndSetterInjection.java 46 * <li>remove mock from mocks copy (mocks are just injected once in a class)
47 * <li>remove injected field from list of class fields
114 Object injected = mockCandidateFilter.filterCandidate(mocks, field, instance).thenInject(); local
115 if (injected != null) {
117 mocks.remove(injected);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox2/cvox2/injected/
injected.js 7 * injected content script.
13 goog.provide('cvox2.Injected');
  /external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
background.js 18 {file: 'injected.js', runAt: 'document_start'});
  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.h 41 bool injected);
ARTPConnection.cpp 84 bool injected) {
91 msg->setInt32("injected", injected);
192 int32_t injected; local
193 CHECK(msg->findInt32("injected", &injected));
195 info->mIsInjected = injected;
208 if (!injected) {
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 8 * between the main and injected scripts.
14 * 2. A script is injected into each SAML page. The injected script sends three
21 * c) The injected script scrapes passwords. They are sent to this background
84 } else if (port.name == 'injected') {
97 * BackgroundBridge allows the main script and the injected script to
135 // injected script should scrape passwords.
175 * Sets up the communication channel with the injected script.
349 * |msg| to the injected script.
saml_injected.js 7 * Script to be injected into SAML provider pages, serving three main purposes:
137 * Returns true if the script is injected into auth main page.
170 channel.connect('injected');
  /external/chromium_org/chrome/renderer/resources/extensions/
input.ime_custom_bindings.js 5 // Custom binding for the input ime API. Only injected into the
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 6 * @fileoverview Initializes the injected content script on the document.
72 * again, but our injected page script has remained.
initial_speech.js 20 // script is injected after page load (i.e. when manually enabling ChromeVox).
30 // Don't speak page title and other information if this script is not injected
init_globals.js 6 * @fileoverview Initializes the injected content script.
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 305 __u8 injected; member in struct:kvm_vcpu_events::__anon219
314 __u8 injected; member in struct:kvm_vcpu_events::__anon220
321 __u8 injected; member in struct:kvm_vcpu_events::__anon221
  /development/ndk/platforms/android-L/arch-x86/include/asm/
kvm.h 305 __u8 injected; member in struct:kvm_vcpu_events::__anon1864
314 __u8 injected; member in struct:kvm_vcpu_events::__anon1865
321 __u8 injected; member in struct:kvm_vcpu_events::__anon1866
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
kvm.h 305 __u8 injected; member in struct:kvm_vcpu_events::__anon1875
314 __u8 injected; member in struct:kvm_vcpu_events::__anon1876
321 __u8 injected; member in struct:kvm_vcpu_events::__anon1877
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 289 __u8 injected; member in struct:kvm_vcpu_events::__anon26594
296 __u8 injected; member in struct:kvm_vcpu_events::__anon26595
302 __u8 injected; member in struct:kvm_vcpu_events::__anon26596
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
kvm.h 289 __u8 injected; member in struct:kvm_vcpu_events::__anon28904
296 __u8 injected; member in struct:kvm_vcpu_events::__anon28905
302 __u8 injected; member in struct:kvm_vcpu_events::__anon28906
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
kvm.h 305 __u8 injected; member in struct:kvm_vcpu_events::__anon76540
314 __u8 injected; member in struct:kvm_vcpu_events::__anon76541
321 __u8 injected; member in struct:kvm_vcpu_events::__anon76542
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
IDBBindingUtilities.cpp 158 bool injected = injectV8KeyIntoV8Value(isolate, key, value, impl->keyPath()); local
159 ASSERT_UNUSED(injected, injected);
447 bool injected = injectV8KeyIntoV8Value(isolate, keyValue.v8Value(), scriptValue.v8Value(), keyPath); local
448 ASSERT_UNUSED(injected, injected);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
InspectedWindowLoadMonitor.js 13 * @return {function} A function to be injected into the inspected window.
  /external/chromium_org/content/test/gpu/gpu_tests/
context_lost.py 43 console.log("Harness injected.");
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille.js 46 // Since ChromeVox gets injected into multiple iframes on a page, check to
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
mathjax_interface.js 20 * True if MathJax is injected in a page.
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
nacl.scons 37 # test, and a "fault-injected" version -- essentially this test is

Completed in 3154 milliseconds

1 2 3