Home
last modified time | relevance | path

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

/external/autotest/client/tests/wb_kupdate/
Dwb_kupdate.py9 def _check_parameters(self, mount_point, write_size, file_count, argument
183 def run_once(self, mount_point, file_count, write_size, argument
/external/mesa3d/src/mapi/glapi/gen/
Dgl_marshal.py51 file_count = 1 variable
408 file_count = int(val) variable
/external/cpuinfo/src/linux/
Dmockfile.c30 uint32_t file_count = 0; in cpuinfo_mock_filesystem() local
/external/llvm-project/clang/docs/tools/
Dgenerate_formatted_state.py106 file_count = 0 variable
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DCompileUnitIndex.cpp160 uint32_t file_count = modules.getSourceFileCount(modi); in GetOrCreateCompiland() 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.c58 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable
Dmksquashfs.c128 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/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h66 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ 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/
DShadowArscAssetManager10.java655 int file_count = asset_dir.getFileCount(); in nativeList() local
DShadowArscAssetManager9.java651 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