HomeSort by relevance Sort by last modified time
    Searched refs:failed_ (Results 1 - 25 of 62) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gold/
reduced_debug_output.h 48 abbrev_count_(0), failed_(false)
68 failed_ = true;
85 bool failed_; member in class:gold::Output_reduced_debug_abbrev_section
93 : Output_section(name, flags, type), failed_(false)
114 this->failed_ = true;
135 bool failed_; member in class:gold::Output_reduced_debug_info_section
reduced_debug_output.cc 143 if (this->sized_ || this->failed_)
228 if (this->failed_)
253 if (this->failed_)
368 if (this->failed_)
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 116 bool failed() const { return failed_; }
127 bool failed_; member in class:google::protobuf::io::Printer
zero_copy_stream_impl_lite.h 226 bool failed_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
315 bool failed_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 116 bool failed() const { return failed_; }
127 bool failed_; member in class:google::protobuf::io::Printer
zero_copy_stream_impl_lite.h 226 bool failed_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
315 bool failed_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
printer.h 116 bool failed() const { return failed_; }
127 bool failed_; member in class:google::protobuf::io::Printer
zero_copy_stream_impl_lite.h 226 bool failed_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
315 bool failed_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
printer.h 116 bool failed() const { return failed_; }
127 bool failed_; member in class:google::protobuf::io::Printer
zero_copy_stream_impl_lite.h 226 bool failed_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
315 bool failed_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 253 failed_(false),
267 if (failed_) {
288 failed_ = true;
315 if (failed_) {
359 failed_(false),
405 if (failed_) {
417 failed_ = true;
printer.cc 51 failed_(false),
62 failed_(false),
67 if (buffer_size_ > 0 && !failed_) {
309 if (failed_) return;
314 if (failed_) return;
321 if (failed_) return;
332 failed_ = !output_->Next(&void_buffer, &buffer_size_);
333 if (failed_) return;
printer.h 281 bool failed() const { return failed_; }
305 bool failed_; member in class:google::protobuf::io::Printer
zero_copy_stream_impl_lite.h 259 bool failed_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
348 bool failed_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /external/libchrome/base/threading/
thread_collision_warner_unittest.cc 45 : failed_(false) {}
47 void warn() override { failed_ = true; }
51 bool fail_state() const { return failed_; }
52 void reset() { failed_ = false; }
55 bool failed_; member in class:__anon22900::AssertReporter
  /external/regex-re2/re2/
compile.cc 219 bool failed_; // Did we give up compiling? member in class:re2::Compiler
241 failed_ = false;
260 if (failed_ || inst_len_ + n > max_inst_) {
261 failed_ = true;
670 failed_ = true;
677 failed_ = true;
684 if (failed_)
717 if (failed_)
794 failed_ = true;
851 failed_ = true
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h 281 bool failed() const { return failed_; }
305 bool failed_; member in class:google::protobuf::io::Printer
zero_copy_stream_impl_lite.h 259 bool failed_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
348 bool failed_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /external/libbrillo/brillo/streams/
stream_utils_unittest.cc 166 bool failed_{false};
181 failed_ = true;
186 EXPECT_FALSE(failed_);
191 EXPECT_TRUE(failed_);
  /external/v8/src/regexp/
regexp-parser.h 201 bool failed() { return failed_; }
326 bool failed_; member in class:v8::internal::BASE_EMBEDDED
regexp-parser.cc 42 failed_(false) {
137 if (failed_) return NULL; // Do not overwrite any existing error.
138 failed_ = true;
148 if (failed_) return NULL; \
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 1222 bool failed_; member in class:google::protobuf::TextFormat::Printer::TextGenerator
    [all...]
  /external/v8/src/debug/
debug.h 686 inline bool failed() { return failed_; }
698 bool failed_; // Did the debug context fail to load? member in class:v8::internal::BASE_EMBEDDED
debug.cc     [all...]
  /art/runtime/gc/
heap.cc 3069 bool* const failed_; member in class:art::gc::VerifyReferenceCardVisitor
3090 bool failed_; member in class:art::gc::VerifyLiveStackReferences
    [all...]

Completed in 1051 milliseconds

1 2 3