Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 7 of 7) sorted by relevance

/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DGLESSurfaceView.java82 String ext = scanner.next(); in onSurfaceCreated() local
83 mParent.addOpenGlExtension(ext); in onSurfaceCreated()
84 if (ext.contains("texture")) { in onSurfaceCreated()
85 if (ext.contains("compression") || ext.contains("compressed")) { in onSurfaceCreated()
86 Log.i(TAG, "Compression supported: " + ext); in onSurfaceCreated()
87 mParent.addCompressedTextureFormat(ext); in onSurfaceCreated()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java184 final File ext = makeUniqueFile(getContext().getExternalCacheDir()); in testBehaviorNormal() local
185 ext.mkdir(); in testBehaviorNormal()
186 try { sm.isCacheBehaviorGroup(ext); fail(); } catch (IOException expected) { } in testBehaviorNormal()
187 try { sm.isCacheBehaviorTombstone(ext); fail(); } catch (IOException expected) { } in testBehaviorNormal()
198 final File ext = makeUniqueFile(getContext().getExternalCacheDir()); in testBehaviorGroup() local
199 ext.mkdir(); in testBehaviorGroup()
200 try { sm.setCacheBehaviorGroup(ext, true); fail(); } catch (IOException expected) { } in testBehaviorGroup()
201 try { sm.setCacheBehaviorGroup(ext, false); fail(); } catch (IOException expected) { } in testBehaviorGroup()
212 final File ext = makeUniqueFile(getContext().getExternalCacheDir()); in testBehaviorTombstone() local
213 ext.mkdir(); in testBehaviorTombstone()
[all …]
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGlesStubActivity.java435 String ext = scanner.next(); in onSurfaceCreated() local
436 mParent.addOpenGlExtension(ext); in onSurfaceCreated()
437 if (ext.contains("texture")) { in onSurfaceCreated()
438 if (ext.contains("compression") || ext.contains("compressed")) { in onSurfaceCreated()
439 mParent.addCompressedTextureFormat(ext); in onSurfaceCreated()
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java314 JSONObject ext = extensions.getJSONObject(i); in hasExtension() local
315 if (ext.getString("extensionName").equals(name) && in hasExtension()
316 ext.getInt("specVersion") >= minVersion) in hasExtension()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java69 File ext = Environment.getExternalStorageDirectory(); in cleanup() local
70 File[] junk = ext.listFiles(new FilenameFilter() { in cleanup()
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile298 ext-import-graph=
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jar ... , org.opencv.core.MatOfInt) String ext org.opencv.core.Mat img org. ...