Home
last modified time | relevance | path

Searched refs:measurement (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/boost/libs/units/example/
Dmeasurement.hpp38 class measurement class
41 typedef measurement<Y> this_type;
44 constexpr measurement(const value_type& val = value_type(), in measurement() function in boost::units::measurement
50 constexpr measurement(const this_type& source) : in measurement() function in boost::units::measurement
116 BOOST_TYPEOF_REGISTER_TEMPLATE(boost::units::measurement, 1)
127 measurement<Y>&
128 measurement<Y>::operator+=(const this_type& source) in operator +=()
139 measurement<Y>&
140 measurement<Y>::operator-=(const this_type& source) in operator -=()
151 measurement<Y>&
[all …]
Dkitchen_sink.cpp432 quantity<length,measurement<double> > in main()
433 u(measurement<double>(1.0,0.0)*meters), in main()
434 w(measurement<double>(4.52,0.02)*meters), in main()
435 x(measurement<double>(2.0,0.2)*meters), in main()
436 y(measurement<double>(3.0,0.6)*meters); in main()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
Dperf_test.cc54 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 …]
Dperf_test.h26 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/angle2/src/tests/perf_tests/third_party/perf/
Dperf_test.cc54 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 …]
Dperf_test.h26 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,
Dangle-mods.patch69 -- 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/openGLES/extensions/SGIX/
DSGIX_ir_instrument1.txt56 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.
DSGIX_instruments.txt106 * 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 …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_ir_instrument1.txt56 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.
DSGIX_instruments.txt106 * 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 …]
/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc216 double measurement = MeasureTscFrequencyWithSleep(sleep_nanoseconds); in MeasureTscFrequency() local
217 if (measurement * 0.99 < last_measurement && in MeasureTscFrequency()
218 last_measurement < measurement * 1.01) { in MeasureTscFrequency()
221 return measurement; in MeasureTscFrequency()
223 last_measurement = measurement; in MeasureTscFrequency()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dsysinfo.cc283 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/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DHistogramWriter.h32 void addSample(const std::string &measurement,
49 inline void HistogramWriter::addSample(const std::string &measurement, in addSample() argument
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dorca_load_report.proto26 // should be derived from the latest sample or measurement.
30 // resources. This should be derived from the latest sample or measurement.
42 // available, derived from the latest sample or measurement.
/third_party/iptables/extensions/
Dlibxt_RATEEST.man9 Rate measurement interval, in seconds, milliseconds or microseconds.
12 Rate measurement averaging time constant.
/third_party/ltp/testcases/kernel/security/integrity/ima/
DREADME.md11 ### 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/benchmark/tools/gbench/
Dreport.py355 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/grpc/src/proto/grpc/testing/xds/
Dorca_load_report_for_test.proto40 // should be derived from the latest sample or measurement.
44 // resources. This should be derived from the latest sample or measurement.
56 // available, derived from the latest sample or measurement.
/third_party/skia/third_party/externals/icu/source/i18n/
Dulocdata.cpp225 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/
Dulocdata.cpp225 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/
Dulocdata.cpp225 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/
Dulocdata.cpp225 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/
Dresult_parser.py183 for measurement in result["measurements"]:
184 total_weight += measurement["weight"]
185 total_value += measurement["value"]["magnitude"]
/third_party/benchmark/src/
Dperf_counters.h154 double measurement = static_cast<double>(end_values_[i]) - in StopAndGetMeasurements() local
156 ret.push_back({counters_.names()[i], measurement}); in StopAndGetMeasurements()

1234567