HomeSort by relevance Sort by last modified time
    Searched full:inject (Results 1 - 25 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/
pin.zip 
  /dalvik/tests/080-oom-throw/
info.txt 0 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
manifest.json 12 "js": ["inject.js"]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
Injector.java 17 package com.example.android.voicemail.common.inject;
42 * Injector.get(this).inject();
45 * See the {@link #inject()} method for full details of how it works. Note that the fields are
46 * fetched and assigned at the time you call {@link #inject()}, consequently you should not do this
74 public void inject() { method in class:Injector
86 field + ", can't inject");
InjectView.java 17 package com.example.android.voicemail.common.inject;
33 * The resource id of the View to find and inject.
  /external/clang/unittests/Basic/
FileManagerTest.cpp 43 // Inject a file with the given inode value to the fake file system.
48 // Inject a directory with the given inode value to the fake file system.
125 // Inject fake files into the file system.
158 // Inject two fake files into the file system. Different inodes
176 // Inject a fake foo.cpp into the file system.
195 // Inject two real files with the same inode.
208 // Inject two real files with the same inode.
  /development/tools/emulator/opengl/tests/event_injector/
EventInjector.h 16 /* Event redirector is used to inject user events from a GL window
  /external/chromium/chrome/browser/extensions/
content_script_apitest.cc 39 // Now load a different extension, inject into same page, verify worlds aren't
  /external/clang/test/SemaCXX/
elaborated-type-specifier.cpp 3 // Test the use of elaborated-type-specifiers to inject the names of
  /frameworks/base/packages/SystemUI/tests/
Android.mk 26 # sign this with platform cert, so this test is allowed to inject key events into
  /frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java 28 * Application, and hooks by which you can inject various dependencies and control
49 * This framework allows you to inject a modified, mock, or isolated replacement for this
54 * You can create and inject alternative types of Contexts by calling
110 * be stopped by {@link #tearDown}. If you wish to inject a specialized Context for your
ActivityInstrumentationTestCase2.java 32 * <li>You can inject custom Intents into your Activity (see
102 // inject custom intent, if provided
114 * Call this method before the first call to {@link #getActivity} to inject a customized Intent
  /packages/apps/Email/tests/src/com/android/email/
MockVendorPolicy.java 36 public static void inject(Context context) { method in class:MockVendorPolicy
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.h 36 // This is used for unit tests to inject a mock ui implementation.
107 // Injects notification ui. Used to inject a mock implementation in tests.
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 101 * Inject the key sequence to take a screenshot.
113 // permission to inject key events to another process
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyFlipEvent.java 65 // inject flip event
MonkeyKeyEvent.java 129 // inject key event
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
AddVoicemailActivity.java 23 import com.example.android.voicemail.common.inject.InjectView;
24 import com.example.android.voicemail.common.inject.Injector;
89 // Inject all objects that are marked by @InjectView annotation.
90 Injector.get(this).inject();
  /external/chromium/chrome/browser/chromeos/login/
online_attempt_unittest.cc 130 // This is how we inject fake URLFetcher objects, with a factory.
157 // This is how we inject fake URLFetcher objects, with a factory.
188 // This is how we inject fake URLFetcher objects, with a factory.
214 // This is how we inject fake URLFetcher objects, with a factory.
  /frameworks/base/core/java/android/test/
InstrumentationTestSuite.java 49 * @param instr The instrumentation to inject into each test before
  /external/chromium/base/
callback_unittest.cc 29 // White-box testpoints to inject into a Callback<> object for checking
  /external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
background.html 64 // We can only inject scripts to find the title on pages loaded with http
  /external/chromium/chrome/common/
launchd_mac.h 29 // TODO(dmaclach): Get rid of this pseudo singleton, and inject it
  /external/stlport/doc/
README.utf8 29 Once you have obtain a locale instance you can inject it in a file stream to
  /frameworks/base/docs/html/guide/topics/testing/
service_testing.jd 126 instances and inject them into the Service. You can override this behavior by creating and
130 To inject a mock Application object into the Service under test, first create a subclass of
133 effectively you subclass it and override the methods you need. You then inject it into the
141 You inject a mock Context into the Service under test with the

Completed in 1263 milliseconds

1 2 3 4 5 6 7 8 91011>>