HomeSort by relevance Sort by last modified time
    Searched defs:file_count (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/android/
child_process_launcher_android.cc 92 size_t file_count = files_to_register.size(); local
93 DCHECK(file_count > 0);
95 ScopedJavaLocalRef<jintArray> j_file_ids(env, env->NewIntArray(file_count));
99 ScopedJavaLocalRef<jintArray> j_file_fds(env, env->NewIntArray(file_count));
104 env, env->NewBooleanArray(file_count));
109 for (size_t i = 0; i < file_count; ++i) {
  /system/core/toolbox/
notify.c 24 int file_count; local
67 file_count = argc - optind;
68 for(i = 0; i < file_count; i++) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_scan.h 58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member in struct:tgsi_shader_info
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member in struct:tgsi_shader_info
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_unittest.cc 594 int file_count = 0, directory_count = 0; local
597 ++file_count;
602 EXPECT_EQ(7, file_count);
  /external/chromium/base/
file_util_posix.cc 97 int file_count = 0; local
135 ++file_count;
139 return file_count;
file_util_win.cc 93 int file_count = 0; local
111 ++file_count;
116 return file_count;
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 529 __u32 file_count; member in struct:hfs_mdb
589 __u32 file_count; member in struct:hfsplus_vol_header
  /external/kernel-headers/original/linux/
fs.h 1033 #define file_count macro
    [all...]

Completed in 914 milliseconds