Searched defs:usage_out (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/lib/
H A Dflags.cc106 bool usage_out = false; local
127 usage_out = true;
129 if (usage_out) cout << "\n";
/external/chromium_org/content/browser/quota/
H A Dusage_tracker_unittest.cc25 int64* usage_out,
31 *usage_out = usage;
36 int64* usage_out,
40 *usage_out = usage;
24 DidGetGlobalUsage(bool* done, int64* usage_out, int64* unlimited_usage_out, int64 usage, int64 unlimited_usage) argument
35 DidGetUsage(bool* done, int64* usage_out, int64 usage) argument
/external/chromium_org/content/public/test/
H A Dasync_file_test_helper.cc76 int64* usage_out,
83 if (usage_out)
84 *usage_out = usage;
75 DidGetUsageAndQuota(storage::QuotaStatusCode* status_out, int64* usage_out, int64* quota_out, storage::QuotaStatusCode status, int64 usage, int64 quota) argument
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.cc47 int64* usage_out) {
50 DCHECK(usage_out);
56 *usage_out = usage;
172 int64* usage_out) {
177 DCHECK(usage_out);
201 *usage_out = usage;
46 GetUsage(const base::FilePath& usage_file_path, int64* usage_out) argument
169 Read(const base::FilePath& usage_file_path, bool* is_valid, uint32* dirty_out, int64* usage_out) argument
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc190 int64* usage_out,
195 *usage_out = usage;
189 DidGetUsageAndQuota(const storage::StatusCallback& callback, int64* usage_out, int64* quota_out, storage::QuotaStatusCode status, int64 usage, int64 quota) argument

Completed in 1544 milliseconds