Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 207) sorted by relevance

123456789

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathTest.java78 Path path = new Path(); in testAddRect1() local
87 Path path = new Path(); in testAddRect2() local
95 Path path = new Path(); in testMoveTo() local
102 Path path = new Path(); in testSet() local
113 Path path = new Path(); in testSetCleanOld() local
125 Path path = new Path(); in testSetEmptyPath() local
141 Path path = new Path(); in testAccessFillType() local
155 Path path = new Path(); in testRQuadTo() local
163 Path path = new Path(); in testTransform1() local
173 Path path = new Path(); in testLineTo() local
[all …]
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSAllocationTest.java30 native boolean typedTest(String path); in typedTest()
35 native boolean test1DCopy(String path); in test1DCopy()
40 native boolean test2DCopy(String path); in test2DCopy()
45 native boolean test3DCopy(String path); in test3DCopy()
50 native boolean test1DCopyPadded(String path); in test1DCopyPadded()
55 native boolean test2DCopyPadded(String path); in test2DCopyPadded()
60 native boolean test3DCopyPadded(String path); in test3DCopyPadded()
65 native boolean testSetElementAt(String path); in testSetElementAt()
DRSElementTest.java30 native boolean testCreatePixel(String path); in testCreatePixel()
35 native boolean testCreateVector(String path); in testCreateVector()
40 native boolean testPrebuiltElements(String path); in testPrebuiltElements()
45 native boolean testIsCompatible(String path); in testIsCompatible()
50 native boolean testElementBuilder(String path); in testElementBuilder()
DRSObjectTest.java30 native boolean testClearObjectElement(String path); in testClearObjectElement()
35 native boolean testClearObjectType(String path); in testClearObjectType()
40 native boolean testClearObjectAllocation(String path); in testClearObjectAllocation()
45 native boolean testClearObjectSampler(String path); in testClearObjectSampler()
50 native boolean testClearObjectScript(String path); in testClearObjectScript()
DRSForEachTest.java30 native boolean testForEach(String path); in testForEach()
35 native boolean testMultipleForEach(String path); in testMultipleForEach()
40 native boolean testNoRoot(String path); in testNoRoot()
DRSTypeTest.java30 native boolean testCreate(String path); in testCreate()
35 native boolean testGet(String path); in testGet()
40 native boolean testGetCount(String path); in testGetCount()
DRSScriptTest.java30 native boolean testSet(String path); in testSet()
35 native boolean testInstance(String path); in testInstance()
40 native boolean testVector(String path); in testVector()
/cts/libs/webkit-shared/src/android/webkit/cts/
DIWebServer.aidl32 String path, String responseString, in List<HttpHeader> responseHeaders); in setResponse()
34 String getAbsoluteUrl(String path); in getAbsoluteUrl()
38 String getDelayedAssetUrl(String path); in getDelayedAssetUrl()
40 String getRedirectingAssetUrl(String path); in getRedirectingAssetUrl()
42 String getAssetUrl(String path); in getAssetUrl()
44 String getAuthAssetUrl(String path); in getAuthAssetUrl()
52 int getRequestCountWithPath(String path); in getRequestCountWithPath()
56 HttpRequest getLastRequest(String path); in getLastRequest()
60 String getCookieUrl(String path); in getCookieUrl()
62 String getSetCookieUrl(String path, String key, String value, String attributes); in getSetCookieUrl()
[all …]
DSharedSdkWebServer.java66 String path, String responseString, List<HttpHeader> responseHeaders) { in setResponse()
78 public String getAbsoluteUrl(String path) { in getAbsoluteUrl()
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/common/src/com/android/cts/appdataisolation/common/
DFileUtils.java54 public static void assertDirIsNotAccessible(String path) { in assertDirIsNotAccessible()
66 public static void assertDirDoesNotExist(String path) { in assertDirDoesNotExist()
94 public static void assertDirIsAccessible(String path) { in assertDirIsAccessible()
103 public static void assertFileIsAccessible(String path) { in assertFileIsAccessible()
111 public static void assertFileDoesNotExist(String path, String name) { in assertFileDoesNotExist()
123 public static void assertFileExists(String path, String name) { in assertFileExists()
128 public static void touchFile(String path, String name) throws IOException { in touchFile()
133 public static void deleteFile(String path, String name) throws IOException { in deleteFile()
138 public static String replacePackageAWithPackageB(String path) { in replacePackageAWithPackageB()
142 public static String replacePackageAWithNotInstalledPkg(String path) { in replacePackageAWithNotInstalledPkg()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPathTests.java45 Path path = new Path(); in testTextPathWithOffset() local
56 final Path path = new Path(); in testPathApproximate_circle() local
63 final Path path = new Path(); in testPathApproximate_rect() local
70 final Path path = new Path(); in testPathApproximate_quads() local
81 final Path path = new Path(); in testPathApproximate_cubics() local
90 private void verifyPathApproximation(Path path, int goldenResourceId) { in verifyPathApproximation()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DPropertyPathCtsTest.java69 PropertyPath path = new PropertyPath("foo.bar[1]"); in testPropertyPathValid() local
84 PropertyPath path = new PropertyPath("foo.bar[2].bat.baz"); in testPropertyPathIterator() local
157 PropertyPath path = new PropertyPath(list); in testBuildPropertyPathFromSegmentList() local
165 PropertyPath path = new PropertyPath("foo[1].bar"); in testPropertyPathEquality() local
/cts/tests/tests/transition/src/android/transition/cts/
DArcMotionTest.java38 Path path = arcMotion.getPath(0, 100, 100, 0); in test90Quadrants() local
60 Path path; in test345Triangles() local
101 Path path = new Path(); in arcWithPoint() local
118 Path path = arcMotion.getPath(0, 100, 100, 0); in testMaximumAngle() local
131 Path path = arcMotion.getPath(0, 0, 100, 50); in testMinimumHorizontalAngle() local
171 Path path = arcMotion.getPath(0, 0, 50, 100); in testMinimumVerticalAngle() local
211 Path path = arcMotion.getPath(0, 0, 100, 0); in horizontalAndVerticalMotion() local
/cts/hostsidetests/incrementalinstall/appvalidator/src/android/incrementalinstall/inrementaltestappvalidation/
DPathChecker.java25 public boolean isIncFsPath(String path) throws UnsatisfiedLinkError { in isIncFsPath()
29 private native boolean isIncFsPathNative(String path); in isIncFsPathNative()
/cts/tests/signature/lib/android/src/android/signature/cts/
DApiDocumentParser.java35 private ApiParser getApiParser(VirtualPath path) { in getApiParser()
50 public Stream<JDiffClassDescription> parseAsStream(VirtualPath path) { in parseAsStream()
DVirtualPath.java35 public static LocalFilePath get(String path) { in get()
78 private final String path; field in VirtualPath.LocalFilePath
80 LocalFilePath(String path) { in LocalFilePath()
163 ResourcePath(ClassLoader classLoader, String path) throws IOException { in ResourcePath()
DApiParser.java32 abstract Stream<JDiffClassDescription> parseAsStream(VirtualPath path); in parseAsStream()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDescriptionTest.java174 Path path = new Path(); in testAddStroke_allowUpToMaxPaths() local
179 Path path = new Path(); in testAddStroke_allowUpToMaxPaths() local
191 Path path = new Path(); in testAddStroke_withDurationTooLong_shouldThrow() local
220 Path path = new Path(); in testStrokeDescriptionGetters_workAsExpected() local
240 Path path = new Path(); in testSetDisplayId_getCorrectDisplayId() local
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java85 private static ByteBuffer mmap(AssetManager am, String path) { in mmap()
158 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_buffer() local
179 String path = FontTestUtil.getTtcFontFileInAsset(); in testBuilder_buffer_ttc() local
200 String path = FontTestUtil.getVFFontInAsset(); in testBuilder_buffer_vf() local
224 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_buffer_override() local
241 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_buffer_override() local
273 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_file() local
299 String path = FontTestUtil.getTtcFontFileInAsset(); in testBuilder_file_ttc() local
326 String path = FontTestUtil.getVFFontInAsset(); in testBuilder_file_vf() local
355 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_file_override() local
[all …]
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_object.cpp40 const char * path = env->GetStringUTFChars(pathObj, nullptr); in Java_android_cts_rscpp_RSObjectTest_testClearObjectElement() local
68 const char * path = env->GetStringUTFChars(pathObj, nullptr); in Java_android_cts_rscpp_RSObjectTest_testClearObjectType() local
96 const char * path = env->GetStringUTFChars(pathObj, nullptr); in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation() local
125 const char * path = env->GetStringUTFChars(pathObj, nullptr); in Java_android_cts_rscpp_RSObjectTest_testClearObjectSampler() local
155 const char * path = env->GetStringUTFChars(pathObj, nullptr); in Java_android_cts_rscpp_RSObjectTest_testClearObjectScript() local
Drs_jni_element.cpp36 const char * path = env->GetStringUTFChars(pathObj, NULL); in Java_android_cts_rscpp_RSElementTest_testCreatePixel() local
68 const char * path = env->GetStringUTFChars(pathObj, NULL); in Java_android_cts_rscpp_RSElementTest_testCreateVector() local
94 const char * path = env->GetStringUTFChars(pathObj, NULL); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() local
163 const char * path = env->GetStringUTFChars(pathObj, NULL); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local
227 const char * path = env->GetStringUTFChars(pathObj, NULL); in Java_android_cts_rscpp_RSElementTest_testElementBuilder() local
/cts/tests/tests/drm/lib/
DTestPlugin.cpp55 DrmMetadata* TestPlugIn::onGetMetadata(int uniqueId, const String8* path) { in onGetMetadata()
60 int uniqueId, const String8* path, int action) { in onGetConstraints()
95 bool TestPlugIn::onCanHandle(int uniqueId, const String8& path) { in onCanHandle()
99 String8 TestPlugIn::onGetOriginalMimeType(int uniqueId, const String8& path, int fd) { in onGetOriginalMimeType()
104 int uniqueId, const String8& path, const String8& mimeType) { in onGetDrmObjectType()
108 int TestPlugIn::onCheckRightsStatus(int uniqueId, const String8& path, int action) { in onCheckRightsStatus()
123 bool TestPlugIn::onValidateAction(int uniqueId, const String8& path, in onValidateAction()
128 status_t TestPlugIn::onRemoveRights(int uniqueId, const String8& path) { in onRemoveRights()
/cts/tools/utils/
Dcertificates.py34 def save_to_file(self, path): argument
39 def save_cert_to_file(self, path): argument
44 def from_file(path): argument
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_AllUriTest.java262 private static Uri getUri(String[] path) { in getUri()
266 private static boolean supportsQuery(String[] path) { in supportsQuery()
273 private static boolean supportsInsert(String[] path) { in supportsInsert()
277 private static boolean supportsUpdate(String[] path) { in supportsUpdate()
281 private static boolean supportsDelete(String[] path) { in supportsDelete()
285 private static boolean supportsRead(String[] path) { in supportsRead()
289 private static boolean supportsWrite(String[] path) { in supportsWrite()
542 private static boolean supportsTimesContacted(String[] path) { in supportsTimesContacted()
546 private static boolean supportsTimesUsed(String[] path) { in supportsTimesUsed()
/cts/hostsidetests/security/src/android/security/cts/
DFileSystemPermissionTest.java43 …private Set<String> getAllInsecureDevicesInDirAndSubdir(String path, String type) throws DeviceNot… in getAllInsecureDevicesInDirAndSubdir()
52 private static String getInsecureDeviceAdbCommand(String path, String type) { in getInsecureDeviceAdbCommand()

123456789