HomeSort by relevance Sort by last modified time
    Searched refs:exhaustive (Results 1 - 25 of 50) sorted by null

1 2

  /external/libpng/tests/
pngimage-full 2 exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
break.s 1 ; No-brainer doing an exhaustive test for this one, I guess.
  /external/icu/icu4c/source/test/
Makefile.in 39 check-exhaustive check-exhaustive-recursive
64 check-exhaustive: everything check-exhaustive-recursive check-local
84 xcheck-recursive check-recursive check-exhaustive-recursive:
  /external/icu/icu4c/source/tools/
Makefile.in 26 check check-local check-recursive build-local check-exhaustive
39 check-exhaustive: check
  /prebuilts/go/darwin-x86/src/regexp/
exec2_test.go 19 testRE2(t, "testdata/re2-exhaustive.txt.bz2")
exec_test.go 23 // considered during RE2's exhaustive tests, which run all possible
28 // The log file, re2-exhaustive.txt, is generated by running 'make log'
63 // At time of writing, re2-exhaustive.txt is 59 MB but compresses to 385 kB,
64 // so we store re2-exhaustive.txt.bz2 in the repository and decompress it on the fly.
  /prebuilts/go/linux-x86/src/regexp/
exec2_test.go 19 testRE2(t, "testdata/re2-exhaustive.txt.bz2")
exec_test.go 23 // considered during RE2's exhaustive tests, which run all possible
28 // The log file, re2-exhaustive.txt, is generated by running 'make log'
63 // At time of writing, re2-exhaustive.txt is 59 MB but compresses to 385 kB,
64 // so we store re2-exhaustive.txt.bz2 in the repository and decompress it on the fly.
  /external/icu/icu4c/source/samples/
Makefile.in 32 check check-recursive check-local check-exhaustive
52 check-exhaustive: check
  /external/regex-re2/
Makefile 277 make CXXFLAGS="$(CXXFLAGS) -DLOGGING=1" obj/test/exhaustive{,1,2,3}_test
278 echo '#' RE2 exhaustive tests built by make log >re2-exhaustive.txt
279 echo '#' $$(date) >>re2-exhaustive.txt
280 obj/test/exhaustive_test |grep -v '^PASS$$' >>re2-exhaustive.txt
281 obj/test/exhaustive1_test |grep -v '^PASS$$' >>re2-exhaustive.txt
282 obj/test/exhaustive2_test |grep -v '^PASS$$' >>re2-exhaustive.txt
283 obj/test/exhaustive3_test |grep -v '^PASS$$' >>re2-exhaustive.txt
  /prebuilts/go/darwin-x86/test/
print.go 8 // by the print builtin. This test is not exhaustive,
append.go 7 // Semi-exhaustive test for the append predeclared function.
copy.go 7 // Semi-exhaustive test for the copy predeclared function.
  /prebuilts/go/linux-x86/test/
print.go 8 // by the print builtin. This test is not exhaustive,
append.go 7 // Semi-exhaustive test for the append predeclared function.
copy.go 7 // Semi-exhaustive test for the copy predeclared function.
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CompactCharArray.java 198 public void compact(boolean exhaustive)
205 char[] target = exhaustive ? new char[UNICODECOUNT] : values;
227 if (exhaustive) {
CompactByteArray.java 196 public void compact(boolean exhaustive)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CompactCharArray.java 196 public void compact(boolean exhaustive)
203 char[] target = exhaustive ? new char[UNICODECOUNT] : values;
225 if (exhaustive) {
CompactByteArray.java 194 public void compact(boolean exhaustive)
  /prebuilts/go/darwin-x86/src/sort/
search_test.go 149 // Abstract exhaustive test: all sizes up to 100,
  /prebuilts/go/linux-x86/src/sort/
search_test.go 149 // Abstract exhaustive test: all sizes up to 100,
  /external/python/cpython2/Doc/
make.bat 63 echo.the documentation for your version of Sphinx for more exhaustive lists
  /prebuilts/go/darwin-x86/src/runtime/
runtime_test.go 183 // This isn't really an exhaustive test of eqstring, it's
  /prebuilts/go/linux-x86/src/runtime/
runtime_test.go 183 // This isn't really an exhaustive test of eqstring, it's

Completed in 893 milliseconds

1 2