/external/qemu/distrib/sdl-1.2.15/test/ |
testfile.c | 33 printf("testfile.c(%d): failed\n",line);
|
/external/zlib/src/test/ |
example.c | 17 # define TESTFILE "foo-gz" 19 # define TESTFILE "foo.gz" 580 test_gzio((argc > 1 ? argv[1] : TESTFILE),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tokenize.py | 530 >>> for testfile in testfiles: 531 ... if not roundtrip(open(testfile)): 532 ... print "Roundtrip failed for file %s" % testfile
|
test_zipimport.py | 340 doctest.testfile(
|
test_file2k.py | 333 # Prepare the testfile 342 self.fail, "Broken testfile"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tokenize.py | 530 >>> for testfile in testfiles: 531 ... if not roundtrip(open(testfile)): 532 ... print "Roundtrip failed for file %s" % testfile
|
test_zipimport.py | 340 doctest.testfile(
|
test_file2k.py | 333 # Prepare the testfile 342 self.fail, "Broken testfile"
|
/ndk/sources/host-tools/sed-4.2.1/ |
NEWS | 348 (sed d; sed G) < TESTFILE 350 double-spaced TESTFILE, while the equivalent `useless use of cat' 351 cat TESTFILE | (sed d; sed G)
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
rbbitst.cpp | 659 UChar *testFile = NULL; 677 testFile = ReadAndConvertFile(testFileName, len, NULL, status); 695 current = testFile; [all...] |
/external/chromium_org/ppapi/generators/ |
idl_c_proto.py | 691 def TestFile(filenode): 726 errs = TestFile(filenode)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator.py | 196 URL_FOR_TEST_LIST_JSON = "http://%s/testfile?builder=%s&name=%s&testlistjson=1&testtype=%s&master=%s" 327 url = "http://%s/testfile/upload" % self._test_results_server
|
/external/zlib/src/contrib/pascal/ |
example.pas | 26 const TESTFILE = 'foo.gz'; 560 test_gzio(TESTFILE, uncompr, uncomprLen);
|
/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()));
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_requests_unittest.cc | 144 test_util::GetTestFilePath("gdata/testfile.txt"))); 153 test_util::GetTestFilePath("gdata/testfile.txt"))); 417 // testfile.txt exists but the response is not JSON, so it should 427 test_server_.GetURL("/files/gdata/testfile.txt"), 440 EXPECT_EQ("/files/gdata/testfile.txt?v=3&alt=json&showroot=true&" [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 292 File testFile = new File(folder.getLocation().toOSString()); 293 if (testFile.isDirectory()) { 294 pathList.add(testFile.getAbsolutePath()); [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
UriTest.java | 178 fail("testFile fail");
|
/external/chromium/chrome/browser/download/ |
save_package_unittest.cc | 105 temp_dir_.path().AppendASCII("testfile" HTML_EXTENSION),
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsClientShouldInterceptRequestTest.java | 497 final String fileName = tmpDir + "/testfile.html";
|
AwSettingsTest.java | [all...] |
/external/chromium_org/content/browser/download/ |
base_file_unittest.cc | 469 base::FilePath new_path(test_dir.AppendASCII("TestFile"));
|
save_package_unittest.cc | 106 temp_dir_.path().AppendASCII("testfile" HTML_EXTENSION),
|
/external/elfutils/tests/ |
Makefile.am | 108 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
|
run-show-abbrev.sh | 29 testfiles testfile testfile2 31 testrun_compare ./show-abbrev testfile testfile2 <<\EOF
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
filetst.c | 312 static void TestFile(void) { [all...] |