/third_party/skia/src/core/ |
D | SkStrikeCache.h | 53 auto [glyph, increase] = fScalerCache.mergeGlyphAndImage(toID, from); in mergeGlyphAndImage() 54 this->updateDelta(increase); in mergeGlyphAndImage() 59 auto [glyphPath, increase] = fScalerCache.mergePath(glyph, path); in mergePath() 60 this->updateDelta(increase); in mergePath() 80 auto [glyphs, increase] = fScalerCache.metrics(glyphIDs, results); in metrics() 81 this->updateDelta(increase); in metrics() 87 auto [glyphs, increase] = fScalerCache.preparePaths(glyphIDs, results); in preparePaths() 88 this->updateDelta(increase); in preparePaths() 94 auto [glyphs, increase] = fScalerCache.prepareImages(glyphIDs, results); in prepareImages() 95 this->updateDelta(increase); in prepareImages() [all …]
|
D | SkStrikeCache.cpp | 353 void SkStrike::updateDelta(size_t increase) { in updateDelta() argument 354 if (increase != 0) { in updateDelta() 356 fMemoryUsed += increase; in updateDelta() 358 fStrikeCache->fTotalMemoryUsed += increase; in updateDelta()
|
/third_party/flutter/flutter/examples/catalog/test/ |
D | custom_semantics_test.dart | 36 semanticsOwner.performAction(semantics.id, SemanticsAction.increase); 49 semanticsOwner.performAction(semantics.id, SemanticsAction.increase); 107 actions |= SemanticsAction.increase.index;
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | performance.shaders.operator.txt | 38 estimated. This slope tells us the estimated increase in frame time caused by 39 a workload increase of 1 loop iteration. 49 At this point, the result tells us the increase in frame time caused by the 57 C yield the same frame time, and only workload sizes beyond C increase the frame
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | performance.shaders.operator.txt | 42 estimated. This slope tells us the estimated increase in frame time caused by 43 a workload increase of 1 loop iteration. 53 At this point, the result tells us the increase in frame time caused by the 61 C yield the same frame time, and only workload sizes beyond C increase the frame
|
/third_party/python/Doc/howto/ |
D | argparse.rst | 229 parser.add_argument("--verbosity", help="increase output verbosity") 247 increase output verbosity 274 parser.add_argument("--verbose", help="increase output verbosity", 294 --verbose increase output verbosity 320 parser.add_argument("-v", "--verbose", help="increase output verbosity", 337 -v, --verbose increase output verbosity 352 help="increase output verbosity") 386 help="increase output verbosity") 420 help="increase output verbosity") 446 increase output verbosity [all …]
|
/third_party/skia/src/sksl/ |
D | SkSLDSLParser.cpp | 54 bool increase() { in increase() function in SkSL::AutoDSLDepth 579 if (!depth.increase()) { in structDeclaration() 774 if (!depth.increase()) { in statement() 1198 if (!depth.increase()) { in block() 1244 if (!depth.increase()) { in expression() 1260 if (!depth.increase()) { \ 1308 if (!depth.increase()) { in ternaryExpression() 1348 if (!depth.increase()) { in logicalXorExpression() 1507 if (!depth.increase()) { in unaryExpression() 1550 if (!depth.increase()) { in postfixExpression() [all …]
|
/third_party/ninja/ |
D | CONTRIBUTING.md | 3 We're very wary of changes that increase the complexity of Ninja (in particular, 4 new build file syntax or command-line flags) or increase the maintenance burden
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_texture_filter_minmax.txt | 67 Sum up pixel values - final result should increase with 82 Sum up pixel values - final result should increase with
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | custom_painter_test.dart | 189 increasedValue: 'increase-before', 211 increasedValue: 'increase-before', 233 increasedValue: 'increase-after', 264 increasedValue: 'increase-after', 290 increasedValue: 'increase-before', 337 onIncrease: () => performedActions.add(SemanticsAction.increase),
|
/third_party/ffmpeg/doc/ |
D | formats.texi | 27 information in case it is dispersed into the stream, but will increase 76 It may be needed to increase max_interleave_delta to avoid flushing the longer 87 increase latency. It defaults to 5,000,000 microseconds = 5 seconds. 197 effect of reducing the latency, 0 disables it and may increase IO throughput in
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | README.chromium | 15 from the driver which can increase performance by skipping loader
|
/third_party/libcoap/scripts/ |
D | api-version-bump.sh | 16 echo $(basename $0): increase version $LIBCOAP_API_VERSION to $NEW_VERSION
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | VTF.md | 43 * Program.h - increase size of mSamplers 44 * Context.h - increase size of samplerTexture
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | VTF.md | 43 * Program.h - increase size of mSamplers 44 * Context.h - increase size of samplerTexture
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | time_picker_test.dart | 454 action: SemanticsAction.increase, 459 action: SemanticsAction.increase, 478 action: SemanticsAction.increase, 483 action: SemanticsAction.increase, 519 action: SemanticsAction.increase, 524 action: SemanticsAction.increase,
|
D | page_selector_test.dart | 137 // opacity should increase and Indicator 1's opacity should decrease. 151 // opacity should increase and Indicator 1's opacity should decrease.
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-restart.md | 40 behavior will be accompanied by an increase in major version number
|
/third_party/mbedtls/ |
D | BRANCHES.md | 57 re-compiling) and to avoid any increase in code size or RAM usage, or in the 62 increase code size for a security fix.)
|
/third_party/mesa3d/src/util/ |
D | 00-mesa-defaults.conf | 511 <!-- around 18% performance increase in min and avg fps, max fps capped at 60fps. --> 521 <!-- around 30% increase in avg fps --> 533 <!-- roughly 30% increase in fps --> 570 <!-- 10% fps increase --> 578 <!-- X3 games: 15% avg fps increase while flying in space -->
|
/third_party/python/Lib/test/leakers/ |
D | README.txt | 5 doesn't increase, the bug has been fixed and the file should be removed
|
/third_party/optimized-routines/math/tools/ |
D | exp.sollya | 9 b = b + b*0x1p-16; // increase interval for non-nearest rounding (TOINT_NARROW)
|
/third_party/libinput/doc/user/ |
D | timestamps.rst | 15 resolution. These timestamp usually increase monotonically, but libinput
|
/third_party/ltp/testcases/kdump/doc/ |
D | TEST_PLAN.txt | 48 == increase coverages for new kexec/kdump development efforts ==
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
D | README | 31 to increase this time to see where overhead is coming from. Note that
|