/frameworks/av/media/libaudioclient/ |
AudioRecord.cpp | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
VfrFormPkg.cpp | 434 UINT32 ReadSize = 0;
470 while ((ReadSize = Read ((CHAR8 *)Buffer, BYTES_PRE_LINE * 8)) != 0) {
471 PkgLength += ReadSize;
473 _WRITE_PKG_LINE (pFile, BYTES_PRE_LINE, " ", Buffer, ReadSize);
475 _WRITE_PKG_END (pFile, BYTES_PRE_LINE, " ", Buffer, ReadSize);
[all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/ |
DxeImageVerificationLib.c | 102 @param ReadSize On input, the size in bytes of the requested read operation.
113 IN OUT UINTN *ReadSize,
119 if (FileHandle == NULL || ReadSize == NULL || Buffer == NULL) {
123 if (MAX_ADDRESS - FileOffset < *ReadSize) {
127 EndPosition = FileOffset + *ReadSize;
129 *ReadSize = (UINT32)(mImageSize - FileOffset);
133 *ReadSize = 0;
136 CopyMem (Buffer, (UINT8 *)((UINTN) FileHandle + FileOffset), *ReadSize);
[all...] |
/frameworks/native/services/inputflinger/ |
EventHub.cpp | 851 int32_t readSize = read(device->fd, readBuffer, 853 if (readSize == 0 || (readSize < 0 && errno == ENODEV)) { 857 device->fd, readSize, bufferSize, capacity, errno); 860 } else if (readSize < 0) { 864 } else if ((readSize % sizeof(struct input_event)) != 0) { 865 ALOGE("could not get event (wrong size: %d)", readSize); 869 size_t count = size_t(readSize) / sizeof(struct input_event); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
codecs.py | 529 readsize = size or 72
533 data = self.read(readsize, firstline=True)
575 if readsize<8000:
576 readsize *= 2
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
codecs.py | 526 readsize = size or 72
530 data = self.read(readsize, firstline=True)
572 if readsize<8000:
573 readsize *= 2
[all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
Host.c | 866 IN OUT UINTN *ReadSize,
877 ReadSize - The number of bytes to read from the file starting at FileOffset
881 EFI_SUCCESS - ReadSize bytes of data were read into Buffer from the PE/COFF file starting at FileOffset
891 Length = *ReadSize;
[all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldChecker.cpp | 517 uint64_t ReadSize = ReadSizeExpr.getValue(); 518 if (ReadSize < 1 || ReadSize > 8) 536 EvalResult(Checker.readMemoryAtAddr(LoadAddr, ReadSize)), [all...] |
/external/python/cpython2/Lib/ |
codecs.py | 541 readsize = size or 72 545 data = self.read(readsize, firstline=True) 587 if readsize<8000: 588 readsize *= 2 [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
codecs.py | 526 readsize = size or 72 530 data = self.read(readsize, firstline=True) 572 if readsize<8000: 573 readsize *= 2 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
codecs.py | 526 readsize = size or 72 530 data = self.read(readsize, firstline=True) 572 if readsize<8000: 573 readsize *= 2 [all...] |
/prebuilts/go/darwin-x86/src/net/http/fcgi/ |
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/ |
fcgi.go | 190 func readSize(s []byte) (uint32, int) {
|
fcgi_test.go | 34 size, n := readSize(test.bytes)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 526 readsize = size or 72 530 data = self.read(readsize, firstline=True) 572 if readsize<8000: 573 readsize *= 2 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codecs.py | 526 readsize = size or 72 530 data = self.read(readsize, firstline=True) 572 if readsize<8000: 573 readsize *= 2 [all...] |
/external/lz4/tests/ |
fullbench.c | 337 size_t readSize; 372 readSize = fread(orig_buff, 1, benchedSize, inFile); 375 if (readSize != benchedSize) {
|
/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)
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zIn.cpp | 282 UInt32 readSize = kBufSize - kHeaderSize;
286 if (readSize > rem)
287 readSize = (UInt32)rem;
288 if (readSize == 0)
293 RINOK(stream->Read(buf + kHeaderSize, readSize, &processed));
[all...] |
/external/icu/icu4c/source/test/iotest/ |
filetst.c | 446 int32_t readSize; 483 readSize = u_strlen(buffer); 484 if (readSize != expectedSize*repetitions) { 528 readSize = u_strlen(buffer); 529 if (readSize != expectedSize*repetitions) { 561 readSize = u_strlen(buffer); 562 if (readSize != 1) { [all...] |
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
hw_rome.c | 803 int readSize, err = 0, total_segment, remain_size, nvm_length, nvm_index, i; 830 readSize = fread (pdata_buffer,1,fileSize,pFile); 835 if (readSize != fileSize) { 836 ALOGE("Read file size(%d) not matched with actual file size (%ld bytes)",readSize,fileSize); 873 return readSize; 914 return readSize; [all...] |
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
hw_rome.c | 785 int readSize, err = 0, total_segment, remain_size, nvm_length, nvm_index, i; 812 readSize = fread (pdata_buffer,1,fileSize,pFile); 817 if (readSize != fileSize) { 818 ALOGE("Read file size(%d) not matched with actual file size (%ld bytes)",readSize,fileSize); 855 return readSize; 896 return readSize; [all...] |
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
hw_rome.c | 834 int readSize, err = 0, total_segment, remain_size, nvm_length, nvm_index, i; 861 readSize = fread (pdata_buffer,1,fileSize,pFile); 866 if (readSize != fileSize) { 867 ALOGE("Read file size(%d) not matched with actual file size (%ld bytes)",readSize,fileSize); 904 return readSize; [all...] |