Searched refs:expectedPath (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DArchiveTest.java49 final boolean autoName, String expectedPath) throws InterruptedException {
50 if (expectedPath != null) {
51 deleteFile(expectedPath);
74 assertEquals(expectedPath, msgPath.get());
75 if (expectedPath != null) {
76 File file = new File(expectedPath);
110 String expectedPath = path + "index.mht";
111 doArchiveTest(mTestContainerView.getAwContents(), path, true, expectedPath);
116 String expectedPath = path + "index-1.mht";
117 doArchiveTest(mTestContainerView.getAwContents(), path, true, expectedPath);
48 doArchiveTest(final AwContents contents, final String path, final boolean autoName, String expectedPath) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileSystemCallbacks.cpp139 PassOwnPtr<AsyncFileSystemCallbacks> EntryCallbacks::create(EntryCallback* successCallback, ErrorCallback* errorCallback, ExecutionContext* context, DOMFileSystemBase* fileSystem, const String& expectedPath, bool isDirectory) argument
141 return adoptPtr(new EntryCallbacks(successCallback, errorCallback, context, fileSystem, expectedPath, isDirectory));
144 EntryCallbacks::EntryCallbacks(EntryCallback* successCallback, ErrorCallback* errorCallback, ExecutionContext* context, DOMFileSystemBase* fileSystem, const String& expectedPath, bool isDirectory) argument
147 , m_expectedPath(expectedPath)
H A DFileSystemCallbacks.h94 static PassOwnPtr<AsyncFileSystemCallbacks> create(EntryCallback*, ErrorCallback*, ExecutionContext*, DOMFileSystemBase*, const String& expectedPath, bool isDirectory);
98 EntryCallbacks(EntryCallback*, ErrorCallback*, ExecutionContext*, DOMFileSystemBase*, const String& expectedPath, bool isDirectory);
/external/qemu/android/base/files/
H A DPathUtils_unittest.cpp303 String expectedPath = componentsToPath(kData[n].expected, '!'); local
308 EXPECT_STREQ(expectedPath.c_str(), path.c_str())
/external/lldb/test/unittest2/test/
H A Dtest_discovery.py357 expectedPath = os.path.abspath(os.path.dirname(unittest2.test.__file__))
362 self.assertEqual(start_dir, expectedPath)
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURLTest.cpp201 const char* expectedPath; member in struct:__anon11358::ExpectedComponentCase
260 EXPECT_STREQ(cases[i].expectedPath, kurl.string().utf8().data());
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_unittest.cc1218 base::FilePath expectedPath = local
1221 expectedPath.GetComponents(&expected_parts);

Completed in 361 milliseconds