Home
last modified time | relevance | path

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

123

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java75 public void startGroup(String name) throws IOException { in startGroup()
100 public void startArray(String name) throws IOException { in startArray()
118 public void addResult(String name, int value) throws IOException { in addResult()
128 public void addResult(String name, long value) throws IOException { in addResult()
138 public void addResult(String name, float value) throws IOException { in addResult()
148 public void addResult(String name, double value) throws IOException { in addResult()
158 public void addResult(String name, boolean value) throws IOException { in addResult()
168 public void addResult(String name, String value) throws IOException { in addResult()
178 public void addArrayResult(String name, int[] array) throws IOException { in addArrayResult()
192 public void addArrayResult(String name, long[] array) throws IOException { in addArrayResult()
[all …]
DTestFilter.java47 String abi = null, name = null, test = null; in createFrom() local
78 public TestFilter(String abi, String name, String test) { in TestFilter()
/test/dittosuite/schema/
Dresult.proto6 optional string name = 1; field
15 optional string name = 1; field
/test/robolectric-extensions/clearcut-junit-listener/src/main/java/com/google/asuite/clearcut/junit/listener/
DUUID5.java31 public static UUID uuidOf(UUID namespace, String name) { in uuidOf()
35 public static UUID uuidOf(UUID namespace, byte[] name) { in uuidOf()
/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-testcase/hal/treble/vintf/aidl/android/vintf/
DIServiceInfoFetcher.aidl41 ServiceInfo getServiceInfo(@utf8InCpp String name); in getServiceInfo()
/test/dittosuite/src/
Dbinder_service.cpp32 BinderService::BinderService(const Params& params, const std::string& name, int64_t threads) in BinderService()
Dresult.cpp41 Result::Result(const std::string& name, const int repeat) : name_(name), repeat_(repeat) {} in Result()
43 void Result::AddMeasurement(const std::string& name, const std::vector<double>& samples) { in AddMeasurement()
62 void Result::AnalyseMeasurement(const std::string& name) { in AnalyseMeasurement()
321 void Result::PrintMeasurementStatisticInCsv(std::ostream& csv_stream, const std::string& name) { in PrintMeasurementStatisticInCsv()
379 const std::string& name) { in StoreStatisticsInPb()
410 void Result::SetStatistics(const std::string& name, const Result::Statistics& statistics) { in SetStatistics()
Dlock.cpp23 LockInterface::LockInterface(const std::string& name, const Params& params, pthread_mutex_t* mutex) in LockInterface()
Dcpu_work.cpp21 CpuWork::CpuWork(const std::string& name, const Params& params) : Instruction(name, params) {} in CpuWork()
Dinstruction.cpp24 Instruction::Instruction(const std::string& name, const Params& params) in Instruction()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java516 public void addTestArtifact(String name, LogDataType type, byte[] bytes) { in addTestArtifact()
521 public void addTestArtifact(String name, LogDataType type, File file) { in addTestArtifact()
526 public void addTestArtifact(String name, LogDataType type, InputStreamSource source) { in addTestArtifact()
540 void addTestArtifact(String name, LogDataType type, byte[] bytes); in addTestArtifact()
549 void addTestArtifact(String name, LogDataType type, InputStreamSource inputStreamSource); in addTestArtifact()
558 void addTestArtifact(String name, LogDataType type, File file); in addTestArtifact()
DModuleInfoProvider.java35 public ModuleInfo(String name, String content) { in ModuleInfo()
/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/include/ditto/
Dresult.h54 std::string name; member
59 std::string name; member
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTfLiteBackend.java28 private TfLiteBackend(String name) { mName = name; } in TfLiteBackend()
/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/kernel/abi/src/com/android/tests/abi/
DKernelAbilistTest.java87 private String getProp(String name) throws Exception { in getProp()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DSubPlan.java167 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
187 private void parseFilter(String abi, String name, String filter, Set<String> filterSet) { in parseFilter()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilitySuiteModuleLoader.java52 String name, in addFiltersToTest()
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp571 const std::string &name) { in metadataForInterface()
703 const auto name = ServiceName(actual_hal_info); in CheckAidlVersionMatchesDeclared() local
858 const std::string name = ServiceName(aidl_instance); in TEST_P() local
886 const std::string name = type + "/" + instance; in TEST_P() local
977 std::string name; member
1017 std::string name = entry->d_name; in TEST() local
1042 for (const std::string &name : names) { in TEST() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java137 public SubPlanHelper(String name, int session, Collection<String> resultTypes) { in SubPlanHelper()
143 public static ISubPlan getSubPlanByName(CompatibilityBuildHelper buildHelper, String name) { in getSubPlanByName()

123