/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
jsonresults.py | 35 from testfile import TestFile 458 files = TestFile.get_files(master, builder, test_type, filename) 462 file = TestFile() 494 return TestFile.save_file(file, new_results)
|
/external/qemu/distrib/sdl-1.2.15/VisualC/tests/ |
tests.sln | 25 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testfile", "testfile\testfile.vcproj", "{CAE4F1D0-314F-4B10-805B-0EFD670133A0}"
|
/frameworks/base/core/tests/coretests/src/android/content/ |
MemoryFileProviderTest.java | 69 public void testFile() throws Exception {
|
/packages/experimental/procstatlog/ |
diskload.sh | 20 # adb shell su root sh /data/local/tmp/diskload.sh /data/testfile
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 78 open(os.path.join(testdir, "testfile"), "w").close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 78 open(os.path.join(testdir, "testfile"), "w").close()
|
/external/chromium_org/third_party/icu/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) { 986 while (fgets(buffer, 1024, testFile) != NULL) [all...] |
/external/icu4c/test/intltest/ |
tsmthred.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);
|
/external/elfutils/tests/ |
run-get-lines.sh | 29 testfiles testfile testfile2 31 testrun_compare ./get-lines testfile testfile2 <<\EOF
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PrintStreamTest.java | 38 private File testFile = null; 658 testFile = File.createTempFile("test", null); 659 testFilePath = testFile.getAbsolutePath(); 664 testFile.delete(); 665 testFile = null;
|
InputStreamReaderTest.java | 168 "org/apache/harmony/luni/tests/java/io/testfile-utf8.txt")); 411 "org/apache/harmony/luni/tests/java/io/testfile-utf8.txt"); 424 "org/apache/harmony/luni/tests/java/io/testfile.txt");
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDLTest/SDLTest.xcodeproj/ |
project.pbxproj | 96 002F341809CA1C5B00EBEB88 /* testfile.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F341709CA1C5B00EBEB88 /* testfile.c */; }; 293 remoteInfo = testfile; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 250 # Prepare the testfile 259 self.fail, "Broken testfile"
|
test_doctest.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 250 # Prepare the testfile 259 self.fail, "Broken testfile"
|
test_doctest.py | [all...] |
/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('\\', '/');
|
/system/extras/tests/ext4/ |
android_emmc_perf_tests.sh | 114 CACHE=/data/local/tmp/testfile 115 echo "Creating testfile for user builds (can take up to 60 seconds)"
|
/external/chromium_org/third_party/opus/src/silk/ |
debug.h | 241 /* Example: DEBUG_STORE_DATA(testfile.pcm, &RIN[0], 160*sizeof(opus_int16)); */
|
/external/qemu/distrib/sdl-1.2.15/ |
README.Watcom | 90 testfile +
|