OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedPath
(Results
1 - 9
of
9
) 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);
/prebuilts/devtools/adt/lib/
sdktestutils.jar
/prebuilts/gradle-plugin/com/android/tools/testutils/24.3.1/
testutils-24.3.1.jar
/prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-alpha1/
testutils-24.4.0-alpha1.jar
/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/lldb/test/unittest2/test/
test_discovery.py
357
expectedPath
= os.path.abspath(os.path.dirname(unittest2.test.__file__))
362
self.assertEqual(start_dir,
expectedPath
)
Completed in 2794 milliseconds