HomeSort by relevance Sort by last modified time
    Searched defs:try (Results 401 - 425 of 607) sorted by null

<<11121314151617181920>>

  /external/elfutils/src/
ld.c 373 /* Try to open the file. */
870 /* Try to open the file. */
1053 try (int fd, Elf *elf) function
1076 /* Try the archive members. This could
1088 if (try (fd, subelf) != 0)
    [all...]
  /external/ppp/pppd/
ipv6cp.c 693 ipv6cp_options try; /* options to request next time */ local
696 try = *go;
733 try.neg_ifaceid = 0;
738 try.ourid = ifaceid;
747 try.vj_protocol = cishort;
749 try.neg_vj = 0;
756 try.neg_vj = 0;
784 try.neg_ifaceid = 1;
790 try.ourid = ifaceid;
806 *go = try;
829 ipv6cp_options try; \/* options to request next time *\/ local
    [all...]
  /external/selinux/libselinux/src/
avc.c 302 int try; local
306 for (try = 0; try < 2; try++) {
1078 * avc_ss_try_revoke - Try to revoke previously granted permissions.
1086 * Try to revoke previously granted permissions, but
  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.c 323 /* try an older style of VJ negotiation */
553 ipcp_options try; /* options to request next time */ local
556 try = *go;
614 try.ouraddr = ciaddr1;
619 try.hisaddr = ciaddr2;
636 try.old_vj = 0;
638 try.maxslotindex = cimaxslotindex;
641 try.cflag = 0;
644 try.neg_vj = 0;
648 try.old_vj = 1
756 ipcp_options try; \/* options to request next time *\/ local
    [all...]
  /external/toybox/lib/
xwrap.c 467 int try = 9999, dirfd = open("/", 0);; local
483 if (!try--) {
546 try = 2;
550 if (todo) try++;
551 try += strlen(temp->str);
558 ret = xmalloc(try);
560 ret [try = 1] = 0;
562 if (try>1) ret[try++] = '/';
563 try = stpcpy(ret+try, todo->str) - ret
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 161 try {
179 try {
210 try {
213 try {
223 try {
295 try {
323 try {
327 try {
340 try {
350 try {
514 try (ZipFile z = new ZipFile(split[0])) { method
557 try (ZipFile z = new ZipFile(apkPath)) { method
    [all...]
  /frameworks/base/core/java/com/android/server/backup/
AccountSyncSettingsBackupHelper.java 96 try {
196 try {
247 try {
263 try {
285 try {
302 try (FileOutputStream fOutput = new FileOutputStream(STASH_FILE)) { method
322 try (FileInputStream fIn = new FileInputStream(new File(STASH_FILE))) { method
334 try {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ExifInterfaceTest.java 172 try (InputStream inputStream = getContext().getResources().openRawResource( method
174 try (FileOutputStream outputStream = new FileOutputStream(outputPath)) { method
325 try {
335 try {
345 try {
383 try {
414 try {
472 try {
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabase.java 128 try {
148 try {
150 try (final Cursor deviceRoot = builder.query( method
259 try (final Cursor cursor = mDatabase.query( method
308 try {
335 try {
347 try (final Cursor cursor = mDatabase.query( method
383 try {
420 try {
445 try {
486 try (final Cursor cursor = mDatabase.query( method
554 try (final Cursor cursor = mDatabase.query( method
571 try (final Cursor cursor = mDatabase.query( method
623 try (final Cursor cursor = mDatabase.query( method
664 try (final Cursor cursor = mDatabase.query( method
685 try (final Cursor cursor = mDatabase.query( method
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
MtpDocumentsProviderTest.java 97 try {
153 try (final Cursor cursor = mProvider.queryRoots(columns)) { method
164 try (final Cursor cursor = mProvider.queryChildDocuments("1", null, (String) null)) {} method
485 try {
495 try (final Cursor cursor = mProvider.queryChildDocuments("1", null, (String) null)) { method
533 try {
559 try (final ParcelFileDescriptor fd = mProvider.openDocument("3", "r", null)) { method
597 try (final ParcelFileDescriptor fd = mProvider.openDocument("3", "r", null)) { method
611 try (ParcelFileDescriptor.AutoCloseOutputStream stream = method
619 try (ParcelFileDescriptor.AutoCloseInputStream stream method
644 try (final Cursor cursor = mProvider.queryRoots(null)) { method
648 try (final Cursor cursor = mProvider.queryChildDocuments("1", null, (String) null)) { method
665 try (final Cursor cursor = mProvider.queryRoots(null)) { method
669 try (final Cursor cursor = mProvider.queryChildDocuments("1", null, (String) null)) { method
718 try (final Cursor cursor = mProvider.queryChildDocuments( method
739 try (final Cursor cursor = mProvider.queryChildDocuments( method
762 try (final Cursor cursor = mProvider.queryDocument(documentId, null)) { method
815 try (final Cursor cursor = mProvider.queryChildDocuments( method
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/est/
ESTHandler.java 121 try (HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.ISO_8859_1, mSocketFactory, method
153 try {
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUClient.java 85 try (HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.UTF_8, method
175 try (ESTHandler estHandler = new ESTHandler((GetCertData) provResponse. method
221 try (HTTPHandler httpHandler = createHandler(network, homeSP, km, flowType)) { method
294 try (ESTHandler estHandler = new ESTHandler((GetCertData) pddResponse. method
366 try {
405 try {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 85 try {
108 try {
111 try (PdfRenderer.Page page = mRenderer.openPage(pageIndex)) { method
222 try {
356 try {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityControllerImpl.java 298 try {
319 try {
351 try {
394 try (KeyChainConnection conn = KeyChain.bindAsUser(mContext, method
  /frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
WallpaperBackupAgent.java 114 try {
168 // Don't try to store the lock image if we overran our quota last time
182 // due to exceeding the data quota, try again next time. This will alternate
183 // between "try both" and "only store the primary image" until either there
195 try (FileOutputStream f = new FileOutputStream(mQuotaFile)) { method
219 try {
272 try (FileInputStream in = new FileInputStream(stage)) { method
281 try (FileInputStream stream = new FileInputStream(wallpaperInfo)) { method
309 try (FileInputStream stream = new FileInputStream(wallpaperInfo)) { method
341 try {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest2.java 2049 try (Writer w = new FileWriter(path)) { method
    [all...]
UserDataPreparerTest.java 218 try (FileOutputStream os = new FileOutputStream(file)) { method
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 284 try (InputStream inputStream = zipFile.getInputStream(entry)) { method
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 326 try (DataInputStream in = method
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterOutputStreamTest.java 98 try {
149 try {
157 try {
164 try {
193 try (InflaterInputStream iis = new InflaterInputStream(new FileInputStream(f1))) { method
194 try {
207 try (InflaterInputStream iis = new InflaterInputStream(new FileInputStream(f1))) { method
221 try {
228 try {
237 try {
    [all...]
InflaterInputStreamTest.java 122 try (InputStream infile = Support_Resources.getStream("hyts_construODI.bin")) { method
124 try {
131 try {
138 try {
153 try (InflaterInputStream iis = new InflaterInputStream(is)) { method
166 try (InflaterInputStream iis = new InflaterInputStream(is)) { method
209 try {
218 try {
226 try {
237 try (InputStream in = new InflaterInputStream(new ByteArrayInputStream(deflated))) method
256 try (InputStream in = new InflaterInputStream(new ByteArrayInputStream(deflated))) { method
266 try (InputStream in = new InflaterInputStream(new ByteArrayInputStream(deflated))) { method
285 try (DeflaterOutputStream dos = new DeflaterOutputStream(baos)) { method
288 try (InflaterInputStream iis = new InflaterInputStream( method
330 try (InflaterInputStream iis = new InflaterInputStream(fis)) { method
345 try (InflaterInputStream iis = new InflaterInputStream(is)) { method
417 try (InflaterInputStream inflatIP2 = new InflaterInputStream(infile2)) { method
431 try (InflaterInputStream inflatIP3 = new InflaterInputStream(infile3)) { method
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
CountedCompleterTest.java 56 try (PoolCleaner cleaner = cleaner(pool)) { method
83 try {
116 try {
119 try {
134 try {
148 try {
154 try {
171 try {
186 try {
193 try {
    [all...]
RecursiveTaskTest.java 49 try (PoolCleaner cleaner = cleaner(pool)) { method
69 try {
76 try {
83 try {
100 try {
103 try {
136 try {
142 try {
148 try {
165 try {
    [all...]
  /libcore/luni/src/test/java/dalvik/system/
BlockGuardTest.java 111 try (FileOutputStream fos = new FileOutputStream(tmpFile)) { method
115 try {
161 try (FileOutputStream fos = new FileOutputStream(f)) { method
170 try (FileInputStream fis = new FileInputStream(new File("/dev/null"))) { method
180 try (RandomAccessFile ras = new RandomAccessFile(f, "rw")) { method
191 try (RandomAccessFile ras = new RandomAccessFile(f, "rw")) { method
204 try (RandomAccessFile ras = new RandomAccessFile(f, "rw")) { method
217 try (RandomAccessFile ras = new RandomAccessFile(f, "rw")) { method
226 try (RandomAccessFile ras = new RandomAccessFile(f, "rw")) { method
239 try (RandomAccessFile ras = new RandomAccessFile(f, "rw")) method
    [all...]
DexClassLoaderTest.java 95 try (FileOutputStream out = new FileOutputStream(destination)) { method
166 * sure that a valid construction doesn't fail. It doesn't try

Completed in 2047 milliseconds

<<11121314151617181920>>