/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PathIteratorTest.java | 51 private Path mPath; field in PathIteratorTest 56 mPath = new Path(); in setup() 62 PathIterator iterator = mPath.getPathIterator(); in testIteratorExists() 70 PathIterator iterator = mPath.getPathIterator(); in testEmptyPath() 76 iterator = mPath.getPathIterator(); in testEmptyPath() 87 mPath.moveTo(100f, 200f); in testMove() 90 iterator = mPath.getPathIterator(); in testMove() 95 iterator = mPath.getPathIterator(); in testMove() 105 mPath.lineTo(100f, 200f); in testDoneDone() 107 for (PathIterator it = mPath.getPathIterator(); it.hasNext(); ) { in testDoneDone() [all …]
|
D | PathMeasureTest.java | 39 private Path mPath; field in PathMeasureTest 43 mPath = new Path(); in setup() 75 mPathMeasure.setPath(mPath, true); in testGetPosTan() 76 mPath.addRect(1f, 2f, 3f, 4f, Path.Direction.CW); in testGetPosTan() 77 mPathMeasure.setPath(mPath, true); in testGetPosTan() 86 mPath.addRect(1, 2, 3, 4, Path.Direction.CW); in testNextContour() 87 mPath.addRect(1, 2, 3, 4, Path.Direction.CW); in testNextContour() 88 mPathMeasure.setPath(mPath, true); in testNextContour() 96 mPath.addRect(1, 2, 3, 4, Path.Direction.CW); in testGetLength() 97 mPathMeasure.setPath(mPath, true); in testGetLength() [all …]
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | ViewClippingTests.java | 73 Path mPath = new Path(); 76 mPath.rewind(); 79 mPath.moveTo(ANTI_ALIAS_OUTLINE_RECT.left, ANTI_ALIAS_OUTLINE_RECT.top); 80 mPath.lineTo(ANTI_ALIAS_OUTLINE_RECT.right, ANTI_ALIAS_OUTLINE_RECT.top); 81 mPath.lineTo(ANTI_ALIAS_OUTLINE_RECT.right, ANTI_ALIAS_OUTLINE_RECT.bottom); 82 mPath.lineTo(ANTI_ALIAS_OUTLINE_RECT.left + 1f, ANTI_ALIAS_OUTLINE_RECT.bottom); 83 mPath.close(); 84 outline.setPath(mPath); 94 Path mPath = new Path(); 97 mPath.rewind(); [all …]
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsPresenterDrawable.java | 39 private final Path mPath; field in WindowInsetsPresenterDrawable 90 mPath = new Path(); in WindowInsetsPresenterDrawable() 146 canvas.drawPath(mPath, mTouchTrackPaint); in draw() 187 mPath.moveTo(event.getX(), event.getY()); in onTouch() 197 mPath.lineTo(event.getX(), event.getY()); in onTouch() 204 mPath.quadTo(mLastX, mLastY, event.getX(), event.getY()); in onTouch() 212 mPath.lineTo(event.getX(), event.getY()); in onTouch()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 125 private final String mPath; field in ReadElf 196 mPath = file.getPath(); in ReadElf() 229 throw new IllegalArgumentException("Invalid ELF file: " + mPath); in readHeader() 238 throw new IOException("Invalid ELF EI_CLASS: " + elfClass + ": " + mPath); in readHeader() 244 throw new IOException("Unsupported ELFDATA2MSB file: " + mPath); in readHeader() 246 throw new IOException("Invalid ELF EI_DATA: " + mEndian + ": " + mPath); in readHeader() 255 throw new IOException("Invalid ELF e_machine: " + e_machine + ": " + mPath); in readHeader() 266 e_machine + "/" + elfClass + ": " + mPath); in readHeader() 271 throw new IOException("Invalid e_version: " + e_version + ": " + mPath); in readHeader()
|
/cts/hostsidetests/classpath/src/android/classpath/cts/ |
D | ClasspathDeviceInfo.java | 139 store.addResult("path", jarInfo.mPath); in collectClasspathJarInfo() 176 store.addResult("path", jarInfo.mPath); in collectSharedLibraries() 219 final String mPath; field in ClasspathDeviceInfo.JarInfo 230 this.mPath = path; in JarInfo() 236 return mDevice.doesFileExist(mPath); in doesRemoteFileExist() 244 mLocalCopy = mDevice.pullFile(mPath); in pullRemoteJar()
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | MediaBitstreamsTest.java | 103 private String mPath = ""; field in MediaBitstreamsTest 120 final String mPath, mCodecName, mStatus; field in MediaBitstreamsTest.ConformanceEntry 122 mPath = path; in ConformanceEntry() 128 return String.format("%s,%s,%s", mPath, mCodecName, mStatus); in toString() 220 mPath = path; in MediaBitstreamsTest() 479 File bitstreamFile = new File(mHostBitstreamsPath, mPath); in testBitstreamsConformance() 486 if (!mResults.containsKey(mPath)) { in testBitstreamsConformance() 491 addConformanceEntry(curMethod, mPath, MediaBitstreams.K_UNAVAILABLE, e.toString()); in testBitstreamsConformance() 496 if (!mResults.containsKey(mPath)) { in testBitstreamsConformance() 497 Assert.fail("no results captured for " + mPath); in testBitstreamsConformance() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 65 private final String mPath; field in RVCVXCheckAnalyzer 79 mPath = path; in RVCVXCheckAnalyzer() 192 final boolean use_solved = new File(mPath, "vision_rpy.log").exists() && !FORCE_CV_ANALYSIS; in processDataSet() 195 nframe = nvlog = loadAttitudeRecs(new File(mPath, "vision_rpy.log"), vrecs); in processDataSet() 196 nslog = loadAttitudeRecs(new File(mPath, "sensor_rpy.log"),srecs); in processDataSet() 255 dumpAttitudeRecs(new File(mPath, "vision_rpy.log"), vrecs); in processDataSet() 256 dumpAttitudeRecs(new File(mPath, "sensor_rpy.log"), srecs); in processDataSet() 258 dumpAttitudeRecs(new File(mPath, "sensor_rpy_resampled.log"), srecs2); in processDataSet() 259 dumpAttitudeError(new File(mPath, "attitude_error.log"), vrecs, srecs2); in processDataSet() 281 report.writeToFile(new File(mPath, "report.json")); in processDataSet() [all …]
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockSimService.java | 135 private String mPath; field in MockSimService.SimAppData 149 mPath = path; in initSimAppData() 175 return mPath; in getPath()
|