/packages/apps/ManagedProvisioning/tools/java/com/android/managedprovisioning/tools/anim/ |
SwiperThemeGenerator.java | 38 try (OutputStreamWriter out = new OutputStreamWriter(new FileOutputStream(outFilePath))) { method
|
/packages/apps/TV/src/com/android/tv/license/ |
LicenseUtils.java | 38 try (InputStream is = am.open("licenses.html")) { method 49 try (InputStream is = am.open("rating_sources.html")) { method
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
HprofAllocSiteParser.java | 67 try (BufferedReader br = new BufferedReader(new FileReader(report))) { method
|
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
StoragedDumpsysTest.java | 74 try (BufferedReader reader = new BufferedReader( method
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
TestHelper.java | 112 try (final Cursor cursor = mResolver.query( method
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactory_OptionsTest.java | 66 try (InputStream in = assets.open("prophoto-rgba16f.png")) { method
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
SourceGenerator.java | 61 try (FileWriter fw = createWriter(baseDir, name)) { method
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
DirectoryInputFileProvider.java | 64 try (Stream<Path> paths = Files.walk(root)) { method
|
DirectoryOutputFileProvider.java | 36 try (InputStream is = inputFileProvider.getInputStream(filename); method
|
/external/strace/tests/ |
qual_fault.c | 47 static int is_raw, err, first, step, iter, try; variable 55 .iov_len = sprintf(buf, "%d.", ++try)
|
/external/strace/tests-m32/ |
qual_fault.c | 47 static int is_raw, err, first, step, iter, try; variable 55 .iov_len = sprintf(buf, "%d.", ++try)
|
/external/strace/tests-mx32/ |
qual_fault.c | 47 static int is_raw, err, first, step, iter, try; variable 55 .iov_len = sprintf(buf, "%d.", ++try)
|
/external/toybox/toys/posix/ |
du.c | 120 struct dirtree *try = node; local 122 while ((try = try->parent)) 123 if (node->st.st_dev==try->st.st_dev && node->st.st_ino==try->st.st_ino)
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
BaseDexClassLoaderTest.java | 45 try (InputStream in = pcl.getResourceAsStream("dalvik/system/loading-test.jar"); method
|
/libcore/luni/src/test/java/libcore/java/net/ |
MulticastSocketTest.java | 47 try (MulticastSocket mcSock = new MulticastSocket(); method 68 try {
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/serial/ |
TCKChronologySerialization.java | 106 try (DataOutputStream dos = new DataOutputStream(baos) ) { method
|
/libcore/ojluni/src/test/java/time/tck/java/time/serial/ |
TCKDurationSerialization.java | 96 try (DataOutputStream dos = new DataOutputStream(baos) ) { method
|
TCKOffsetDateTimeSerialization.java | 98 try (DataOutputStream dos = new DataOutputStream(baos) ) { method
|
TCKZonedDateTimeSerialization.java | 103 try (DataOutputStream dos = new DataOutputStream(baos) ) { method 124 try (DataOutputStream dos = new DataOutputStream(baos) ) { method
|
/libcore/ojluni/src/test/java/time/tck/java/time/temporal/serial/ |
TCKValueRangeSerialization.java | 116 try (ByteArrayOutputStream baos = new ByteArrayOutputStream(); method 148 try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(val))) { method 159 try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(val))) { method 170 try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(val))) { method
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
StreamCloseTest.java | 42 try (Stream<Integer> ints = countTo(100).stream()) { method 51 try (Stream<Integer> ints = countTo(100).stream()) { method 58 try (Stream<Integer> ints = countTo(100).stream().onClose(closer)) { method 64 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(closer)) { method 70 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(closer).filter(e -> true)) { method 81 try (Stream<Integer> ints = countTo(100).stream()) { method 88 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { method 94 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { method 100 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)) { method 113 try (Stream<Integer> ints = countTo(100).stream()) method 126 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3)) { method 138 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { method 150 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true).onClose(close3)) { method [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
PreviewCommand.java | 51 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { method
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Compress.java | 57 try ( method 86 try ( method
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
CallLogMigrationTest.java | 37 try (final InputStream input = context.getAssets().open(assetName)) { method 38 try (final OutputStream output = new FileOutputStream(diskPath)) { method 54 try (final SQLiteDatabase sourceDb = SQLiteDatabase.openDatabase( method
|
/packages/services/BuiltInPrintService/src/com/android/bips/util/ |
FileUtils.java | 45 try (InputStream in = source; OutputStream out = target) { method
|