HomeSort by relevance Sort by last modified time
    Searched refs:testFiles (Results 1 - 4 of 4) sorted by null

  /sdk/manifmerger/tests/src/com/android/manifmerger/
ManifestMergerTestCase.java 69 static class TestFiles {
78 public TestFiles(
149 * @return A new {@link TestFiles} instance. Never null.
154 TestFiles loadTestData() throws Exception {
186 * @return A new {@link TestFiles} instance. Must not be null.
190 TestFiles loadTestData(@NonNull String filename) throws Exception {
315 return new TestFiles(
348 * invokes {@link #processTestFiles(TestFiles)} to test them.
351 * @see #processTestFiles(TestFiles)
358 * Processes the data from the given {@link TestFiles} b
    [all...]
  /external/libffi/testsuite/
run-all-tests 93 testFiles=`/bin/ls libffi.call/*.c`
100 for file in $testFiles; do
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 100 testFiles = []
102 testFiles.append(testPath)
104 testFiles.sort()
105 for testPath in testFiles:
224 testFiles = []
236 testFiles.append(testPath)
238 testFiles.sort()
239 for testPath in testFiles:
  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
BP2TestCaseHelper.java 221 File testFiles[] = dir.listFiles(new FilenameFilter() {
228 for (File testFile : testFiles) {

Completed in 433 milliseconds