Searched refs:ignore (Results 126 - 150 of 367) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLWriter.java104 try { m_out.close (); } catch (IOException ignore) {}
/external/emma/core/java12/com/vladium/util/exception/
H A DExceptionCommon.java120 catch (Throwable ignore)
408 catch (Throwable ignore) {}
425 catch (Throwable ignore) {}
495 catch (Throwable ignore)
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractListeningExecutorService.java164 } catch (CancellationException ignore) {
165 } catch (ExecutionException ignore) {
216 } catch (CancellationException ignore) {
217 } catch (ExecutionException ignore) {
/external/kernel-headers/original/linux/netfilter/
H A Dnf_conntrack_common.h148 unsigned int ignore; member in struct:ip_conntrack_stat
/external/protobuf/examples/
H A Dadd_person.cc15 cin.ignore(256, '\n');
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.h38 #define Dprintf(ignore...)
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPolicyDelegate.h102 @method ignore
104 @discussion A policy of ignore prevents WebKit from doing anything
110 - (void)ignore;
/external/webkit/Source/WebKit/win/
H A DWebFramePolicyListener.cpp106 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::ignore(void) function in class:WebFramePolicyListener
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dpostdiffforrevert.py41 webkit-patch land-attachment ATTACHMENT_ID --ignore-builders\n\n\
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_sake.c157 ret->ignore = TRUE;
205 ret->ignore = TRUE;
303 ret->ignore = TRUE;
379 ret->ignore = TRUE;
397 ret->ignore = TRUE;
403 ret->ignore = FALSE;
424 ret->ignore = TRUE;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_sake.c152 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/wpa_supplicant_8/src/eap_peer/
H A Deap_sake.c152 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/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_sake.c152 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/emma/core/java12/com/vladium/util/
H A DProperty.java235 if (in != null) try { in.close (); } catch (Throwable ignore) {}
269 if (in != null) try { in.close (); } catch (Throwable ignore) {}
301 if (in != null) try { in.close (); } catch (Throwable ignore) {}
462 catch (SecurityException ignore)
464 ignore.printStackTrace (System.out);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml88 ignore (build_cond_br cond_val then_bb else_bb builder);
92 position_at_end new_then_bb builder; ignore (build_br merge_bb builder);
93 position_at_end new_else_bb builder; ignore (build_br merge_bb builder);
111 ignore (build_br loop_bb builder);
128 * current BB. Note that we ignore the value computed by the body, but
130 ignore (codegen_expr body);
154 ignore (build_cond_br end_cond loop_bb after_bb builder);
H A Dtoplevel.ml13 (* ignore top-level semicolons. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml56 ignore(build_store val_ variable builder);
136 ignore (build_cond_br cond_val then_bb else_bb builder);
140 position_at_end new_then_bb builder; ignore (build_br merge_bb builder);
141 position_at_end new_else_bb builder; ignore (build_br merge_bb builder);
177 ignore(build_store start_val alloca builder);
185 ignore (build_br loop_bb builder);
199 * current BB. Note that we ignore the value computed by the body, but
201 ignore (codegen_expr body);
218 ignore(build_store next_var alloca builder);
228 ignore (build_cond_b
[all...]
H A Dtoplevel.ml13 (* ignore top-level semicolons. *)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.h131 void set_ignore_data(bool ignore) { ignore_data_ = ignore; } argument
/external/clang/test/SemaCXX/
H A Dalias-template.cpp117 extern handler_t<int> ignore;
118 extern void (*ignore)(int);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml13 (* ignore top-level semicolons. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml13 (* ignore top-level semicolons. *)
/external/valgrind/main/massif/tests/
H A Dinsig.post.exp3 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

Completed in 2321 milliseconds

1234567891011>>