Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 76) sorted by relevance

1234

/test/vts-testcase/kernel/ltp/
Dltp_enums.py18 class RequirementState(object):
32 class ConfigKeys(object):
39 class ShellEnvKeys(object):
54 class Delimiters(object):
59 class TestExitCode(object):
75 class Requirements(object):
/test/vts-testcase/kernel/ltp/testcase/tools/
Dltp_enums.py18 class RequirementState(object):
32 class ConfigKeys(object):
39 class Delimiters(object):
44 class Requirements(object):
/test/vts/proto/
DVtsResourceControllerMessage.proto27 // Create a new FMQ object.
89 // Create a handle object for a single file.
91 // Read from a handle object with one file.
93 // Write to a handle object with one file.
95 // Delete a handle object.
181 // identifies the handle object
184 // in a handle object
198 // new id assigned to the new handle object
DComponentSpecificationMessage.proto348 // To identify an existing hidl_memory object stored in resource_manager.
350 // To record the pointer address of hidl_memory object.
353 // an existing hidl_memory object stored in resource_manager.
394 // To specify an existing handle object registered in target-side driver.
396 // the handle object from target-side driver, instead of creating a new one.
398 // To record the pointer address of hidl_handle object.
401 // an existing hidl_handle object stored in target-side driver.
473 // an queue object is located in memory.
498 // for HIDL HAL, to specify an HIDL interface's client proxy object's
/test/vts-testcase/security/poc/host/
Dpoc_test_config.py19 class ConfigKeys(object):
22 class ExitCode(object):
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test_config.py17 class ConfigKeys(object):
20 class ExitCode(object):
/test/vts-testcase/kernel/linux_kselftest/
Dkselftest_config.py19 class ConfigKeys(object):
22 class ExitCode(object):
Dtest_case.py17 class LinuxKselftestTestcase(object):
/test/mlts/benchmark/jni/
Dbenchmark_jni.cpp389 jobject object = env->NewObject( in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() local
393 if (env->ExceptionCheck() || object == NULL) { return false; } in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark()
395 env->CallBooleanMethod(resultList, list_add, object); in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark()
406 env->DeleteLocalRef(object); in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark()
532 jobject object = env->NewObject(result_class, result_ctor, compileWithoutCacheArray, in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark() local
535 return object; in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()
/test/vts/testcases/host/kernel_proc_file_api_test/
Dproc_utils.py30 class Shell(object):
51 class ADB(object):
/test/vts/runners/host/
Drecords.py29 class TestResultEnums(object):
52 class TestResultRecord(object):
217 class TestResult(object):
Dkeys.py21 class ConfigKeys(object):
/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_test_submodule.py19 class TestFrameworkInstrumentationTestSubmodule(object):
Dtest_framework_instrumentation_categories.py19 class TestFrameworkInstrumentationCategories(object):
/test/vts/utils/python/coverage/
Dfile_summary.py18 class FileSummary(object):
Dblock_summary.py18 class BlockSummary(object):
Dparser.py34 class GcovStreamParserUtil(object):
Dsancov_parser.py32 class SancovParser(object):
Dfunction_summary.py18 class FunctionSummary(object):
/test/vti/test_serving/gae/webapp/src/utils/
Dlogger.py19 class Logger(object):
/test/vts/utils/python/web/
Dfeature_utils.py25 class Feature(object):
/test/vts/utils/python/performance/
Dbenchmark_parser.py20 class GoogleBenchmarkJsonParser(object):
/test/vts/utils/python/library/vtable/
Dvtable_dumper.py35 class VtableEntry(object):
58 class Vtable(object):
/test/vts/utils/python/fuzzer/
DGenePool.py42 class Evolution(object):
/test/vts/utils/python/common/
Dcmd_result.py18 class CmdResult(object):

1234