Home
last modified time | relevance | path

Searched refs:perf (Results 1 – 25 of 45) sorted by relevance

12

/packages/apps/TV/src/com/android/tv/perf/stub/
DStubPerformanceMonitor.java17 package com.android.tv.perf.stub;
20 import com.android.tv.perf.PerformanceMonitor;
21 import com.android.tv.perf.TimerEvent;
DStubStartupMeasure.java16 package com.android.tv.perf.stub;
19 import com.android.tv.perf.StartupMeasure;
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/location/
DAdasPrivacyPolicyDisclosurePreferenceControllerTest.java193 CarUiTwoActionTextPreference perf = in refreshUi_adasAppWithLocationPermission_launchPrivacyPolicy() local
196 perf.performSecondaryActionClick(); in refreshUi_adasAppWithLocationPermission_launchPrivacyPolicy()
220 CarUiTwoActionTextPreference perf = in refreshUi_privacyPolicyMissing_throwsNoException() local
223 perf.performSecondaryActionClick(); in refreshUi_privacyPolicyMissing_throwsNoException()
242 CarUiTwoActionTextPreference perf = in refreshUi_metaDataMissing_throwsNoException() local
245 perf.performSecondaryActionClick(); in refreshUi_metaDataMissing_throwsNoException()
/packages/modules/NeuralNetworks/runtime/test/
DHalUtils.h34 inline V1_3::Capabilities makeCapabilities(float perf) { in makeCapabilities() argument
35 const V1_0::PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; in makeCapabilities()
DTestPartitioning.cpp186 void update(V1_3::Capabilities* capabilities, V1_3::OperandType type, float perf) { in update() argument
187 V1_0::PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; in update()
1018 DeviceSpecification(const std::string& name, float perf, uint32_t operationMask, in DeviceSpecification()
1022 : DeviceSpecification(name, perf, perf, operationMask, oem, halVersion,
1024 DeviceSpecification(const std::string& name, float perf, float perfRelaxed, in DeviceSpecification()
1029 : DeviceSpecification(name, kVersionString, perf, perfRelaxed, operationMask, oem,
1031 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification()
1036 : DeviceSpecification(name, version, perf, perf, operationMask, oem, halVersion,
1038 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification()
1049 V1_0::PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf};
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/location/
DAdasPrivacyPolicyDisclosurePreferenceController.java92 CarUiTwoActionTextPreference perf = in loadAppsWithLocationPermission() local
95 if (perf != null) { in loadAppsWithLocationPermission()
96 getPreference().addPreference(perf); in loadAppsWithLocationPermission()
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverAll.cpp32 const auto perf = PerformanceInfo{.execTime = 1.1f, .powerUsage = 1.1f}; in main()
33 const auto driver = sp<SampleDriverFull>::make(name.c_str(), perf); in main()
DSampleDriverFull.h30 SampleDriverFull(const char* name, V1_0::PerformanceInfo perf) in SampleDriverFull() argument
31 : SampleDriver(name), mPerf(perf) {} in SampleDriverFull()
/packages/apps/TV/src/com/android/tv/perf/
DStartupMeasureFactory.java16 package com.android.tv.perf;
19 import com.android.tv.perf.stub.StubStartupMeasure;
DPerformanceMonitor.java17 package com.android.tv.perf;
19 import static com.android.tv.perf.EventNames.EventName;
DTimerEvent.java17 package com.android.tv.perf;
DStartupMeasure.java16 package com.android.tv.perf;
DEventNames.java17 package com.android.tv.perf;
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidlFull.h30 SampleDriverFull(const char* name, aidl_hal::PerformanceInfo perf) in SampleDriverFull() argument
31 : SampleDriver(name), mPerf(perf) {} in SampleDriverFull()
/packages/apps/TV/src/com/android/tv/app/
DLiveTvModule.java22 import com.android.tv.perf.PerformanceMonitor;
23 import com.android.tv.perf.stub.StubPerformanceMonitor;
/packages/modules/NeuralNetworks/tools/
Dbuild_and_run_benchmark.sh70 LOGFILE=$LOGDIR/perf-cpu.txt
87 LOGFILE=$LOGDIR/perf-driver.txt
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp238 V1_0::PerformanceInfo perf) { in nonExtensionOperandPerformance() argument
248 ret.push_back(OpPerf{type, perf}); in nonExtensionOperandPerformance()
258 nonExtensionOperandPerformance<HalVersion::V1_2>(V1_0::PerformanceInfo perf);
260 nonExtensionOperandPerformance<HalVersion::V1_3>(V1_0::PerformanceInfo perf);
264 VersionedOperandType<version> type, V1_0::PerformanceInfo perf) { in update() argument
268 [](const VersionedOperandPerformance<version>& perf, in update()
269 VersionedOperandType<version> type) { return perf.type < type; }); in update()
272 it->info = perf; in update()
276 V1_2::OperandType type, V1_0::PerformanceInfo perf) { in update() argument
277 update<HalVersion::V1_2>(operandPerformance, type, perf); in update()
[all …]
/packages/apps/TV/src/com/android/tv/search/
DLocalSearchProvider.java36 import com.android.tv.perf.EventNames;
37 import com.android.tv.perf.PerformanceMonitor;
38 import com.android.tv.perf.TimerEvent;
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DTestSingletonApp.java45 import com.android.tv.perf.PerformanceMonitor;
46 import com.android.tv.perf.stub.StubPerformanceMonitor;
/packages/apps/TV/src/com/android/tv/
DTvApplication.java58 import com.android.tv.perf.PerformanceMonitor;
59 import com.android.tv.perf.StartupMeasure;
60 import com.android.tv.perf.StartupMeasureFactory;
/packages/apps/Traceur/
DOWNERS3 # android-perf-team@google.com
/packages/apps/TV/tests/robotests/src/com/android/tv/search/
DLocalSearchProviderTest.java35 import com.android.tv.perf.PerformanceMonitor;
36 import com.android.tv.perf.stub.StubPerformanceMonitor;
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseActivity.java25 import com.android.tv.perf.StartupMeasureFactory;
/packages/modules/NeuralNetworks/common/include/
DLegacyHalUtils.h92 V1_0::PerformanceInfo perf);
98 V1_2::OperandType type, V1_0::PerformanceInfo perf);
100 V1_3::OperandType type, V1_0::PerformanceInfo perf);
/packages/apps/TV/tests/robotests/src/com/android/tv/data/epg/
DEpgFetcherImplTest.java36 import com.android.tv.perf.PerformanceMonitor;
37 import com.android.tv.perf.stub.StubPerformanceMonitor;

12