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

1 2

  /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_)
  /external/protobuf/src/google/protobuf/io/
printer.h 116 bool failed() const { return failed_; }
127 bool failed_; member in class:google::protobuf::io::Printer
printer.cc 49 failed_(false) {
54 if (buffer_size_ > 0 && !failed_) {
163 if (failed_) return;
168 if (failed_) return;
175 if (failed_) return;
185 failed_ = !output_->Next(&void_buffer, &buffer_size_);
186 if (failed_) return;
zero_copy_stream_impl_lite.cc 220 failed_(false),
234 if (failed_) {
255 failed_ = true;
282 if (failed_) {
326 failed_(false),
372 if (failed_) {
384 failed_ = true;
zero_copy_stream_impl_lite.h 227 bool failed_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
316 bool failed_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /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/v8/src/debug/
debug-scopes.h 49 DCHECK(!failed_);
53 bool Failed() { return failed_; }
92 bool failed_; member in class:v8::internal::ScopeIterator
debug-scopes.cc 24 failed_(false) {
123 failed_(false) {
148 DCHECK(!failed_);
183 DCHECK(!failed_);
236 DCHECK(!failed_);
278 DCHECK(!failed_);
303 DCHECK(!failed_);
316 DCHECK(!failed_);
352 DCHECK(!failed_);
425 failed_ = true
    [all...]
debug.h 664 inline bool failed() { return failed_; }
676 bool failed_; // Did the debug context fail to load? member in class:v8::internal::BASE_EMBEDDED
  /external/libchrome/base/threading/
thread_collision_warner_unittest.cc 43 : failed_(false) {}
45 void warn() override { failed_ = true; }
49 bool fail_state() const { return failed_; }
50 void reset() { failed_ = false; }
53 bool failed_; member in class:__anon15275::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 185 bool failed() { return failed_; }
271 bool failed_; member in class:v8::internal::BASE_EMBEDDED
regexp-parser.cc 35 failed_(false) {
104 failed_ = true;
114 if (failed_) return NULL; \
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 1131 bool failed_; member in class:google::protobuf::TextFormat::Printer::TextGenerator
    [all...]

Completed in 1256 milliseconds

1 2