/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
tipc.h | 30 __u32 instance; member in struct:tipc_name
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
tipc.h | 30 __u32 instance; member in struct:tipc_name
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
tipc.h | 30 __u32 instance; member in struct:tipc_name
|
/system/bt/service/ipc/binder/ |
bluetooth_low_energy_binder_server.h | 74 // Returns a pointer to the IBluetoothLowEnergyCallback instance associated 78 // Returns a pointer to the LowEnergyClient instance associated with 86 bluetooth::BluetoothInstance* instance) override;
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
Benchmark3DTest.java | 239 final ModelInstance instance = new ModelInstance(assets.get(currentlyLoading, Model.class)); 240 instance.transform = new Matrix4().idt(); 241 instance.transform.setToTranslation(MathUtils.random(-10, 10), MathUtils.random(-10, 10), MathUtils.random(-10, 10)); 242 instance.transform.rotate(Vector3.X, MathUtils.random(-180, 180)); 243 instance.transform.rotate(Vector3.Y, MathUtils.random(-180, 180)); 244 instance.transform.rotate(Vector3.Z, MathUtils.random(-180, 180)); 245 instances.add(instance);
|
/frameworks/base/core/java/android/app/ |
LocalActivityManager.java | 125 Activity.NonConfigurationInstances instance = null; local 127 instance = new Activity.NonConfigurationInstances(); 128 instance.activity = instanceObj; 137 mParent, r.id, r.intent, r.activityInfo, r, r.instanceState, instance); 596 Object instance = r.activity.onRetainNonConfigurationInstance(); local 597 if (instance != null) { 601 instanceMap.put(r.id, instance);
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 43 * <li>If <em>Log4J</em> is available, return an instance of 45 * <li>If <em>JDK 1.4 or later</em> is available, return an instance of 47 * <li>Otherwise, return an instance of 53 * parameter, this method will be called on each newly created instance 55 * attributes available to the Log instance, if it so desires.</p> 99 logDiagnostic("Instance created."); 186 // ----------------------------------------------------- Instance Variables 308 * instance cannot be returned 318 * <p>Construct (if necessary) and return a <code>Log</code> instance, 323 * instance you are returned may or may not be local to the curren 336 Log instance = (Log) instances.get(name); local 603 Log instance = null; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
BuildFileCreator.java | 106 * @param shell parent instance for dialogs 211 BuildFileCreator instance = new BuildFileCreator(currentModule, shell); local 215 instance.appendBuildScript(); 217 instance.appendHeader(projectState.isLibrary()); 218 instance.appendDependencies(); 219 instance.startAndroidTask(projectState); 220 //instance.appendDefaultConfig(); 221 instance.createAndroidSourceSets(); 222 instance.finishAndroidTask(); 225 instance.appendJavaHeader() [all...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
SoftBodyTest.java | 55 ModelInstance instance; field in class:SoftBodyTest 128 instance = new ModelInstance(model); 129 world.add(new BulletEntity(instance, null)); 142 instance = null; 153 softBody.getWorldTransform(instance.transform); 158 // modelBatch.render(instance, lights);
|
/external/libweave/src/commands/ |
command_instance.cc | 174 std::unique_ptr<CommandInstance> instance; local 184 "Command instance is not a JSON object"); 205 instance.reset(new CommandInstance{command_name, origin, *parameters}); 208 instance->SetID(*command_id); 213 instance->SetComponent(component); 215 return instance;
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
CacheAdapterTest.java | 93 Internal.instance.setCache(client, new CacheAdapter(responseCache)); 116 Internal.instance.setCache(client, new CacheAdapter(responseCache)); 160 Internal.instance.setCache(client, new CacheAdapter(responseCache)); 199 Internal.instance.setCache(client, new CacheAdapter(responseCache)); 231 Internal.instance.setCache(client, new CacheAdapter(responseCache));
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
MOManager.java | 286 * Add an SP sub-tree. mo must be PPS with an immediate instance child (e.g. Cred01) and an 324 OMANode instance = null; local 326 instance = getInstanceNode((OMAConstructed) node); 328 instance = node; 330 if (instance != null) { 331 String nodeFqdn = getString(instance.getListValue(FQDNPath.iterator())); 347 throw new OMAException("Cannot find instance node"); 365 OMAConstructed instance = getInstanceNode(targetTree); local 386 tailPath.removeFirst(); // Drop the instance 387 OMANode current = instance.getListValue(tailPath.iterator()) 514 int instance = 0; local 539 int instance = 0; local 559 int instance = 0; local 666 OMANode instance = null; local [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
PasspointManagementObjectManager.java | 282 * Add an SP sub-tree. mo must be PPS with an immediate instance child (e.g. Cred01) and an 300 OMANode instance = null; local 302 instance = getInstanceNode((OMAConstructed) node); 304 instance = node; 306 if (instance != null) { 307 String nodeFqdn = getString(instance.getListValue(FQDNPath.iterator())); 323 throw new OMAException("Cannot find instance node"); 341 OMAConstructed instance = getInstanceNode(targetTree); local 362 tailPath.removeFirst(); // Drop the instance 363 OMANode current = instance.getListValue(tailPath.iterator()) 473 int instance = 0; local 498 int instance = 0; local 518 int instance = 0; local 625 OMANode instance = null; local [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
Shell.cpp | 61 vk::init_dispatch_table_middle(ctx_.instance, false); 70 vk::DestroyDebugReportCallbackEXT(ctx_.instance, ctx_.debug_report, nullptr); 72 vk::DestroyInstance(ctx_.instance, nullptr); 103 // enumerate instance layer 111 // all listed instance layers are required 115 ss << "instance layer " << name << " is missing"; 123 // enumerate instance extensions 131 // all listed instance extensions are required 135 ss << "instance extension " << name << " is missing"; 198 vk::assert_success(vk::CreateInstance(&instance_info, nullptr, &ctx_.instance)); [all...] |
/frameworks/native/vulkan/libvulkan/ |
api_gen.cpp | 56 VKAPI_ATTR void disabledDestroySurfaceKHR(VkInstance instance, VkSurfaceKHR, const VkAllocationCallbacks*) { 57 driver::Logger(instance).Err(instance, "VK_KHR_surface not enabled. Exported vkDestroySurfaceKHR not executed."); 104 VKAPI_ATTR VkResult disabledCreateAndroidSurfaceKHR(VkInstance instance, const VkAndroidSurfaceCreateInfoKHR*, const VkAllocationCallbacks*, VkSurfaceKHR*) { 105 driver::Logger(instance).Err(instance, "VK_KHR_android_surface not enabled. Exported vkCreateAndroidSurfaceKHR not executed."); 114 VkInstance instance, 117 auto& data = GetData(instance); 121 INIT_PROC(instance, DestroyInstance); 122 INIT_PROC(instance, EnumeratePhysicalDevices) [all...] |
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.6/ |
dagger-2.6.jar | |
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/ |
test_mox.py | 648 """Calling repr on a MockAnything instance must work.""" 649 self.assertEqual('<MockAnything instance>', repr(self.mock_object)) 782 instance = CheckCallTestClass() 787 method(instance) 788 self.assertRaises(AttributeError, method, instance, 1) [all...] |
/external/chromium-trace/catapult/third_party/mox3/mox3/tests/ |
test_mox.py | 648 """Calling repr on a MockAnything instance must work.""" 649 self.assertEqual('<MockAnything instance>', repr(self.mock_object)) 782 instance = CheckCallTestClass() 787 method(instance) 788 self.assertRaises(AttributeError, method, instance, 1) [all...] |
/external/guava/guava-testlib/test/com/google/common/testing/ |
NullPointerTesterTest.java | 733 private static void shouldPass(Object instance, Visibility visibility) { 734 new NullPointerTester().testInstanceMethods(instance, visibility); 737 private static void shouldPass(Object instance) { 738 shouldPass(instance, Visibility.PACKAGE); 739 shouldPass(instance, Visibility.PROTECTED); 740 shouldPass(instance, Visibility.PUBLIC); 745 private static void shouldFail(Object instance, Visibility visibility) { 747 new NullPointerTester().testInstanceMethods(instance, visibility); 751 fail("Should detect problem in " + instance.getClass().getSimpleName()); 754 private static void shouldFail(Object instance) { [all...] |
/external/mdnsresponder/mDNSShared/ |
uds_daemon.c | 608 mDNSlocal void external_start_advertising_helper(service_instance *const instance) 610 AuthRecord *st = instance->subtypes; 614 if (mDNSIPPortIsZero(instance->request->u.servicereg.port)) 628 if (instance->external_advertise) LogMsg("external_start_advertising_helper: external_advertise already set!"); 630 for ( i = 0; i < instance->request->u.servicereg.num_subtypes; i++) 633 external_start_advertising_service(&instance->srs.RR_PTR.resrec); 634 external_start_advertising_service(&instance->srs.RR_TXT.resrec); 636 for (e = instance->srs.Extras; e; e = e->next) 639 instance->external_advertise = mDNStrue; 642 mDNSlocal void external_stop_advertising_helper(service_instance *const instance) 748 service_instance *instance = srs->ServiceContext; local 760 service_instance *instance; local 1440 service_instance **ptr, *instance; local [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/d/ |
T_check_cast_2.d | 63 new-instance v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass 78 new-instance v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass 85 new-instance v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperClass 97 new-instance v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget/d/ |
T_iget_21.d | 30 new-instance v0, Ldot/junit/opcodes/iget/TestStubs;
|
T_iget_30.d | 29 new-instance v0, dot/junit/opcodes/iget/d/T_iget_30
|
T_iget_6.d | 30 new-instance v0, Ldot/junit/opcodes/iget/TestStubs;
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_boolean/d/ |
T_iget_boolean_21.d | 30 new-instance v0, Ldot/junit/opcodes/iget_boolean/TestStubs;
|