| /third_party/grpc/tools/profiling/microbenchmarks/bm_diff/ |
| D | README.md | 5 different performance tweaks. The tools allow you to save performance data from 6 a baseline commit, then quickly compare data from your working branch to that 7 baseline data to see if you have made any performance wins. 20 `tools/profiling/microbenchmarks/bm_diff/bm_main.py -b bm_error -l 5 -d master` 28 If you have already invoked bm_main with `-d master`, you should instead use 29 `-o` for subsequent runs. This allows the script to skip re-building and 30 re-running the unchanged master branch. For example: 32 `tools/profiling/microbenchmarks/bm_diff/bm_main.py -b bm_error -l 5 -o` 40 fine tuned benchmark comparisons. For example, you could build, run, and save 57 `tools/profiling/microbenchmarks/bm_diff/bm_build.py -b bm_error -n baseline` [all …]
|
| /third_party/node/deps/npm/node_modules/is-callable/ |
| D | .istanbul.yml | 5 - .js 6 - .jsx 7 default-excludes: true 11 preserve-comments: false 12 complete-copy: false 13 save-baseline: false 14 baseline-file: ./coverage/coverage-baseline.raw.json 15 include-all-sources: false 16 include-pid: false 17 es-modules: false [all …]
|
| /third_party/boost/libs/histogram/test/ |
| D | storage_adaptor_test.cpp | 1 // Copyright 2015-2017 Hans Dembinski 71 const auto save = a[0]++; in tests() local 72 BOOST_TEST_EQ(save, 1); in tests() 81 a[0] -= 2; in tests() 82 a[1] -= 5; in tests() 201 // special case for division of map-based storage_adaptor in main() 237 BOOST_TEST_IS_CLOSE(a[0].value(), 1.25, 1e-3); in main() 238 BOOST_TEST_IS_CLOSE(a[0].variance(), 0.242, 1e-3); in main() 260 const auto baseline = db.second; in main() local 262 BOOST_TEST_EQ(db.first, baseline); // nothing allocated yet in main() [all …]
|
| /third_party/flutter/skia/tools/calmbench/ |
| D | calmbench.py | 5 # Use of this source code is governed by a BSD-style license that can be 23 To compare a specific config with svg and skp resources included, add --config 24 and --extraarg option. For exampe, 26 python {0} TEST_GIT_BRANCH --config gl \\ 27 --extraarg "--svgs ~/Desktop/bots/svgs --skps ~/Desktop/bots/skps" 31 python {0} --help 40 if len(sys.argv) <= 1 or sys.argv[1] == '-h' or sys.argv[1] == '--help': 45 'another baseline branch (e.g., master) using multiple ' + 59 'nanobench args (example: --svgs ~/Desktop/bots/svgs --skps ' 62 'baseline branch to compare against (default: %(default)s)') [all …]
|
| /third_party/flutter/skia/gm/ |
| D | drawbitmaprect.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 54 SkCanvas* canvas = surface->getCanvas(); in makebm() 56 canvas->clear(SK_ColorTRANSPARENT); in makebm() 88 canvas->drawRect(rect, paint); in makebm() 93 auto image = surface->makeImageSnapshot(); in makebm() 97 image->asLegacyBitmap(&tempBM); in makebm() 108 canvas->drawBitmapRect(bm, srcR, dstR, paint); in bitmapproc() 120 canvas->drawBitmapRect(subset, dstR, paint); in bitmapsubsetproc() 126 canvas->drawImageRect(image, srcR, dstR, paint); in imageproc() 131 if (!image->bounds().contains(srcR)) { in imagesubsetproc() [all …]
|
| D | shadertext3.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 33 bm->allocN32Pixels(w, h); in makebm() 34 bm->eraseColor(SK_ColorTRANSPARENT); in makebm() 67 this->setBGColor(0xFFDDDDDD); in ShaderText3GM() 88 canvas->drawBitmap(fBmp, 5.f, 5.f, &bmpPaint); in onDraw() 95 canvas->translate(15.f, 15.f); in onDraw() 98 canvas->scale(2.f, 2.f); in onDraw() 105 // position the baseline of the first run in onDraw() 106 canvas->translate(0.f, 0.75f * kPointSize); in onDraw() 108 canvas->save(); in onDraw() [all …]
|
| D | mac_aa_explorer.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 32 // Because CG always draws from the horizontal baseline, in std_cg_setup() 33 // if there is a non-integral translation from the horizontal origin to the vertical origin, in std_cg_setup() 77 canvas->scale(10, 10); in test_mac_fonts() 84 surf->peekPixels(&pm); in test_mac_fonts() 90 surf->getCanvas()->clear(ct == kAlpha_8_SkColorType ? 0 : 0xFFFFFFFF); in test_mac_fonts() 94 surf->draw(canvas, x, y, nullptr); in test_mac_fonts() 123 case 'k': fSize -= 1; return true; in onChar() 124 case 'j': fXPos -= 1.0f/16; return true; in onChar() 154 canvas->save(); [all …]
|
| /third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
| D | paragraph.dart | 2 // Use of this source code is governed by a BSD-style license that can be 237 /// Used by this paragraph's internal [TextPainter] to select a locale-specific 243 /// to select a locale-specific font. 316 double computeDistanceToActualBaseline(TextBaseline baseline) { 321 // TODO(garyq): Since our metric for ideographic baseline is currently inacurrate 322 // and the non-alphabetic baselines are based off of the alphabetic baseline, we 324 // this back to pass the `baseline` property when the ideographic baseline is properly 330 // alignments that require the baseline (baseline, aboveBaseline, 335 case ui.PlaceholderAlignment.baseline: 339 'Intrinsics are not available for PlaceholderAlignment.baseline, ' [all …]
|
| D | flex.dart | 2 // Use of this source code is governed by a BSD-style license that can be 39 /// non-zero, the amount of space the child's can occupy in the main axis is 46 /// If [flex] is non-zero, the [fit] determines whether the child fills the 77 /// be a non-zero amount of free space. 80 /// non-zero [FlexParentData.flex] and a [FlexFit.tight] fit (as applied by 175 /// This is the default cross-axis alignment. 188 baseline, 217 /// Displays its children in a one-dimensional array. 232 /// 2. Divide the remaining main axis space among the children with non-zero 263 /// * [Row] and [Column], direction-specific variants of [Flex]. [all …]
|
| /third_party/python/Lib/ |
| D | timeit.py | 12 python timeit.py [-n N] [-r N] [-s S] [-p] [-h] [--] [statement] 15 -n/--number N: how many times to execute 'statement' (default: see below) 16 -r/--repeat N: how many times to repeat the timer (default 5) 17 -s/--setup S: statement to be executed once initially (default 'pass'). 19 -p/--process: use time.process_time() (default is time.perf_counter()) 20 -v/--verbose: print raw timing results; repeat for more digits precision 21 -u/--unit: set the output time unit (nsec, usec, msec, or sec) 22 -h/--help: print this usage message and exit 23 --: separate options from statement, use when statement starts with - 26 A multi-line statement may be given by specifying each line as a [all …]
|
| /third_party/gstreamer/gstplugins_good/gst/rtp/ |
| D | gstrtph264pay.c | 17 * Boston, MA 02110-1301, USA. 54 GST_STATIC_CAPS ("video/x-h264, " 55 "stream-format = (string) avc, alignment = (string) au;" 56 "video/x-h264, " 57 "stream-format = (string) byte-stream, alignment = (string) { nal, au }") 64 GST_STATIC_CAPS ("application/x-rtp, " 67 "clock-rate = (int) 90000, " "encoding-name = (string) \"H264\"") 112 gobject_class->set_property = gst_rtp_h264_pay_set_property; in gst_rtp_h264_pay_class_init() 113 gobject_class->get_property = gst_rtp_h264_pay_get_property; in gst_rtp_h264_pay_class_init() 116 PROP_SPROP_PARAMETER_SETS, g_param_spec_string ("sprop-parameter-sets", in gst_rtp_h264_pay_class_init() [all …]
|
| /third_party/libjpeg/ |
| D | cjpeg.c | 4 * Copyright (C) 1991-1998, Thomas G. Lane. 5 * Modified 2003-2013 by Guido Vollbeding. 9 * This file contains a command-line user interface for the JPEG compressor. 10 * It should work on any system with Unix- or MS-DOS-style command lines. 13 * compile-time switch TWO_FILE_COMMANDLINE: 22 * To simplify script writing, the "-outfile" switch is provided. The syntax 23 * cjpeg [options] -outfile outputfile inputfile 30 #ifdef USE_CCOMMAND /* command-line reader for Macintosh */ 41 /* Create the add-on message string table. */ 53 * and selects the appropriate input-reading module. [all …]
|
| D | libjpeg.txt | 3 Copyright (C) 1994-2019, Thomas G. Lane, Guido Vollbeding. 19 features while trying to minimize application-interface changes. We have 25 ----------------- 43 Buffered-image mode 51 Library compile-time options 53 Notes for MS-DOS implementors 64 --------------------------------- 66 The IJG JPEG library provides C code to read and write JPEG-compressed image 84 ranging from very-high-quality down to fast-preview operation. On the 85 compression side we have generally not provided low-quality choices, since [all …]
|
| D | change.log | 4 Version 9d 12-Jan-2020 5 ----------------------- 30 Add x64 (64-bit) platform support, avoid compiler warnings. 33 Adjust libjpeg version specification for pkg-config file. 48 Add jpegtran -drop option; add options to the crop extension and wipe 53 Version 9c 14-Jan-2018 54 ----------------------- 56 jpegtran: add an option to the -wipe switch to fill the region 67 Add libjpeg pkg-config file. Thank to Mark Lavi, Vincent Torri, 74 Version 9b 17-Jan-2016 [all …]
|
| /third_party/flutter/skia/modules/skparagraph/src/ |
| D | TextLine.cpp | 17 return -1; in intersectedSize() 21 return begin <= end ? SkToS32(end - begin) : -1; in intersectedSize() 60 auto& start = master->cluster(fGhostClusterRange.start); in TextLine() 61 auto& end = master->cluster(fGhostClusterRange.end - 1); in TextLine() 62 size_t numRuns = end.runIndex() - start.runIndex() + 1; in TextLine() 65 auto b = fMaster->styles().begin() + index; in TextLine() 66 if (b->fStyle.hasBackground()) { in TextLine() 69 if (b->fStyle.getDecorationType() != TextDecoration::kNoDecoration) { in TextLine() 72 if (b->fStyle.getShadowNumber() > 0) { in TextLine() 80 auto& run = fMaster->run(runIndex); in TextLine() [all …]
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | jpegint.h | 5 * Copyright (C) 1991-1997, Thomas G. Lane. 6 * Modified 1997-2009 by Guido Vollbeding. 7 * libjpeg-turbo Modifications: 8 * Copyright (C) 2015-2016, D. R. Commander. 23 /* Remaining modes require a full-image buffer to have been created */ 24 JBUF_SAVE_SOURCE, /* Run source subobject only, save output */ 26 JBUF_SAVE_AND_PASS /* Run both subobjects, save output */ 38 #define DSTATE_PRESCAN 204 /* performing dummy pass for 2-pass quant */ 47 /* JLONG must hold at least signed 32-bit values. */ 72 /* Main buffer control (downsampled-data buffer) */ [all …]
|
| D | cjpeg.c | 5 * Copyright (C) 1991-1998, Thomas G. Lane. 6 * Modified 2003-2011 by Guido Vollbeding. 7 * libjpeg-turbo Modifications: 8 * Copyright (C) 2010, 2013-2014, 2017, D. R. Commander. 12 * This file contains a command-line user interface for the JPEG compressor. 13 * It should work on any system with Unix- or MS-DOS-style command lines. 16 * compile-time switch TWO_FILE_COMMANDLINE: 25 * To simplify script writing, the "-outfile" switch is provided. The syntax 26 * cjpeg [options] -outfile outputfile inputfile 39 #ifdef USE_CCOMMAND /* command-line reader for Macintosh */ [all …]
|
| /third_party/gstreamer/gstplugins_bad/ext/opencv/ |
| D | gstcameracalibrate.cpp | 41 * Boston, MA 02110-1301, USA. 45 * SECTION:element-cameraundistort 50 * - An event, containing the camera correction parameters, is sent upstream 52 * - The _settings_ property is set to the camera correction parameters (as 56 * - The element becomes idle and can later be restarted [TODO]. 63 * gst-launch-1.0 -v v4l2src ! videoconvert ! cameraundistort ! cameracalibrate | autovideosink 70 * - signal when calibration is done 71 * - action signal to start calibration 72 * - do pattern detection asynchronously 73 * - do final calibration computation asynchronously [all …]
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imstb_textedit.h | 2 // [ImGui] - 2018-06: fixed undo/redo after pasting large amount of text (over 32 kb). Redo will st… 3 // [ImGui] - 2018-06: fix in stb_textedit_discard_redo (see https://github.com/nothings/stb/issues/… 4 // [ImGui] - fixed some minor warnings 6 // stb_textedit.h - v1.12 - public domain - Sean Barrett 9 // This C header file implements the guts of a multi-line text-editing 10 // widget; you implement display, word-wrapping, and low-level string 16 // their own custom widgets and which do not have heavy text-editing 20 // Non-trivial behaviors are modelled after Windows text controls. 37 // 1.12 (2018-01-29) user can change STB_TEXTEDIT_KEYTYPE, fix redo to avoid crash 38 // 1.11 (2017-03-03) fix HOME on last line, dragging off single-line textfield [all …]
|
| /third_party/boost/libs/gil/doc/html/_sources/ |
| D | io.rst.txt | 5 -------- 20 ------------------- 41 -------- 45 walk-around on how to use this boost::gil extension. 48 For each supported IO format a single top-level header file is provided. 70 Sometimes the user only wants to read a sub-part of an image, 123 Reading And Writing In-Memory Buffers 126 Reading and writing in-memory buffers are supported as well. See as follows:: 134 // 2. Write image to in-memory buffer. 140 // 3. Copy in-memory buffer to another. [all …]
|
| /third_party/boost/libs/gil/doc/ |
| D | io.rst | 5 -------- 20 ------------------- 41 -------- 45 walk-around on how to use this boost::gil extension. 48 For each supported IO format a single top-level header file is provided. 70 Sometimes the user only wants to read a sub-part of an image, 123 Reading And Writing In-Memory Buffers 126 Reading and writing in-memory buffers are supported as well. See as follows:: 134 // 2. Write image to in-memory buffer. 140 // 3. Copy in-memory buffer to another. [all …]
|
| /third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Base.lproj/ |
| D | MainMenu.xib | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 7 <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> 9 <outlet property="delegate" destination="Voe-Tx-rLC" id="GzC-gU-4Uq"/> 12 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> 13 <customObject id="-3" userLabel="Application" customClass="NSObject"/> 14 <customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModuleProvider=""> 16 <outlet property="window" destination="QvC-M9-y7g" id="gIp-Ho-8D9"/> 19 <customObject id="YLy-65-1bz" customClass="NSFontManager"/> 20 <menu title="Main Menu" systemMenu="main" id="AYu-sK-qS6"> 22 <menuItem title="OSXCocoaPodsTester" id="1Xt-HY-uBw"> [all …]
|
| /third_party/grpc/examples/objective-c/helloworld_macos/HelloWorld/Base.lproj/ |
| D | Main.storyboard | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 …"MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS"> 7 <!--Application--> 8 <scene sceneID="JPo-4y-FX3"> 10 <application id="hnw-xV-0zn" sceneMemberID="viewController"> 11 <menu key="mainMenu" title="Main Menu" systemMenu="main" id="AYu-sK-qS6"> 13 <menuItem title="HelloWorld" id="1Xt-HY-uBw"> 15 … <menu key="submenu" title="HelloWorld" systemMenu="apple" id="uQy-DD-JDr"> 17 <menuItem title="About HelloWorld" id="5kV-Vb-QxS"> 20 … <action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/> [all …]
|
| /third_party/freetype/src/psaux/ |
| D | pshints.c | 7 * Copyright 2007-2014 Adobe Systems Incorporated. 17 * "Your") a perpetual, worldwide, non-exclusive, no-charge, 18 * royalty-free, irrevocable (except as stated in this section) patent 25 * (including a cross-claim or counterclaim in a lawsuit) alleging that 77 return ( x1 >> 16 ) * ( SUB_INT32( y2, y1 ) >> 16 ) - in cf2_getWindingMomentum() 108 width = SUB_INT32( stemHint->max, stemHint->min ); in cf2_hint_init() 110 if ( width == cf2_intToFixed( -21 ) ) in cf2_hint_init() 116 hint->csCoord = stemHint->max; in cf2_hint_init() 117 hint->flags = CF2_GhostBottom; in cf2_hint_init() 120 hint->flags = 0; in cf2_hint_init() [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
| D | pshints.c | 7 * Copyright 2007-2014 Adobe Systems Incorporated. 17 * "Your") a perpetual, worldwide, non-exclusive, no-charge, 18 * royalty-free, irrevocable (except as stated in this section) patent 25 * (including a cross-claim or counterclaim in a lawsuit) alleging that 77 return ( x1 >> 16 ) * ( SUB_INT32( y2, y1 ) >> 16 ) - in cf2_getWindingMomentum() 108 width = SUB_INT32( stemHint->max, stemHint->min ); in cf2_hint_init() 110 if ( width == cf2_intToFixed( -21 ) ) in cf2_hint_init() 116 hint->csCoord = stemHint->max; in cf2_hint_init() 117 hint->flags = CF2_GhostBottom; in cf2_hint_init() 120 hint->flags = 0; in cf2_hint_init() [all …]
|