Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 57) sorted by relevance

123

/test/vts/testcases/host/firmware_test/src/com/android/tests/firmware/
DBootImageInfo.java67 mRaf.read(bytes); in BootImageInfo()
71 mRaf.read(bytes); in BootImageInfo()
79 mRaf.read(bytes); in BootImageInfo()
84 mRaf.read(bytes); in BootImageInfo()
92 mRaf.read(bytes); in BootImageInfo()
103 mRaf.read(bytes); in BootImageInfo()
108 mRaf.read(bytes); in BootImageInfo()
244 mRaf.read(tmpBytes); in getRamdiskStream()
/test/vts/proto/
DVtsResourceControllerMessage.proto45 // Get number of items available to read.
67 // Signal starting to read memory.
69 // Signal starting to read a particular region of memory.
71 // Perform actual read operation.
79 // Commit to a read/write operation.
117 // whether to reset read/write pointers
122 // length of data to be read
135 // including scalar values and data read back from the queue.
137 // data read from the queue
173 // data read from memory
[all …]
DVtsDriverControlMessage.proto39 // To read the specification message of a component.
147 // read data and return values from FMQ driver
/test/vts/utils/python/coverage/
Dparser.py58 struct.unpack(self.format + 'ssss', self.stream.read(4)))
78 return struct.unpack(self.format + 'I', self.stream.read(4))[0]
112 struct.unpack(self.format + 's' * length, self.stream.read(
Dsancov_parser.py64 self._sancov_file.read(self._size))
82 magic = struct.unpack('L', self._sancov_file.read(8))[0];
/test/vts-testcase/kernel/loop/
Dvts_kernel_loopconfig_test.cpp52 auto read = fgets(line.data(), line.size(), pipe.get()); in TEST_F() local
53 ASSERT_NE(read, nullptr); in TEST_F()
55 auto minCountStr = std::string(read); in TEST_F()
/test/vts/testcases/host/firmware_dtbo_test/src/com/android/tests/firmwaredtbo/
DFirmwareDtboVerification.java145 raf.read(bytes); in decompressDTEntries()
157 raf.read(bytes); in decompressDTEntries()
173 fileInputStream.read(compressedData); in decompressDTEntries()
182 gzipStream.read(cpio_header); in decompressDTEntries()
185 fileInputStream.read(cpio_header); in decompressDTEntries()
/test/vts/utils/python/library/
Dar_parser.py54 if ar.read(8) != "!<arch>\n":
57 header = ar.read(60)
/test/app_compat/csuite/tools/script/
Dgenerate_module.py107 build_module_template = string.Template(f.read())
110 test_module_template = string.Template(f.read())
134 return _AUTO_GENERATE_NOTE in f.read()
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DMemoryTest.profiler.cpp64 arg_0_mem->read(); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
93 result_0_mem->read(); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
140 arg_0_mem->read(); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
259 arg_0_mem->read(); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
/test/vts/drivers/libdrivercomm/
DVtsDriverCommUtil.cpp121 int ret = read(sockfd_, &header_buffer[header_index], 1); in VtsSocketRecvBytes()
145 int result = read(sockfd_, &msg[bytes_read], msg_len - bytes_read); in VtsSocketRecvBytes()
/test/vts/utils/python/systrace/
Dsystrace_controller.py146 line += process.stdout.read(1)
218 data = f.read()
/test/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/libusb/
DInterface.java31 read(); in Interface()
DConfigDescriptor.java31 read(); in ConfigDescriptor()
DDeviceDescriptor.java31 read(); in DeviceDescriptor()
DInterfaceDescriptor.java31 read(); in InterfaceDescriptor()
/test/vts-testcase/hal/usb/gadget/V1_2/host/src/com/android/usb/gadget/vts/libusb/
DInterface.java31 read(); in Interface()
DDeviceDescriptor.java31 read(); in DeviceDescriptor()
DConfigDescriptor.java31 read(); in ConfigDescriptor()
DInterfaceDescriptor.java31 read(); in InterfaceDescriptor()
/test/vts-testcase/kernel/api/tun/
Dvts_kernel_tun_test.cpp86 ASSERT_TRUE(read(fd_, &test_output, 1) < 0); in TEST_P()
/test/vts/utils/python/library/elf/testing/
Dtest-section-1.s21 # Test section names can be correctly read.
/test/vts-testcase/kernel/gki/
Dlz4_legacy.cpp64 TEMP_FAILURE_RETRY(read(ifd.get(), &block_size, sizeof(block_size))); in Lz4DecompressLegacy()
/test/vts/utils/python/mirror/
Dshell_mirror.py95 result_val[index] = open(tmp_file, "r").read()
/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DIOUtils.java57 while ((bytesRead = in.read(buffer)) != -1) { in readAsset()

123