Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 16 of 16) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteInfoTest.java38 TestSuiteInfo instance = TestSuiteInfo.getInstance(); in testDefaultValues() local
67 TestSuiteInfo instance = TestSuiteInfo.getInstance(); in testLoadConfig() local
93 TestSuiteInfo instance = TestSuiteInfo.getInstance(); in testLoadConfig_multiArch() local
/tools/acloud/internal/lib/
Dandroid_compute_client.py141 def GetDataDiskName(cls, instance): argument
230 instance, argument
302 def CheckBootFailure(self, serial_out, instance): argument
317 def CheckBoot(self, instance): argument
338 def WaitForBoot(self, instance): argument
357 def GetInstanceIP(self, instance, zone=None): argument
370 def GetSerialPortOutput(self, instance, zone=None, port=1): argument
Dcheeps_compute_client.py59 def CheckBootFailure(self, serial_out, instance): argument
65 def CreateInstance(self, instance, image_name, image_project, argument
Dgcompute_client.py530 def GetInstance(self, instance, zone): argument
545 def AttachAccelerator(self, instance, zone, accelerator_count, argument
586 def AttachDisk(self, instance, zone, **kwargs): argument
644 def DetachDisk(self, instance, zone, disk_name): argument
675 def StartInstance(self, instance, zone): argument
717 def StopInstance(self, instance, zone): argument
760 instance, argument
1076 instance, argument
1157 def DeleteInstance(self, instance, zone): argument
1189 def ResetInstance(self, instance, zone): argument
[all …]
Dgoldfish_compute_client.py101 def CheckBootFailure(self, serial_out, instance): argument
127 instance, argument
Dcvd_compute_client.py61 def CreateInstance(self, instance, image_name, image_project, argument
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dsample_activity.cpp23 …_com_android_game_qualification_example_SampleActivity_broadcastIntent(JNIEnv*, jobject instance) { in Java_com_android_game_qualification_example_SampleActivity_broadcastIntent()
/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py77 def __get__(self, instance, owner): argument
169 def __init__(self, target, instance): argument
/tools/acloud/reconnect/
Dreconnect.py82 def ReconnectInstance(ssh_private_key_path, instance): argument
/tools/test/connectivity/acts/framework/acts/libs/test_binding/
Dbinding.py40 def __get__(self, instance, owner): argument
/tools/test/connectivity/acts/framework/acts/event/
Dsubscription_handle.py39 def __get__(self, instance, owner): argument
Dsubscription_bundle.py116 def create_from_instance(instance): argument
/tools/test/graphicsbenchmark/functional_tests/native/
Dmprotect_test.cpp40 VkInstance instance; in TEST() local
/tools/test/connectivity/acts/framework/acts/libs/metrics/
Dbindings.py46 def _before(inner, instance, *args, **kwargs): argument
/tools/test/connectivity/acts/framework/acts/libs/
Dversion_selector.py271 def __get__(self, instance, owner): argument
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java565 ITestInvocation instance = getInvocation(); in run() local