Searched refs:pw (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/util/src/android/util/cts/ |
D | PrintWriterPrinterTest.java | 47 PrintWriter pw = new PrintWriter(mFile); in testConstructor() local 48 printWriterPrinter = new PrintWriterPrinter(pw); in testConstructor() 57 PrintWriter pw = null; in testPrintln() local 59 pw = new PrintWriter(mFile); in testPrintln() 60 printWriterPrinter = new PrintWriterPrinter(pw); in testPrintln() 65 pw.flush(); in testPrintln() 66 pw.close(); in testPrintln()
|
/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/ |
D | JdwpSecurityHostTest.java | 173 PrintWriter pw = null; in createScriptTempFile() local 175 pw = new PrintWriter(tempFile); in createScriptTempFile() 180 pw.println(String.format("export ANDROID_DATA=%s", DEVICE_LOCATION)); in createScriptTempFile() 181 pw.println(String.format("export CLASSPATH=%s", getDeviceJarFilepath())); in createScriptTempFile() 182 pw.println(String.format("exec app_process /system/bin %s \"$@\"", in createScriptTempFile() 185 if (pw != null) { in createScriptTempFile() 186 pw.close(); in createScriptTempFile()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageItemInfoTest.java | 115 public void dumpFront(Printer pw, String prefix) { in dumpFront() argument 116 super.dumpFront(pw, prefix); in dumpFront() 119 public void dumpBack(Printer pw, String prefix) { in dumpBack() argument 120 super.dumpBack(pw, prefix); in dumpBack()
|
D | ComponentInfoTest.java | 254 public void dumpBack(Printer pw, String prefix) { in dumpBack() argument 255 super.dumpBack(pw, prefix); in dumpBack() 258 public void dumpFront(Printer pw, String prefix) { in dumpFront() argument 259 super.dumpFront(pw, prefix); in dumpFront()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | MockContentProvider.java | 371 PrintWriter pw = null; in writeDataToPipe() local 373 pw = new PrintWriter(new OutputStreamWriter(fout, "UTF-8")); in writeDataToPipe() 374 pw.print(args); in writeDataToPipe() 378 if (pw != null) { in writeDataToPipe() 379 pw.flush(); in writeDataToPipe()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | HandlerTest.java | 100 MockPrinter pw = new MockPrinter(); in testDump() local 101 mHandler.dump(pw, prefix); in testDump()
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/cts/tests/tests/media/assets/ |
D | fileSequence0.ts | 1356 ��C~GY}���I'�����o���J�2��}5���!��1LD�S����%��@��p��Ʉ�Ę.���̓��+�ظ��H����pw�� ��]�…
|
D | segment000000.ts | 5366 �Ha����&�� ]Gpw.Q�f���y��� ��r���r�~�Ī������C�S�B����T�k�������`8�a��zP_��
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 4213 java.io.PrintWriter pw
|