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

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 132 Boolean ignore; member in struct:eap_sm
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 125 } catch (InterruptedException ignore) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 113 } catch (NullPointerException ignore) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/
PointTest.java 62 } catch (NullPointerException ignore) {
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /development/build/tools/
mk_sources_zip.py 43 # IGNORE is a list of namespaces to ignore. Must be java
45 self.IGNORE = [ "sun.", "libcore.", "dalvik.",
144 # Should we ignore this package?
148 for ignore in p.IGNORE:
149 if pkg2.startswith(ignore):
150 verbose("Ignore package %s [%s]", pkg, filepath)
190 verbose("Ignore duplicate archive path %s", arc_path)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java     [all...]
  /external/chromium/base/debug/
trace_event_win_unittest.cc 97 EtwTraceProperties ignore;
98 EtwTraceController::Stop(kTestSessionName, &ignore);
181 // Ignore EventTraceGuid events.
  /external/chromium/base/win/
event_trace_controller_unittest.cc 64 EtwTraceProperties ignore; local
65 EtwTraceController::Stop(kTestSessionName, &ignore);
  /external/clang/test/SemaCXX/
alias-template.cpp 115 extern handler_t<int> ignore;
116 extern void (*ignore)(int);
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 158 if (in != null) try { in.close (); } catch (IOException ignore) { ignore.printStackTrace (); }
  /external/v8/src/
cpu-profiler.h 55 #define DECLARE_TYPE(type, ignore) type,
168 #define DECLARE_CLASS(ignore, type) type type##_;
  /external/valgrind/main/massif/tests/
basic.post.exp 3 Massif arguments: --stacks=no --time-unit=B --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
deep-B.stderr.exp 25 Massif: ignore-fns:
realloc.stderr.exp 18 Massif: ignore-fns:
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 136 } catch (IOException ignore) {
245 } catch (IOException ignore) {
  /libcore/luni/src/test/java/libcore/java/io/
OldPipedWriterTest.java 269 } catch (Exception ignore) {}
274 } catch (Exception ignore) {}
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 429 BOOLEAN ignore = FALSE; local
443 ignore = TRUE;
449 ignore = TRUE;
450 GAP_TRACE_EVENT0("Ignore GATTS_REQ_TYPE_WRITE_EXEC" );
455 ignore = TRUE;
463 if (!ignore)
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 358 if (m_sourcePath != null) srcpathCache = new SourcePathCache (m_sourcePath, true); // ignore non-existent source dirs
492 // this causes initialization on some non-Sun-compatible JVMs [ignore]:
512 try {appThread.join (); } catch (InterruptedException ignore) {}
566 catch (Throwable ignore) {}
575 catch (Throwable ignore) {}
752 try { generator.cleanup (); } catch (Throwable ignore) {}
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 122 * to ignore unrecognized TLS extensions, but end up rejecting
192 sm->ignore = TRUE;
827 ret->ignore = TRUE;
839 ret->ignore = TRUE;
846 ret->ignore = TRUE;
864 ret->ignore = TRUE;
883 ret->ignore = TRUE;
888 ret->ignore = FALSE;
    [all...]
  /external/clang/utils/
FindSpecRefs 660 ignore = set()
667 ignore.add(section)
672 if section not in ignore:
    [all...]
  /external/smack/src/org/jivesoftware/smack/
BOSHConnection.java 272 // Ignore.
505 // Ignore.
513 catch (Throwable ignore) { /* ignore */ }
520 catch (Throwable ignore) { /* ignore */ }
527 catch (Throwable ignore) { /* ignore */ }
598 public void write(char[] cbuf, int off, int len) { /* ignore */}
599 public void close() { /* ignore */ }
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeParser.as 83 public function matchAny(ignore:IntStream):void { // ignore stream, copy of this.input
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeParser.cs 110 public override void MatchAny(IIntStream ignore) {

Completed in 514 milliseconds

1 2 3 4 5 6 7 891011>>