HomeSort by relevance Sort by last modified time
    Searched refs:testFile (Results 51 - 75 of 95) sorted by null

1 23 4

  /prebuilts/go/darwin-x86/src/cmd/gofmt/
long_test.go 44 func testFile(t *testing.T, b1, b2 *bytes.Buffer, filename string) {
96 testFile(t, b1, b2, filename)
  /prebuilts/go/linux-x86/src/cmd/gofmt/
long_test.go 44 func testFile(t *testing.T, b1, b2 *bytes.Buffer, filename string) {
96 testFile(t, b1, b2, filename)
  /tools/tradefederation/core/src/com/android/tradefed/device/
NativeDeviceStateMonitor.java 287 final String testFile = String.format("'%s/%d'", externalStore, number);
289 final String writeCmd = String.format("echo '%s' > %s", testString, testFile);
290 final String checkCmd = String.format("cat %s", testFile);
291 final String cleanupCmd = String.format("rm %s", testFile);
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 973 FILE *testFile = NULL;
985 if(testFile) {
986 fclose(testFile);
    [all...]
rbbitst.cpp     [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityHostTestBase.java 144 File testFile = buildHelper.getTestFile(fileName);
146 String installResult = mDevice.installPackage(testFile, true, options);
  /external/antlr/antlr-3.4/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);
  /frameworks/rs/rsov/compiler/spirit/
module_test.cpp 45 std::vector<uint32_t> readWords(const char *testFile) {
48 const std::string &fullPath = getAbsolutePath(testDataPath + testFile);
pass_queue_test.cpp 85 std::vector<uint32_t> readWords(const char *testFile) {
88 const std::string &fullPath = getAbsolutePath(testDataPath + testFile);
  /cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DalvikTest.java 249 public void setIncludeTestFile(File testFile) {
250 mIncludeTestFile = testFile;
257 public void setExcludeTestFile(File testFile) {
258 mExcludeTestFile = testFile;
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
AntResourcesLocatorTest.java 63 public void testFile() throws IOException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 97 File testFile = new File(FileLocator.toFileURL(url).toURI());
98 String testFileName = testFile.getAbsolutePath().replace('\\', '/');
  /art/tools/checker/file_format/checker/
test.py 196 testFile = CheckerFile("<test_file>")
199 testCase = TestCase(testFile, caseName, 0)
206 return testFile
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
FileUtilFuncTest.java 352 File testFile = FileUtil.createTempFile("test", "file", subdir1);
356 assertNotNull(FileUtil.findFile(dest, testFile.getName()));
  /cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DeviceReportTest.java 90 public void testFile() throws Exception {
  /libcore/luni/src/test/java/dalvik/system/
BlockGuardTest.java 51 public void testFile() throws Exception {
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 443 URL testFile = new URL("file:///pages/index.html");
449 assertTrue("file".equalsIgnoreCase(testFile.getProtocol()));
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 95 final File testFile = new File(mountDir, "test1.txt");
98 assertTrue("test1.txt does not exist in OBB dir", testFile.exists());
99 assertFileContains(testFile, TEST1_NEW_CONTENTS);
  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 33 testFile = "testdata/file"
80 file, err := ioutil.ReadFile(testFile)
284 testFile := &fakeFileInfo{basename: test.name}
288 ents: []*fakeFileInfo{testFile},
290 fs[fmt.Sprintf("/%d/%s", i, test.name)] = testFile
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs_test.go 33 testFile = "testdata/file"
80 file, err := ioutil.ReadFile(testFile)
284 testFile := &fakeFileInfo{basename: test.name}
288 ents: []*fakeFileInfo{testFile},
290 fs[fmt.Sprintf("/%d/%s", i, test.name)] = testFile
    [all...]
  /build/blueprint/bootstrap/
bootstrap.go 540 testFile := filepath.Join(testRoot, "test")
578 Outputs: []string{testFile},
588 Inputs: []string{testFile},
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 309 File testFile = new File(folder.getLocation().toOSString());
310 if (testFile.isDirectory()) {
311 pathList.add(testFile.getAbsolutePath());
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTestUtility.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTestUtility.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java     [all...]

Completed in 3884 milliseconds

1 23 4