Home
last modified time | relevance | path

Searched defs:is_read (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/system/extras/boottime_tools/io_analysis/
H A Dcheck_file_read.py143 def add_access(self, is_read, time, offset, size, process_name, read_sizes): argument
149 def add_merged_access(self, is_read, time, offsets, lens, process_names): argument
215 def handle_req_complete(self, time, is_read): argument
219 def handle_merged_req(self, time, offsets, lens, names, is_read): argument
/aosp_15_r20/development/host/windows/usb/winusb/
H A Dadb_winusb_endpoint_object.cpp97 bool is_read, in CommonAsyncReadWrite()
160 bool AdbWinUsbEndpointObject::CommonSyncReadWrite(bool is_read, in CommonSyncReadWrite()
/aosp_15_r20/development/host/windows/usb/api/
H A Dadb_legacy_endpoint_object.cpp44 bool is_read, in CommonAsyncReadWrite()
128 bool AdbLegacyEndpointObject::CommonSyncReadWrite(bool is_read, in CommonSyncReadWrite()
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_pt_linux_nvme.c304 struct sg_nvme_passthru_cmd *cmdp, void * dp, bool is_read, in sg_nvme_admin_cmd()
1341 bool is_read, int time_secs, int vb) in do_nvm_pt_low()
1435 uint32_t dlen, bool is_read, int time_secs, int vb) in sntl_do_nvm_cmd()
1715 bool is_read = false; in sg_do_nvme_pt() local
1869 bool is_read = false; in do_nvm_pt() local
H A Dsg_pt_win32.c151 bool is_read; member
1863 const uint8_t * cmdp, uint8_t * dp, uint32_t dlen, bool is_read, in nvme_real_pt()
1981 bool is_read, int time_secs, int vb) in do_nvme_admin_cmd()
2071 bool is_read, int time_secs, int vb) in do_nvme_admin_cmd()
2276 static const bool is_read = true; in sntl_cache_identity() local
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dtls_stream.cc253 bool is_read = stream_utils::IsReadAccessMode(mode); in WaitForData() local
271 bool is_read = stream_utils::IsReadAccessMode(in_mode); in WaitForDataBlocking() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.cpp155 bool is_read): in ScratchIOInstr()
176 bool is_read): in ScratchIOInstr()
H A Dsfn_instr_export.h99 bool is_read() const { return m_read; } in is_read() function
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/voicemail/model/
Dvoicemail_entry.proto42 optional int32 is_read = 10; field
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/model/
Dcoalesced_row.proto32 optional bool is_read = 6; field
/aosp_15_r20/packages/modules/Virtualization/tests/authfs/benchmarks/src/
Dmeasure_io.cpp42 bool is_read = (strcmp(argv[4], "r") == 0); in main() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dthirdpass.c478 void av1_open_second_pass_log(AV1_COMP *cpi, int is_read) { in av1_open_second_pass_log()
709 void av1_open_second_pass_log(struct AV1_COMP *cpi, int is_read) { in av1_open_second_pass_log()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Dintel_iosf.c27 int is_read = (opcode == SB_CRRDDA_NP || opcode == SB_MRD_NP); in vlv_sideband_rw() local
/aosp_15_r20/external/googleapis/google/dataflow/v1beta3/
H A Dstreaming.proto125 bool is_read = 2; field
/aosp_15_r20/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/proto/google/dataflow/v1beta3/
H A Dstreaming.proto125 bool is_read = 2; field
/aosp_15_r20/external/coreboot/src/commonlib/storage/
H A Dstorage.c251 uint64_t count, int is_read) in storage_block_setup()
/aosp_15_r20/external/sg3_utils/include/
H A Dfreebsd_nvme_ioctl.h151 uint32_t is_read; member
/aosp_15_r20/external/cronet/components/nacl/browser/
H A Dpnacl_translation_cache.cc144 bool is_read) in PnaclTranslationCacheEntry()
/aosp_15_r20/external/pytorch/torch/csrc/
H A Dserialization.cpp107 bool is_read) { in doPartialPythonIO()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt_server_server.cc41 bool is_read) { in GattStatusFromFidl()
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c1059 mir_set_intr_mask(nir_instr *instr, midgard_instruction *ins, bool is_read) in mir_set_intr_mask()
1141 emit_global(compiler_context *ctx, nir_instr *instr, bool is_read, in emit_global()
/aosp_15_r20/external/libxml2/python/
H A Dtypes.c92 BOOL is_read = FALSE; in libxml_PyFileGet() local
/aosp_15_r20/art/runtime/
H A Dcommon_throws.cc433 void ThrowNullPointerExceptionForFieldAccess(ArtField* field, ArtMethod* method, bool is_read) { in ThrowNullPointerExceptionForFieldAccess()
/aosp_15_r20/external/flashrom/
H A Ddediprog.c371 uint8_t dedi_spi_cmd, unsigned int *value, unsigned int *idx, unsigned int start, int is_read) in prepare_rw_cmd()
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/upgradeTest/
Dcontacts2_1108.sql45 …T,numbertype INTEGER,numberlabel TEXT,countryiso TEXT,voicemail_uri TEXT,is_read INTEGER,geocoded_… field

12