/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
D | perf_test.cc | 54 std::string ResultsToString(const std::string &measurement, in ResultsToString() argument 66 return StringPrintf("%sRESULT %s%s: %s= %s%s%s %s\n", important ? "*" : "", measurement.c_str(), in ResultsToString() 71 void PrintResultsImpl(const std::string &measurement, in PrintResultsImpl() argument 82 ResultsToString(measurement, modifier, trace, values, prefix, suffix, units, important) in PrintResultsImpl() 92 void PrintResult(const std::string &measurement, in PrintResult() argument 99 PrintResultsImpl(measurement, modifier, trace, NumberToString(value), std::string(), in PrintResult() 103 void PrintResult(const std::string &measurement, in PrintResult() argument 110 PrintResultsImpl(measurement, modifier, trace, NumberToString(value), std::string(), in PrintResult() 115 const std::string &measurement, in AppendResult() argument 122 output += ResultsToString(measurement, modifier, trace, NumberToString(value), std::string(), in AppendResult() [all …]
|
D | perf_test.h | 26 void PrintResult(const std::string &measurement, 32 void PrintResult(const std::string &measurement, 40 const std::string &measurement, 49 void PrintResult(const std::string &measurement, 57 const std::string &measurement, 67 void PrintResultMeanAndError(const std::string &measurement, 75 const std::string &measurement, 86 void PrintResultList(const std::string &measurement, 94 const std::string &measurement,
|
D | angle-mods.patch | 69 -- std::string ResultsToString(const std::string& measurement, 143 - std::string ResultsToString(const std::string& measurement, 146 -@@ -23,7 +54,7 @@ std::string ResultsToString(const std::string& measurement, 152 - important ? "*" : "", measurement.c_str(), modifier.c_str(), 155 -@@ -53,7 +84,7 @@ void PrintResult(const std::string& measurement, 159 -- PrintResultsImpl(measurement, modifier, trace, base::NumberToString(value), 160 -+ PrintResultsImpl(measurement, modifier, trace, NumberToString(value), 164 -@@ -63,7 +94,7 @@ void PrintResult(const std::string& measurement, 168 -- PrintResultsImpl(measurement, modifier, trace, base::NumberToString(value), 169 -+ PrintResultsImpl(measurement, modifier, trace, NumberToString(value), [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
D | perf_test.cc | 54 std::string ResultsToString(const std::string& measurement, in ResultsToString() argument 66 important ? "*" : "", measurement.c_str(), modifier.c_str(), in ResultsToString() 71 void PrintResultsImpl(const std::string& measurement, in PrintResultsImpl() argument 80 printf("%s", ResultsToString(measurement, modifier, trace, values, in PrintResultsImpl() 89 void PrintResult(const std::string& measurement, in PrintResult() argument 95 PrintResultsImpl(measurement, in PrintResult() 105 void PrintResult(const std::string& measurement, in PrintResult() argument 111 PrintResultsImpl(measurement, in PrintResult() 122 const std::string& measurement, in AppendResult() argument 129 measurement, in AppendResult() [all …]
|
D | perf_test.h | 26 void PrintResult(const std::string &measurement, 32 void PrintResult(const std::string &measurement, 40 const std::string &measurement, 49 void PrintResult(const std::string &measurement, 57 const std::string &measurement, 67 void PrintResultMeanAndError(const std::string &measurement, 75 const std::string &measurement, 86 void PrintResultList(const std::string &measurement, 94 const std::string &measurement,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_ir_instrument1.txt | 56 The format of any instrument measurement in the buffer should obey 57 some conventions. The first word of the measurement should be the 58 enum for the instrument itself. The second word of the measurement 59 should be the size in words of the entire measurement so that any 62 The IR_INSTRUMENT1_SGIX measurement uses 10 words of the buffer. 102 ReadInstrumentsSGIX for this measurement. 107 at 1 with the first measurement and incrementing by 1 for each 108 successive measurement.
|
D | SGIX_instruments.txt | 106 * in words of the instrument measurement we have enabled. 113 * measurement request (should be 14) 121 * the size in words of an instrument measurement 190 If there are multiple instruments enabled, the measurement for 192 a given measurement. 197 To start the enabled instrument(s) before taking a measurement 199 take a measurement use StopInstrumentsSGIX. The parameter <marker> 203 To take an instrument measurement use ReadInstrumentsSGIX. The 228 To determine whether a measurement of the enabled instruments has 230 measurement has appeared in the buffer since the last call to [all …]
|
D | SGIX_occlusion_instrument.txt | 72 the size of the measurement (4); the result of the measurement; and
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_ir_instrument1.txt | 56 The format of any instrument measurement in the buffer should obey 57 some conventions. The first word of the measurement should be the 58 enum for the instrument itself. The second word of the measurement 59 should be the size in words of the entire measurement so that any 62 The IR_INSTRUMENT1_SGIX measurement uses 10 words of the buffer. 102 ReadInstrumentsSGIX for this measurement. 107 at 1 with the first measurement and incrementing by 1 for each 108 successive measurement.
|
D | SGIX_instruments.txt | 106 * in words of the instrument measurement we have enabled. 113 * measurement request (should be 14) 121 * the size in words of an instrument measurement 190 If there are multiple instruments enabled, the measurement for 192 a given measurement. 197 To start the enabled instrument(s) before taking a measurement 199 take a measurement use StopInstrumentsSGIX. The parameter <marker> 203 To take an instrument measurement use ReadInstrumentsSGIX. The 228 To determine whether a measurement of the enabled instruments has 230 measurement has appeared in the buffer since the last call to [all …]
|
D | SGIX_occlusion_instrument.txt | 72 the size of the measurement (4); the result of the measurement; and
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 283 double measurement = MeasureTscFrequencyWithSleep(sleep_nanoseconds); in MeasureTscFrequency() local 284 if (measurement * 0.99 < last_measurement && in MeasureTscFrequency() 285 last_measurement < measurement * 1.01) { in MeasureTscFrequency() 288 return measurement; in MeasureTscFrequency() 290 last_measurement = measurement; in MeasureTscFrequency()
|
/third_party/benchmark/tools/gbench/ |
D | report.py | 355 for measurement in benchmark['measurements']: 361 get_color(measurement['time']), 362 measurement['time'], 363 get_color(measurement['cpu']), 364 measurement['cpu'], 365 measurement['real_time'], 366 measurement['real_time_other'], 367 measurement['cpu_time'], 368 measurement['cpu_time_other'],
|
/third_party/ltp/testcases/kernel/security/integrity/ima/ |
D | README.md | 11 ### IMA measurement tests 15 space, may contain equivalent measurement tcb rules, detecting them would 29 key measurement, e.g.: 35 policy rule for key measurement, e.g.: 89 (for IMA measurement, IMA appraisal and EVM protection)
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | HistogramWriter.h | 32 void addSample(const std::string &measurement, 49 inline void HistogramWriter::addSample(const std::string &measurement, in addSample() argument
|
D | HistogramWriter.cpp | 49 void HistogramWriter::addSample(const std::string &measurement, in addSample() argument 54 std::string measurementAndStory = measurement + story; in addSample() 62 std::make_unique<catapult::HistogramBuilder>(measurement, unitAndDirection); in addSample()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | ulocdata.cpp | 225 UResourceBundle* measurement=NULL; in ulocdata_getMeasurementSystem() local 232 measurement = measurementTypeBundleForLocale(localeID, MEASUREMENT_SYSTEM, status); in ulocdata_getMeasurementSystem() 233 system = (UMeasurementSystem) ures_getInt(measurement, status); in ulocdata_getMeasurementSystem() 235 ures_close(measurement); in ulocdata_getMeasurementSystem()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | ulocdata.cpp | 225 UResourceBundle* measurement=NULL; in ulocdata_getMeasurementSystem() local 232 measurement = measurementTypeBundleForLocale(localeID, MEASUREMENT_SYSTEM, status); in ulocdata_getMeasurementSystem() 233 system = (UMeasurementSystem) ures_getInt(measurement, status); in ulocdata_getMeasurementSystem() 235 ures_close(measurement); in ulocdata_getMeasurementSystem()
|
/third_party/icu/icu4c/source/i18n/ |
D | ulocdata.cpp | 225 UResourceBundle* measurement=NULL; in ulocdata_getMeasurementSystem() local 232 measurement = measurementTypeBundleForLocale(localeID, MEASUREMENT_SYSTEM, status); in ulocdata_getMeasurementSystem() 233 system = (UMeasurementSystem) ures_getInt(measurement, status); in ulocdata_getMeasurementSystem() 235 ures_close(measurement); in ulocdata_getMeasurementSystem()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | ulocdata.cpp | 225 UResourceBundle* measurement=NULL; in ulocdata_getMeasurementSystem() local 232 measurement = measurementTypeBundleForLocale(localeID, MEASUREMENT_SYSTEM, status); in ulocdata_getMeasurementSystem() 233 system = (UMeasurementSystem) ures_getInt(measurement, status); in ulocdata_getMeasurementSystem() 235 ures_close(measurement); in ulocdata_getMeasurementSystem()
|
/third_party/protobuf/benchmarks/util/ |
D | result_parser.py | 183 for measurement in result["measurements"]: 184 total_weight += measurement["weight"] 185 total_value += measurement["value"]["magnitude"]
|
/third_party/flutter/engine/flutter/lib/web_ui/test/text/ |
D | measurement_test.dart | 25 /// Runs the same test twice - once with dom measurement and once with canvas 26 /// measurement. 265 // Letter spacing is only supported via DOM measurement. 291 // Word spacing is only supported via DOM measurement. 357 // TODO(mdebbar): The canvas-based measurement doesn't handle this yet. 392 // The first line is overflowing so we should stop the measurement there 402 // TODO(mdebbar): The canvas-based measurement doesn't handle this yet.
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/ |
D | ruler.dart | 153 /// measurement is needed, the [ParagraphRuler] would mutate all the backing 181 'likely that a previous measurement did not clean up after ' 286 /// measurement. These methods can be called any number of times. 348 // Lazily create the elements for line-height measurement since they are not 461 // The height measurement is affected by whether the text has the ellipsis 574 /// Performs clean-up after a measurement is done, preparing this ruler for 585 // - this keeps the cost of removing content together with the measurement 601 /// Performs stateless measurement of text boxes for a given range of text. 624 // Setup the [ruler.constrainedDimensions] element to be used for measurement. 659 'measurement. This is likely a bug in the framework.'); [all …]
|
D | measurement.dart | 54 /// ruler's DOM structure once during the very first measurement of a given 140 /// Provides various text measurement APIs using either a dom-based approach 144 /// Initializes the text measurement service with a specific 154 /// The DOM-based text measurement service. 159 /// The canvas-based text measurement service. 165 /// measurement is enabled or not. 258 /// Performs the actual measurement of the following values for the given 281 /// A DOM-based text measurement implementation. 287 /// The text measurement service singleton. 447 /// A canvas-based text measurement implementation. [all …]
|
/third_party/benchmark/src/ |
D | perf_counters.h | 154 double measurement = static_cast<double>(end_values_[i]) - in StopAndGetMeasurements() local 156 ret.push_back({counters_.names()[i], measurement}); in StopAndGetMeasurements()
|