/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())); 373 File testFile = FileUtil.createTempFile("test", "file", subdir1); 378 assertNotNull(FileUtil.findFile(dest, testFile.getName()));
|
/external/icu/icu4c/source/test/intltest/ |
tsmthred.cpp | 973 FILE *testFile = NULL; 985 if(testFile) { 986 fclose(testFile); [all...] |
rbbitst.cpp | [all...] |
/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);
|
/frameworks/base/telephony/java/android/telephony/ |
MbmsDownloadSession.java | [all...] |
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
DalvikTest.java | 269 public void setIncludeTestFile(File testFile) { 270 mIncludeTestFile = testFile; 277 public void setExcludeTestFile(File testFile) { 278 mExcludeTestFile = testFile;
|
/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());
|
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
AntResourcesLocatorTest.java | 63 public void testFile() throws IOException {
|
/frameworks/base/cmds/incidentd/tests/ |
FdBuffer_test.cpp | 228 const std::string testFile = kTestDataPath + "morethan4MB.txt"; 230 unique_fd fd(open(testFile.c_str(), O_RDONLY | O_CLOEXEC));
|
/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
|
/frameworks/base/cmds/incident_helper/tests/ |
PsParser_test.cpp | 53 const string testFile = kTestDataPath + "ps.txt"; 210 int fd = open(testFile.c_str(), O_RDONLY);
|
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/ |
DeviceReportTest.java | 90 public void testFile() throws Exception {
|
/prebuilts/go/darwin-x86/src/archive/tar/ |
tar_test.go | 28 // testFile is an io.ReadWriteSeeker where the IO operations performed 30 type testFile struct { 35 func (f *testFile) Read(b []byte) (int, error) { 57 func (f *testFile) Write(b []byte) (int, error) { 81 func (f *testFile) Seek(pos int64, whence int) (int64, error) {
|
/prebuilts/go/linux-x86/src/archive/tar/ |
tar_test.go | 28 // testFile is an io.ReadWriteSeeker where the IO operations performed 30 type testFile struct { 35 func (f *testFile) Read(b []byte) (int, error) { 57 func (f *testFile) Write(b []byte) (int, error) { 81 func (f *testFile) Seek(pos int64, whence int) (int64, error) {
|
/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()));
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
BlockGuardTest.java | 53 public void testFile() throws Exception {
|
/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...] |
/prebuilts/go/darwin-x86/src/net/http/ |
fs_test.go | 33 testFile = "testdata/file" 81 file, err := ioutil.ReadFile(testFile) 285 testFile := &fakeFileInfo{basename: test.name} 289 ents: []*fakeFileInfo{testFile}, 291 fs[fmt.Sprintf("/%d/%s", i, test.name)] = testFile [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
fs_test.go | 33 testFile = "testdata/file" 81 file, err := ioutil.ReadFile(testFile) 285 testFile := &fakeFileInfo{basename: test.name} 289 ents: []*fakeFileInfo{testFile}, 291 fs[fmt.Sprintf("/%d/%s", i, test.name)] = testFile [all...] |
/build/blueprint/bootstrap/ |
bootstrap.go | 539 testFile := filepath.Join(testRoot, "test") 579 Outputs: []string{testFile}, 590 Inputs: []string{testFile},
|
/libcore/luni/src/test/java/libcore/libcore/io/ |
OsTest.java | [all...] |
/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...] |