HomeSort by relevance Sort by last modified time
    Searched refs:ignore (Results 176 - 200 of 900) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 13 (* ignore top-level semicolons. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 13 (* ignore top-level semicolons. *)
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/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 13 (* ignore top-level semicolons. *)
  /external/valgrind/main/massif/tests/
insig.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=128 --massif-out-file=massif.out --threshold=0.99 --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
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 36 * ignore - Whether method decided to drop the current packed (OUT)
38 Boolean ignore; member in struct:eap_method_ret
304 Boolean ignore; member in struct:eap_sm
eap_psk.c 103 ret->ignore = TRUE;
123 ret->ignore = TRUE;
132 ret->ignore = TRUE;
202 ret->ignore = TRUE;
224 ret->ignore = TRUE;
382 ret->ignore = TRUE;
386 ret->ignore = FALSE;
399 wpa_printf(MSG_DEBUG, "EAP-PSK: in DONE state - ignore "
401 ret->ignore = TRUE;
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/chromium/base/win/
event_trace_consumer_unittest.cc 83 EtwTraceProperties ignore; local
84 EtwTraceController::Stop(kTestSessionName, &ignore);
265 EtwTraceProperties ignore; local
266 EtwTraceController::Stop(kTestSessionName, &ignore);
  /external/chromium/chrome/browser/
browser_main_win.cc 123 FILETIME ignore = {}; local
124 ::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore, &ignore, local
125 &ignore); local
  /external/chromium/third_party/libjingle/source/talk/base/
time.cc 68 static uint32 ignore = StartTime(); member in namespace:talk_base
  /external/chromium_org/base/win/
event_trace_consumer_unittest.cc 89 EtwTraceProperties ignore; local
90 EtwTraceController::Stop(session_name_.c_str(), &ignore);
98 EtwTraceProperties ignore; local
99 EtwTraceController::Stop(session_name_.c_str(), &ignore);
  /external/chromium_org/tools/emacs/
flymake-chromium.el 108 'ignore
  /hardware/invensense/60xx/mlsdk/mllite/
mldl.h 134 inv_error_t inv_set_ignore_system_suspend(unsigned char ignore);
  /libcore/luni/src/main/java/javax/crypto/
CipherInputStream.java 176 } catch (GeneralSecurityException 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) {}
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 307 * to display to the user. Callers can use the "ignore" feature to get the second best call
308 * by passing a previously found primary call as ignore.
310 * @param ignore A call to ignore if found.
312 private Call getCallToDisplay(CallList callList, Call ignore, boolean skipDisconnected) {
316 if (retval != null && retval != ignore) {
325 if (retval != null && retval != ignore) {
329 if (retval != null && retval != ignore) {
336 if (retval != null && retval != ignore) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
parser.py 173 def first_lines(self, lines, ignore=None):
177 Skip any line mentioned in `ignore`.
182 ignore = ignore or []
185 if l in ignore:
188 if new_l not in ignore:
205 ignore = excluded_lines + list(self.docstrings)
206 lines = self.first_lines(self.statement_starts, ignore)
458 # Someone earlier wanted us to ignore this branch.
  /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/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) {}

Completed in 3043 milliseconds

1 2 3 4 5 6 78 91011>>