Searched refs:injected (Results 1 - 9 of 9) sorted by relevance

/external/mockito/src/org/mockito/internal/configuration/injection/
H A DPropertyAndSetterInjection.java46 * <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();
115 if (injected != null) {
117 mocks.remove(injected);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DIDBBindingUtilities.cpp144 bool injected = injectV8KeyIntoV8Value(key, value, impl->keyPath(), isolate); local
145 ASSERT_UNUSED(injected, injected);
432 bool injected = injectV8KeyIntoV8Value(keyValue.v8Value(), scriptValue.v8Value(), keyPath, isolate); local
433 ASSERT_UNUSED(injected, injected);
/external/libvpx/libvpx/examples/includes/
H A Dvp8_doc_tools.php155 // Fix annoying GeSHI-injected attributes
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dnacl.scons37 # test, and a "fault-injected" version -- essentially this test is
/external/chromium_org/native_client_sdk/src/tools/
H A Dhost_gcc.mk25 # exmaple, libc. Without this the libc symbols (or anything injected with
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c6070 0x00, 0x00, /* this is the injected frame directly */
6965 int injected = 0, failed = 0, rxflags = 0; local
6995 injected = 1;
7013 if (rxflags && injected)
7016 if (!injected)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c6070 0x00, 0x00, /* this is the injected frame directly */
6965 int injected = 0, failed = 0, rxflags = 0; local
6995 injected = 1;
7013 if (rxflags && injected)
7016 if (!injected)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c6070 0x00, 0x00, /* this is the injected frame directly */
6965 int injected = 0, failed = 0, rxflags = 0; local
6995 injected = 1;
7013 if (rxflags && injected)
7016 if (!injected)
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 245 milliseconds