HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 826 - 850 of 2454) sorted by null

<<31323334353637383940>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
T_new_instance_8.d 30 new-instance v1, dot/junit/opcodes/new_instance/d/TestInterface
T_new_instance_9.d 30 new-instance v1, dot/junit/opcodes/new_instance/d/TestAbstractClass
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_return/d/
T_opc_return_3.d 30 new-instance v2, java/lang/Object
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_1.d 30 new-instance v1, java/lang/RuntimeException
T_opc_throw_10.d 29 new-instance v1, java/lang/String
T_opc_throw_2.d 30 new-instance v1, java/lang/Throwable
T_opc_throw_6.d 30 new-instance v1, java/lang/RuntimeException
T_opc_throw_8.d 30 new-instance v1, java/lang/Error
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/
T_return_object_15.d 31 new-instance v1, dot/junit/opcodes/return_object/d/TSuper2
T_return_object_8.d 30 new-instance v2, java/lang/Object
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/
T_return_void_3.d 30 new-instance v0, java/lang/Object
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/d/
T_return_wide_3.d 30 new-instance v2, java/lang/Object
  /external/autotest/server/hosts/
afe_store_unittest.py 19 self.mock_afe = mock.create_autospec(frontend.AFE, instance=True)
30 mock_host = mock.create_autospec(frontend.Host, instance=True)
  /external/autotest/server/site_tests/network_WiFi_PMKSACaching/
network_WiFi_PMKSACaching.py 93 self.context.router.deconfig_aps(instance=1, silent=True)
102 self.context.router.confirm_pmksa_cache_use(instance=0)
  /external/fmtlib/test/
gtest-extra.h 177 ScopedMock() { Mock::instance = this; } member in class:ScopedMock::Mock
178 ~ScopedMock() { Mock::instance = 0; } member in class:ScopedMock::Mock
  /external/guice/core/src/com/google/inject/
AbstractModule.java 151 protected void requestInjection(Object instance) {
152 binder().requestInjection(instance);
PrivateModule.java 75 * module will yield a different instance.
211 protected final void requestInjection(Object instance) {
212 binder().requestInjection(instance);
  /external/guice/core/test/com/google/inject/internal/util/
LineNumbersTest.java 142 Object instance = injector.getInstance(generated); local
143 assertEquals(instance.getClass(), generated);
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
DefaultNodeCreator.java 74 * Returns a new instance node for the given {@link Binding}.
77 * @param instance value of the instance
78 * @return instance node for the given binding
81 Object instance) {
90 return new InstanceNode(NodeId.newInstanceId(binding.getKey()), binding.getSource(), instance,
110 * the binding's {@link Key}, and then an implementation node for the instance {@link Object}
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUService.java 137 * instance of the service. Keys define how ids are
190 * identify an instance of the service in the cache. A
266 * (possibly deferred-initialized) instance. This implements
272 protected Object instance; field in class:ICUService.SimpleFactory
280 public SimpleFactory(Object instance, String id) {
281 this(instance, id, true);
286 * service instance. If visible is true, the id will be visible.
287 * Neither the instance nor the id can be null.
289 public SimpleFactory(Object instance, String id, boolean visible) {
290 if (instance == null || id == null)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUService.java 135 * instance of the service. Keys define how ids are
188 * identify an instance of the service in the cache. A
264 * (possibly deferred-initialized) instance. This implements
270 protected Object instance; field in class:ICUService.SimpleFactory
278 public SimpleFactory(Object instance, String id) {
279 this(instance, id, true);
284 * service instance. If visible is true, the id will be visible.
285 * Neither the instance nor the id can be null.
287 public SimpleFactory(Object instance, String id, boolean visible) {
288 if (instance == null || id == null)
    [all...]
  /external/lzma/CPP/Windows/Control/
ListView.cpp 17 HINSTANCE instance, LPVOID createParam)
20 height, parentWindow, idOrHMenu, instance, createParam);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricInternals.java 109 public static Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable {
111 return classHandler.methodInvoked(clazz, methodName, instance, paramTypes, params);
  /external/testng/src/main/java/org/testng/internal/
Parameters.java 45 * Creates the parameters needed for constructing a test class instance.
248 private static DataProviderHolder findDataProvider(Object instance, ITestClass clazz,
259 result = findDataProvider(instance, clazz, finder, dataProviderName, dataProviderClass, context);
309 private static DataProviderHolder findDataProvider(Object instance, ITestClass clazz,
329 instance = injector.getInstance(dataProviderClass);
336 result = new DataProviderHolder(dp, m, instance);
405 Object instance,
419 findDataProvider(instance, testMethod.getTestClass(),
431 dataProviderHolder.instance, /* a test instance or null if the dataprovider is static*
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 131 VkSurfaceKHR ShellAndroid::create_surface(VkInstance instance)
138 vk::assert_success(vk::CreateAndroidSurfaceKHR(instance, &surface_info, nullptr, &surface));

Completed in 721 milliseconds

<<31323334353637383940>>