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

1 2 3

  /external/libpng/tests/
pngimage-full 2 exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
  /toolchain/binutils/binutils-2.27/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 42 check-exhaustive check-exhaustive-recursive
67 check-exhaustive: everything check-exhaustive-recursive check-local
87 xcheck-recursive check-recursive check-exhaustive-recursive:
  /external/icu/icu4c/source/tools/
Makefile.in 30 check check-local check-recursive build-local check-exhaustive
43 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/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/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,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic_test.go 31 // exhaustive test of magic for n bits
  /prebuilts/go/darwin-x86/src/sort/
search_test.go 149 // Abstract exhaustive test: all sizes up to 100,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic_test.go 31 // exhaustive test of magic for n bits
  /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
  /external/python/cpython3/Doc/
make.bat 78 echo.the documentation for your version of Sphinx for more exhaustive lists
  /prebuilts/go/darwin-x86/src/runtime/
runtime_test.go 202 // This isn't really an exhaustive test of == on strings, it's
  /prebuilts/go/linux-x86/src/runtime/
runtime_test.go 202 // This isn't really an exhaustive test of == on strings, it's

Completed in 559 milliseconds

1 2 3