Home
last modified time | relevance | path

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

1234567

/system/unwinding/libunwindstack/benchmarks/
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()
[all …]
DElfBenchmark.cpp32 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_large_compressed(benchmark::State& state) { in BM_elf_create_large_compressed()
81 void BM_elf_create_large_eh_frame(benchmark::State& state) { in BM_elf_create_large_eh_frame()
86 static void InitializeBuildId(benchmark::State& state, unwindstack::Maps& maps, in InitializeBuildId()
107 static void BM_elf_get_build_id_from_object(benchmark::State& state) { in BM_elf_get_build_id_from_object()
131 static void BM_elf_get_build_id_from_file(benchmark::State& state) { in BM_elf_get_build_id_from_file()
DMapsBenchmark.cpp56 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()
Dlocal_unwind_benchmarks.cpp61 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 …]
Dremote_unwind_benchmarks.cpp96 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()
DOfflineUnwindBenchmarks.cpp45 void SetUp(benchmark::State& state) override { in SetUp()
52 void TearDown(benchmark::State& state) override { in TearDown()
57 void SingleUnwindBenchmark(benchmark::State& state, const UnwindSampleInfo& sample_info) { in SingleUnwindBenchmark()
66 void ConsecutiveUnwindBenchmark(benchmark::State& state, in ConsecutiveUnwindBenchmark()
77 void BenchmarkOfflineUnwindMultipleSamples(benchmark::State& state, in BenchmarkOfflineUnwindMultipleSamples()
/system/extras/memory_replay/
DTraceBenchmark.cpp152 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/libbase/
Dformat_benchmark.cpp27 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()
Dfunction_ref_benchmark.cpp39 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/media/audio_utils/benchmarks/
Dstatistics_benchmark.cpp36 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()
Dchannelmix_benchmark.cpp149 static void BenchmarkChannelMix(benchmark::State& state) { in BenchmarkChannelMix()
179 static void BM_ChannelMix_Stereo(benchmark::State& state) { in BM_ChannelMix_Stereo()
183 static void BM_ChannelMix_5Point1(benchmark::State& state) { in BM_ChannelMix_5Point1()
187 static void BM_ChannelMix_7Point1(benchmark::State& state) { in BM_ChannelMix_7Point1()
191 static void BM_ChannelMix_7Point1Point4(benchmark::State& state) { in BM_ChannelMix_7Point1Point4()
Dprimitives_benchmark.cpp25 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()
Dbiquad_filter_benchmark.cpp39 static void BM_BiquadFilter1D(benchmark::State& state) { in BM_BiquadFilter1D()
420 static void BM_BiquadFilter(benchmark::State& state, bool optimized) { in BM_BiquadFilter()
454 static void BM_BiquadFilterFloatOptimized(benchmark::State& state) { in BM_BiquadFilterFloatOptimized()
458 static void BM_BiquadFilterFloatNonOptimized(benchmark::State& state) { in BM_BiquadFilterFloatNonOptimized()
462 static void BM_BiquadFilterDoubleOptimized(benchmark::State& state) { in BM_BiquadFilterDoubleOptimized()
466 static void BM_BiquadFilterDoubleNonOptimized(benchmark::State& state) { in BM_BiquadFilterDoubleNonOptimized()
/system/logging/liblog/tests/
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()
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/
DVector_benchmark.cpp21 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/netd/tests/benchmarks/
Dconnect_benchmark.cpp99 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()
Ddns_benchmark.cpp61 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/
DXsdHandler.java136 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/
Dhardening_benchmark.cpp42 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/
Dtimesync.c60 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/libprocinfo/
Dprocess_map_benchmark.cpp30 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/libziparchive/
Dzip_archive_benchmark.cpp57 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/core/debuggerd/
Ddebuggerd_benchmark.cpp46 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/memory/libmeminfo/
Dlibmeminfo_benchmark.cpp117 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/hardware/interfaces/suspend/1.0/default/
DSystemSuspendBenchmark.cpp32 static void BM_acquireWakeLock(benchmark::State& state) { in BM_acquireWakeLock()
45 static void BM_getWakeLockStats(benchmark::State& state) { in BM_getWakeLockStats()

1234567