HomeSort by relevance Sort by last modified time
    Searched refs:stat_fields (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
stat.py 117 stat_fields = ['updated', 'cacheControl', 'contentDisposition',
130 bucket_listing_fields=stat_fields)
134 provider=url.scheme, fields=stat_fields)
  /frameworks/base/core/jni/
android_os_Debug.cpp 83 struct stat_fields { struct in namespace:android
105 static stat_fields stat_fields[_NUM_CORE_HEAP]; member in namespace:android
472 env->SetIntField(object, stat_fields[i].pss_field, stats[i].pss);
473 env->SetIntField(object, stat_fields[i].pssSwappable_field, stats[i].swappablePss);
474 env->SetIntField(object, stat_fields[i].privateDirty_field, stats[i].privateDirty);
475 env->SetIntField(object, stat_fields[i].sharedDirty_field, stats[i].sharedDirty);
476 env->SetIntField(object, stat_fields[i].privateClean_field, stats[i].privateClean);
477 env->SetIntField(object, stat_fields[i].sharedClean_field, stats[i].sharedClean);
478 env->SetIntField(object, stat_fields[i].swappedOut_field, stats[i].swappedOut)
    [all...]

Completed in 2655 milliseconds