Home
last modified time | relevance | path

Searched refs:mPath (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathMeasureTest.java38 private Path mPath; field in PathMeasureTest
42 mPath = new Path(); in setup()
74 mPathMeasure.setPath(mPath, true); in testGetPosTan()
75 mPath.addRect(1f, 2f, 3f, 4f, Path.Direction.CW); in testGetPosTan()
76 mPathMeasure.setPath(mPath, true); in testGetPosTan()
85 mPath.addRect(1, 2, 3, 4, Path.Direction.CW); in testNextContour()
86 mPath.addRect(1, 2, 3, 4, Path.Direction.CW); in testNextContour()
87 mPathMeasure.setPath(mPath, true); in testNextContour()
95 mPath.addRect(1, 2, 3, 4, Path.Direction.CW); in testGetLength()
96 mPathMeasure.setPath(mPath, true); in testGetLength()
[all …]
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReadElf.java125 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()
256 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/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DViewClippingTests.java117 Path mPath = new Path(); in testOvalOutlineClip()
120 mPath.reset(); in testOvalOutlineClip()
121 mPath.addOval(0, 0, view.getWidth(), view.getHeight(), in testOvalOutlineClip()
123 outline.setConvexPath(mPath); in testOvalOutlineClip()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java98 private String mPath = ""; field in MediaBitstreamsTest
114 final String mPath, mCodecName, mStatus; field in MediaBitstreamsTest.ConformanceEntry
116 mPath = path; in ConformanceEntry()
122 return String.format("%s,%s,%s", mPath, mCodecName, mStatus); in toString()
205 mPath = path; in MediaBitstreamsTest()
452 File bitstreamFile = new File(mHostBitstreamsPath, mPath); in testBitstreamsConformance()
459 if (!mResults.containsKey(mPath)) { in testBitstreamsConformance()
464 addConformanceEntry(curMethod, mPath, MediaBitstreams.K_UNAVAILABLE, e.toString()); in testBitstreamsConformance()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java64 private final String mPath; field in RVCVXCheckAnalyzer
76 mPath = path; in RVCVXCheckAnalyzer()
188 final boolean use_solved = new File(mPath, "vision_rpy.log").exists() && !FORCE_CV_ANALYSIS; in processDataSet()
191 nframe = nvlog = loadAttitudeRecs(new File(mPath, "vision_rpy.log"), vrecs); in processDataSet()
192 nslog = loadAttitudeRecs(new File(mPath, "sensor_rpy.log"),srecs); in processDataSet()
251 dumpAttitudeRecs(new File(mPath, "vision_rpy.log"), vrecs); in processDataSet()
252 dumpAttitudeRecs(new File(mPath, "sensor_rpy.log"), srecs); in processDataSet()
254 dumpAttitudeRecs(new File(mPath, "sensor_rpy_resampled.log"), srecs2); in processDataSet()
255 dumpAttitudeError(new File(mPath, "attitude_error.log"), vrecs, srecs2); in processDataSet()
277 report.writeToFile(new File(mPath, "report.json")); in processDataSet()
[all …]