/external/bluetooth/bluez/include/bluetooth/ |
hci.h | 1788 struct hci_dev_stats stat; member in struct:hci_dev_info [all...] |
/external/bluetooth/bluez/input/ |
device.c | 32 #include <sys/stat.h>
|
/external/bluetooth/bluez/test/ |
hciemu.c | 42 #include <sys/stat.h>
|
/external/bluetooth/hcidump/src/ |
hcidump.c | 37 #include <sys/stat.h>
|
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 57 #include <sys/stat.h> 839 struct stat st; [all...] |
/external/icu4c/ |
configure.in | 451 #include <sys/stat.h> [all...] |
/external/opencore/extern_tools_v2/bin/linux/ |
make | |
/external/qemu/ |
savevm.c | 56 #include <sys/stat.h> [all...] |
/external/strace/ |
net.c | 35 #include <sys/stat.h> [all...] |
/external/webkit/WebKitTools/Scripts/ |
VCSUtils.pm | 338 # When running "svn stat" on a directory, we can't assume that only one
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_priv.c | 20 #include <sys/stat.h>
|
/hardware/msm7k/libaudio/ |
AudioHardware.cpp | 28 #include <sys/stat.h> [all...] |
/packages/apps/Contacts/res/values-da/ |
strings.xml | [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
dictbuilder.cpp | 1020 printf("\n------------STAT INFO-------------\n");
|
/bionic/linker/ |
linker.c | 38 #include <sys/stat.h> 596 struct stat filestat; 598 if ((stat(name, &filestat) >= 0) && S_ISREG(filestat.st_mode)) { [all...] |
/external/bluetooth/glib/po/ |
be@latin.po | [all...] |
/external/elfutils/po/ |
elfutils.pot | 319 msgid "cannot stat input file" 1328 msgid "cannot stat input file \"%s\"" [all...] |
/external/libxml2/ |
catalog.c | 23 #include <sys/stat.h> 965 struct stat info; 973 if (stat(filename, &info) < 0) [all...] |
/external/qemu/block/ |
vvfat.c | 25 #include <sys/stat.h> 724 struct stat st; 734 if(stat(buffer,&st)<0) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.c | 29 #include <sys/stat.h> 617 struct stat sb = {0}; 618 status = stat(argv[1], &sb); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 52 #include <sys/stat.h> 536 struct stat sb = {0}; 537 OMX_S16 status = stat(argv[1], &sb); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/ |
G722DecTest.c | 62 #include <sys/stat.h> 572 struct stat sb = {0}; 573 int status = stat(sArgv[1], &sb); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
AmrEncTest.c | 65 #include <sys/stat.h> 583 struct stat sb = {0}; 584 status = stat(argv[1], &sb); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
WBAmrDecTest.c | 53 #include <sys/stat.h> 589 struct stat sb = {0}; 590 OMX_S16 status = stat(argv[1], &sb); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
WbAmrEncTest.c | 55 #include <sys/stat.h> 564 struct stat sb = {0}; 565 status = stat(argv[1], &sb); [all...] |