Home
last modified time | relevance | path

Searched refs:suit (Results 1 – 25 of 52) sorted by relevance

123

/external/opencv3/modules/ts/misc/
Dperf_tests_timing.py124 for suit in sorted(testsuits, key = lambda suit: suit['time'], reverse = True):
126 tbl.newCell('module', suit['module'])
127 tbl.newCell('name', suit['name'])
128 tbl.newCell('time', formatValue(suit['time'], '', ''), suit['time'])
129 tbl.newCell('num', suit['num'])
130 if (suit['failed'] != 0):
131 tbl.newCell('failed', suit['failed'])
142 for suit in sorted(testsuits, key = lambda suit: suit['time'], reverse = True):
143 if (suit['failed'] != 0):
145 tbl.newCell('module', suit['module'])
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DEnumBean.java22 private Suit suit; field in EnumBean
42 return suit; in getSuit()
45 public void setSuit(Suit suit) { in setSuit() argument
46 this.suit = suit; in setSuit()
DEnumTest.java125 Suit suit = (Suit) yaml.load("!!org.yaml.snakeyaml.Suit 'CLUBS'\n"); in testLoadEnum() local
126 assertEquals(Suit.CLUBS, suit); in testLoadEnum()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
D_README.txt12 feedManipulation.sh (and .xml) and create a copy similar to suit your needs.
37 a feed change. You can customize the response to suit your needs.
/external/autotest/test_suites/
Dcontrol.security_weekly18 be added to the regular 'security' suit.
/external/chromium-trace/catapult/tracing/docs/
Dgetting-started.md4 …* How to [[extend and customize|Extending-and-Customizing-Trace-Viewer]] the trace-viewer to suit
/external/harfbuzz_ng/win32/
Dintrospection-msvc.mak8 # Change or pass in or set the following to suit your environment
/external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/
Dinternal_utils.cmake15 # Tweaks CMake's default compiler/linker settings to suit Google Test's needs.
46 # Google Mock. You can tweak these definitions to suit your need. A
/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake15 # Tweaks CMake's default compiler/linker settings to suit Google Test's needs.
46 # Google Mock. You can tweak these definitions to suit your need. A
/external/opencv3/doc/tutorials/introduction/biicode/
Dtutorial_biicode.markdown158 For any doubts or further information regarding biicode, suit yourselves at [Stackoverflow](http://…
/external/ceres-solver/docs/source/
Dfeatures.rst42 optimization algorithms will suit different needs. To this end,
/external/curl/docs/
DSECURITY83 and the actual release should follow suit immediately afterwards.
DMAIL-ETIQUETTE39 please use the one or the ones that suit you the most.
/external/nanopb-c/docs/
Dindex.rst107 the dependencies. You may have to edit it a bit to suit your custom platform.
/external/e2fsprogs/ext2ed/
DREADME140 /var/lib/ext2ed/ext2ed.conf to suit your needs. The various
/external/clang/docs/
DMSVCCompatibility.rst120 time. By default on Windows, Clang attempts to follow suit. This behavior is
/external/icu/icu4c/source/samples/ufortune/resources/
Droot.txt137 "A chubby man with a white beard and a red suit will approach you soon.
/external/libxml2/win32/
DReadme.txt79 Once you have decided which options suit you, run the script with that
/external/mesa3d/docs/
DREADME.CYGWIN88 for the given attribute list. However, if this doesn't suit your needs
/external/protobuf/gtest/
DCMakeLists.txt62 # tweak these definitions to suit your need. A variable's value is
/external/libjpeg-turbo/
DREADME64 method for full-color and grayscale images. JPEG's strong suit is compressing
/external/valgrind/
DCOPYING.DOCS391 combination of the three, merge those two alternatives to suit the
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
DIJG_README69 are not its strong suit. JPEG is lossy, meaning that the output image is not
/external/bison/doc/
Dfdl.texi495 combination of the three, merge those two alternatives to suit the
/external/libmicrohttpd/doc/
Dfdl-1.3.texi495 combination of the three, merge those two alternatives to suit the

123