Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 39) sorted by relevance

12

/test/vts-testcase/kernel/gki/
Dcpio.cpp34 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/
Dfastboot.py79 def args(self, *args): argument
83 def fastboot_call(*args):
Dandroid.py112 def _rpc(self, method, *args):
131 def rpc_call(*args):
Dadb.py184 def adb_call(*args, **kwargs):
/test/vti/test_serving/gae/webapp/src/handlers/
Dbase.py125 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/
Dtest_framework_instrumentation_event.py235 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/
Dcmd_utils.py36 *args):
103 def ExecuteOneShellCommand(cmd, timeout=None, callback_on_timeout=None, *args):
Dtimeout_utils.py50 def wrapper(*args, **kwargs):
/test/vts/utils/python/mirror/
Dnative_entity_mirror.py181 def __getattr__(self, api_name, *args, **kwargs):
190 def RemoteCall(*args, **kwargs):
305 def MessageGenerator(*args, **kwargs):
Dhal_mirror.py163 def stub(*args):
/test/vts/testcases/template/binary_test/
Dbinary_test_case.py69 args='', argument
230 def args(self): member in BinaryTestCase
235 def args(self, args): argument
/test/vts/utils/python/io/
Dcapture_printout.py37 def __exit__(self, *args):
/test/vts-testcase/kernel/ltp/
DKernelLtpTest.py282 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/
De2e_test.py124 args = parser.parse_args() variable
/test/app_compat/csuite/pylib/
Dcsuite_test.py94 def __init__(self, *args, **kwargs):
/test/vts-testcase/vndk/
Dutils.py41 def Execute(self, *args):
202 def _Test(self, *args):
/test/vts-testcase/kernel/ltp/shell_environment/
Dshell_environment.py45 def AddCleanupJob(self, method, *args):
/test/vts/runners/host/
Dsignals.py33 def wrapper(*args, **kwargs):
Dasserts.py78 def assertRaises(expected_exception, extras=None, *args, **kwargs):
101 *args,
Dbase_test.py238 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):
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfcClientCallback.profiler.cpp18 std::vector<void *> *args __attribute__((__unused__))) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
DNfc.profiler.cpp18 std::vector<void *> *args __attribute__((__unused__))) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
DMemoryTest.profiler.cpp21 std::vector<void *> *args __attribute__((__unused__))) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
/test/app_compat/csuite/tools/script/
Dgenerate_module.py210 def parse_args(args, out=sys.stdout, err=sys.stderr): argument
/test/vts/testcases/host/kernel_proc_file_api_test/
Dproc_utils.py36 def Execute(self, *args):

12