HomeSort by relevance Sort by last modified time
    Searched refs:expectedPath (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ArchiveTest.java 49 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);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 62 Path expectedPath = new Path();
65 expectedPath.moveTo(0, PADDING);
66 expectedPath.arcTo(oval, 270, 90);
67 expectedPath.lineTo(BITMAP_WIDTH - PADDING, BITMAP_HEIGHT);
76 canvas.drawPath(expectedPath, expectedPaint);
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemCallbacks.h 87 static PassOwnPtr<AsyncFileSystemCallbacks> create(PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, ExecutionContext*, DOMFileSystemBase*, const String& expectedPath, bool isDirectory);
91 EntryCallbacks(PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, ExecutionContext*, DOMFileSystemBase*, const String& expectedPath, bool isDirectory);
FileSystemCallbacks.cpp 117 PassOwnPtr<AsyncFileSystemCallbacks> EntryCallbacks::create(PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, ExecutionContext* context, DOMFileSystemBase* fileSystem, const String& expectedPath, bool isDirectory)
119 return adoptPtr(new EntryCallbacks(successCallback, errorCallback, context, fileSystem, expectedPath, isDirectory));
122 EntryCallbacks::EntryCallbacks(PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, ExecutionContext* context, DOMFileSystemBase* fileSystem, const String& expectedPath, bool isDirectory)
125 , m_expectedPath(expectedPath)
  /external/qemu/android/base/files/
PathUtils_unittest.cpp 303 String expectedPath = componentsToPath(kData[n].expected, '!');
308 EXPECT_STREQ(expectedPath.c_str(), path.c_str())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 14 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
19 self.assertEqual(start_dir, expectedPath)
test_discovery.py 362 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
367 self.assertEqual(start_dir, expectedPath)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 14 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
19 self.assertEqual(start_dir, expectedPath)
test_discovery.py 362 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
367 self.assertEqual(start_dir, expectedPath)
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURLTest.cpp 201 const char* expectedPath;
260 EXPECT_STREQ(cases[i].expectedPath, kurl.string().utf8().data());
  /external/lldb/test/unittest2/test/
test_discovery.py 357 expectedPath = os.path.abspath(os.path.dirname(unittest2.test.__file__))
362 self.assertEqual(start_dir, expectedPath)
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_unittest.cc     [all...]

Completed in 1446 milliseconds