/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-gcov | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/ |
collect2 | |
/external/libxml2/ |
xmllint.c | 822 return(fread(buf, 1, len, f)); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.c | [all...] |
/prebuilt/linux-x86/flex/ |
flex-2.5.4a | |
/external/bison/src/ |
scan-skel.c | 251 * instead of fread(), to make sure we stop fetching input after 731 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\ 748 while ( (result = fread(buf, 1, max_size, skel_in))==0 && ferror(skel_in)) \ [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
dhdu.c | 1230 if (fread((uint16*)bufp, sizeof(uint16), words, fp) != words) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
fixincl | |
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
fixincl | |
/prebuilt/sdk/tools/linux/ |
aidl | |
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
ticon.c | [all...] |
g_tester.c | [all...] |
/external/bluetooth/bluez/rfcomm/ |
lexer.c | 205 * instead of fread(), to make sure we stop fetching input after 591 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ [all...] |
/external/sonivox/arm-wt-22k/misc/ |
eas_host.c | 291 file->bytesInBuffer = (EAS_I32) fread(file->buffer, 1, EAS_FILE_BUFFER_SIZE, file->pFile); 358 temp = (EAS_I32) fread(p, 1, (size_t) bytesLeft, file->pFile);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 274 got = fread(Data+2, 1, itemlen-2, infile); /* Read the whole section.*/ 503 nRead = fread(pBuf->pBuffer,1, lBuffUsed, fIn); [all...] |
/prebuilt/linux-x86/oprofile/bin/ |
opannotate | |
opreport | |
/system/core/sh/ |
arith_lex.c | 206 * instead of fread(), to make sure we stop fetching input after 607 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ [all...] |
/bionic/libc/ |
Android.mk | 96 stdio/fread.c \
|
/bionic/libc/stdio/ |
vfscanf.c | 360 size_t r = fread((void *)va_arg(ap, char *), 1,
|
/bootable/recovery/applypatch/ |
applypatch.c | 67 ssize_t bytes_read = fread(file->data, 1, file->size, f);
|
/dalvik/libdex/ |
sha1.c | 306 bytesread = fread(buffer, 1, 16384, f);
|
/dalvik/tools/hprof-conv/ |
HprofConv.c | 228 actual = fread(pBuf->storage + pBuf->curLen, 1, count, in);
|