/system/media/audio_utils/benchmarks/ |
D | audio_mutex_benchmark.cpp | 128 static void BM_atomic_add_equals(benchmark::State &state) { in BM_atomic_add_equals() 140 static void BM_atomic_add_to(benchmark::State &state, std::memory_order order) { in BM_atomic_add_to() 151 static void BM_atomic_add_to_seq_cst(benchmark::State &state) { in BM_atomic_add_to_seq_cst() 166 static void BM_atomic_add_to_relaxed(benchmark::State &state) { in BM_atomic_add_to_relaxed() 181 static void BM_atomic_add_to_unordered(benchmark::State &state) { in BM_atomic_add_to_unordered() 218 static void BM_gettid(benchmark::State &state) { in BM_gettid() 229 static void BM_systemTime(benchmark::State &state) { in BM_systemTime() 249 static void BM_thread_8_variables(benchmark::State &state) { in BM_thread_8_variables() 270 static void BM_thread_local_8_variables(benchmark::State &state) { in BM_thread_local_8_variables() 280 static void BM_thread_detach_async(benchmark::State &state) { in BM_thread_detach_async() [all …]
|
D | statistics_benchmark.cpp | 36 static void BM_MeanVariance(benchmark::State& state, int iterlimit, int alphalimit) { in BM_MeanVariance() 72 static void BM_MeanVariance_float_float_float(benchmark::State &state) { in BM_MeanVariance_float_float_float() 80 static void BM_RefMeanVariance_float_float(benchmark::State &state) { in BM_RefMeanVariance_float_float() 88 static auto BM_MeanVariance_float_double_double(benchmark::State &state) { in BM_MeanVariance_float_double_double() 96 static auto BM_RefMeanVariance_float_double(benchmark::State &state) { in BM_RefMeanVariance_float_double() 104 static auto BM_MeanVariance_float_float_Kahan(benchmark::State &state) { in BM_MeanVariance_float_float_Kahan() 113 static auto BM_MeanVariance_float_float_Neumaier(benchmark::State &state) { in BM_MeanVariance_float_float_Neumaier() 133 static auto BM_MeanVariance_float_float_float_alpha(benchmark::State &state) { in BM_MeanVariance_float_float_float_alpha() 141 static auto BM_MeanVariance_float_double_double_alpha(benchmark::State &state) { in BM_MeanVariance_float_double_double_alpha()
|
D | channelmix_benchmark.cpp | 178 static void BenchmarkChannelMix(benchmark::State& state) { in BenchmarkChannelMix() 208 static void BM_ChannelMix_Stereo(benchmark::State& state) { in BM_ChannelMix_Stereo() 212 static void BM_ChannelMix_5Point1(benchmark::State& state) { in BM_ChannelMix_5Point1() 216 static void BM_ChannelMix_7Point1(benchmark::State& state) { in BM_ChannelMix_7Point1() 220 static void BM_ChannelMix_7Point1Point4(benchmark::State& state) { in BM_ChannelMix_7Point1Point4() 224 static void BM_ChannelMix_9Point1Point6(benchmark::State& state) { in BM_ChannelMix_9Point1Point6()
|
D | audio_power_benchmark.cpp | 249 static void BenchmarkPower(benchmark::State& state) { in BenchmarkPower() 287 static void BM_Power_PCM16(benchmark::State& state) { in BM_Power_PCM16() 291 static void BM_Power_PCM24(benchmark::State& state) { in BM_Power_PCM24() 295 static void BM_Power_PCM32(benchmark::State& state) { in BM_Power_PCM32() 299 static void BM_Power_FLOAT(benchmark::State& state) { in BM_Power_FLOAT()
|
D | primitives_benchmark.cpp | 25 static void BM_MemcpyToFloatFromFloatWithClamping(benchmark::State& state) { in BM_MemcpyToFloatFromFloatWithClamping() 58 static void BM_MemcpyFloat(benchmark::State& state) { in BM_MemcpyFloat() 87 static void BM_MemcpyToFloatFromI16(benchmark::State& state) { in BM_MemcpyToFloatFromI16() 114 static void BM_MemcpyToI16FromFloat(benchmark::State& state) { in BM_MemcpyToI16FromFloat()
|
/system/extras/memory_replay/ |
D | TraceBenchmark.cpp | 152 static void RunTrace(benchmark::State& state, TraceDataType* trace_data) { in RunTrace() 252 static void BenchmarkTrace(benchmark::State& state, const char* filename, bool enable_decay_time) { in BenchmarkTrace() 280 static void BM_angry_birds2_default(benchmark::State& state) { in BM_angry_birds2_default() 286 static void BM_angry_birds2_no_decay(benchmark::State& state) { in BM_angry_birds2_no_decay() 292 static void BM_camera_default(benchmark::State& state) { in BM_camera_default() 298 static void BM_camera_no_decay(benchmark::State& state) { in BM_camera_no_decay() 304 static void BM_candy_crush_saga_default(benchmark::State& state) { in BM_candy_crush_saga_default() 310 static void BM_candy_crush_saga_no_decay(benchmark::State& state) { in BM_candy_crush_saga_no_decay() 316 void BM_gmail_default(benchmark::State& state) { in BM_gmail_default() 322 void BM_gmail_no_decay(benchmark::State& state) { in BM_gmail_no_decay() [all …]
|
/system/libbase/ |
D | format_benchmark.cpp | 27 static void BenchmarkFormatInt(benchmark::State& state) { in BenchmarkFormatInt() 36 static void BenchmarkStringPrintfInt(benchmark::State& state) { in BenchmarkStringPrintfInt() 45 static void BenchmarkFormatFloat(benchmark::State& state) { in BenchmarkFormatFloat() 54 static void BenchmarkStringPrintfFloat(benchmark::State& state) { in BenchmarkStringPrintfFloat() 63 static void BenchmarkFormatStrings(benchmark::State& state) { in BenchmarkFormatStrings() 71 static void BenchmarkStringPrintfStrings(benchmark::State& state) { in BenchmarkStringPrintfStrings()
|
D | function_ref_benchmark.cpp | 39 static void BenchmarkFuncRaw(benchmark::State& state) { in BenchmarkFuncRaw() 46 static void BenchmarkFuncPtr(benchmark::State& state) { in BenchmarkFuncPtr() 54 static void BenchmarkStdFunction(benchmark::State& state) { in BenchmarkStdFunction() 62 static void BenchmarkFunctionRef(benchmark::State& state) { in BenchmarkFunctionRef() 79 static void BenchmarkBigRaw(benchmark::State& state) { in BenchmarkBigRaw() 86 static void BenchmarkBigStdFunction(benchmark::State& state) { in BenchmarkBigStdFunction() 94 static void BenchmarkBigFunctionRef(benchmark::State& state) { in BenchmarkBigFunctionRef() 102 static void BenchmarkMakeFunctionRef(benchmark::State& state) { in BenchmarkMakeFunctionRef() 109 static void BenchmarkMakeStdFunction(benchmark::State& state) { in BenchmarkMakeStdFunction()
|
/system/logging/liblog/tests/ |
D | liblog_benchmark.cpp | 63 static void BM_log_maximum_retry(benchmark::State& state) { in BM_log_maximum_retry() 76 static void BM_log_maximum(benchmark::State& state) { in BM_log_maximum() 94 static void BM_clock_overhead(benchmark::State& state) { in BM_clock_overhead() 102 static void do_clock_overhead(benchmark::State& state, clockid_t clk_id) { in do_clock_overhead() 109 static void BM_time_clock_gettime_REALTIME(benchmark::State& state) { in BM_time_clock_gettime_REALTIME() 114 static void BM_time_clock_gettime_MONOTONIC(benchmark::State& state) { in BM_time_clock_gettime_MONOTONIC() 119 static void BM_time_clock_gettime_MONOTONIC_syscall(benchmark::State& state) { in BM_time_clock_gettime_MONOTONIC_syscall() 127 static void BM_time_clock_gettime_MONOTONIC_RAW(benchmark::State& state) { in BM_time_clock_gettime_MONOTONIC_RAW() 132 static void BM_time_clock_gettime_BOOTTIME(benchmark::State& state) { in BM_time_clock_gettime_BOOTTIME() 137 static void BM_time_clock_getres_MONOTONIC(benchmark::State& state) { in BM_time_clock_getres_MONOTONIC() [all …]
|
/system/core/libutils/binder/ |
D | Vector_benchmark.cpp | 21 void BM_fill_android_vector(benchmark::State& state) { in BM_fill_android_vector() 29 void BM_fill_std_vector(benchmark::State& state) { in BM_fill_std_vector() 37 void BM_prepend_android_vector(benchmark::State& state) { in BM_prepend_android_vector() 45 void BM_prepend_std_vector(benchmark::State& state) { in BM_prepend_std_vector()
|
/system/unwinding/libunwindstack/benchmarks/ |
D | MapsBenchmark.cpp | 56 static void ReparseBenchmark(benchmark::State& state, const char* maps1, size_t maps1_total, in ReparseBenchmark() 79 void BM_local_updatable_maps_reparse_double_initial_small(benchmark::State& state) { in BM_local_updatable_maps_reparse_double_initial_small() 90 void BM_local_updatable_maps_reparse_double_initial_large(benchmark::State& state) { in BM_local_updatable_maps_reparse_double_initial_large() 101 void BM_local_updatable_maps_reparse_same_maps_small(benchmark::State& state) { in BM_local_updatable_maps_reparse_same_maps_small() 110 void BM_local_updatable_maps_reparse_same_maps_large(benchmark::State& state) { in BM_local_updatable_maps_reparse_same_maps_large() 118 void BM_local_updatable_maps_reparse_few_extra_small(benchmark::State& state) { in BM_local_updatable_maps_reparse_few_extra_small() 129 void BM_local_updatable_maps_reparse_few_extra_large(benchmark::State& state) { in BM_local_updatable_maps_reparse_few_extra_large() 140 void BM_local_updatable_maps_reparse_few_less_small(benchmark::State& state) { in BM_local_updatable_maps_reparse_few_less_small() 151 void BM_local_updatable_maps_reparse_few_less_large(benchmark::State& state) { in BM_local_updatable_maps_reparse_few_less_large()
|
D | local_unwind_benchmarks.cpp | 61 static void Run(benchmark::State& state, size_t (*func)(void*), void* data) { in Run() 79 static void BM_local_unwind_uncached_process_memory(benchmark::State& state) { in BM_local_unwind_uncached_process_memory() 91 static void BM_local_unwind_cached_process_memory(benchmark::State& state) { in BM_local_unwind_cached_process_memory() 103 static void BM_local_android_unwind_uncached_process_memory(benchmark::State& state) { in BM_local_android_unwind_uncached_process_memory() 127 static void BM_local_android_unwind_cached_process_memory(benchmark::State& state) { in BM_local_android_unwind_cached_process_memory() 151 static void BM_local_unwind_local_updatable_maps_uncached(benchmark::State& state) { in BM_local_unwind_local_updatable_maps_uncached() 163 static void BM_local_unwind_local_updatable_maps_cached(benchmark::State& state) { in BM_local_unwind_local_updatable_maps_cached() 175 static void BM_local_unwind_local_updatable_maps_thread_cached(benchmark::State& state) { in BM_local_unwind_local_updatable_maps_thread_cached() 187 static void BM_local_unwind_uncached_process_memory_no_func_names(benchmark::State& state) { in BM_local_unwind_uncached_process_memory_no_func_names() 199 static void BM_local_unwind_cached_process_memory_no_func_names(benchmark::State& state) { in BM_local_unwind_cached_process_memory_no_func_names() [all …]
|
D | remote_unwind_benchmarks.cpp | 96 static void RemoteUnwind(benchmark::State& state, bool cached) { in RemoteUnwind() 126 static void BM_remote_unwind_uncached(benchmark::State& state) { in BM_remote_unwind_uncached() 131 static void BM_remote_unwind_cached(benchmark::State& state) { in BM_remote_unwind_cached() 136 static void RemoteAndroidUnwind(benchmark::State& state, bool cached) { in RemoteAndroidUnwind() 165 static void BM_remote_android_unwind_uncached(benchmark::State& state) { in BM_remote_android_unwind_uncached() 170 static void BM_remote_android_unwind_cached(benchmark::State& state) { in BM_remote_android_unwind_cached()
|
D | ElfBenchmark.cpp | 34 void RunBenchmark(benchmark::State& state, const std::string& elf_file) { in RunBenchmark() 68 static void InitializeBuildId(benchmark::State& state, unwindstack::Maps& maps, in InitializeBuildId() 89 static void BM_elf_get_build_id_from_object(benchmark::State& state) { in BM_elf_get_build_id_from_object() 113 static void BM_elf_get_build_id_from_file(benchmark::State& state) { in BM_elf_get_build_id_from_file()
|
/system/extras/libatrace_rust/benchmark/src/ |
D | atrace_benchmark.cc | 23 static void BM_TracingOffAtraceBegin(benchmark::State& state) { in BM_TracingOffAtraceBegin() 31 static void BM_TracingOffAtraceEnd(benchmark::State& state) { in BM_TracingOffAtraceEnd() 38 static void BM_TracingOnAtraceBegin(benchmark::State& state) { in BM_TracingOnAtraceBegin() 47 static void BM_TracingOnAtraceEnd(benchmark::State& state) { in BM_TracingOnAtraceEnd()
|
/system/netd/tests/benchmarks/ |
D | connect_benchmark.cpp | 99 static void ipv4_loopback(benchmark::State& state, const bool waitBetweenRuns) { in ipv4_loopback() 156 static void ipv6_loopback(benchmark::State& state, const bool waitBetweenRuns) { in ipv6_loopback() 213 static void run(decltype(ipv4_loopback) benchmarkFunction, ::benchmark::State& state, in run() 223 static void ipv4_no_load(::benchmark::State& state) { in ipv4_no_load() 229 static void ipv4_high_load(::benchmark::State& state) { in ipv4_high_load() 235 static void ipv6_no_load(::benchmark::State& state) { in ipv6_no_load() 241 static void ipv6_high_load(::benchmark::State& state) { in ipv6_high_load()
|
D | dns_benchmark.cpp | 61 void SetUp(const ::benchmark::State& state) override { in SetUp() 77 void TearDown(const ::benchmark::State& state) override { in TearDown() 87 void benchmark(benchmark::State& state) { in benchmark() function in DnsFixture
|
/system/tools/xsdc/src/main/java/com/android/xsdc/ |
D | XsdHandler.java | 136 State state = stateStack.pop(); in endElement() local 244 private XmlSchema makeSchema(State state) { in makeSchema() 270 private XsdElement makeElement(State state) throws XsdParserException { in makeElement() 310 private XsdAttribute makeAttribute(State state) throws XsdParserException { in makeAttribute() 339 private XsdAttributeGroup makeAttributeGroup(State state) throws XsdParserException { in makeAttributeGroup() 359 private XsdGroup makeGroup(State state) throws XsdParserException { in makeGroup() 376 private XsdComplexType makeComplexType(State state) throws XsdParserException { in makeComplexType() 423 private XsdComplexContent makeComplexContent(State state) throws XsdParserException { in makeComplexContent() 457 private XsdSimpleContent makeSimpleContent(State state) { in makeSimpleContent() 476 private XsdGeneralRestriction makeGeneralRestriction(State state) throws XsdParserException { in makeGeneralRestriction() [all …]
|
/system/incremental_delivery/incfs/tests/ |
D | hardening_benchmark.cpp | 42 static void TestEmpty(benchmark::State& state) { in TestEmpty() 50 static void TestSignal(benchmark::State& state) { in TestSignal() 62 static void TestRead(benchmark::State& state) { in TestRead() 73 static void TestMapPtrRaw(benchmark::State& state) { in TestMapPtrRaw() 87 static void TestMapPtr(benchmark::State& state) { in TestMapPtr() 98 static void TestAccess(benchmark::State& state) { in TestAccess() 108 static void TestAccessFast(benchmark::State& state) { in TestAccessFast() 120 static void TestAccessVal(benchmark::State& state) { in TestAccessVal() 130 static void TestAccessNested(benchmark::State& state) { in TestAccessNested() 142 static void TestAccessDoubleNested(benchmark::State& state) { in TestAccessDoubleNested() [all …]
|
/system/chre/chpp/clients/ |
D | timesync.c | 60 struct ChppTimesyncClientState *state = appState->timesyncClientContext; in chppTimesyncClientInit() local 82 struct ChppTimesyncClientState *state = appState->timesyncClientContext; in chppTimesyncClientReset() local 95 struct ChppTimesyncClientState *state = appState->timesyncClientContext; in chppDispatchTimesyncServiceResponse() local 153 struct ChppTimesyncClientState *state = appState->timesyncClientContext; in chppTimesyncMeasureOffset() local 182 struct ChppTimesyncClientState *state = appState->timesyncClientContext; in chppTimesyncGetOffset() local
|
/system/libziparchive/ |
D | zip_archive_benchmark.cpp | 57 static void OpenClose(benchmark::State& state) { in OpenClose() 67 static void FindEntry_no_match(benchmark::State& state) { in FindEntry_no_match() 86 static void Iterate_all_files(benchmark::State& state) { in Iterate_all_files() 104 static void StartAlignedEntry(benchmark::State& state) { in StartAlignedEntry() 125 static void ExtractEntry(benchmark::State& state) { in ExtractEntry() 150 static void ExtractStored(benchmark::State& state) { in ExtractStored()
|
/system/libprocinfo/ |
D | process_map_benchmark.cpp | 30 static void BM_ReadMapFile(benchmark::State& state) { in BM_ReadMapFile() 41 static void BM_unwindstack_FileMaps(benchmark::State& state) { in BM_unwindstack_FileMaps() 51 static void BM_unwindstack_BufferMaps(benchmark::State& state) { in BM_unwindstack_BufferMaps()
|
/system/memory/libmeminfo/ |
D | libmeminfo_benchmark.cpp | 117 static void BM_ReadMemInfo_old(benchmark::State& state) { in BM_ReadMemInfo_old() 173 static void BM_ReadMemInfo_new(benchmark::State& state) { in BM_ReadMemInfo_new() 268 static void BM_ZramTotal_old(benchmark::State& state) { in BM_ZramTotal_old() 277 static void BM_ZramTotal_new(benchmark::State& state) { in BM_ZramTotal_new() 287 static void BM_MemInfoWithZram_old(benchmark::State& state) { in BM_MemInfoWithZram_old() 346 static void BM_MemInfoWithZram_new(benchmark::State& state) { in BM_MemInfoWithZram_new() 448 static void BM_VmallocInfo_old_fixed(benchmark::State& state) { in BM_VmallocInfo_old_fixed() 458 static void BM_VmallocInfo_new(benchmark::State& state) { in BM_VmallocInfo_new() 527 static void BM_SmapsRollup_old(benchmark::State& state) { in BM_SmapsRollup_old() 538 static void BM_SmapsRollup_new(benchmark::State& state) { in BM_SmapsRollup_new() [all …]
|
/system/core/debuggerd/ |
D | debuggerd_benchmark.cpp | 46 static std::chrono::duration<double> GetMaximumPause(std::atomic<ThreadState>& state) { in GetMaximumPause() 96 static void BM_maximum_pause_impl(benchmark::State& state, const Fn& function) { in BM_maximum_pause_impl() 117 static void BM_maximum_pause_noop(benchmark::State& state) { in BM_maximum_pause_noop() 121 static void BM_maximum_pause_debuggerd(benchmark::State& state) { in BM_maximum_pause_debuggerd()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendBenchmark.cpp | 32 static void BM_acquireWakeLock(benchmark::State& state) { in BM_acquireWakeLock() 45 static void BM_getWakeLockStats(benchmark::State& state) { in BM_getWakeLockStats()
|