/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/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/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 | 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUService.java | 133 * instance of the service. Keys define how ids are 186 * identify an instance of the service in the cache. A 262 * (possibly deferred-initialized) instance. This implements 268 protected Object instance; field in class:ICUService.SimpleFactory 276 public SimpleFactory(Object instance, String id) { 277 this(instance, id, true); 282 * service instance. If visible is true, the id will be visible. 283 * Neither the instance nor the id can be null. 285 public SimpleFactory(Object instance, String id, boolean visible) { 286 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/mockito/cglib-and-asm/src/org/mockito/cglib/beans/ |
ImmutableBean.java | 121 protected Object nextInstance(Object instance) { 122 return firstInstance(instance.getClass());
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/ |
FastClass.java | 82 protected Object nextInstance(Object instance) { 83 return instance; 160 * later to create a new instance with less overhead. 178 * Create a new instance using the specified constructor index and arguments.
|
/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/v8/test/cctest/libsampler/ |
test-sampler.cc | 99 " var o = instance.foo;\n" 100 " instance.foo = o + 1;\n" 128 v8::Local<v8::Object> instance = local 130 env->Global()->Set(env.local(), v8_str("instance"), instance).FromJust();
|
/external/v8/test/webkit/ |
instance-of-immediates.js | 24 description('This test makes sure that instance of behaves correctly when the value, constructor, or its prototype are immediates.'); 26 // A Constructor to use check for instances of, and an instance called obj. 30 // Run a batch of tests; call'testInstanceOf' three times, passing 1, {}, and the object 'obj', which is an instance of Constructor. 47 // Nothing should except, the third test should pass, since obj is an instance of Constructor.
|
/external/vulkan-validation-layers/demos/smoke/ |
ShellAndroid.cpp | 137 VkSurfaceKHR ShellAndroid::create_surface(VkInstance instance) 144 vk::assert_success(vk::CreateAndroidSurfaceKHR(instance, &surface_info, nullptr, &surface));
|