/system/iorap/src/manager/ |
D | event_manager.cc | 128 DCHECK(perfetto_factory_ != nullptr); in AppLaunchEventState() 131 DCHECK(thread_ != nullptr); in AppLaunchEventState() 134 DCHECK(io_thread_ != nullptr); in AppLaunchEventState() 148 DCHECK(!IsTracing()); in OnNewEvent() 214 DCHECK(false) << "invalid type: " << event; // binder layer should've rejected this. in OnNewEvent() 224 DCHECK(!IsTracing()); in StartTracing() 297 DCHECK(is_tracing_); in MarkPendingTrace() 298 DCHECK(rx_lifetime_.has_value()); in MarkPendingTrace() 324 DCHECK(ready_ != true) << "Cannot Subscribe twice"; in Subscribe()
|
/system/iorap/tests/src/inode2filename/ |
D | search_directories_test.cc | 127 DCHECK(state != kAtEnd) << "Undefined behavior to dereference end() iterators"; in operator *() 132 DCHECK(state != kAtEnd) << "Undefined behavior to dereference end() iterators"; in operator ->() 201 DCHECK(false) << "Undefined behavior: Cannot increment end() iterator."; in UpdateValues() 205 DCHECK(state == kNormal); in UpdateValues() 599 DCHECK(last.has_value()); in Parent() 600 DCHECK(prev_last.has_value()); in Parent() 735 DCHECK(!parts_stack.empty()); in NormalizePath() 847 DCHECK(state != kUninitialized) << "State must be initialized"; in operator ==() 848 DCHECK(other.state != kUninitialized) << "Other state must be initialized"; in operator ==() 868 DCHECK(cur != end); in operator ==() [all …]
|
/system/iorap/src/inode2filename/ |
D | inode.cc | 32 DCHECK(out != nullptr); in Parse() 33 DCHECK(error_msg != nullptr); in Parse()
|
D | search_directories.cc | 154 DCHECK(found->second.inode == stat_buf.st_ino); in FindAndRemoveInodeInList() 856 DCHECK(mode == SearchMode::kInProcessDirect) << " other modes not implemented yet"; in FindFilenamesFromInodes() 902 DCHECK(mode == SearchMode::kInProcessDirect) << " other modes not implemented yet"; in FindFilenamesFromInodesPair()
|
/system/iorap/src/perfetto/ |
D | rx_producer.cc | 126 DCHECK(consumer_ != nullptr); 208 DCHECK(perfetto_consumer_ != nullptr); in StateChangedSubject() 226 DCHECK(fail_unless) << "Invalid state transition to " << state << " from " << last_state; in DcheckBadStateTransition() 279 DCHECK(deferred_start); in DcheckValidStateTransition() 331 DCHECK(handle_ptr != nullptr); in OnStateChanged() 439 DCHECK(handle_ptr != nullptr); in EmitNext() 779 DCHECK(perfetto_consumer != nullptr); in CreateTraceStream() 780 DCHECK(reinterpret_cast<volatile const void*>(&trace_config) != nullptr); in CreateTraceStream() 852 DCHECK(false) << "Invalid state: " << state_change; in CollectPerfettoTraceBufferImmediately()
|
/system/iorap/include/binder/ |
D | app_launch_event.h | 149 DCHECK(false) << "attempted to write an uninitialized AppLaunchEvent to Parcel"; in writeToParcel() 164 DCHECK(parcel != nullptr); in ReadProto() 194 DCHECK(parcel != nullptr); in ReadNullableProto() 215 DCHECK(parcel != nullptr); in WriteProto() 216 DCHECK(proto != nullptr); in WriteProto()
|
/system/update_engine/common/ |
D | fake_boot_control.h | 107 DCHECK(slot < num_slots_); in SetPartitionDevice() 112 DCHECK(slot < num_slots_); in SetSlotBootable()
|
D | hash_calculator.h | 58 DCHECK(!raw_hash_.empty()) << "Call Finalize() first"; in raw_hash()
|
D | utils.cc | 498 DCHECK(filename || fd); in MakeTempFile() 936 DCHECK(high_version); in ParseRollbackKeyVersion() 937 DCHECK(low_version); in ParseRollbackKeyVersion()
|
/system/iorap/tests/src/binder/ |
D | app_launch_event_test.cc | 85 DCHECK(intent_proto != nullptr); in MakeIntentStarted() 101 DCHECK(activity_record_proto != nullptr); in MakeActivityLaunched() 127 DCHECK(activity_record_proto != nullptr); in MakeActivityLaunchFinished()
|
/system/update_engine/ |
D | shill_proxy.cc | 38 DCHECK(bus_.get()); in GetServiceForPath()
|
D | update_attempter.cc | 1135 DCHECK(system_state_); in UpdateRollbackHappened() 1136 DCHECK(system_state_->payload_state()); in UpdateRollbackHappened() 1137 DCHECK(policy_provider_); in UpdateRollbackHappened()
|
/system/netd/libnetdutils/include/netdutils/ |
D | OperationLimiter.h | 53 DCHECK(mCounters.empty()) in ~OperationLimiter()
|
/system/iorap/src/common/ |
D | expected.h | 27 DCHECK(reinterpret_cast<volatile decltype(x)>(x) != nullptr) 318 DCHECK(!has_value()); 323 DCHECK(!has_value());
|
/system/update_engine/update_manager/ |
D | real_time_provider.cc | 47 DCHECK(success); in GetValue()
|
D | variable.h | 72 DCHECK(observer_list_.empty()) << "Don't destroy the variable without " in ~BaseVariable()
|
D | update_manager-inl.h | 131 DCHECK(EvalStatus::kAskMeAgainLater != ret); in PolicyRequest()
|
/system/update_engine/payload_consumer/ |
D | file_descriptor.cc | 93 DCHECK(request == BLKDISCARD || request == BLKZEROOUT || in BlkIoctl()
|
/system/libbase/ |
D | logging_test.cpp | 100 TEST(logging, DCHECK) { in TEST() argument 102 ASSERT_DEATH({SuppressAbortUI(); DCHECK(false);}, "DCheck failed: false "); in TEST() 104 DCHECK(true); in TEST()
|
/system/iorap/src/binder/ |
D | iiorap_impl.cc | 124 DCHECK(service_params_.fake_); in HandleFakeBehavior()
|
/system/bt/profile/avrcp/ |
D | connection_handler.cc | 213 DCHECK(!connection_cb_.is_null()); in InitiatorControlCb() 301 DCHECK(!connection_cb_.is_null()); in AcceptorControlCb()
|
/system/core/storaged/ |
D | storaged_info.cpp | 188 DCHECK(nr_days > 0); in update_perf_history()
|
/system/core/fs_mgr/liblp/ |
D | builder.cpp | 146 DCHECK(size_ == aligned_size); in ShrinkTo() 597 DCHECK(previous.device_index == current.device_index); in ExtentsToFreeList() 709 DCHECK(sectors_needed * LP_SECTOR_SIZE == space_needed); in GrowPartition()
|
/system/libbase/include/android-base/ |
D | logging.h | 315 #define DCHECK(x) \ macro
|
/system/update_engine/payload_generator/ |
D | payload_signer.cc | 404 DCHECK(out_length); in SignatureBlobLength()
|