Home
last modified time | relevance | path

Searched refs:growth (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium_org/webkit/browser/fileapi/quota/
Dopen_file_handle.cc20 int64 growth = 0; in UpdateMaxWrittenOffset() local
21 context_->UpdateMaxWrittenOffset(offset, &new_file_size, &growth); in UpdateMaxWrittenOffset()
23 if (growth > 0) in UpdateMaxWrittenOffset()
24 reservation_->ConsumeReservation(growth); in UpdateMaxWrittenOffset()
Dopen_file_handle_context.cc28 int64* growth) { in UpdateMaxWrittenOffset() argument
31 *growth = offset - maximum_written_offset_; in UpdateMaxWrittenOffset()
34 *growth = 0; in UpdateMaxWrittenOffset()
Dopen_file_handle_context.h34 int64* growth);
/external/chromium_org/webkit/browser/fileapi/
Dobfuscated_file_util.cc75 bool AllocateQuota(FileSystemOperationContext* context, int64 growth) { in AllocateQuota() argument
79 int64 new_quota = context->allowed_bytes_growth() - growth; in AllocateQuota()
80 if (growth > 0 && new_quota < 0) in AllocateQuota()
89 int64 growth) { in UpdateUsage() argument
91 &FileUpdateObserver::OnUpdate, MakeTuple(url, growth)); in UpdateUsage()
326 int64 growth = UsageForPath(file_info.name.size()); in EnsureFileExists() local
327 if (!AllocateQuota(context, growth)) in EnsureFileExists()
333 UpdateUsage(context, url, growth); in EnsureFileExists()
386 int64 growth = UsageForPath(file_info.name.size()); in CreateDirectory() local
387 if (!AllocateQuota(context, growth)) in CreateDirectory()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp46 void growUsedBreadth(LayoutUnit growth) in growUsedBreadth() argument
48 ASSERT(growth >= 0); in growUsedBreadth()
49 m_usedBreadth += growth; in growUsedBreadth()
53 void growMaxBreadth(LayoutUnit growth) in growMaxBreadth() argument
56 m_maxBreadth = m_usedBreadth + growth; in growMaxBreadth()
58 m_maxBreadth += growth; in growMaxBreadth()
639 LayoutUnit growth = sizingData.distributeTrackVector[i] - (tracks[i]->*trackGetter)(); in distributeSpaceToTracks() local
640 if (growth >= 0) in distributeSpaceToTracks()
641 (tracks[i]->*trackGrowthFunction)(growth); in distributeSpaceToTracks()
/external/libvorbis/
Dconfig.h.in74 direction of stack growth for your system; otherwise it will be
78 STACK_DIRECTION = 0 => direction of growth unknown */
/external/v8/src/
Dutils.h635 int growth = current_length * (growth_factor - 1); in Grow() local
636 if (growth > max_growth) { in Grow()
637 growth = max_growth; in Grow()
639 new_capacity = current_length + growth; in Grow()
641 new_capacity = min_capacity + growth; in Grow()
/external/bison/m4/
Dalloca.m4113 direction of stack growth for your system; otherwise it will be
117 STACK_DIRECTION = 0 => direction of growth unknown */
/external/chromium_org/third_party/codesighs/
Dmsdump2symdb.c377 void* growth = NULL; in processLine() local
383growth = realloc(inContainer->mObjects, (inContainer->mObjectCount + 1) * sizeof(MSDump_Object)); in processLine()
384 if(NULL != growth) in processLine()
389 inContainer->mObjects = growth; in processLine()
/external/ceres-solver/data/nist/
DRat42.dat12 sigmoidal growth curves taken from Ratkowsky (1983).
DRat43.dat12 sigmoidal growth curves taken from Ratkowsky (1983).
/external/libffi/
Dfficonfig.h.in125 direction of stack growth for your system; otherwise it will be
129 STACK_DIRECTION = 0 => direction of growth unknown */
/external/chromium_org/v8/src/
Dutils.h727 int growth = current_length * (growth_factor - 1); in Grow() local
728 if (growth > max_growth) { in Grow()
729 growth = max_growth; in Grow()
731 new_capacity = current_length + growth; in Grow()
733 new_capacity = min_capacity + growth; in Grow()
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree.c1602 float growth; in ChooseLeaf() local
1606 growth = cellGrowth(pRtree, &cell, pCell); in ChooseLeaf()
1615 || (overlap==fMinOverlap && growth<fMinGrowth) in ChooseLeaf()
1616 || (overlap==fMinOverlap && growth==fMinGrowth && area<fMinArea) in ChooseLeaf()
1621 if( iCell==0||growth<fMinGrowth||(growth==fMinGrowth && area<fMinArea) ){ in ChooseLeaf()
1627 fMinGrowth = growth; in ChooseLeaf()
1830 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]); in QuadraticPickSeeds() local
1831 float waste = growth - right; in QuadraticPickSeeds()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpage_heap.cc397 static void RecordGrowth(size_t growth) { in RecordGrowth() argument
400 t->size = growth; in RecordGrowth()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpage_heap.cc458 static void RecordGrowth(size_t growth) { in RecordGrowth() argument
461 t->size = growth; in RecordGrowth()
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm133 // window to accomodate the growth. In this case, we grow the window first
145 // doesn't cause window growth, download shelf closes -- shouldn't cause the
149 // of vertical space, download shelf opens causing growth so that window
156 // window growth/shrinkage (at the top/bottom) have to be tracked incrementally.
893 windowTopGrowth_ -= shrinkAtTopBy; // Update the growth state.
905 windowBottomGrowth_ -= shrinkAtBottomBy; // Update the growth state.
943 // (N.B.: These only record growth, not shrinkage.)
1841 // We reset the window growth state whenever the window is moved out of the
Dfirst_run_dialog.mm200 // Size everything to fit, collecting the widest growth needed (XIB provides
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm111 // window to accomodate the growth. In this case, we grow the window first
123 // doesn't cause window growth, download shelf closes -- shouldn't cause the
127 // of vertical space, download shelf opens causing growth so that window
134 // window growth/shrinkage (at the top/bottom) have to be tracked incrementally.
801 windowTopGrowth_ -= shrinkAtTopBy; // Update the growth state.
813 windowBottomGrowth_ -= shrinkAtBottomBy; // Update the growth state.
851 // (N.B.: These only record growth, not shrinkage.)
1741 // We reset the window growth state whenever the window is moved out of the
Dfirst_run_dialog.mm203 // Size everything to fit, collecting the widest growth needed (XIB provides
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
Dvalue.h706 bool reserveDelta( BucketIndex growth );
/external/valgrind/main/docs/internals/
Dsegments-seginfos.txt18 * stack growth
/external/valgrind/main/
Dconfigure.in1425 # does this compiler support --param inline-unit-growth=... ?
1427 AC_MSG_CHECKING([if gcc accepts --param inline-unit-growth])
1430 CFLAGS="--param inline-unit-growth=900"
1436 ["--param inline-unit-growth=900"])
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DACBTree.m167 /* check for growth at the root */
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller.mm162 // accommodate scroll arrow presentation and window growth.
414 // grow off the screen, switch growth to the other direction. Growth
419 // We may legitimately need to try two times (growth to right and

12