Home
last modified time | relevance | path

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

12

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java466 public void addTestArtifact(String name, LogDataType type, byte[] bytes) { in addTestArtifact()
471 public void addTestArtifact(String name, LogDataType type, File file) { in addTestArtifact()
476 public void addTestArtifact(String name, LogDataType type, InputStreamSource source) { in addTestArtifact()
490 void addTestArtifact(String name, LogDataType type, byte[] bytes); in addTestArtifact()
499 void addTestArtifact(String name, LogDataType type, InputStreamSource inputStreamSource); in addTestArtifact()
508 void addTestArtifact(String name, LogDataType type, File file); in addTestArtifact()
DModuleInfoProvider.java35 public ModuleInfo(String name, String content) { in ModuleInfo()
DModuleTemplate.java152 private String getTemplateNameFromTemplateMapping(String name) { in getTemplateNameFromTemplateMapping()
/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/dittosuite/include/ditto/
Dresult.h43 std::string name; member
48 std::string name; member
/test/vts/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/dittosuite/src/
Dresult.cpp39 Result::Result(const std::string& name, const int repeat) : name_(name), repeat_(repeat) {} in Result()
41 void Result::AddMeasurement(const std::string& name, const std::vector<double>& samples) { in AddMeasurement()
60 void Result::AnalyseMeasurement(const std::string& name) { in AnalyseMeasurement()
310 void Result::PrintMeasurementStatisticInCsv(std::ostream& csv_stream, const std::string& name) { in PrintMeasurementStatisticInCsv()
Dinstruction.cpp21 Instruction::Instruction(SyscallInterface& syscall, const std::string& name, int repeat) in Instruction()
Dsyscall.cpp60 DIR* Syscall::OpenDir(const std::string& name) { in OpenDir()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTfLiteBackend.java28 private TfLiteBackend(String name) { mName = name; } in TfLiteBackend()
DTestModelsListLoader.java57 String name = jsonTestModelEntry.getString("name"); in parseJSONModelsList() local
/test/vts-testcase/kernel/abi/src/com/android/tests/abi/
DKernelAbilistTest.java74 private String getProp(String name) throws Exception { in getProp()
/test/vts-testcase/nbu/src/
Dbluetooth_test.py18 def DiscoverBluetoothDeviceByName(device, name): argument
/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-testcase/hal/treble/vintf/
DSingleManifestTest.cpp539 const std::string &name) { in metadataForInterface()
592 const std::string &name, in CheckAidlVersionMatchesDeclared()
649 const std::string name = type + "/" + instance; in TEST_P() local
718 std::string name; member
758 std::string name = entry->d_name; in TEST() local
783 for (const std::string &name : names) { in TEST() local
/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/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
/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DVulkanTest.java259 private boolean hasExtension(JSONObject device, String name, int minVersion) throws Exception { in hasExtension()
/test/vts/vndk_utils/library/vtable/
Dvtable_dumper.py68 def __init__(self, name, begin_addr, end_addr): argument
/test/vts/vndk_utils/library/
Delf_parser.py278 def GetSectionsByName(self, name): argument
294 def GetSectionByName(self, name): argument
/test/app_compat/csuite/test_scripts/src/main/java/com/android/pixel/utils/
DDeviceUtils.java181 RecordingThread(String name, String description) { in RecordingThread()
/test/vts-testcase/vndk/
Dutils.py63 def _GetProp(self, name): argument

12