Home
last modified time | relevance | path

Searched refs:has_error (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dcpu_hotplug_test.cpp99 *has_error = true; in IsCpuOnline()
102 *has_error = false; in IsCpuOnline()
107 bool has_error; in SetCpuOnline() local
109 if (has_error) { in SetCpuOnline()
119 ret = IsCpuOnline(cpu, &has_error); in SetCpuOnline()
120 if (has_error) { in SetCpuOnline()
133 if (has_error) { in SetCpuOnline()
159 bool has_error; in CpuOnlineRestorer() local
161 if (has_error) { in CpuOnlineRestorer()
184 bool has_error; in FindAHotpluggableCpu() local
[all …]
H A Dsample_tree_test.cpp92 bool* has_error) { in SampleMatchExpectation() argument
93 *has_error = true; in SampleMatchExpectation()
100 *has_error = false; in SampleMatchExpectation()
107 bool has_error; in CheckSamples() local
108 SampleMatchExpectation(*samples[i], expected_samples[i], &has_error); in CheckSamples()
109 ASSERT_FALSE(has_error) << "Error matching sample at pos " << i; in CheckSamples()
/aosp12/build/make/tools/releasetools/
H A Dmerge_target_files.py330 has_error = False
346 has_error = True
362 has_error = True
369 has_error = True
371 return not has_error
/aosp12/frameworks/compile/slang/
H A Dllvm-rs-as.cpp103 if (!Out->os().has_error()) { in WriteOutputFile()