Searched refs:has_error (Results 1 – 4 of 4) sorted by relevance
99 *has_error = true; in IsCpuOnline()102 *has_error = false; in IsCpuOnline()107 bool has_error; in SetCpuOnline() local109 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() local161 if (has_error) { in CpuOnlineRestorer()184 bool has_error; in FindAHotpluggableCpu() local[all …]
92 bool* has_error) { in SampleMatchExpectation() argument93 *has_error = true; in SampleMatchExpectation()100 *has_error = false; in SampleMatchExpectation()107 bool has_error; in CheckSamples() local108 SampleMatchExpectation(*samples[i], expected_samples[i], &has_error); in CheckSamples()109 ASSERT_FALSE(has_error) << "Error matching sample at pos " << i; in CheckSamples()
330 has_error = False346 has_error = True362 has_error = True369 has_error = True371 return not has_error
103 if (!Out->os().has_error()) { in WriteOutputFile()