/test/vts-testcase/kernel/gki/ |
D | cpio.cpp | 34 std::vector<char*> ToCStringArray(std::vector<std::string>* args) { in ToCStringArray() 46 android::base::Result<void> Exec(std::vector<std::string>* args, in Exec() 82 std::vector<std::string> args{"cpio", "-i", "-F", archive_path.data()}; in CpioExtract() local
|
/test/vts/utils/python/controllers/ |
D | fastboot.py | 79 def args(self, *args): argument 83 def fastboot_call(*args):
|
D | android.py | 112 def _rpc(self, method, *args): 131 def rpc_call(*args):
|
/test/vti/test_serving/gae/webapp/src/handlers/ |
D | base.py | 125 def get(self, *args, **kwargs): 129 def post(self, *args, **kwargs): 133 def put(self, *args, **kwargs): 137 def delete(self, *args, **kwargs): 141 def head(self, *args, **kwargs):
|
/test/vts/utils/python/instrumentation/ |
D | test_framework_instrumentation_event.py | 235 def LogD(self, *args): 239 def LogI(self, *args): 243 def LogW(self, *args): 247 def LogE(self, *args): 251 def _Log(self, log_func, *args):
|
/test/vts/utils/python/common/ |
D | cmd_utils.py | 36 *args): 103 def ExecuteOneShellCommand(cmd, timeout=None, callback_on_timeout=None, *args):
|
D | timeout_utils.py | 50 def wrapper(*args, **kwargs):
|
/test/vts/utils/python/mirror/ |
D | native_entity_mirror.py | 181 def __getattr__(self, api_name, *args, **kwargs): 190 def RemoteCall(*args, **kwargs): 305 def MessageGenerator(*args, **kwargs):
|
D | hal_mirror.py | 163 def stub(*args):
|
/test/vts/testcases/template/binary_test/ |
D | binary_test_case.py | 69 args='', argument 230 def args(self): member in BinaryTestCase 235 def args(self, args): member in BinaryTestCase
|
/test/vts/utils/python/io/ |
D | capture_printout.py | 37 def __exit__(self, *args):
|
/test/vts-testcase/kernel/ltp/ |
D | KernelLtpTest.py | 282 def RunGeneratedTestsMultiThread(self, test_func, settings, args, argument 386 def RunLtpWorker(self, testcases, args, name_func, id): argument 444 def InternalResultReportMultiThread(self, test_name, function, args, argument
|
/test/vti/test_serving/gae/testing/ |
D | e2e_test.py | 124 args = parser.parse_args() variable
|
/test/app_compat/csuite/pylib/ |
D | csuite_test.py | 94 def __init__(self, *args, **kwargs):
|
/test/vts-testcase/vndk/ |
D | utils.py | 41 def Execute(self, *args): 202 def _Test(self, *args):
|
/test/vts-testcase/kernel/ltp/shell_environment/ |
D | shell_environment.py | 45 def AddCleanupJob(self, method, *args):
|
/test/vts/runners/host/ |
D | signals.py | 33 def wrapper(*args, **kwargs):
|
D | asserts.py | 78 def assertRaises(expected_exception, extras=None, *args, **kwargs): 101 *args,
|
D | base_test.py | 238 def __exit__(self, *args): 947 def execOneTest(self, test_name, test_func, args, **kwargs): argument 1089 args=None, argument 1156 def _exec_func(self, func, *args):
|
D | test_runner.py | 196 def __exit__(self, *args):
|
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/ |
D | NfcClientCallback.profiler.cpp | 18 std::vector<void *> *args __attribute__((__unused__))) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
|
D | MemoryTest.profiler.cpp | 21 std::vector<void *> *args __attribute__((__unused__))) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
|
D | Nfc.profiler.cpp | 18 std::vector<void *> *args __attribute__((__unused__))) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
|
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | proc_utils.py | 36 def Execute(self, *args):
|
/test/app_compat/csuite/tools/script/ |
D | generate_module.py | 210 def parse_args(args, out=sys.stdout, err=sys.stderr): argument
|