/external/flac/src/test_grabbag/picture/ |
D | main.c | 58 static FLAC__bool failed_(const char *msg) in failed_() function 84 return failed_(error); in test_one_picture() 100 return failed_("picture type mismatch"); in test_one_picture() 102 return failed_("picture MIME type mismatch"); in test_one_picture() 104 return failed_("picture description mismatch"); in test_one_picture() 106 return failed_("picture width mismatch"); in test_one_picture() 108 return failed_("picture height mismatch"); in test_one_picture() 110 return failed_("picture depth mismatch"); in test_one_picture() 112 return failed_("picture colors mismatch"); in test_one_picture() 130 return failed_("expected error, got object"); in do_picture() [all …]
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 53 failed_(false), in Printer() 64 failed_(false), in Printer() 69 if (buffer_size_ > 0 && !failed_) { in ~Printer() 201 if (failed_) return; in PrintRaw() 206 if (failed_) return; in WriteRaw() 213 if (failed_) return; in WriteRaw() 235 failed_ = true; in Next() 244 if (failed_) return; in CopyToBuffer() 257 failed_ = !output_->Next(&void_buffer, &buffer_size_); in CopyToBuffer() 258 if (failed_) return; in CopyToBuffer()
|
D | zero_copy_stream_impl_lite.cc | 205 failed_(false), in CopyingInputStreamAdaptor() 218 if (failed_) { in Next() 239 failed_ = true; in Next() 265 if (failed_) { in Skip() 307 failed_(false), in CopyingOutputStreamAdaptor() 350 if (failed_) { in WriteBuffer() 362 failed_ = true; in WriteBuffer()
|
D | printer.h | 288 bool failed() const { return failed_; } in failed() 318 if (failed_) return; in push_back() 348 bool failed_; variable
|
D | zero_copy_stream_impl_lite.h | 233 bool failed_; variable 322 bool failed_; variable
|
/external/perfetto/src/trace_processor/rpc/ |
D | proto_ring_buffer.cc | 81 if (failed_) in Append() 137 failed_ = true; in Append() 155 if (failed_) in ReadMessage() 174 failed_ = failed_ || msg.fatal_framing_error; in ReadMessage()
|
D | proto_ring_buffer.h | 131 bool failed_ = false; // Set in case of an unrecoverable framing faiulre. variable
|
/external/libchrome/base/threading/ |
D | thread_collision_warner_unittest.cc | 45 : failed_(false) {} in AssertReporter() 47 void warn() override { failed_ = true; } in warn() 51 bool fail_state() const { return failed_; } in fail_state() 52 void reset() { failed_ = false; } in reset() 55 bool failed_; member in __anon9eaebaef0111::AssertReporter
|
/external/webrtc/rtc_base/experiments/ |
D | field_trial_list.cc | 16 failed_(false), in FieldTrialListBase() 20 return failed_; in Failed()
|
D | field_trial_list.h | 46 bool failed_; variable 82 failed_ = true; in Parse()
|
/external/grpc-grpc/examples/cpp/route_guide/ |
D | helper.cc | 76 if (failed_ || Finished() || !Match("{")) { in TryParseOne() 112 failed_ = true; in SetFailedAndReturnFalse() 131 bool failed_ = false; member in routeguide::Parser
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 236 bool failed_; // Did we give up compiling? member in re2::Compiler 257 failed_ = false; in Compiler() 273 if (failed_ || ninst_ + n > max_ninst_) { in AllocInst() 274 failed_ = true; in AllocInst() 514 if (failed_) in AddSuffix() 807 failed_ = true; in Copy() 814 failed_ = true; in ShortVisit() 821 if (failed_) in PreVisit() 854 if (failed_) in PostVisit() 934 failed_ = true; in PostVisit() [all …]
|
/external/openscreen/osp/impl/quic/ |
D | quic_client_unittest.cc | 46 OSP_DCHECK(!failed_ && !*connection_); in OnConnectionOpened() 51 OSP_DCHECK(!failed_ && !*connection_); in OnConnectionFailed() 52 failed_ = true; in OnConnectionFailed() 56 bool failed_ = false; member in openscreen::osp::__anonbda01e1f0111::ConnectionCallback
|
/external/libbrillo/brillo/streams/ |
D | stream_utils_test.cc | 168 bool failed_{false}; member in brillo::CopyStreamDataTest 183 failed_ = true; in OnError() 188 EXPECT_FALSE(failed_); in ExpectSuccess() 193 EXPECT_TRUE(failed_); in ExpectFailure()
|
/external/protobuf/src/google/protobuf/ |
D | text_format.cc | 1226 failed_(false), in TextGenerator() 1233 if (!failed_ && buffer_size_ > 0) { in ~TextGenerator() 1283 bool failed() const { return failed_; } in failed() 1289 if (failed_) return; in Write() 1296 if (failed_) return; in Write() 1308 failed_ = !output_->Next(&void_buffer, &buffer_size_); in Write() 1309 if (failed_) return; in Write() 1323 GOOGLE_DCHECK(!failed_); in WriteIndent() 1334 failed_ = !output_->Next(&void_buffer, &buffer_size_); in WriteIndent() 1335 if (failed_) return; in WriteIndent() [all …]
|
/external/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 14785 <!-- bool HugetlbSysAllocator::failed_ --> 14786 …<var-decl name='failed_' type-id='type-id-61' visibility='default' filepath='src/memfs_malloc.cc' … 18774 <!-- bool DefaultSysAllocator::failed_[2] --> 18775 …<var-decl name='failed_' type-id='type-id-1543' visibility='default' filepath='src/system-alloc.cc…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 9018 …<var-decl name='failed_' type-id='type-id-61' visibility='default' filepath='src/memfs_malloc.cc' … 11585 …<var-decl name='failed_' type-id='type-id-1543' visibility='default' filepath='src/system-alloc.cc…
|