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

  /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/content/browser/android/
child_process_launcher_android.cc 113 size_t file_count = files_to_register.size(); local
114 DCHECK(file_count > 0);
116 ScopedJavaLocalRef<jintArray> j_file_ids(env, env->NewIntArray(file_count));
120 ScopedJavaLocalRef<jintArray> j_file_fds(env, env->NewIntArray(file_count));
125 env, env->NewBooleanArray(file_count));
130 for (size_t 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 550 int file_count = 0, directory_count = 0; local
553 ++file_count;
558 EXPECT_EQ(7, file_count);
  /hardware/intel/common/libva/va/
va_fool.c 73 int file_count; member in struct:fool_context
276 /* try file_name.file_count, if fail, try file_name.file_count-- */
280 fool_ctx->file_count);
284 fool_ctx->file_count++; /* open next file */
287 fool_ctx->file_count = 0;
  /external/e2fsprogs/lib/blkid/
probe.h 530 __u32 file_count; member in struct:hfs_mdb
590 __u32 file_count; member in struct:hfsplus_vol_header

Completed in 266 milliseconds