/external/chromium_org/webkit/browser/fileapi/quota/ |
D | open_file_handle.cc | 20 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()
|
D | open_file_handle_context.cc | 28 int64* growth) { in UpdateMaxWrittenOffset() argument 31 *growth = offset - maximum_written_offset_; in UpdateMaxWrittenOffset() 34 *growth = 0; in UpdateMaxWrittenOffset()
|
D | open_file_handle_context.h | 34 int64* growth);
|
/external/chromium_org/webkit/browser/fileapi/ |
D | obfuscated_file_util.cc | 75 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/ |
D | RenderGrid.cpp | 46 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/ |
D | config.h.in | 74 direction of stack growth for your system; otherwise it will be 78 STACK_DIRECTION = 0 => direction of growth unknown */
|
/external/v8/src/ |
D | utils.h | 635 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/ |
D | alloca.m4 | 113 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/ |
D | msdump2symdb.c | 377 void* growth = NULL; in processLine() local 383 … growth = 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/ |
D | Rat42.dat | 12 sigmoidal growth curves taken from Ratkowsky (1983).
|
D | Rat43.dat | 12 sigmoidal growth curves taken from Ratkowsky (1983).
|
/external/libffi/ |
D | fficonfig.h.in | 125 direction of stack growth for your system; otherwise it will be 129 STACK_DIRECTION = 0 => direction of growth unknown */
|
/external/chromium_org/v8/src/ |
D | utils.h | 727 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/ |
D | rtree.c | 1602 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/ |
D | page_heap.cc | 397 static void RecordGrowth(size_t growth) { in RecordGrowth() argument 400 t->size = growth; in RecordGrowth()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | page_heap.cc | 458 static void RecordGrowth(size_t growth) { in RecordGrowth() argument 461 t->size = growth; in RecordGrowth()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | browser_window_controller.mm | 133 // 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
|
D | first_run_dialog.mm | 200 // Size everything to fit, collecting the widest growth needed (XIB provides
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | browser_window_controller.mm | 111 // 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
|
D | first_run_dialog.mm | 203 // Size everything to fit, collecting the widest growth needed (XIB provides
|
/external/chromium_org/third_party/jsoncpp/overrides/include/json/ |
D | value.h | 706 bool reserveDelta( BucketIndex growth );
|
/external/valgrind/main/docs/internals/ |
D | segments-seginfos.txt | 18 * stack growth
|
/external/valgrind/main/ |
D | configure.in | 1425 # 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/ |
D | ACBTree.m | 167 /* check for growth at the root */
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_controller.mm | 162 // 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
|