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

  /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);
  /external/qemu/android/base/files/
PathUtils_unittest.cpp 303 String expectedPath = componentsToPath(kData[n].expected, '!');
308 EXPECT_STREQ(expectedPath.c_str(), path.c_str())
  /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...]
  /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());
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_unittest.cc     [all...]

Completed in 1105 milliseconds