Home
last modified time | relevance | path

Searched refs:ups (Results 1 – 25 of 71) sorted by relevance

123

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry_test.cc158 const PointSet& ups = *collected_metrics->point_set_map.at( in TEST() local
160 EXPECT_EQ("/tensorflow/test/counter_without_labels", ups.metric_name); in TEST()
161 ASSERT_EQ(1, ups.points.size()); in TEST()
162 EXPECT_EQ(0, ups.points[0]->labels.size()); in TEST()
163 EXPECT_EQ(ValueType::kInt64, ups.points[0]->value_type); in TEST()
164 EXPECT_EQ(7, ups.points[0]->int64_value); in TEST()
165 EXPECT_LT(0, ups.points[0]->start_timestamp_millis); in TEST()
166 EXPECT_LT(0, ups.points[0]->end_timestamp_millis); in TEST()
167 EXPECT_GE(ups.points[0]->end_timestamp_millis, in TEST()
168 ups.points[0]->start_timestamp_millis); in TEST()
[all …]
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py333 ups= 0
337 ups= ups+1
339 if ups>0:
340 ups= ups-1
346 while ups>0:
347 ups= ups-1
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBagFormatter.java38 static final void generatePropertyAliases(boolean showValues, UnicodeProperty.Factory ups) { in generatePropertyAliases() argument
43 props.addAll(ups.getAvailableNames()); in generatePropertyAliases()
49 UnicodeProperty up = ups.getProperty(propAlias); in generatePropertyAliases()
107 UnicodeProperty.Factory ups = ICUPropertyFactory.make(); in main() local
108 us = ups.getSet("gc=mn", null, null); in main()
/external/google-breakpad/src/testing/
DCHANGES16 * Bug fixes and implementation clean-ups.
45 * Bug fixes, better test coverage, and implementation clean-ups.
77 * Bug fixes and implementation clean-ups.
88 * Bug fixes and implementation clean-ups.
/external/google-breakpad/src/testing/gtest/
DCHANGES29 * Bug fixes and implementation clean-ups.
48 * Bug fixes and implementation clean-ups.
72 * Bug fixes and implementation clean-ups.
87 * Bug fixes and implementation clean-ups.
/external/libvpx/libvpx/third_party/googletest/src/
DCHANGES56 * Bug fixes and implementation clean-ups.
75 * Bug fixes and implementation clean-ups.
99 * Bug fixes and implementation clean-ups.
114 * Bug fixes and implementation clean-ups.
/external/libaom/libaom/third_party/googletest/src/googletest/
DCHANGES56 * Bug fixes and implementation clean-ups.
75 * Bug fixes and implementation clean-ups.
99 * Bug fixes and implementation clean-ups.
114 * Bug fixes and implementation clean-ups.
/external/ltp/testcases/network/stress/interface/
D00_Descriptions.txt3 command ups, then downs an interface many times
/external/u-boot/arch/arm/dts/
Dsun6i-a31-hummingbird.dts98 /* pull-ups and devices require AXP221 DLDO3 */
136 /* external pull-ups missing for some pins */
Dsun8i-h3-orangepi-pc-plus.dts86 /* eMMC is missing pull-ups */
Dsun8i-h3-orangepi-plus.dts107 /* eMMC is missing pull-ups */
Dsun8i-q8-common.dtsi64 * short-circuits we configure these as inputs with pull-ups via
Drk3399-puma.dtsi570 /* We need pull-ups on Q7 buttons */
630 /* Enable pull-ups, the pins would float otherwise. */
Dsun8i-a33-sinlinx-sina33.dts144 /* eMMC is missing pull-ups */
Dsun6i-a31s-primo81.dts68 /* pull-ups and device VDDIO use AXP221 DLDO3 */
Dsun4i-a10-dserve-dsrv9703c.dts124 /* pull-ups and devices require AXP209 LDO3 */
/external/sonic/
DREADME2 it's optimized for speed ups of over 2X, unlike previous algorithms for changing
/external/ImageMagick/
DREADME.txt91 internal algorithms are OpenMP-enabled to take advantage of speed-ups
96 OpenCL-enabled to take advantage of speed-ups offered by executing in
DREADME.md60 …and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by multicor…
62 …ributed): certain algorithms are OpenCL-enabled to take advantage of speed-ups offered by executin…
/external/libcap-ng/libcap-ng-0.7/
DChangeLog74 - spec file clean ups
/external/freetype/src/autofit/
Daflatin2.c1277 FT_Pos ups = 0; /* number of upwards segments */ in af_latin2_hints_compute_edges()
1298 ups += seg->max_coord-seg->min_coord; in af_latin2_hints_compute_edges()
1367 if ( ups > downs ) in af_latin2_hints_compute_edges()
1370 else if ( ups < downs ) in af_latin2_hints_compute_edges()
1373 else if ( ups == downs ) in af_latin2_hints_compute_edges()
Daflatin.c2303 FT_Pos ups = 0; /* number of upwards segments */ in af_latin_hints_compute_edges()
2324 ups += seg->max_coord - seg->min_coord; in af_latin_hints_compute_edges()
2393 if ( ups > downs ) in af_latin_hints_compute_edges()
2396 else if ( ups < downs ) in af_latin_hints_compute_edges()
2399 else if ( ups == downs ) in af_latin_hints_compute_edges()
/external/openssh/
DREADME17 reintroduced and many other clean-ups. OpenSSH has been created by
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProcess.inc116 // boxes. As this method is used by bugpoint, preventing these pop-ups
/external/e2fsprogs/doc/RelNotes/
Dv1.44.3.txt99 Various clean ups, portability, and performance improvements to

123