Home
last modified time | relevance | path

Searched defs:file_count (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
Dgl_marshal.py51 file_count = 1 variable
408 file_count = int(val) variable
/external/mobile-data-download/proto/
Datoms.proto41 optional int32 file_count = 4; field
Dlogs.proto94 optional int32 file_count = 4; field
/external/cpuinfo/src/linux/
Dmockfile.c30 uint32_t file_count = 0; in cpuinfo_mock_filesystem() local
/external/squashfs-tools/squashfs-tools/
Dread_fs.c125 unsigned int *uncompressed_directory, int *file_count, int *sym_count, in scan_inode_table()
861 int *file_count, int *sym_count, int *dev_count, int *dir_count, in read_filesystem()
Dunsquashfs.c59 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable
Dmksquashfs.c129 int file_count = 0, sym_count = 0, dev_count = 0, dir_count = 0, fifo_count = 0, variable
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DStatisticsTool.java318 int file_count = 0; in main() local
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h64 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member
/external/cronet/components/metrics/
Dfile_metrics_provider.cc272 size_t file_count = 0; in LocateNextFileInDirectory() local
Dfile_metrics_provider_unittest.cc1040 const int file_count = 3; in TEST_P() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h66 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member
/external/exfatprogs/fsck/
Dfsck.c57 long file_count; member
/external/python/cpython2/Modules/
Dposixmodule.c4785 int file_count, i, pipe_err; in _PyPopen() local
5116 int file_count; in _PyPclose() local
5548 long file_count; in _PyPopen() local
5869 long file_count; in _PyPclose() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager9.java651 int file_count = asset_dir.getFileCount(); in nativeList() local
DShadowArscAssetManager10.java655 int file_count = asset_dir.getFileCount(); in nativeList() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java700 int file_count = asset_dir.getFileCount(); in nativeList() local
DShadowArscAssetManager9.java688 int file_count = asset_dir.getFileCount(); in nativeList() local
/external/e2fsprogs/lib/blkid/
Dprobe.h533 __u32 file_count; member
593 __u32 file_count; member
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2158 def _ApproximateDuration(adb_calls, file_count, byte_count, is_zipping): argument