Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 51) sorted by relevance

123

/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation.py36 def Begin(name, category=DEFAULT_CATEGORY, enable_logging=None, disable_subevent_logging=False): argument
58 def End(name, category=DEFAULT_CATEGORY): argument
88 def FindEvent(name, category=DEFAULT_CATEGORY): argument
108 def Count(name, category=DEFAULT_CATEGORY): argument
141 name = '' variable in GenerateTextReport.EventItem
Dtest_framework_instrumentation_event.py38 def NormalizeNameCategory(name, category): argument
86 name = None variable in TestFrameworkInstrumentationEvent
98 def __init__(self, name, category): argument
106 def Match(self, name, category): argument
Dtest_framework_instrumentation_test_submodule.py22 def End(self, name, category): argument
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java350 public void addTestArtifact(String name, LogDataType type, byte[] bytes) { in addTestArtifact()
355 public void addTestArtifact(String name, LogDataType type, File file) { in addTestArtifact()
360 public void addTestArtifact(String name, LogDataType type, InputStreamSource source) { in addTestArtifact()
374 void addTestArtifact(String name, LogDataType type, byte[] bytes); in addTestArtifact()
383 void addTestArtifact(String name, LogDataType type, InputStreamSource inputStreamSource); in addTestArtifact()
392 void addTestArtifact(String name, LogDataType type, File file); in addTestArtifact()
DModuleInfoProvider.java35 public ModuleInfo(String name, String content) { in ModuleInfo()
/test/vts/utils/python/controllers/
Dfastboot.py76 def _exec_fastboot_cmd(self, name, arg_str): argument
82 def __getattr__(self, name): argument
Dandroid.py130 def __getattr__(self, name): argument
/test/mlts/models/assets/models_list/
Dmobilenet_topk_aosp.json4 "name": "mobilenet_v1_1.0_224_topk_aosp", string
21 "name": "mobilenet_v1_1.0_224_quant_topk_aosp", string
40 "name": "mobilenet_v1_0.75_192_topk_aosp", string
57 "name": "mobilenet_v1_0.75_192_quant_topk_aosp", string
76 "name": "mobilenet_v1_0.5_160_topk_aosp", string
93 "name": "mobilenet_v1_0.5_160_quant_topk_aosp", string
112 "name": "mobilenet_v1_0.25_128_topk_aosp", string
129 "name": "mobilenet_v1_0.25_128_quant_topk_aosp", string
148 "name": "mobilenet_v2_0.35_128_topk_aosp", string
165 "name": "mobilenet_v2_0.5_160_topk_aosp", string
[all …]
Dtest_models.json4 "name": "mobilenet_v1_1.0_224", string
20 "name": "mobilenet_v1_1.0_224_quant", string
36 "name": "mobilenet_v1_0.75_192", string
52 "name": "mobilenet_v1_0.75_192_quant", string
69 "name": "mobilenet_v1_0.5_160", string
85 "name": "mobilenet_v1_0.5_160_quant", string
101 "name": "mobilenet_v1_0.25_128", string
117 "name": "mobilenet_v1_0.25_128_quant", string
133 "name": "mobilenet_v2_0.35_128", string
149 "name": "mobilenet_v2_0.5_160", string
[all …]
/test/vts/utils/python/web/
Dweb_utils.py234 name, argument
275 name, argument
322 name, argument
349 name, argument
/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetTestBase.cpp25 string VtsHalHidlTargetTestBase::PropertyGet(const char* name) { in PropertyGet()
DVtsHalHidlTargetCallbackBase.h106 string name; member
242 CallbackLock(VtsHalHidlTargetCallbackBase& parent, const string& name) in CallbackLock()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTfLiteBackend.java28 private TfLiteBackend(String name) { mName = name; } in TfLiteBackend()
/test/vts/proto/
DVtsReportMessage.proto103 optional bytes name = 11; field
126 optional bytes name = 1; field
153 optional bytes name = 1; field
253 optional bytes name = 2; field
270 optional bytes name = 2; field
/test/vts-testcase/nbu/src/
Dbluetooth_test.py18 def DiscoverBluetoothDeviceByName(device, name): argument
/test/vts/drivers/hal/common/driver_base/
DDriverCallbackBase.cpp58 const char* DriverCallbackBase::GetCallbackID(const string& name) { in GetCallbackID()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTestCoordinator.java92 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected()
146 public void onServiceDisconnected(ComponentName name) { in onServiceDisconnected()
/test/vts/runners/host/
Dconfig_parser.py252 def _validate_testbed_name(name): argument
/test/vts/utils/python/profiling/
Dprofiling_utils.py338 def StartHostProfiling(self, name): argument
361 def StopHostProfiling(self, name): argument
/test/cts-root/tests/packagewatchdog/src/android/packagewatchdog/cts_root/
DPackageWatchdogTest.java251 TestObserver(String name, CountDownLatch latch) { in TestObserver()
257 TestObserver(String name) { in TestObserver()
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp152 string name = comp_spec.component_name(); in ProtoFuzzerRunner() local
236 const CompSpec *ProtoFuzzerRunner::FindCompSpec(std::string name) { in FindCompSpec()
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp360 for (const auto &name : list) { in TEST_P() local
492 const std::string &name) { in metadataForInterface()
545 const std::string &name, in CheckAidlVersionMatchesDeclared()
598 const std::string name = type + "/" + instance; in TEST_P() local
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalCodeGen.cpp45 string name = in GenerateCppBodyInterfaceImpl() local
321 string name = "vts_callback_" + fuzzer_extended_class_name + "_" + in GenerateCppBodyFuzzFunction() local
/test/vts-testcase/kernel/gki/
Dvts_dlkm_partition_test.cpp33 void VerifyDlkmPartition(const std::string &name) { in VerifyDlkmPartition()
/test/vts-testcase/vndk/golden/
Dextract_lsdump.py107 def _FindThunkTarget(name): argument

123