HomeSort by relevance Sort by last modified time
    Searched defs:testFile (Results 26 - 50 of 50) sorted by null

12

  /external/guava/guava-tests/test/com/google/common/io/
IoTestCase.java 78 File testFile = new File(testFileUrl.toURI());
79 testDir = testFile.getParentFile(); // the testdata directory
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
AntResourcesLocatorTest.java 63 public void testFile() throws IOException {
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCheckCLDR.java 491 CLDRFile testFile = null;
495 if (testFile != null) {
498 testFile = new CLDRFile(new SimpleXMLSource((String) test[0]));
499 testFactory.addFile(testFile);
511 testFile.add(path1, collidingValue);
512 testFile.add(path2, collidingValue);
515 c.setCldrFileToCheck(testFile, options, result);
526 assertEquals(testFile.getLocaleID() + " " + type1 + "/" + period1 + " vs " + type2 + "/" + period2
529 testFile.remove(path1);
530 testFile.remove(path2)
    [all...]
TestCoverage.java 108 CLDRFile testFile = fullCldrFactory.make(locale, false);
112 coreCoverage = CoreCoverageInfo.getCoreCoverageInfo(testFile,
  /cts/hostsidetests/os/src/android/os/cts/
ProcfsHostTests.java 89 testFile(PROC_STAT_PATH, PROC_STAT_READ_COMMAND, PROC_STAT_PATTERN);
99 testFile("/proc/" + mTestAppPid + "/stat", "cat ", PID_TID_STAT_PATTERN);
129 private void testFile(String absolutePath, String readCommand, Pattern pattern) throws Exception {
  /external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuiteFactory.java 73 final File testFile = new File(grammarDir + File.separator + grammarName + TEST_SUITE_EXT);
75 final TestSuite result = new TestSuite(grammarName, testFile);
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
ArchiveStreamFactoryTest.java 166 final String testFile;
173 TestData(final String testFile, final String type, final boolean hasOut, final String expectedEncoding, final ArchiveStreamFactory fac, final String fieldName) {
174 this.testFile = testFile;
184 return "TestData [testFile=" + testFile + ", expectedEncoding=" + expectedEncoding + ", fac=" + fac
318 try (final ArchiveInputStream ais = getInputStreamFor(test.testFile, test.fac)) {
337 try (final ArchiveInputStream ais = getInputStreamFor(test.type, test.testFile, test.fac)) {
  /external/conscrypt/platform/src/test/java/org/conscrypt/ct/
CTLogStoreImplTest.java 96 File testFile = writeFile(LOGS_SERIALIZED[0]);
97 log = CTLogStoreImpl.loadLog(testFile);
  /external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/ct/
CTLogStoreImplTest.java 100 File testFile = writeFile(LOGS_SERIALIZED[0]);
101 log = CTLogStoreImpl.loadLog(testFile);
  /external/javapoet/src/test/java/com/squareup/javapoet/
FileWritingTest.java 91 File testFile = new File(tmp.getRoot(), "Test.java");
92 assertThat(testFile.exists()).isTrue();
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 595 def testFile(self):
  /cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DeviceReportTest.java 90 public void testFile() throws Exception {
  /cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DeviceReportTest.java 90 public void testFile() throws Exception {
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
UTF8ZipFilesTest.java 250 testFile(file, encoding);
336 private static void testFile(final File file, final String encoding)
392 testFile(file1,CP437);
393 testFile(file2,CP437);
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 223 LocalUFILEPointer testFile;
237 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8"));
238 if (testFile.isNull()) {
263 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, dbl);
268 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i8);
273 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i16);
278 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i32);
283 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i64);
288 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, cBuffer);
292 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, argument)
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TestSuiteContentReport.java 368 String testFile = "";
374 testFile = testFile + opt.getValue() + " ";
380 System.out.printf(",%s,%s", testFile.trim(), pushList.trim());
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 96 final File testFile = new File(mountDir, "test1.txt");
99 assertTrue("test1.txt does not exist in OBB dir", testFile.exists());
100 assertFileContains(testFile, TEST1_NEW_CONTENTS);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 923 FILE *testFile = NULL;
935 if(testFile) {
936 fclose(testFile);
951 testFile = fopen(buffer, "rb");
953 if(testFile == 0) {
956 testFile = fopen(buffer, "rb");
958 if(testFile == 0) {
961 testFile = fopen(buffer, "rb");
963 if (testFile == 0) {
    [all...]
rbbitst.cpp 707 UChar *testFile = ReadAndConvertFile(testFileName.data(), len, "UTF-8", status);
718 UnicodeString testString(FALSE, testFile, len);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jdepend-2.9.jar 
ant.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 7044 milliseconds

12