Home
last modified time | relevance | path

Searched refs:CHECK_GE (Results 1 – 23 of 23) sorted by relevance

/system/update_engine/payload_consumer/
Dfile_descriptor.cc42 CHECK_GE(fd_, 0); in Read()
47 CHECK_GE(fd_, 0); in Write()
66 CHECK_GE(fd_, 0); in Seek()
127 CHECK_GE(fd_, 0); in Flush()
132 CHECK_GE(fd_, 0); in Close()
Dfile_writer.cc32 CHECK_GE(fd_, 0); in Write()
47 CHECK_GE(fd_, 0); in Close()
Dpayload_metadata.cc154 CHECK_GE(payload.size(), manifest_offset + manifest_size_); in GetManifest()
Dpostinstall_runner_action.cc201 CHECK_GE(current_command_, 0); in PerformPartitionPostinstall()
/system/core/adb/
Dtypes.h67 CHECK_GE(capacity_, new_size); in resize()
186 CHECK_GE(size(), len); in take_front()
189 CHECK_GE(first_block->size(), begin_offset_); in take_front()
209 CHECK_GE(chain_.front()->size(), bytes_taken); in take_front()
275 CHECK_GE(block->size(), begin_offset_); in iterate_blocks()
281 CHECK_GE(length, end_offset_); in iterate_blocks()
Dtransport_usb.cpp45 CHECK_GE(usb_packet_size, sizeof(*msg)); in UsbReadMessage()
Dfdevent.cpp130 CHECK_GE(fd, 0); in fdevent_create_impl()
397 CHECK_GE(fd, 0); in fdevent_run_func()
Dsysdeps_win32.cpp713 CHECK_GE(static_cast<DWORD>(std::numeric_limits<int>::max()), bytes_written); in _fh_socket_writev()
/system/bt/packet/base/
Dpacket.cc45 CHECK_GE(index, packet_start_index_); in get_at_index()
Diterator.cc29 CHECK_GE(index_, packet->packet_start_index_); in Iterator()
/system/connectivity/wificond/
Dmain.cpp87 CHECK_GE(binder_fd, 0) << "Invalid binder FD: " << binder_fd; in SetupBinderOrCrash()
95 CHECK_GE(binder_fd, 0) << "Invalid hw binder FD: " << binder_fd; in SetupHwBinderOrCrash()
/system/connectivity/wificond/tests/integration/
Dbinder_dispatcher.cpp83 CHECK_GE(binder_fd_, 0) << "Invalid binder FD: " << binder_fd_; in Init()
/system/bt/stack/test/common/
Dstack_test_packet_utils.cc78 CHECK_GE(L2CAP_MIN_OFFSET, static_cast<int>(acl_l2cap_header_size)); in AllocateWrappedOutgoingL2capAclPacket()
/system/bt/bta/ag/
Dbta_ag_rfc.cc223 CHECK_GE(port_callback_index, 0) in bta_ag_setup_port()
254 CHECK_GE(management_callback_index, 0) in bta_ag_start_servers()
/system/extras/simpleperf/
DUnixSocket.h91 CHECK_GE(valid_bytes_, size); in CommitData()
DCallChainJoiner.cpp31 CHECK_GE(cache_stat_.max_node_count, 2u); in LRUCache()
32 CHECK_GE(matched_node_count_to_extend_callchain, 1u); in LRUCache()
Dreport_lib_interface.cpp350 CHECK_GE(r.raw_data.size, current_event_.tracing_data_format.size); in SetCurrentSample()
/system/core/base/include/android-base/
Dlogging.h306 #define CHECK_GE(x, y) CHECK_OP(x, y, >= ) macro
370 if (::android::base::kEnableDChecks) CHECK_GE(x, y)
/system/update_engine/payload_generator/
Dcycle_breaker.cc111 CHECK_GE(stack_.size(), static_cast<vector<Vertex::Index>::size_type>(2)); in HandleCircuit()
/system/extras/perfprofd/
Dperfprofd_io.cc222 CHECK_GE(stream_->avail_in, count); in BackUp()
/system/update_engine/
Dlibcurl_http_fetcher.cc218 CHECK_GE(resume_offset_, 0); in ResumeTransfer()
/system/core/adb/daemon/
Dusb.cpp638 CHECK_GE(writes_to_submit, 0); in SubmitWrites()
/system/update_engine/common/
Dutils.cc358 CHECK_GE(offset, 0); in ReadFileChunkAndAppend()