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

1 2 3 4 5 6 7 8 91011>>

  /development/apps/SettingInjectorSample/res/values/
strings.xml 21 <string name="my_injected_setting_label">Injected setting</string>
22 <string name="disabled_setting_label">Disabled injected setting</string>
23 <string name="failing_setting_label">Failing injected setting</string>
24 <string name="slow_setting_label">Slow injected setting</string>
25 <string name="updating_setting_label">Updating injected setting</string>
  /development/apps/SettingInjectorSample/res/xml/
disabled_injected_location_setting.xml 3 <injected-location-setting xmlns:android="http://schemas.android.com/apk/res/android"
failing_injected_location_setting.xml 3 <injected-location-setting xmlns:android="http://schemas.android.com/apk/res/android"
my_injected_location_setting.xml 3 <injected-location-setting xmlns:android="http://schemas.android.com/apk/res/android"
slow_injected_location_setting.xml 3 <injected-location-setting xmlns:android="http://schemas.android.com/apk/res/android"
updating_injected_location_setting.xml 3 <injected-location-setting xmlns:android="http://schemas.android.com/apk/res/android"
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
FrameSourceFilter.java 22 * A {@link Filter} that pushes out externally injected frames.
23 * <p> When a frame is injected using {@link #injectFrame(Frame)}, this source will push it on its
24 * output port and then sleep until another frame is injected.
25 * <p> Multiple frames may be injected before any frame is pushed out. In this case they will be
54 * <p> If multiple frames are injected then they will be pushed one per execution in FIFO order.
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/jsmin/
README.web-page-replay 9 Used by Web Page Replay's script_injector module to minify injected JS scripts.
  /external/mockito/src/org/mockito/internal/configuration/injection/filter/
OngoingInjecter.java 19 * @return the mock that was injected, <code>null</code> otherwise.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
RealObject.java 4 * Shadow fields annotated @RealObject will have the real instance injected.
  /external/clang/test/CXX/temp/temp.res/temp.local/
p1.cpp 6 // injected-class-name (Clause 9). The injected-class-name can be used with
8 // a template-argument-list, it is equivalent to the injected-class-name
  /external/guice/core/src/com/google/inject/internal/
InternalFactory.java 22 * Creates objects which will be injected.
29 * Creates an object to be injected.
34 * @return instance to be injected
Initializer.java 36 * instances that request other instances while they're being injected. We overcome this by using
46 /** zero means everything is injected. */
59 * @param instance an instance that optionally has members to be injected (each annotated with
85 * Prepares member injectors for all injected instances. This prompts Guice to do static analysis
86 * on the injected instances.
145 * method will ensure that all its members have been injected before returning.
152 // just wait for everything to be injected by another thread
ConstructionProxy.java 46 * Returns the injected constructor. If the injected constructor is synthetic (such as generated
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
VerbosityTest.java 23 assertTrue(v0.contains("Events injected"));
30 assertTrue(v1.contains("Events injected"));
37 assertTrue(v2.contains("Events injected"));
  /external/guice/extensions/struts2/example/src/
struts.xml 9 <!-- Register some actions, these get injected for you by Guice -->
  /external/testng/src/main/java/org/testng/
IModuleFactory.java 8 * class waiting to be injected.
  /external/google-breakpad/src/common/windows/
omap_unittest.cc 44 mr1.injected == mr2.injected &&
57 << ", injected=" << mr.injected
81 DWORD injected,
83 MappedRange mr = { rva_original, rva_transformed, length, injected, removed };
95 // (* is injected, G is copied, H is split)
112 const AddressRange injected(Et.end(), 5);
113 const AddressRange H1t(injected.end(), 4); // H is split.
130 omap_data.omap_to.push_back(CreateOmap(injected.rva, kInvalidAddress));
    [all...]
omap.cc 51 // Now consider the same function, but with 5-bytes of instrumentation injected
60 // In this case the injected code has been marked as not originating in the
62 // the injected code may also be associated with an original address range;
82 // correct, but the length doesn't take into account the 5-bytes of injected
342 mr.injected = header_transformed - header;
348 // has been injected into the transformed image. Injected content is inferred
355 // describes injected content. We can skip this entry.
381 // Any gaps in the transformed address-space are due to injected content.
384 prev_mr.injected += o1.rva_transformed
    [all...]
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
MapKey.java 44 * When unwrapValue is false, the annotation type will be the key type for the injected map and
46 * will be the key type for injected map and the value() instances will be the keys values.
57 * annotation will be the key type for injected map and the value instances will be the keys.
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p7.cpp 32 // Test that we don't find the injected class name when parsing base
  /external/cros/system_api/switches/
chrome_switches.h 13 // Sentinel switches for policy injected flags.
  /external/guice/core/src/com/google/inject/spi/
ProviderWithDependencies.java 22 * A provider with dependencies on other injected types. If a {@link Provider} has dependencies that
  /system/tpm/tpm_manager/server/
tpm_initializer_impl.h 57 // the Tpm with the owner_password injected.
62 // with the owner_password injected.
67 // |tpm_handle| is a handle to the Tpm with the owner_password injected.
73 // with the old owner_password injected.
  /external/dagger2/core/src/main/java/dagger/internal/
MembersInjectors.java 31 * <p>Note that there is no verification that the type being injected does not have {@link Inject}
54 * <p>Note that there is no verification that the type being injected does not have {@link Inject}

Completed in 409 milliseconds

1 2 3 4 5 6 7 8 91011>>