HomeSort by relevance Sort by last modified time
    Searched full:injected (Results 151 - 175 of 475) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
CallbackHelper.java 22 * // An instance that implements this interface would be injected by test code to ensure that the
118 * // This schedules a call to a method on the injected TestDelegate. The TestDelegate
  /external/droiddriver/src/com/google/android/droiddriver/actions/
SwipeAction.java 35 // Note: ACTION_MOVE_INTERVAL is the minimum interval between injected events;
123 * will be injected between {@code ACTION_DOWN} and {@code ACTION_UP}.
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java 48 /** The injected current time in milliseconds since the epoch. Used only by tests. */
226 * It can be injected in tests using {@link #setCurrentTimeForTest(long)}.
  /packages/apps/Settings/src/com/android/settings/location/
LocationSettings.java 165 * Add the settings injected by external apps into the "App Settings" category. Hides the
166 * category if there are no injected settings.
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.12.1/
builder-model-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.12.2/
builder-model-0.12.2.jar 
  /prebuilts/tools/common/builder-model/
builder-model-0.12.0.jar 
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLEarlyCCSTest.java 145 assertTrue("Early CCS injected", wasCCSInjected());
146 fail("Handshake succeeded despite early CCS having been injected");
149 assertTrue("Early CCS injected", wasCCSInjected());
153 "Nothing received after early CCS was injected",
165 + " mode: unexpected record received after CCS was injected: "
175 * by {@code earlyCCSInjected}. The direction of the injected message is specified by
  /external/chromium_org/remoting/host/
client_session_unittest.cc 406 // the injected input will go though. Otherwise mouse events will be blocked
489 // the injected input will go though. Otherwise mouse events will be blocked
544 // the injected input will go though. Otherwise mouse events will be blocked
554 // The OS echoes the injected event back.
601 // the injected input will go though. Otherwise mouse events will be blocked
666 // Every next event is injected once the previous event has been
  /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);
DebuggerScript.js 129 // ("page"|"injected")","<page id>
166 isContentScript: !!script.context_data && script.context_data.indexOf("injected") == 0
294 if (eventData.script().data() === "injected-script")
  /external/strace/
README-linux-ptrace 44 tracee only), and only after it is injected by tracer (or after it was
165 tracer can cause a different signal to be injected.
174 was injected to the tracee.
208 tracee only), and only after it is injected by tracer (or after it was
368 signal to be injected. Otherwise, sig may be ignored.
404 be injected. Othervice, sig parameter may be silently ignored.
423 signal-delivery-stop, pending signal is injected.
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_unittest.cc 303 // Test that prefixes which were injected from full hashes are being removed.
315 // Full hashes for an add chunk will have had the prefix injected.
324 // Full hashes for a sub chunk will have had the prefix injected.
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 246 * Injects a MathJax load script into the page. This should only be injected
263 * can only be successfully executed, once MathJax is injected and
449 // properly injected into the page, as this object is used in MathJax's
  /external/chromium_org/ppapi/tests/
test_audio.cc 446 // Inject the thread counting function. In the injected function,
468 // Here, the injected thread_create is called, but thread_join is not yet.
476 // Here, the injected thread_join is called.
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 56 * {@link Intent#EXTRA_INTENT} query, along with any injected items.
136 * {@link #putIntentItems(Intent, List)} with any injected items from
144 // Add any injected pick items
  /external/chromium_org/content/public/test/
test_file_error_injector.cc 76 // Our injected error. Only one per file.
276 // Our injected error list, mapped by URL. One per file.
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 251 // FIXME: watched selectors should be implemented using injected author stylesheets: http://crbug.com/316960
321 // FIXME: watched selectors should be implemented using injected author stylesheets: http://crbug.com/316960
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager_unittest.cc 297 // injected. The last injected packet is sync-packet, therefore, there will
  /external/chromium_org/ui/file_manager/image_loader/
request.js 214 * Creates a XmlHttpRequest wrapper with injected OAuth2 authentication headers.
296 * @param {?string} token OAuth2 token to be injected to the request. Null for
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 84 * By default, the test case is injected with a full system context and a generic
144 * Creates the service under test and attaches all injected dependencies
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeBasicsTest.java 19 * - The type of injected objects
25 * - Multiply injected objects
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 48 * the context will be injected for you.
  /external/chromium_org/chrome/browser/chromeos/dbus/
proxy_resolution_service_provider_unittest.cc 71 // resolver injected.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
host.js 172 return this.getFileSrc('chromevox/injected/api.js');

Completed in 567 milliseconds

1 2 3 4 5 67 8 91011>>