Home
last modified time | relevance | path

Searched refs:opt_terse (Results 1 – 6 of 6) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dvalidate-shaders.sh88 opt_terse=false
172 opt_terse=true
184 $opt_terse || opt_summary=false
214 …$opt_terse && printf "\r[%-3d/%-3d : ${white}comperr=%-3d ${red}valerr=%-3d ${cyan}ok=%-3d${no_col…
257 $opt_terse && echo
/external/deqp-deps/glslang/Test/
Dvalidate-shaders.sh88 opt_terse=false
172 opt_terse=true
184 $opt_terse || opt_summary=false
214 …$opt_terse && printf "\r[%-3d/%-3d : ${white}comperr=%-3d ${red}valerr=%-3d ${cyan}ok=%-3d${no_col…
257 $opt_terse && echo
/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp107 UBool opt_terse = FALSE; variable
149 {"-terse", OptSpec::FLAG, &opt_terse},
220 if (status==U_USING_DEFAULT_WARNING && opt_terse==FALSE) { in createICUBrkIt()
223 if (status==U_USING_FALLBACK_WARNING && opt_terse==FALSE) { in createICUBrkIt()
285 if (opt_terse == FALSE) { in doForwardTest()
296 if (opt_terse == FALSE) { in doForwardTest()
305 if (opt_terse == FALSE) { in doForwardTest()
359 if (opt_terse == FALSE) { in doForwardTest()
404 if (opt_terse == FALSE) { in doIsBoundTest()
733 if (opt_terse == FALSE) { in main()
Dubrkperf.cpp62 if (opt_terse == FALSE) {
73 if (opt_terse == FALSE) {
80 if (opt_terse == FALSE) {
134 if (opt_terse == FALSE) {
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp116 UBool opt_terse = false; variable
176 {"-terse", OptSpec::FLAG, &opt_terse},
428 if (opt_terse == false) { in doKeyGen()
451 if (opt_terse == false) { in doKeyGen()
613 if (opt_terse == false) { in doBinarySearch()
682 if (opt_terse == false) { in doBinarySearch()
766 if (opt_terse == false) { in doQSort()
1454 if (status==U_USING_DEFAULT_WARNING && opt_terse==false) { in main()
1457 if (status==U_USING_FALLBACK_WARNING && opt_terse==false) { in main()
1601 if (opt_terse == false) { in main()
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DCollationPerformanceTest.java101 static boolean opt_terse = false; field in CollationPerformanceTest
303 if (!opt_terse) { in doQSort()
479 if (!opt_terse) { in doBinarySearch()
531 if (!opt_terse) { in doKeyGen()
956 opt_terse = true; in processOptions()
1102 if (!opt_terse) { in readDataLines()