/cts/tests/tests/security/src/android/security/cts/ |
D | MMapExecutableTest.java | 40 public static final native boolean mmapExecutable(String filename); in mmapExecutable()
|
D | KernelSettingsTest.java | 95 static String getFile(String filename) throws IOException { in getFile()
|
D | BannedFilesTest.java | 103 private static void assertFileDoesNotContain(String filename, byte[] pattern) { in assertFileDoesNotContain()
|
/cts/suite/audio_quality/lib/src/audio/ |
D | Buffer.cpp | 80 Buffer* Buffer::loadFromFile(const android::String8& filename) in loadFromFile() 108 bool Buffer::saveToFile(const android::String8& filename) in saveToFile()
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | MediaRecorderStressTest.java | 217 String filename; in testStressRecorder() local 298 String filename; in testStressCameraSwitchRecorder() local 391 public void removeRecodedVideo(String filename){ in removeRecodedVideo() 404 String filename; in testStressRecordVideoAndPlayback() local
|
D | MediaFrameworkTest.java | 85 public void startPlayback(String filename){ in startPlayback()
|
D | MediaPlayerStressTest.java | 67 private void writeTestOutput(String filename, Writer output) throws Exception{ in writeTestOutput()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | MediaVulkanGpuTest.java | 53 String filename, in loadMediaAndVerifyFrameImport()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_MMapExecutableTest.cpp | 41 ScopedUtfChars filename(env, jfilename); in mmap_executable() local
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | X509CertificateSigningTest.java | 92 String filename = "ic_cert.bin"; in testSigning() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | IvfWriter.java | 56 String filename, String mimeType, int width, int height, int scale, in IvfWriter() 79 public IvfWriter(String filename, String mimeType, int width, int height) throws IOException { in IvfWriter()
|
D | IvfReader.java | 59 public IvfReader(String filename) throws IOException{ in IvfReader()
|
D | TextureRender.java | 254 public static void saveFrame(String filename, int width, int height) { in saveFrame()
|
D | MediaRecorderTest.java | 1142 private void setupRecorder(String filename, boolean useSurface, boolean hasAudio) in setupRecorder() 1395 String filename, in recordFromSurface() 1478 private boolean checkCaptureFps(String filename, int captureRate) { in checkCaptureFps() 1522 String filename = (k == 0) ? OUTPUT_PATH : OUTPUT_PATH2; in testRecordFromSurface() local
|
D | CodecUtils.java | 171 public static void saveBitmapToFile(Bitmap bitmap, String filename) { in saveBitmapToFile()
|
/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
D | ConfigParserTest.java | 49 private String loadResourceFile(String filename) throws IOException { in loadResourceFile()
|
D | PpsMoParserTest.java | 50 private String loadResourceFile(String filename) throws IOException { in loadResourceFile()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | CursorWindowContentProvider.java | 107 private static native int makeNativeCursorWindowFd(String filename, in makeNativeCursorWindowFd()
|
/cts/tests/tests/preference/src/android/preference/cts/ |
D | PreferenceActivityFlowTest.java | 500 private File dumpBitmap(Bitmap bitmap, String filename) throws IOException { in dumpBitmap() 509 private static File createFile(String filename) throws IOException { in createFile()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | HeifWriterTest.java | 123 String filename = "Cam" + id + "_" + width + "x" + height + in testHeif() local 325 String filename, int width, int height, int rotation, boolean useGrid, int numImages) in verifyResult()
|
/cts/tests/tests/graphics/jni/ |
D | MediaTestHelpers.cpp | 78 const char *filename = env->GetStringUTFChars(jfilename, NULL); in createExtractor() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaTextureRender.java | 258 public static void saveFrame(String filename, int width, int height) { in saveFrame()
|
/cts/tests/tests/selinux/common/src/android/security/ |
D | SELinuxTargetSdkTestBase.java | 20 protected static String getFile(String filename) throws IOException { in getFile()
|
/cts/tests/tests/content/jni/ |
D | NativeCursorWindow.cpp | 77 jstring filename, jint offset, jint size, jboolean isBlob) { in Java_android_content_cts_CursorWindowContentProvider_makeNativeCursorWindowFd()
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
D | ContentTest.java | 274 String filename = mContext.getFilesDir() + File.separator + "texts" + File.separator in getUriWithTextInFile() local
|