Home
last modified time | relevance | path

Searched defs:growth (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/storage/browser/fileapi/quota/
Dopen_file_handle.cc19 int64 growth = context_->UpdateMaxWrittenOffset(offset); in UpdateMaxWrittenOffset() local
Dopen_file_handle_context.cc31 int64 growth = offset - maximum_written_offset_; in UpdateMaxWrittenOffset() local
/external/chromium_org/storage/browser/fileapi/
Dobfuscated_file_util.cc75 bool AllocateQuota(FileSystemOperationContext* context, int64 growth) { in AllocateQuota()
89 int64 growth) { in UpdateUsage()
315 int64 growth = UsageForPath(file_info.name.size()); in EnsureFileExists() local
375 int64 growth = UsageForPath(file_info.name.size()); in CreateDirectory() local
477 int64 growth = length - file_info.size; in Truncate() local
549 int64 growth = 0; in CopyOrMoveFile() local
672 int64 growth = src_platform_file_info.size; in CopyInForeignFile() local
732 int64 growth = -UsageForPath(file_info.name.size()) - platform_file_info.size; in DeleteFile() local
772 int64 growth = -UsageForPath(file_info.name.size()); in DeleteDirectory() local
1357 int64 growth = UsageForPath(file_info.name.size()); in CreateOrOpenInternal() local
/external/libcxxabi/test/
Dtest_fallback_malloc.cpp30 container alloc_series ( size_t sz, float growth ) { in alloc_series()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpage_heap.cc397 static void RecordGrowth(size_t growth) { in RecordGrowth()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpage_heap.cc458 static void RecordGrowth(size_t growth) { in RecordGrowth()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp48 void growUsedBreadth(LayoutUnit growth) in growUsedBreadth()
55 void growMaxBreadth(LayoutUnit growth) in growMaxBreadth()
794 LayoutUnit growth = sizingData.distributeTrackVector[i] - (tracks[i]->*trackGetter)(); in distributeSpaceToTracks() local
/external/jsoncpp/src/lib_json/
Djson_internalmap.inl259 ValueInternalMap::reserveDelta( BucketIndex growth )
/external/chromium_org/third_party/codesighs/
Dmsdump2symdb.c377 void* growth = NULL; in processLine() local
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree.c1602 float growth; in ChooseLeaf() local
1830 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]); in QuadraticPickSeeds() local
/external/flac/libFLAC/
Dmetadata_iterators.c1102 const unsigned growth = FLAC__STREAM_METADATA_HEADER_LENGTH + node->next->data->length; in chain_merge_adjacent_padding_() local