/aosp12/frameworks/av/media/codecs/amrnb/enc/test/ |
H A D | amrnb_enc_test.cpp | 109 if (bytesRead != kInputSize && !feof(fSrc)) { in encode() 113 } else if (feof(fSrc) && bytesRead == 0) { in encode()
|
H A D | AmrnbEncoderTest.cpp | 65 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 D | AMRWB_E_SAMPLE.c | 179 if(Relens!=INPUT_SIZE && !feof(fsrc)) in encode() 242 if (feof(fsrc) && Relens == 0) in encode()
|
/aosp12/frameworks/compile/libbcc/bcinfo/Wrap/ |
H A D | file_wrapper_input.cpp | 37 if (feof(_file) || ferror(_file)) { in Read()
|
/aosp12/frameworks/av/media/img_utils/src/ |
H A D | FileInput.cpp | 62 if (::feof(mFp) != 0 && bytesRead == 0) { in read()
|
/aosp12/bionic/tests/ |
H A D | stdio_test.cpp | 111 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 D | test_create_utils.cpp | 34 if (feof(inputFile) != 0 || ferror(inputFile) != 0) { in readLine()
|
/aosp12/system/iorap/src/inode2filename/ |
H A D | out_of_process_inode_resolver.cc | 78 if (feof(stream)) { in ReadLineLength() 104 if (feof(stream) || ferror(stream) || count != (uint32_t)length) { in ReadOneLine()
|
/aosp12/build/make/tools/zipalign/ |
H A D | ZipFile.cpp | 248 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 D | Scanner.cpp | 34 return (mTagConsumed && feof(mFile)) || mErrorCount > MAX_ERRORS; in atEnd()
|
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/src/ |
H A D | LsLib.cpp | 435 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 D | LsClient.cpp | 128 while (!feof(fd) && fread(&c, 1, 1, fd) == 1) { in getLSScriptSourcePrefix()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ZipUtils.cpp | 227 if (feof(fp) || ferror(fp)) in examineGzip()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | stdio_h.c | 83 FUNCTION(feof, int (*f)(FILE*)); in stdio_h()
|
/aosp12/hardware/samsung/nfc/halimpl/src/ |
H A D | util.cc | 63 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 D | oslo_config_test.c | 405 while (!feof(fid)) { in cal_read_persist() 519 while (!feof(fid)) { in read_tx_power_from_persist()
|
H A D | oslo_data_injection_test.c | 274 while (!feof(fid)) { in main()
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/test/ |
H A D | AmrwbEncoderTest.cpp | 125 if (buffLength == 0 || feof(fpInput)) break; in TEST_P()
|
/aosp12/bionic/libc/include/ |
H A D | stdio.h | 108 int feof(FILE* __fp);
|
/aosp12/hardware/st/nfc/1.0/adaptation/ |
H A D | config.cpp | 210 while (!feof(fd) && fread(&c, 1, 1, fd) == 1) { in readConfig()
|
/aosp12/hardware/st/nfc/st21nfc/adaptation/ |
H A D | config.cpp | 212 while (!feof(fd) && fread(&c, 1, 1, fd) == 1) { in readConfig()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
H A D | venc_test.cpp | 1337 …!= ' ' && 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 D | processgroup.cpp | 340 return feof(fd.get()) ? processes : -1; in DoKillProcessGroupOnce()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/ |
H A D | venc_test.cpp | 1349 …!= ' ' && 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 D | wifilogger.cpp | 1414 if (feof(fp)) in wifi_get_driver_memory_dump() 1437 if (feof(fp)) in wifi_get_driver_memory_dump()
|