HomeSort by relevance Sort by last modified time
    Searched full:fread (Results 301 - 325 of 1472) sorted by null

<<11121314151617181920>>

  /hardware/invensense/60xx/libsensors_iio/
libmllite.so 
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/
libmllite.so 
  /hardware/qcom/audio/hal/
platform_info.c 274 bytes_read = fread(buf, 1, kBufSize, file);
276 ALOGE("%s: fread failed, bytes read = %d", __func__, bytes_read);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 144 fread(data, 1, size, fpaudiocaps);
224 fread(data,1,size,fpspkrfile);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 82 size_t fread(void* restrict ptr, size_t size, size_t nmemb,
211 using ::fread;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 82 size_t fread(void* restrict ptr, size_t size, size_t nmemb,
211 using ::fread;
  /system/extras/tests/bionic/libc/other/
test_zlib.c 63 strm.avail_in = fread(in, 1, CHUNK, source);
113 strm.avail_in = fread(in, 1, CHUNK, source);
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 175 xzf->ls.avail_in = fread(xzf->in, 1, BUFSIZ,
328 if ((nread = fread(buf, 1, len, cf->f)) != len) {
330 errx(1, "fread(%s, %zd): short read %zd",
332 err(1, "fread(%s, %zd)", cf->tag, len);
412 if (fread(header, 1, sizeof(header), f) < sizeof(header)) {
415 err(1, "fread(%s)", argv[3]);
  /external/chromium_org/third_party/libxml/src/
testHTML.c 642 res = fread(chars, 1, 4, f);
646 while ((res = fread(chars, 1, size, f)) > 0) {
672 res = fread(chars, 1, 4, f);
676 while ((res = fread(chars, 1, size, f)) > 0) {
736 res = fread(chars, 1, 4, f);
740 while ((res = fread(chars, 1, size, f)) > 0) {
  /bionic/libc/dns/
gethnamaddr.c 566 if (fread(buf, 1, sizeof(buf), proxy) != sizeof(buf)) return NULL;
572 fread(&size, 1, sizeof(size), proxy);
576 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
582 if (fread(ptr, 1, size, proxy) != size) return NULL;
589 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
596 if (fread(ptr, 1, size, proxy) != size) return NULL;
601 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
604 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
610 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
616 if (fread(ptr, 1, size, proxy) != size) return NULL
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.cc 113 if (fread(&length,2,1,fp)==0)
120 if (fread(&plen,2,1,fp)==0)
127 if (fread(&offset,4,1,fp)==0)
150 if (fread((unsigned short *) _datagram,1,length,fp) != length)
190 if (fread(_datagram, 1, length, fp) != length)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
unit_test.cc 228 ASSERT_TRUE(fread(_refFrame, 1, _lengthSourceFrame, _sourceFile)
269 ASSERT_TRUE(fread(_refFrame, 1, _lengthSourceFrame,
525 ASSERT_TRUE(fread(tmpBuf, 1, _refEncFrameLength, _sourceFile)
687 while (fread(_sourceBuffer, 1, _lengthSourceFrame, _sourceFile) ==
778 while (fread(_sourceBuffer, 1, _lengthSourceFrame, _sourceFile) ==
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 113 if (fread (&ehdr, sizeof (Elf_W (Ehdr)), 1, f) != 1)
123 if (fread (sec_hdrs, sizeof (Elf_W (Shdr)), ehdr.e_shnum, f) != ehdr.e_shnum)
130 if (fread (stringtab, 1, sec_hdrs[shstrndx].sh_size, f) != sec_hdrs[shstrndx].sh_size)
143 if (fread (*buf, 1, *bufsize, f) != *bufsize)
155 if (fread (linkbuf, 1, linksize, f) != linksize)
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.c 332 if (fread(&chunk, sizeof(chunk), 1, wFile->file) != 1)
345 if (fread(&tag, sizeof(tag), 1, wFile->file) != 1)
358 if (fread(&chunk, sizeof(chunk), 1, wFile->file) != 1)
374 if (fread(&wFile->wh.fc, sizeof(FMT_CHUNK), 1, wFile->file) != 1)
385 if (fread(&chunk, sizeof(chunk), 1, wFile->file) != 1)
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.c 332 if (fread(&chunk, sizeof(chunk), 1, wFile->file) != 1)
345 if (fread(&tag, sizeof(tag), 1, wFile->file) != 1)
358 if (fread(&chunk, sizeof(chunk), 1, wFile->file) != 1)
374 if (fread(&wFile->wh.fc, sizeof(FMT_CHUNK), 1, wFile->file) != 1)
385 if (fread(&chunk, sizeof(chunk), 1, wFile->file) != 1)
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 332 if (fread(&chunk, sizeof(chunk), 1, wFile->file) != 1)
345 if (fread(&tag, sizeof(tag), 1, wFile->file) != 1)
358 if (fread(&chunk, sizeof(chunk), 1, wFile->file) != 1)
374 if (fread(&wFile->wh.fc, sizeof(FMT_CHUNK), 1, wFile->file) != 1)
385 if (fread(&chunk, sizeof(chunk), 1, wFile->file) != 1)
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 102 nbRead = fread(dataCache, BUFFER_SIZE, NB_BUFFERS, file);
165 // note we do call fread from multiple threads, but never concurrently
166 nbRead = fread(pBufferData, BUFFER_SIZE, 1, file);
  /development/tools/etc1tool/
etc1tool.cpp 157 if (fread(pngHeader, 1, PNG_HEADER_SIZE, pIn) != PNG_HEADER_SIZE) {
253 if (fread(header, sizeof(header), 1, pIn) != 1) {
274 if (fread(pEncodedData, encodedSize, 1, pIn) != 1) {
  /external/chromium_org/third_party/libjpeg_turbo/
rdppm.c 61 * efficient than buffering a row at a time with fread(). On PCs, we must
63 * memory model, wherein fread() can't reach far memory. If you need to
65 * model, or else replace fread() with a getc() loop --- which will be much
  /external/chromium_org/v8/src/base/
cpu.cc 102 size_t n = fread(&entry, sizeof(entry), 1, fp);
154 size_t n = fread(buffer, 1, sizeof(buffer), fp);
168 size_t n = fread(data_ + offset, 1, datalen_ - offset, fp);
  /external/jpeg/
rdppm.c 60 * efficient than buffering a row at a time with fread(). On PCs, we must
62 * memory model, wherein fread() can't reach far memory. If you need to
64 * model, or else replace fread() with a getc() loop --- which will be much
  /external/qemu/distrib/jpeg-6b/
rdppm.c 60 * efficient than buffering a row at a time with fread(). On PCs, we must
62 * memory model, wherein fread() can't reach far memory. If you need to
64 * model, or else replace fread() with a getc() loop --- which will be much
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 192 // note we do call fread from multiple threads, but never concurrently
193 nbRead = fread(pBufferData, BUFFER_SIZE, 1, file);
301 nbRead = fread(dataCache, BUFFER_SIZE, NB_BUFFERS, file);
  /hardware/intel/common/utils/ISV/profile/
isv_profile.cpp 327 int len = (int)::fread(pBuf, 1, mBufSize, fp);
372 if (fread(xml_buf, 1, MAX_BUF_SIZE, config_handle) <= 0) {
395 if(fread(buf, 1, MAXLEN, setting_handle) <= 0) {
  /prebuilts/android-emulator/linux-x86_64/
emulator 

Completed in 3010 milliseconds

<<11121314151617181920>>