Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 2662) sorted by relevance

12345678910>>...107

/aosp12/bionic/benchmarks/
H A Dmath_benchmark.cpp26 static void SetLabel(benchmark::State& state) { in SetLabel()
38 static void BM_math_sqrt(benchmark::State& state) { in BM_math_sqrt()
47 static void BM_math_log10(benchmark::State& state) { in BM_math_log10()
56 static void BM_math_logb(benchmark::State& state) { in BM_math_logb()
75 static void BM_math_isfinite(benchmark::State& state) { in BM_math_isfinite()
95 static void BM_math_isinf(benchmark::State& state) { in BM_math_isinf()
115 static void BM_math_isnan(benchmark::State& state) { in BM_math_isnan()
217 static void BM_math_fabs(benchmark::State& state) { in BM_math_fabs()
227 static void BM_math_sincos(benchmark::State& state) { in BM_math_sincos()
486 static void BM_math_sinf(benchmark::State& state) { in BM_math_sinf()
[all …]
H A Dmalloc_map_benchmark.cpp97 static void BM_std_map_8(benchmark::State& state) { in BM_std_map_8()
102 static void BM_std_map_16(benchmark::State& state) { in BM_std_map_16()
107 static void BM_std_map_32(benchmark::State& state) { in BM_std_map_32()
112 static void BM_std_map_64(benchmark::State& state) { in BM_std_map_64()
117 static void BM_std_map_96(benchmark::State& state) { in BM_std_map_96()
122 static void BM_std_map_128(benchmark::State& state) { in BM_std_map_128()
127 static void BM_std_map_256(benchmark::State& state) { in BM_std_map_256()
132 static void BM_std_map_512(benchmark::State& state) { in BM_std_map_512()
137 static void BM_std_unordered_map_8(benchmark::State& state) { in BM_std_unordered_map_8()
142 static void BM_std_unordered_map_16(benchmark::State& state) { in BM_std_unordered_map_16()
[all …]
H A Dtime_benchmark.cpp25 static void BM_time_clock_gettime(benchmark::State& state) { in BM_time_clock_gettime()
34 static void BM_time_clock_gettime_syscall(benchmark::State& state) { in BM_time_clock_gettime_syscall()
61 static void BM_time_clock_gettime_REALTIME(benchmark::State& state) { in BM_time_clock_gettime_REALTIME()
79 static void BM_time_clock_gettime_BOOTTIME(benchmark::State& state) { in BM_time_clock_gettime_BOOTTIME()
88 static void BM_time_clock_getres(benchmark::State& state) { in BM_time_clock_getres()
97 static void BM_time_clock_getres_syscall(benchmark::State& state) { in BM_time_clock_getres_syscall()
151 static void BM_time_gettimeofday(benchmark::State& state) { in BM_time_gettimeofday()
159 void BM_time_gettimeofday_syscall(benchmark::State& state) { in BM_time_gettimeofday_syscall()
167 void BM_time_time(benchmark::State& state) { in BM_time_time()
174 void BM_time_localtime(benchmark::State& state) { in BM_time_localtime()
[all …]
H A Dstdio_benchmark.cpp38 void ReadWriteTest(benchmark::State& state, Fn f, bool buffered) { in ReadWriteTest()
60 void BM_stdio_fread(benchmark::State& state) { in BM_stdio_fread()
65 void BM_stdio_fwrite(benchmark::State& state) { in BM_stdio_fwrite()
70 void BM_stdio_fread_unbuffered(benchmark::State& state) { in BM_stdio_fread_unbuffered()
75 void BM_stdio_fwrite_unbuffered(benchmark::State& state) { in BM_stdio_fwrite_unbuffered()
183 static void BM_stdio_printf_s(benchmark::State& state) { in BM_stdio_printf_s()
192 static void BM_stdio_printf_d(benchmark::State& state) { in BM_stdio_printf_d()
200 static void BM_stdio_printf_1$s(benchmark::State& state) { in s()
209 static void BM_stdio_scanf_s(benchmark::State& state) { in BM_stdio_scanf_s()
217 static void BM_stdio_scanf_d(benchmark::State& state) { in BM_stdio_scanf_d()
[all …]
H A Dpthread_benchmark.cpp25 static void BM_pthread_self(benchmark::State& state) { in BM_pthread_self()
32 static void BM_pthread_getspecific(benchmark::State& state) { in BM_pthread_getspecific()
44 static void BM_pthread_setspecific(benchmark::State& state) { in BM_pthread_setspecific()
58 static void BM_pthread_once(benchmark::State& state) { in BM_pthread_once()
68 static void BM_pthread_mutex_lock(benchmark::State& state) { in BM_pthread_mutex_lock()
117 static void BM_pthread_mutex_lock_PI(benchmark::State& state) { in BM_pthread_mutex_lock_PI()
147 static void BM_pthread_rwlock_read(benchmark::State& state) { in BM_pthread_rwlock_read()
160 static void BM_pthread_rwlock_write(benchmark::State& state) { in BM_pthread_rwlock_write()
177 static void BM_pthread_create(benchmark::State& state) { in BM_pthread_create()
214 static void BM_pthread_key_create(benchmark::State& state) { in BM_pthread_key_create()
[all …]
H A Datomic_benchmark.cpp48 void BM_atomic_empty(benchmark::State& state) { in BM_atomic_empty()
55 static void BM_atomic_load_relaxed(benchmark::State& state) { in BM_atomic_load_relaxed()
65 static void BM_atomic_load_acquire(benchmark::State& state) { in BM_atomic_load_acquire()
75 static void BM_atomic_store_release(benchmark::State& state) { in BM_atomic_store_release()
84 static void BM_atomic_store_seq_cst(benchmark::State& state) { in BM_atomic_store_seq_cst()
93 static void BM_atomic_fetch_add_relaxed(benchmark::State& state) { in BM_atomic_fetch_add_relaxed()
103 static void BM_atomic_fetch_add_seq_cst(benchmark::State& state) { in BM_atomic_fetch_add_seq_cst()
116 static void BM_atomic_acquire_fence(benchmark::State& state) { in BM_atomic_acquire_fence()
127 static void BM_atomic_seq_cst_fence(benchmark::State& state) { in BM_atomic_seq_cst_fence()
140 static void BM_atomic_fetch_add_cs(benchmark::State& state) { in BM_atomic_fetch_add_cs()
H A Dstdlib_benchmark.cpp27 static void MallocFree(benchmark::State& state) { in MallocFree()
41 static void BM_stdlib_malloc_free_default(benchmark::State& state) { in BM_stdlib_malloc_free_default()
52 static void BM_stdlib_malloc_free_decay1(benchmark::State& state) { in BM_stdlib_malloc_free_decay1()
62 static void CallocFree(benchmark::State& state) { in CallocFree()
76 static void BM_stdlib_calloc_free_default(benchmark::State& state) { in BM_stdlib_calloc_free_default()
87 static void BM_stdlib_calloc_free_decay1(benchmark::State& state) { in BM_stdlib_calloc_free_decay1()
115 void BM_stdlib_malloc_forty_default(benchmark::State& state) { in BM_stdlib_malloc_forty_default()
127 void BM_stdlib_malloc_forty_decay1(benchmark::State& state) { in BM_stdlib_malloc_forty_decay1()
148 void BM_stdlib_malloc_multiple_8192_allocs_decay1(benchmark::State& state) { in BM_stdlib_malloc_multiple_8192_allocs_decay1()
158 static void BM_stdlib_mbstowcs(benchmark::State& state) { in BM_stdlib_mbstowcs()
[all …]
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/app/
H A DResourcesPerfTest.java59 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in getValue() local
68 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in getFrameworkValue() local
78 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in getValueString() local
87 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in getFrameworkStringValue() local
96 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in getValueManyConfigurations() local
106 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in getText() local
115 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in getFont() local
123 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in getString() local
131 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in getQuantityString() local
139 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in getQuantityText() local
[all …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DSimSlotStateTest.java77 SimSlotState state = SimSlotState.getCurrentState(); in testEmptySlots() local
91 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_nullSlot() local
105 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_inactiveSlot() local
119 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_noSimCard() local
134 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_physicalSimCard() local
149 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_physicalSimCardInErrorState() local
164 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_physicalSimCardInRestrictedState() local
180 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_esimCardWithNullCard() local
195 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_esimCardWithoutProfile() local
210 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_esimCardWithProfile() local
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageVerificationStateTest.java31 PackageVerificationState state = new PackageVerificationState(null); in testPackageVerificationState_OnlyRequiredVerifier_AllowedInstall() local
47 PackageVerificationState state = new PackageVerificationState(null); in testPackageVerificationState_OnlyRequiredVerifier_DeniedInstall() local
63 PackageVerificationState state = new PackageVerificationState(null); in testPackageVerificationState_RequiredAndOneSufficient_RequiredDeniedInstall() local
89 PackageVerificationState state = new PackageVerificationState(null); in testPackageVerificationState_RequiredAndOneSufficient_SufficientDeniedInstall() local
115 PackageVerificationState state = new PackageVerificationState(null); in testPackageVerificationState_RequiredAndTwoSufficient_OneSufficientIsEnough() local
142 PackageVerificationState state = new PackageVerificationState(null); in testPackageVerificationState_RequiredAndTwoSufficient_SecondSufficientIsEnough() local
174 PackageVerificationState state = new PackageVerificationState(null); in testPackageVerificationState_RequiredAndTwoSufficient_RequiredOverrides() local
213 PackageVerificationState state = new PackageVerificationState(null); in testAreAllVerificationsComplete_onlyVerificationPasses() local
223 PackageVerificationState state = new PackageVerificationState(null); in testAreAllVerificationsComplete_onlyIntegrityCheckPasses() local
233 PackageVerificationState state = new PackageVerificationState(null); in testAreAllVerificationsComplete_bothPasses() local
[all …]
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DParcelPerfTest.java58 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeSetDataPosition() local
66 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeGetDataPosition() local
74 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeSetDataSize() local
82 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeGetDataSize() local
90 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeSetDataCapacity() local
98 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeGetDataCapacity() local
106 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeWriteByte() local
116 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeReadByte() local
125 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeWriteInt() local
135 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeReadInt() local
[all …]
H A DStrictModeTest.java48 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeVmViolation() local
55 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeVmViolationNoStrictMode() local
59 private static void causeVmViolations(BenchmarkState state) { in causeVmViolations()
71 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeThreadViolation() local
79 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeThreadViolationNoStrictMode() local
83 private static void causeThreadViolations(BenchmarkState state) throws IOException { in causeThreadViolations()
93 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeCrossBinderThreadViolation() local
101 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeCrossBinderThreadViolationNoStrictMode() local
105 private static void causeCrossProcessThreadViolations(BenchmarkState state) in causeCrossProcessThreadViolations()
H A DParcelArrayPerfTest.java86 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeWriteByteArray() local
95 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeCreateByteArray() local
104 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeReadByteArray() local
113 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeWriteIntArray() local
122 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeCreateIntArray() local
131 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeReadIntArray() local
140 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeWriteLongArray() local
149 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeCreateLongArray() local
158 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in timeReadLongArray() local
/aosp12/system/extras/memory_replay/
H A DTraceBenchmark.cpp292 static void BM_camera(benchmark::State& state) { in BM_camera()
316 void BM_gmail(benchmark::State& state) { in BM_gmail()
322 void BM_gmail_no_decay(benchmark::State& state) { in BM_gmail_no_decay()
328 void BM_maps(benchmark::State& state) { in BM_maps()
334 void BM_maps_no_decay(benchmark::State& state) { in BM_maps_no_decay()
340 void BM_photos(benchmark::State& state) { in BM_photos()
352 void BM_pubg(benchmark::State& state) { in BM_pubg()
358 void BM_pubg_no_decay(benchmark::State& state) { in BM_pubg_no_decay()
376 void BM_system_server(benchmark::State& state) { in BM_system_server()
388 void BM_systemui(benchmark::State& state) { in BM_systemui()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImplTest.kt65 val state = QSTile.State() regex
77 val state = QSTile.BooleanState() regex
89 val state = QSTile.BooleanState() regex
101 val state = QSTile.State() regex
112 val state = QSTile.State() regex
123 val state = QSTile.State() regex
136 val state = QSTile.BooleanState() regex
149 val state = QSTile.BooleanState() regex
162 val state = QSTile.BooleanState() regex
173 val state = QSTile.State() regex
[all …]
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/benchmark/
H A DMediaTranscoderBenchmark.cpp282 static void BM_TranscodeAvc2AvcVideo2Video(benchmark::State& state) { in BM_TranscodeAvc2AvcVideo2Video()
300 static void BM_TranscodeAvc2AvcAV2AV720P(benchmark::State& state) { in BM_TranscodeAvc2AvcAV2AV720P()
319 static void BM_TranscodeHevc2AvcVideo2Video(benchmark::State& state) { in BM_TranscodeHevc2AvcVideo2Video()
337 static void BM_TranscodeHevc2AvcAV2AV720P(benchmark::State& state) { in BM_TranscodeHevc2AvcAV2AV720P()
356 static void BM_TranscodeVideoPassthrough(benchmark::State& state) { in BM_TranscodeVideoPassthrough()
368 static void BM_1920x1080_Avc22Mbps2Avc12Mbps(benchmark::State& state) { in BM_1920x1080_Avc22Mbps2Avc12Mbps()
377 static void BM_1920x1080_Avc15Mbps2Avc8Mbps(benchmark::State& state) { in BM_1920x1080_Avc15Mbps2Avc8Mbps()
449 static void BM_1280x720_Avc10Mbps2Avc4Mbps(benchmark::State& state) { in BM_1280x720_Avc10Mbps2Avc4Mbps()
494 static void BM_1280x720_Hevc8Mbps2Avc4Mbps(benchmark::State& state) { in BM_1280x720_Hevc8Mbps2Avc4Mbps()
503 static void BM_1080x1920_Avc15Mbps2Avc8Mbps(benchmark::State& state) { in BM_1080x1920_Avc15Mbps2Avc8Mbps()
[all …]
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/service/
H A DISettingsService.aidl24 List<PreferenceParcelable> getPreferences(int state); in getPreferences()
25 PreferenceParcelable getPreference(int state, String key); in getPreference()
28 void onCreate(int state, in Bundle extras); in onCreate()
29 void onStart(int state); in onStart()
30 void onResume(int state); in onResume()
31 void onPause(int state); in onPause()
32 void onStop(int state); in onStop()
33 void onDestroy(int state); in onDestroy()
34 void onPreferenceClick(int state, String key, boolean status); in onPreferenceClick()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_bench.cpp38 static void BM_AssetManagerLoadAssets(benchmark::State& state) { in BM_AssetManagerLoadAssets()
48 static void BM_AssetManagerLoadAssetsOld(benchmark::State& state) { in BM_AssetManagerLoadAssetsOld()
61 static void BM_AssetManagerLoadFrameworkAssets(benchmark::State& state) { in BM_AssetManagerLoadFrameworkAssets()
71 static void BM_AssetManagerLoadFrameworkAssetsOld(benchmark::State& state) { in BM_AssetManagerLoadFrameworkAssetsOld()
84 static void BM_AssetManagerGetResource(benchmark::State& state, uint32_t resid) { in BM_AssetManagerGetResource()
97 static void BM_AssetManagerGetLibraryResource(benchmark::State& state) { in BM_AssetManagerGetLibraryResource()
105 static void BM_AssetManagerGetLibraryResourceOld(benchmark::State& state) { in BM_AssetManagerGetLibraryResourceOld()
131 static void BM_AssetManagerGetBag(benchmark::State& state) { in BM_AssetManagerGetBag()
158 static void BM_AssetManagerGetBagOld(benchmark::State& state) { in BM_AssetManagerGetBagOld()
183 static void BM_AssetManagerGetResourceLocales(benchmark::State& state) { in BM_AssetManagerGetResourceLocales()
[all …]
H A DCursorWindow_bench.cpp23 static void BM_CursorWindowWrite(benchmark::State& state, size_t rows, size_t cols) { in BM_CursorWindowWrite()
39 static void BM_CursorWindowWrite4x4(benchmark::State& state) { in BM_CursorWindowWrite4x4()
44 static void BM_CursorWindowWrite1Kx4(benchmark::State& state) { in BM_CursorWindowWrite1Kx4()
49 static void BM_CursorWindowWrite16Kx4(benchmark::State& state) { in BM_CursorWindowWrite16Kx4()
54 static void BM_CursorWindowRead(benchmark::State& state, size_t rows, size_t cols) { in BM_CursorWindowRead()
71 static void BM_CursorWindowRead4x4(benchmark::State& state) { in BM_CursorWindowRead4x4()
76 static void BM_CursorWindowRead1Kx4(benchmark::State& state) { in BM_CursorWindowRead1Kx4()
81 static void BM_CursorWindowRead16Kx4(benchmark::State& state) { in BM_CursorWindowRead16Kx4()
/aosp12/system/unwinding/libunwindstack/benchmarks/
H A DSymbolBenchmark.cpp32 static void BenchmarkSymbolLookup(benchmark::State& state, std::vector<uint64_t> offsets, in BenchmarkSymbolLookup()
84 static void BenchmarkSymbolLookup(benchmark::State& state, uint64_t pc, std::string elf_file, in BenchmarkSymbolLookup()
89 void BM_elf_and_symbol_not_present(benchmark::State& state) { in BM_elf_and_symbol_not_present()
94 void BM_elf_and_symbol_find_single(benchmark::State& state) { in BM_elf_and_symbol_find_single()
99 void BM_elf_and_symbol_find_single_many_times(benchmark::State& state) { in BM_elf_and_symbol_find_single_many_times()
104 void BM_elf_and_symbol_find_multiple(benchmark::State& state) { in BM_elf_and_symbol_find_multiple()
111 void BM_elf_and_symbol_not_present_from_sorted(benchmark::State& state) { in BM_elf_and_symbol_not_present_from_sorted()
116 void BM_elf_and_symbol_find_single_from_sorted(benchmark::State& state) { in BM_elf_and_symbol_find_single_from_sorted()
121 void BM_elf_and_symbol_find_single_many_times_from_sorted(benchmark::State& state) { in BM_elf_and_symbol_find_single_many_times_from_sorted()
126 void BM_elf_and_symbol_find_multiple_from_sorted(benchmark::State& state) { in BM_elf_and_symbol_find_multiple_from_sorted()
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/util/
H A DArraySetPerfTest.java43 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testValueAt_InBounds() local
55 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testValueAt_OutOfBounds_Negative() local
74 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testValueAt_OutOfBounds_EdgeCase() local
94 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testRemoveIf_Small_Base() local
108 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testRemoveIf_Small_RemoveNothing() local
123 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testRemoveIf_Small_RemoveAll() local
138 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testRemoveIf_Small_RemoveHalf() local
157 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testRemoveIf_Large_Base() local
171 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testRemoveIf_Large_RemoveNothing() local
186 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testRemoveIf_Large_RemoveAll() local
[all …]
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DRenderNodePerfTest.java37 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testMeasureRenderNodeJniOverhead() local
46 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreateRenderNodeNoName() local
54 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreateRenderNode() local
62 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testIsValid() local
71 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testStartEnd() local
81 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testStartEndDeepHierarchy() local
99 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testHasIdentityMatrix() local
108 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testSetOutline() local
H A DPathPerfTest.java36 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testReset() local
45 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testAddReset() local
55 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testRewind() local
64 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testAddRewind() local
74 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testIsEmpty() local
84 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testIsConvex() local
94 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testGetSetFillType() local
105 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testIsRect() local
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DStaticLayoutPerfTest.java70 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreate_FixedText_NoStyle_Greedy_NoHyphenation() local
82 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreate_RandomText_NoStyled_Greedy_NoHyphenation() local
97 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreate_RandomText_NoStyled_Greedy_Hyphenation() local
112 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreate_RandomText_NoStyled_Balanced_NoHyphenation() local
127 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreate_RandomText_NoStyled_Balanced_Hyphenation() local
142 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreate_RandomText_Styled_Greedy_NoHyphenation() local
157 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation() local
174 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent() local
193 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreate_PrecomputedText_NoStyled_Greedy_Hyphenation() local
210 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation() local
[all …]
/aosp12/system/logging/liblog/tests/
H A Dliblog_benchmark.cpp58 static void BM_log_maximum_retry(benchmark::State& state) { in BM_log_maximum_retry()
71 static void BM_log_maximum(benchmark::State& state) { in BM_log_maximum()
89 static void BM_clock_overhead(benchmark::State& state) { in BM_clock_overhead()
148 static void BM_time_time(benchmark::State& state) { in BM_time_time()
159 static void BM_pmsg_short(benchmark::State& state) { in BM_pmsg_short()
546 static void BM_sprintf_overhead(benchmark::State& state) { in BM_sprintf_overhead()
649 static void BM_log_latency(benchmark::State& state) { in BM_log_latency()
723 static void BM_log_delay(benchmark::State& state) { in BM_log_delay()
784 static void BM_is_loggable(benchmark::State& state) { in BM_is_loggable()
797 static void BM_security(benchmark::State& state) { in BM_security()
[all …]

12345678910>>...107