HomeSort by relevance Sort by last modified time
    Searched defs:has_error (Results 1 - 25 of 31) sorted by null

1 2

  /test/framework/harnesses/host_controller/acloud/
acloud_config.py 38 has_error: bool, whether error occurred.
41 has_error = False variable in class:ACloudConfig
58 return not self.has_error
68 self.has_error = True
85 self.has_error = True
  /system/extras/simpleperf/
sample_tree_test.cpp 98 bool* has_error) {
99 *has_error = true;
106 *has_error = false;
113 bool has_error; local
114 SampleMatchExpectation(*samples[i], expected_samples[i], &has_error);
115 ASSERT_FALSE(has_error) << "Error matching sample at pos " << i;
perf_clock.cpp 42 std::atomic<bool> has_error; member in struct:ThreadArg
68 thread_arg->has_error = true;
96 thread_arg.has_error = false;
126 if (thread_arg.has_error) {
cpu_hotplug_test.cpp 92 static bool IsCpuOnline(int cpu, bool* has_error) {
98 *has_error = true;
101 *has_error = false;
106 bool has_error; local
107 bool ret = IsCpuOnline(cpu, &has_error);
108 if (has_error) {
118 ret = IsCpuOnline(cpu, &has_error);
119 if (has_error) {
131 ret = IsCpuOnline(cpu, &has_error);
132 if (has_error) {
157 bool has_error; local
182 bool has_error; local
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 415 bool has_error() const { function in class:llvm::raw_fd_ostream
419 /// Set the flag read by has_error() to false. If the error flag is set at the
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_ostream.h 384 /// has_error - Return the value of the flag in this raw_fd_ostream indicating
388 bool has_error() const { function in class:llvm::raw_fd_ostream
392 /// clear_error - Set the flag read by has_error() to false. If the error
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 428 bool has_error() const { function in class:llvm::raw_fd_ostream
432 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 428 bool has_error() const { function in class:llvm::raw_fd_ostream
432 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 428 bool has_error() const { function in class:llvm::raw_fd_ostream
432 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 428 bool has_error() const { function in class:llvm::raw_fd_ostream
432 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 431 bool has_error() const { function in class:llvm::raw_fd_ostream
435 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 431 bool has_error() const { function in class:llvm::raw_fd_ostream
435 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 431 bool has_error() const { function in class:llvm::raw_fd_ostream
435 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 431 bool has_error() const { function in class:llvm::raw_fd_ostream
435 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 428 bool has_error() const { function in class:llvm::raw_fd_ostream
432 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 428 bool has_error() const { function in class:llvm::raw_fd_ostream
432 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 428 bool has_error() const { function in class:llvm::raw_fd_ostream
432 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 431 bool has_error() const { function in class:llvm::raw_fd_ostream
435 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 431 bool has_error() const { function in class:llvm::raw_fd_ostream
435 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 431 bool has_error() const { function in class:llvm::raw_fd_ostream
435 /// Set the flag read by has_error() to false. If the error flag is set at the
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 431 bool has_error() const { function in class:llvm::raw_fd_ostream
435 /// Set the flag read by has_error() to false. If the error flag is set at the
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 363 bool has_error() const;
721 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 336 inline bool has_error() const;
744 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 336 inline bool has_error() const;
744 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 336 inline bool has_error() const;
744 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse

Completed in 856 milliseconds

1 2