HomeSort by relevance Sort by last modified time
    Searched refs:readSize (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_rome.c 810 int readSize, err = 0, total_segment, remain_size, nvm_length, nvm_index, i;
837 readSize = fread (pdata_buffer,1,fileSize,pFile);
842 if (readSize != fileSize) {
843 ALOGE("Read file size(%d) not matched with actual file size (%ld bytes)",readSize,fileSize);
880 return readSize;
921 return readSize;
    [all...]
  /hardware/qcom/bt/sdm845/libbt-vendor/src/
hw_rome.c 825 int readSize, err = 0, total_segment, remain_size, nvm_length, nvm_index, i;
852 readSize = fread (pdata_buffer,1,fileSize,pFile);
857 if (readSize != fileSize) {
858 ALOGE("Read file size(%d) not matched with actual file size (%ld bytes)",readSize,fileSize);
895 return readSize;
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go 49 keyLen, n := readSize(text)
54 valLen, n := readSize(text)
fcgi.go 190 func readSize(s []byte) (uint32, int) {
fcgi_test.go 34 size, n := readSize(test.bytes)
  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 49 keyLen, n := readSize(text)
54 valLen, n := readSize(text)
fcgi.go 190 func readSize(s []byte) (uint32, int) {
fcgi_test.go 34 size, n := readSize(test.bytes)
  /prebuilts/go/darwin-x86/src/os/
os_windows_test.go 663 for _, readSize := range []int{1, 2, 3, 4, 5, 8, 10, 16, 20, 50, 100} {
665 t.Run(fmt.Sprintf("c%d/r%d/%s", consoleSize, readSize, s), func(t *testing.T) {
684 chunk := make([]byte, readSize)
  /prebuilts/go/linux-x86/src/os/
os_windows_test.go 663 for _, readSize := range []int{1, 2, 3, 4, 5, 8, 10, 16, 20, 50, 100} {
665 t.Run(fmt.Sprintf("c%d/r%d/%s", consoleSize, readSize, s), func(t *testing.T) {
684 chunk := make([]byte, readSize)
  /frameworks/av/media/mtp/
MtpDevice.cpp 933 const int readSize = mEventPacket.readResponse(mRequestIntr->dev);
939 return readSize != 0 ? result : 0;
  /frameworks/base/core/java/android/os/
Parcel.java     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 600 static int32_t readSize(off64_t offset,
633 int32_t size = readSize(data_offset, mDataSource, &numOfBytes);
693 size = readSize(data_offset, mDataSource, &numOfBytes);
709 dataLen = readSize(data_offset, mDataSource, &numOfBytes);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp 448 size_t readSize = fread(buff, 1, len, fh);
449 if (readSize != len) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp 443 size_t readSize = fread(buff, 1, len, fh);
444 if (readSize != len) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /external/r8/deps/
commons-compress-1.12.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 325 milliseconds

1 23 4 5