Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 20 of 20) 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.py182 def GetDataDiskName(cls, instance): argument
271 instance, argument
329 def CheckBootFailure(self, serial_out, instance): argument
344 def CheckBoot(self, instance): argument
365 def WaitForBoot(self, instance, boot_timeout_secs=None): argument
388 def GetInstanceIP(self, instance, zone=None): argument
401 def GetSerialPortOutput(self, instance, zone=None, port=1): argument
Dcheeps_compute_client.py60 def CheckBootFailure(self, serial_out, instance): argument
66 def CreateInstance(self, instance, image_name, image_project, avd_spec): argument
Dgcompute_client.py623 def GetInstance(self, instance, zone): argument
638 def AttachAccelerator(self, instance, zone, accelerator_count, argument
679 def AttachDisk(self, instance, zone, **kwargs): argument
737 def DetachDisk(self, instance, zone, disk_name): argument
768 def StartInstance(self, instance, zone): argument
810 def StopInstance(self, instance, zone): argument
853 instance, argument
1218 instance, argument
1302 def DeleteInstance(self, instance, zone): argument
1334 def ResetInstance(self, instance, zone): argument
[all …]
Dcvd_compute_client_multi_stage.py163 def CreateInstance(self, instance, image_name, image_project, argument
358 def LaunchCvd(self, instance, avd_spec=None, argument
404 def _PullAllLogFiles(self, instance): argument
437 def _CreateGceInstance(self, instance, image_name, image_project, argument
545 def GetInstanceIP(self, instance=None): argument
Dgoldfish_compute_client.py102 def CheckBootFailure(self, serial_out, instance): argument
139 instance, argument
Dcvd_compute_client.py70 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/acloud/reconnect/
Dreconnect.py49 def _IsWebrtcEnable(instance, host_user, host_ssh_private_key_path, argument
143 instance, argument
/tools/acloud/delete/
Ddelete.py126 def DeleteLocalCuttlefishInstance(instance, delete_report): argument
155 def DeleteLocalGoldfishInstance(instance, delete_report): argument
/tools/acloud/pull/
Dpull.py43 def PullFileFromInstance(cfg, instance, file_name=None, no_prompts=False): argument
111 def GetDownloadLogFolder(instance): argument
/tools/acloud/public/actions/
Dgce_device_factory.py109 def _SetFailures(self, instance, error_msg): argument
Dremote_instance_cf_device_factory.py278 def _LaunchCvd(self, instance, decompress_kernel=None, argument
/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py154 def __get__(self, instance, owner): argument
250 def __init__(self, target, 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.cpp43 VkInstance instance; in TEST() local
/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.java582 ITestInvocation instance = getInvocation(); in run() local