/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 | 683 def TestFile(filenode): 718 errs = TestFile(filenode)
|
idl_parser.py | [all...] |
/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/chrome/browser/google_apis/ |
gdata_wapi_requests_unittest.cc | 145 test_util::GetTestFilePath("gdata/testfile.txt"))); 154 test_util::GetTestFilePath("gdata/testfile.txt"))); 418 // testfile.txt exists but the response is not JSON, so it should 428 test_server_.GetURL("/files/gdata/testfile.txt"), 441 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 | 503 final String fileName = tmpDir + "/testfile.html";
|
/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...] |
/external/icu4c/test/iotest/ |
filetst.c | 312 static void TestFile(void) { [all...] |
/external/icu4c/test/intltest/ |
rbbitst.cpp | [all...] |