HomeSort by relevance Sort by last modified time
    Searched refs:ignore (Results 151 - 175 of 561) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/javax/crypto/
CipherInputStream.java 176 } catch (GeneralSecurityException ignore) {
  /packages/apps/Email/tests/src/com/android/email/
SingleRunningTaskTest.java 57 } catch (InterruptedException ignore) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 73 unsigned int ignore :1; /* Discard section if unknown */ member in struct:aux_id
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 73 unsigned int ignore :1; /* Discard section if unknown */ member in struct:aux_id
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 73 unsigned int ignore :1; /* Discard section if unknown */ member in struct:aux_id
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestElementNode.java 127 } catch (Exception ignore) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 72 } catch (IOException ignore) {
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 278 catch (FileNotFoundException fnfe) // ignore: this should not happen
284 if (in != null) try { in.close (); } catch (Exception ignore) {}
301 catch (IOException ignore)
306 if (jarfile != null) try { jarfile.close (); } catch (IOException ignore) {}
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java 41 * ignore the next _packet_ if the KEX guess was wrong. Where do we know from that
93 catch (InterruptedException ignore)
276 catch (IOException ignore)
301 catch (IOException ignore)
309 catch (IOException ignore)
344 catch (Exception ignore)
435 catch (NumberFormatException ignore)
525 catch (Exception ignore)
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 152 ret->ignore = TRUE;
200 ret->ignore = TRUE;
298 ret->ignore = TRUE;
374 ret->ignore = TRUE;
392 ret->ignore = TRUE;
398 ret->ignore = FALSE;
419 ret->ignore = TRUE;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 106 ignore (build_cond_br cond_val then_bb else_bb builder);
110 position_at_end new_then_bb builder; ignore (build_br merge_bb builder);
111 position_at_end new_else_bb builder; ignore (build_br merge_bb builder);
129 ignore (build_br loop_bb builder);
146 * current BB. Note that we ignore the value computed by the body, but
148 ignore (codegen_expr body);
172 ignore (build_cond_br end_cond loop_bb after_bb builder);
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 129 if (oin != null) try { oin.close (); } catch (Exception ignore) {}
156 if (out != null) try { out.close (); } catch (Exception ignore) {}
173 if (oin != null) try { oin.close (); } catch (Exception ignore) {}
483 if (raf != null) try { raf.close (); } catch (Throwable ignore) {}
588 catch (Throwable ignore) {}
677 if (raf != null) try { raf.close (); } catch (Throwable ignore) {}
  /external/icu4c/layout/
LayoutEngine.cpp 395 float ignore, prev; local
397 glyphStorage.getGlyphPosition(0, prev, ignore, success);
402 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
437 float ignore, prev; local
439 glyphStorage.getGlyphPosition(0, prev, ignore, success);
444 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 369 // Ignore.
425 // Ignore.
449 catch (Throwable ignore) { /* ignore */ }
458 catch (Throwable ignore) { /* ignore */ }
468 // Ignore.
475 // If not connected, ignore this request.
679 catch (Throwable ignore) { /* ignore */ }
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java     [all...]
  /external/stlport/stlport/stl/
_istream.h 148 public: // read(), readsome(), ignore()
149 _Self& ignore();
150 _Self& ignore(streamsize __n);
151 _Self& ignore(streamsize __n, int_type __delim);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 148 public: // read(), readsome(), ignore()
149 _Self& ignore();
150 _Self& ignore(streamsize __n);
151 _Self& ignore(streamsize __n, int_type __delim);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.h 148 public: // read(), readsome(), ignore()
149 _Self& ignore();
150 _Self& ignore(streamsize __n);
151 _Self& ignore(streamsize __n, int_type __delim);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.h 148 public: // read(), readsome(), ignore()
149 _Self& ignore();
150 _Self& ignore(streamsize __n);
151 _Self& ignore(streamsize __n, int_type __delim);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.h 148 public: // read(), readsome(), ignore()
149 _Self& ignore();
150 _Self& ignore(streamsize __n);
151 _Self& ignore(streamsize __n, int_type __delim);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.h 148 public: // read(), readsome(), ignore()
149 _Self& ignore();
150 _Self& ignore(streamsize __n);
151 _Self& ignore(streamsize __n, int_type __delim);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
gradlew 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /developers/samples/android/connectivity/network/BasicNetworkDemo/
gradlew 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /developers/samples/android/connectivity/network/NetworkConnect/
gradlew 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
gradlew 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`

Completed in 1409 milliseconds

1 2 3 4 5 67 8 91011>>