Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/frameworks/av/media/codecs/amrnb/enc/test/
H A Damrnb_enc_test.cpp109 if (bytesRead != kInputSize && !feof(fSrc)) { in encode()
113 } else if (feof(fSrc) && bytesRead == 0) { in encode()
H A DAmrnbEncoderTest.cpp65 if (bytesRead != kInputBufferSize && !feof(fpInput)) { in EncodeFrames()
68 } else if (feof(fpInput) && bytesRead == 0) { in EncodeFrames()
/aosp12/frameworks/av/media/codecs/amrwb/enc/SampleCode/
H A DAMRWB_E_SAMPLE.c179 if(Relens!=INPUT_SIZE && !feof(fsrc)) in encode()
242 if (feof(fsrc) && Relens == 0) in encode()
/aosp12/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dfile_wrapper_input.cpp37 if (feof(_file) || ferror(_file)) { in Read()
/aosp12/frameworks/av/media/img_utils/src/
H A DFileInput.cpp62 if (::feof(mFp) != 0 && bytesRead == 0) { in read()
/aosp12/bionic/tests/
H A Dstdio_test.cpp111 feof(fp); in TEST()
170 ASSERT_FALSE(feof(fp)); in TEST()
176 ASSERT_TRUE(feof(fp)); in TEST()
184 ASSERT_TRUE(feof(fp)); in TEST()
246 ASSERT_TRUE(feof(fp)); in TEST()
254 ASSERT_TRUE(feof(fp)); in TEST()
1721 ASSERT_TRUE(feof(fp)); in TEST()
1747 ASSERT_TRUE(feof(fp)); in TEST()
1861 ASSERT_TRUE(feof(fp)); in TEST()
1865 ASSERT_TRUE(feof(fp)); in TEST()
[all …]
/aosp12/frameworks/av/media/libaudioclient/tests/
H A Dtest_create_utils.cpp34 if (feof(inputFile) != 0 || ferror(inputFile) != 0) { in readLine()
/aosp12/system/iorap/src/inode2filename/
H A Dout_of_process_inode_resolver.cc78 if (feof(stream)) { in ReadLineLength()
104 if (feof(stream) || ferror(stream) || count != (uint32_t)length) { in ReadOneLine()
/aosp12/build/make/tools/zipalign/
H A DZipFile.cpp248 if (feof(mZipFp)) { in readCentralDir()
334 if (feof(mZipFp)) { in readCentralDir()
861 if (feof(srcFp)) { in copyPartialFpToFp()
1157 if (feof(fp)) { in filemove()
/aosp12/frameworks/rs/script_api/
H A DScanner.cpp34 return (mTagConsumed && feof(mFile)) || mErrorCount > MAX_ERRORS; in atEnd()
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/src/
H A DLsLib.cpp435 while (!feof(Os_info->fp) && (Os_info->bytes_read < Os_info->fls_size)) { in LSC_loadapplet()
578 while (!feof(Os_info->fp) && (Os_info->bytes_read < Os_info->fls_size)) { in LSC_Check_KeyIdentifier()
669 for (wCount = 0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++) { in LSC_ReadScript()
678 for (wCount = 0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++) { in LSC_ReadScript()
711 for (wCount = 0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++) { in LSC_ReadScript()
726 for (wCount = 0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++) { in LSC_ReadScript()
752 for (wCount = 0; (wCount < wLen && !feof(Os_info->fp)); wCount++, wIndex++) { in LSC_ReadScript()
H A DLsClient.cpp128 while (!feof(fd) && fread(&c, 1, 1, fd) == 1) { in getLSScriptSourcePrefix()
/aosp12/frameworks/base/libs/androidfw/
H A DZipUtils.cpp227 if (feof(fp) || ferror(fp)) in examineGzip()
/aosp12/bionic/tests/headers/posix/
H A Dstdio_h.c83 FUNCTION(feof, int (*f)(FILE*)); in stdio_h()
/aosp12/hardware/samsung/nfc/halimpl/src/
H A Dutil.cc63 while (!feof(file) && fgets(buffer, sizeof(buffer) - 1, file)) { in find_by_name_from_current()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Doslo_config_test.c405 while (!feof(fid)) { in cal_read_persist()
519 while (!feof(fid)) { in read_tx_power_from_persist()
H A Doslo_data_injection_test.c274 while (!feof(fid)) { in main()
/aosp12/frameworks/av/media/codecs/amrwb/enc/test/
H A DAmrwbEncoderTest.cpp125 if (buffLength == 0 || feof(fpInput)) break; in TEST_P()
/aosp12/bionic/libc/include/
H A Dstdio.h108 int feof(FILE* __fp);
/aosp12/hardware/st/nfc/1.0/adaptation/
H A Dconfig.cpp210 while (!feof(fd) && fread(&c, 1, 1, fd) == 1) { in readConfig()
/aosp12/hardware/st/nfc/st21nfc/adaptation/
H A Dconfig.cpp212 while (!feof(fd) && fread(&c, 1, 1, fd) == 1) { in readConfig()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp1337 …!= ' ' && dest[cntr] != '\t' && dest[cntr] != '\n' && dest[cntr] != '\r' && !feof(m_pDynConfFile)); in VencTest_ReadDynamicConfigMsg()
1348 } while (!end && !feof(m_pDynConfFile)); in VencTest_ReadDynamicConfigMsg()
1391 else if (feof(m_pDynConfFile)) in VencTest_ReadDynamicConfigMsg()
/aosp12/system/core/libprocessgroup/
H A Dprocessgroup.cpp340 return feof(fd.get()) ? processes : -1; in DoKillProcessGroupOnce()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp1349 …!= ' ' && dest[cntr] != '\t' && dest[cntr] != '\n' && dest[cntr] != '\r' && !feof(m_pDynConfFile)); in VencTest_ReadDynamicConfigMsg()
1364 } while (!end && !feof(m_pDynConfFile)); in VencTest_ReadDynamicConfigMsg()
1395 } else if (feof(m_pDynConfFile)) { in VencTest_ReadDynamicConfigMsg()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger.cpp1414 if (feof(fp)) in wifi_get_driver_memory_dump()
1437 if (feof(fp)) in wifi_get_driver_memory_dump()

12