HomeSort by relevance Sort by last modified time
    Searched defs:try (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyFactoryTest.java 99 try {
157 try {
163 try {
176 try {
192 try {
197 try {
210 try {
230 try {
262 try {
264 try {
346 try (InputStream in = getContext().getResources().openRawResource(resId)) { method
374 try (InputStream in = getContext().getResources().openRawResource(resId)) { method
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java 118 try (Cursor cursor = mContentResolver.query(mChannelsUri, projection, null, null, null)) { method
191 try (Cursor cursor = mContentResolver.query( method
240 try (Cursor cursor = mContentResolver.query( method
247 try (Cursor cursor = mContentResolver.query( method
280 try (AssetFileDescriptor fd = mContentResolver.openAssetFileDescriptor(logoUri, "r")) { method
281 try (InputStream is = fd.createInputStream()) { method
299 try (AssetFileDescriptor fd = mContentResolver.openAssetFileDescriptor(logoUri, "w")) { method
300 try (OutputStream os = fd.createOutputStream()) { method
337 try (Cursor cursor = mContentResolver.query( method
358 try (Cursor cursor = mContentResolver.query(TvContract.buildProgramsUriForChannel method
362 try (Cursor cursor = mContentResolver.query(TvContract.buildProgramsUriForChannel( method
522 try (Cursor cursor = mContentResolver.query( method
    [all...]
TvViewTest.java 180 try {
211 try (Cursor cursor = mActivity.getContentResolver().query( method
377 try (Cursor cursor = mActivity.getContentResolver().query( method
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 91 #define try macro
176 try
  /external/elfutils/src/src/
ld.c 379 /* Try to open the file. */
876 /* Try to open the file. */
1087 int try (Elf *elf) function
    [all...]
  /external/libselinux/src/
avc.c 262 int try; local
266 for (try = 0; try < 2; try++) {
1018 * avc_ss_try_revoke - Try to revoke previously granted permissions.
1026 * Try to revoke previously granted permissions, but
  /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...]
ipcp.c 744 /* try an older style of VJ negotiation */
1031 ipcp_options try; /* options to request next time */ local
1034 try = *go;
1100 try.old_addrs = 0;
1104 try.ouraddr = ciaddr1;
1108 try.hisaddr = ciaddr2;
1121 try.neg_vj = 0;
1126 try.old_vj = 0;
1128 try.maxslotindex = cimaxslotindex;
1130 try.cflag = 0
1277 ipcp_options try; \/* options to request next time *\/ local
    [all...]
ipxcp.c 776 ipxcp_options try; /* options to request next time */ local
779 try = *go;
797 try.neg_nn = 0;
799 try.our_network = l;
808 try.neg_node = 0;
811 copy_node (p, try.our_node);
831 try.router = 0;
834 try.router |= s;
835 try.neg_router = 1;
854 try.router &= (ao->router | BIT(IPX_NONE))
887 ipxcp_options try; \/* options to request next time *\/ local
    [all...]
lcp.c 962 lcp_options try; /* options to request next time */ local
967 try = *go;
982 try.neg = 0; \
1050 try.neg = 0; \
1067 try.mru = cishort;
1076 try.asyncmap = go->asyncmap | cilong;
1098 try.neg_eap = 0;
1102 try.neg_chap = 0;
1114 try.neg_eap = 0;
1115 /* Try to set up to use their suggestion, if possible *
1353 lcp_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/toybox/lib/
xwrap.c 344 int try = 9999, dirfd = open("/", 0);; local
360 if (!try--) {
423 try = 2;
427 if (todo) try++;
428 try += strlen(temp->str);
435 ret = xmalloc(try);
437 ret [try = 1] = 0;
439 if (try>1) ret[try++] = '/';
440 try = stpcpy(ret+try, todo->str) - ret
    [all...]
lib.c 108 int try = offset>sizeof(libbuf) ? sizeof(libbuf) : offset, or; local
110 or = readall(fd, libbuf, try);
113 if (or < try) break;
142 // find next '/', but don't try to mkdir "" at start of absolute path
363 // proc files don't report a length, so try 1 page minimum.
  /frameworks/base/core/java/android/net/
IpReachabilityMonitor.java 108 try (NetlinkSocket nlSocket = new NetlinkSocket(OsConstants.NETLINK_ROUTE)) { method
142 try {
313 try {
322 try {
366 try {
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 106 try {
157 try {
162 try {
181 try {
192 try {
201 // If the package doesn't exist, then try loading the null WebView instead.
205 try {
219 try {
228 try {
244 try {
317 try (ZipFile z = new ZipFile(split[0])) { method
357 try (ZipFile z = new ZipFile(apkPath)) { method
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsDatabase.java 137 try {
195 try {
225 try (BufferedReader reader = new BufferedReader(new FileReader(mVersionFile))) { method
244 try (BufferedWriter writer = new BufferedWriter(new FileWriter(mVersionFile))) { method
298 try {
340 try {
445 try {
526 try {
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 638 try {
647 try {
648 try (FileWriter writer = new FileWriter(file)) { method
  /libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java 90 try (FileOutputStream out = new FileOutputStream(destination)) { method
161 * sure that a valid construction doesn't fail. It doesn't try
  /system/extras/verity/
Utils.java 90 try {
117 try {
141 try {
157 try {
214 try (FileInputStream fis = new FileInputStream(fname)) { method
VerityVerifier.java 118 try (RandomAccessFile key = new RandomAccessFile(fname, "r")) { method
266 try (RandomAccessFile img = new RandomAccessFile(image, "r")) { method
363 try (RandomAccessFile img = new RandomAccessFile(image, "r")) { method
408 try {
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 49 try {
62 try {
129 try {
141 try {
222 try {
239 try (ParcelFileDescriptor reader = pipe[0]; method
241 try {
252 try {
264 try (ParcelFileDescriptor reader = pipe[0]; method
274 try {
279 try (final FileInputStream reader = new AutoCloseInputStream(pipe[0]); method
410 try (final FileInputStream reader = new AutoCloseInputStream(pipe[0]); method
440 try (final FileInputStream reader2 = new AutoCloseInputStream(pipe2[0]); method
492 try (final FileInputStream reader = new AutoCloseInputStream(pipe[0]); method
522 try (final FileInputStream reader2 = new AutoCloseInputStream(pipe2[0]); method
582 try (final FileInputStream reader = new AutoCloseInputStream(pipe[0]); method
667 try (final FileInputStream reader = new AutoCloseInputStream(pipe[0]); method
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 67 try {
86 try {
392 try {
603 * Because /data and /data/data are not readable, we blindly try to
659 try {
683 try {
899 try (InputStream in = new FileInputStream(f)) { method
907 try (OutputStream out = new FileOutputStream(f)) { method
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 351 static int do_read (int dev, unsigned char * buffer, int try, int block_size,
360 printf("do_read: block %d, try %d\n", current_block, try);
362 set_o_direct(dev, buffer, try * block_size,
373 /* Try the read */
376 got = read (dev, buffer, try * block_size);
384 if (d_flag && got == try) {
427 static int do_write(int dev, unsigned char * buffer, int try, int block_size,
433 printf("do_write: block %lu, try %d\n", current_block, try);
477 int try; local
592 int i, try, got, nr_pattern, pat_idx; local
731 int try, i; local
    [all...]
  /external/libvncserver/x11vnc/
remote.c 436 /* try some hardwires: */
505 * try to work around rapid fire https requests
1294 /* try to handle easy case where WxH is unchanged: */
4602 int try = 0, max_tries = 4; local
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKeyPairGeneratorSpi.java 181 try {
196 try {
201 try {
301 try {
472 try {
487 try {
501 try {
508 try {
556 try {
609 try (ASN1InputStream publicKeyInfoIn = new ASN1InputStream(publicKey.getEncoded())) method
    [all...]

Completed in 413 milliseconds

1 2 34 5