Home
last modified time | relevance | path

Searched refs:metric (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/third_party/ninja/src/
Dmetrics.cc80 ScopedMetric::ScopedMetric(Metric* metric) { in ScopedMetric() argument
81 metric_ = metric; in ScopedMetric()
95 Metric* metric = new Metric; in NewMetric() local
96 metric->name = name; in NewMetric()
97 metric->count = 0; in NewMetric()
98 metric->sum = 0; in NewMetric()
99 metrics_.push_back(metric); in NewMetric()
100 return metric; in NewMetric()
114 Metric* metric = *i; in Report() local
115 double total = metric->sum / (double)1000; in Report()
[all …]
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfdrivr.c476 PCF_Metric metric; in PCF_Glyph_Load() local
496 metric = face->metrics + glyph_index; in PCF_Glyph_Load()
498 bitmap->rows = (unsigned int)( metric->ascent + in PCF_Glyph_Load()
499 metric->descent ); in PCF_Glyph_Load()
500 bitmap->width = (unsigned int)( metric->rightSideBearing - in PCF_Glyph_Load()
501 metric->leftSideBearing ); in PCF_Glyph_Load()
528 slot->bitmap_left = metric->leftSideBearing; in PCF_Glyph_Load()
529 slot->bitmap_top = metric->ascent; in PCF_Glyph_Load()
531 slot->metrics.horiAdvance = (FT_Pos)( metric->characterWidth * 64 ); in PCF_Glyph_Load()
532 slot->metrics.horiBearingX = (FT_Pos)( metric->leftSideBearing * 64 ); in PCF_Glyph_Load()
[all …]
Dpcfread.c320 PCF_Metric metric ) in pcf_get_metric() argument
336 (void)FT_STREAM_READ_FIELDS( fields, metric ); in pcf_get_metric()
347 metric->leftSideBearing = (FT_Short)( compr.leftSideBearing - 0x80 ); in pcf_get_metric()
348 metric->rightSideBearing = (FT_Short)( compr.rightSideBearing - 0x80 ); in pcf_get_metric()
349 metric->characterWidth = (FT_Short)( compr.characterWidth - 0x80 ); in pcf_get_metric()
350 metric->ascent = (FT_Short)( compr.ascent - 0x80 ); in pcf_get_metric()
351 metric->descent = (FT_Short)( compr.descent - 0x80 ); in pcf_get_metric()
352 metric->attributes = 0; in pcf_get_metric()
359 metric->characterWidth, in pcf_get_metric()
360 metric->leftSideBearing, in pcf_get_metric()
[all …]
/third_party/skia/third_party/externals/dawn/scripts/
Dperf_test_runner.py30 metric = 'wall_time' variable
108 def get_results(metric, extra_args=[]): argument
121 pattern = metric + r'.*= ([0-9.]+)'
124 print("Did not find the metric '%s' in the test output:" % metric)
137 experiment_scores = get_results(metric, ["--override-steps", str(steps)])
140 sys.stdout.write("%s: %.2f" % (metric, score))
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-vorg-table.hh104 VertOriginMetric metric; in subset() local
105 metric.glyph = new_glyph; in subset()
106 metric.vertOriginY = _.vertOriginY; in subset()
107 return metric; in subset()
/third_party/skia/third_party/externals/angle2/scripts/
Dperf_test_runner.py132 def get_results(metric, extra_args=[]): argument
145 pattern = r'\.' + metric + r':.*= ([0-9.]+)'
150 raise Exception('Did not find the metric "%s" in the test output' % metric)
160 experiment_scores = get_results(args.metric,
164 sys.stdout.write("%s: %.2f" % (args.metric, score))
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_QCOM_image_processing2.adoc32 computes an error metric, that describes whether a block of texels in
36 metric at each (X,Y) location within the 2D window and returns either
41 computing the SSD error metric at each location within the 2D window.
44 This instruction computes an error metric, that describes whether a
47 The instruction computes the SAD error metric at 4 texel offsets and
48 returns the error metric for each offset in the X,Y,Z,and W components.
52 computing the SSD error metric for 4 offsets.
/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp296 for (auto metric : metrics) { in GetLineMetrics() local
298 m.set("startIndex", metric.fStartIndex); in GetLineMetrics()
299 m.set("endIndex", metric.fEndIndex); in GetLineMetrics()
300 m.set("endExcludingWhitespaces", metric.fEndExcludingWhitespaces); in GetLineMetrics()
301 m.set("endIncludingNewline", metric.fEndIncludingNewline); in GetLineMetrics()
302 m.set("isHardBreak", metric.fHardBreak); in GetLineMetrics()
303 m.set("ascent", metric.fAscent); in GetLineMetrics()
304 m.set("descent", metric.fDescent); in GetLineMetrics()
305 m.set("height", metric.fHeight); in GetLineMetrics()
306 m.set("width", metric.fWidth); in GetLineMetrics()
[all …]
/third_party/libwebsockets/READMEs/
DREADME.lws_metrics.md74 names in the reporting policy same as any other metric names.
84 Histogram metrics track differently-qualified results in the same metric, for
85 example the metric `n.cn.failures` maintains separate result counts for all
114 /* 0 = leave metric to accumulate, 1 = reset the metric */
144 A single metric aggregation object has separate "go / no-go" counters, since
149 - a mean of a 64-bit event metric, separate for go and no-go events
151 - a min and max of the metric
176 |`LWSMTFL_REPORT_MEAN`|the mean is interesting for this metric|
187 |metric name|scope|type|meaning|
201 |metric name|scope|type|meaning|
/third_party/toybox/toys/pending/
Droute.c132 int flags, ref, use, metric, mss, win, irtt, items; in display_routes() local
143 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) == 11) in display_routes()
162 else xprintf("%-6d %-2d %7d %s\n", metric, ref, use, iface); in display_routes()
410 int prefixlen, metric, use, refcount, flag, items = 0; in display_routes6() local
419 &prefixlen, ipv6_src_addr+8, &metric, &use, &refcount, &flag, in display_routes6()
436 toybuf, buf2, flag_val, metric, refcount, use, iface); in display_routes6()
/third_party/skia/third_party/externals/icu/source/data/unit/
Dmzn.txt249 metric-ton{
385 cup-metric{
423 pint-metric{
759 metric-ton{
895 cup-metric{
933 pint-metric{
Dar_SA.txt239 metric-ton{
381 cup-metric{
397 pint-metric{
765 cup-metric{
789 pint-metric{
Dlo.txt514 metric-ton{
706 cup-metric{
708 other{"{0} metric cups"}
761 pint-metric{
762 dnam{"metric pints"}
763 other{"{0} metric pints"}
1446 metric-ton{
1608 cup-metric{
1663 pint-metric{
Dha.txt651 metric-ton{
652 dnam{"metric tons"}
653 one{"metric ton {0}"}
654 other{"metric tons {0}"}
889 cup-metric{
890 dnam{"metric cups"}
891 one{"metric cup {0}"}
892 other{"metric cups {0}"}
967 pint-metric{
968 dnam{"metric pints"}
[all …]
Des_419.txt58 metric-ton{
154 metric-ton{
270 metric-ton{
Dzh_Hant.txt527 metric-ton{
731 cup-metric{
801 pint-metric{
1226 metric-ton{
1388 cup-metric{
1431 pint-metric{
1930 metric-ton{
2134 cup-metric{
2205 pint-metric{
Dzh.txt528 metric-ton{
730 cup-metric{
798 pint-metric{
1184 cup-metric{
1227 pint-metric{
1676 cup-metric{
1743 pint-metric{
Den.txt672 metric-ton{
673 dnam{"metric tons"}
674 one{"{0} metric ton"}
675 other{"{0} metric tons"}
918 cup-metric{
919 dnam{"metric cups"}
920 one{"{0} metric cup"}
921 other{"{0} metric cups"}
1006 pint-metric{
1007 dnam{"metric pints"}
[all …]
Did.txt542 metric-ton{
742 cup-metric{
743 dnam{"metric cup"}
744 other{"{0} metric cup"}
813 pint-metric{
814 dnam{"metric pint"}
815 other{"{0} metric pint"}
1527 metric-ton{
1701 cup-metric{
1759 pint-metric{
Dia.txt485 metric-ton{
684 cup-metric{
685 dnam{"tassas metric"}
687 other{"{0} tassas metric"}
737 pint-metric{
738 dnam{"pintas metric"}
740 other{"{0} pintas metric"}
1357 metric-ton{
1556 cup-metric{
1609 pint-metric{
/third_party/node/deps/cares/src/lib/
Dares_sysconfig.c165 ULONG metric; member
185 if (left->metric < right->metric) { in compareAddresses()
188 if (left->metric > right->metric) { in compareAddresses()
403 addresses[addressesIndex].metric = getBestRouteMetric( in get_DNS_Windows()
447 addresses[addressesIndex].metric = getBestRouteMetric( in get_DNS_Windows()
/third_party/icu/icu4c/source/data/unit/
Dia.txt730 cup-metric{
731 dnam{"tassas metric"}
732 one{"{0} tassa metric"}
733 other{"{0} tassas metric"}
813 pint-metric{
814 dnam{"pintas metric"}
815 one{"{0} pinta metric"}
816 other{"{0} pintas metric"}
985 cup-metric{
1053 pint-metric{
[all …]
Dar_SA.txt381 cup-metric{
397 pint-metric{
765 cup-metric{
789 pint-metric{
Dha.txt717 dnam{"metric tons"}
718 one{"metric ton {0}"}
719 other{"metric tons {0}"}
924 cup-metric{
925 dnam{"metric cups"}
926 one{"metric cup {0}"}
927 other{"metric cups {0}"}
1002 pint-metric{
1003 dnam{"metric pints"}
1004 one{"metric pint {0}"}
[all …]
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx444 static void set_metric(const string& metric,
447 static void inc_metric(const string& metric,
449 static void add_metric(const string& metric,
452 static void inc_metric(const string& metric,
455 static void add_metric(const string& metric,
2422 set_metric(const string& metric, double value) in set_metric() argument
2425 metrics[metric] = value; in set_metric()
2429 inc_metric(const string& metric)
2432 metrics[metric] ++;
2436 set_metric(const string& metric, in set_metric() argument
[all …]

12345678910>>...34