/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(benchmark::State& state) { in BM_angry_birds2() 286 static void BM_angry_birds2_no_decay(benchmark::State& state) { in BM_angry_birds2_no_decay() 292 static void BM_camera(benchmark::State& state) { in BM_camera() 298 static void BM_camera_no_decay(benchmark::State& state) { in BM_camera_no_decay() 304 static void BM_candy_crush_saga(benchmark::State& state) { in BM_candy_crush_saga() 310 static void BM_candy_crush_saga_no_decay(benchmark::State& state) { in BM_candy_crush_saga_no_decay() 316 void BM_gmail(benchmark::State& state) { in BM_gmail() 322 void BM_gmail_no_decay(benchmark::State& state) { in BM_gmail_no_decay() [all …]
|
/system/core/libunwindstack/benchmarks/ |
D | SymbolBenchmark.cpp | 32 static void BenchmarkSymbolLookup(benchmark::State& state, std::vector<uint64_t> offsets, in BenchmarkSymbolLookup() 82 static void BenchmarkSymbolLookup(benchmark::State& state, uint64_t pc, std::string elf_file, in BenchmarkSymbolLookup() 87 void BM_symbol_not_present(benchmark::State& state) { in BM_symbol_not_present() 92 void BM_symbol_find_single(benchmark::State& state) { in BM_symbol_find_single() 97 void BM_symbol_find_single_many_times(benchmark::State& state) { in BM_symbol_find_single_many_times() 102 void BM_symbol_find_multiple(benchmark::State& state) { in BM_symbol_find_multiple() 109 void BM_symbol_not_present_from_sorted(benchmark::State& state) { in BM_symbol_not_present_from_sorted() 114 void BM_symbol_find_single_from_sorted(benchmark::State& state) { in BM_symbol_find_single_from_sorted() 119 void BM_symbol_find_single_many_times_from_sorted(benchmark::State& state) { in BM_symbol_find_single_many_times_from_sorted() 124 void BM_symbol_find_multiple_from_sorted(benchmark::State& state) { in BM_symbol_find_multiple_from_sorted()
|
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 | ElfBenchmark.cpp | 32 static void BenchmarkElfCreate(benchmark::State& state, const std::string& elf_file) { in BenchmarkElfCreate() 71 void BM_elf_create(benchmark::State& state) { in BM_elf_create() 76 void BM_elf_create_compressed(benchmark::State& state) { in BM_elf_create_compressed() 81 static void InitializeBuildId(benchmark::State& state, unwindstack::Maps& maps, in InitializeBuildId() 102 static void BM_elf_get_build_id_from_object(benchmark::State& state) { in BM_elf_get_build_id_from_object() 126 static void BM_elf_get_build_id_from_file(benchmark::State& state) { in BM_elf_get_build_id_from_file()
|
/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()
|
/system/media/audio_utils/benchmarks/ |
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 | 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/core/liblog/tests/ |
D | liblog_benchmark.cpp | 58 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() 97 static void do_clock_overhead(benchmark::State& state, clockid_t clk_id) { in do_clock_overhead() 104 static void BM_time_clock_gettime_REALTIME(benchmark::State& state) { in BM_time_clock_gettime_REALTIME() 109 static void BM_time_clock_gettime_MONOTONIC(benchmark::State& state) { in BM_time_clock_gettime_MONOTONIC() 114 static void BM_time_clock_gettime_MONOTONIC_syscall(benchmark::State& state) { in BM_time_clock_gettime_MONOTONIC_syscall() 122 static void BM_time_clock_gettime_MONOTONIC_RAW(benchmark::State& state) { in BM_time_clock_gettime_MONOTONIC_RAW() 127 static void BM_time_clock_gettime_BOOTTIME(benchmark::State& state) { in BM_time_clock_gettime_BOOTTIME() 132 static void BM_time_clock_getres_MONOTONIC(benchmark::State& state) { in BM_time_clock_getres_MONOTONIC() [all …]
|
/system/core/libutils/ |
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/update_engine/update_manager/ |
D | policy_utils.h | 50 State* state, in ConsultPolicies() 73 State* state, in UpdateCheckAllowed() 81 State* state, in UpdateCanBeApplied() 89 State* state, in UpdateCanStart() 97 State* state, in UpdateDownloadAllowed() 104 State* state, in P2PEnabled() 111 State* state, in P2PEnabledChanged()
|
D | default_policy.cc | 38 State* state, in UpdateCheckAllowed() 63 State* state, in UpdateCanBeApplied() 72 State* state, in UpdateCanStart() 91 State* state, in UpdateDownloadAllowed() 99 State* state, in P2PEnabled() 107 State* state, in P2PEnabledChanged()
|
D | android_things_policy.cc | 55 State* state, in UpdateCheckAllowed() 113 State* state, in UpdateCanBeApplied() 149 State* state, in UpdateCanStart() 160 State* state, in UpdateDownloadAllowed() 171 State* state, in P2PEnabled() 181 State* state, in P2PEnabledChanged()
|
/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() 76 void TearDown(const ::benchmark::State& state) override { in TearDown() 86 void benchmark(benchmark::State& state) { in benchmark() function in DnsFixture
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 134 State state = stateStack.pop(); in endElement() local 239 private XmlSchema makeSchema(State state) { in makeSchema() 265 private XsdElement makeElement(State state) throws XsdParserException { in makeElement() 305 private XsdAttribute makeAttribute(State state) throws XsdParserException { in makeAttribute() 334 private XsdAttributeGroup makeAttributeGroup(State state) throws XsdParserException { in makeAttributeGroup() 354 private XsdGroup makeGroup(State state) throws XsdParserException { in makeGroup() 371 private XsdComplexType makeComplexType(State state) throws XsdParserException { in makeComplexType() 418 private XsdComplexContent makeComplexContent(State state) throws XsdParserException { in makeComplexContent() 452 private XsdSimpleContent makeSimpleContent(State state) { in makeSimpleContent() 471 private XsdGeneralRestriction makeGeneralRestriction(State state) throws XsdParserException { in makeGeneralRestriction() [all …]
|
/system/bt/service/ |
D | logging_helpers.cc | 26 const char* BtAvConnectionStateText(const btav_connection_state_t state) { in BtAvConnectionStateText() 37 const char* BtAvAudioStateText(const btav_audio_state_t state) { in BtAvAudioStateText() 57 const char* BtStateText(const bt_state_t state) { in BtStateText() 66 const char* BtDiscoveryStateText(const bt_discovery_state_t state) { in BtDiscoveryStateText()
|
/system/core/libprocinfo/ |
D | process_map_benchmark.cpp | 31 static void BM_ReadMapFile(benchmark::State& state) { in BM_ReadMapFile() 44 static void BM_unwindstack_FileMaps(benchmark::State& state) { in BM_unwindstack_FileMaps() 54 static void BM_unwindstack_BufferMaps(benchmark::State& state) { in BM_unwindstack_BufferMaps() 66 static void BM_backtrace_BacktraceMap(benchmark::State& state) { in BM_backtrace_BacktraceMap()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendBenchmark.cpp | 30 static void BM_acquireWakeLock(benchmark::State& state) { in BM_acquireWakeLock() 39 static void BM_getWakeLockStats(benchmark::State& state) { in BM_getWakeLockStats()
|
/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/core/libbacktrace/ |
D | backtrace_benchmarks.cpp | 69 static void CreateMap(benchmark::State& state, BacktraceMap* (*map_func)(pid_t, bool)) { in CreateMap() 146 static void BM_create_map(benchmark::State& state) { in BM_create_map() 153 static void CreateBacktrace(benchmark::State& state, BacktraceMap* map, BacktraceCreateFn fn) { in CreateBacktrace() 160 static void BM_create_backtrace(benchmark::State& state) { in BM_create_backtrace()
|
/system/memory/libmeminfo/ |
D | libmeminfo_benchmark.cpp | 115 static void BM_ReadMemInfo_old(benchmark::State& state) { in BM_ReadMemInfo_old() 171 static void BM_ReadMemInfo_new(benchmark::State& state) { in BM_ReadMemInfo_new() 265 static void BM_ZramTotal_old(benchmark::State& state) { in BM_ZramTotal_old() 274 static void BM_ZramTotal_new(benchmark::State& state) { in BM_ZramTotal_new() 284 static void BM_MemInfoWithZram_old(benchmark::State& state) { in BM_MemInfoWithZram_old() 343 static void BM_MemInfoWithZram_new(benchmark::State& state) { in BM_MemInfoWithZram_new() 443 static void BM_VmallocInfo_old_fixed(benchmark::State& state) { in BM_VmallocInfo_old_fixed() 453 static void BM_VmallocInfo_new(benchmark::State& state) { in BM_VmallocInfo_new() 522 static void BM_SmapsRollup_old(benchmark::State& state) { in BM_SmapsRollup_old() 533 static void BM_SmapsRollup_new(benchmark::State& state) { in BM_SmapsRollup_new()
|
/system/core/libstats/socket/benchmark/ |
D | stats_event_benchmark.cpp | 33 static void BM_stats_event_truncate_buffer(benchmark::State& state) { in BM_stats_event_truncate_buffer() 44 static void BM_stats_event_full_buffer(benchmark::State& state) { in BM_stats_event_full_buffer()
|
/system/libziparchive/ |
D | zip_archive_benchmark.cpp | 52 static void FindEntry_no_match(benchmark::State& state) { in FindEntry_no_match() 71 static void Iterate_all_files(benchmark::State& state) { in Iterate_all_files() 89 static void StartAlignedEntry(benchmark::State& state) { in StartAlignedEntry() 111 static void ExtractEntry(benchmark::State& state) { in ExtractEntry()
|
/system/libhwbinder/vts/performance/ |
D | Benchmark.cpp | 70 static void BM_sendVec(benchmark::State& state, sp<IBenchmark> service) { in BM_sendVec() 84 static void BM_sendVec_passthrough(benchmark::State& state) { in BM_sendVec_passthrough() 96 static void BM_sendVec_binderize(benchmark::State& state) { in BM_sendVec_binderize()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothA2dpSinkCallback.aidl | 21 void OnConnectionState(String device_address, int state); in OnConnectionState() 22 void OnAudioState(String device_address, int state); in OnAudioState()
|