Searched refs:ignore (Results 151 - 175 of 366) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPolicyDelegate.mm111 - (void)ignore
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPolicyDelegate.idl114 @method ignore
116 @discussion A policy of ignore prevents WebKit from doing anything
121 - (void)ignore;
123 HRESULT ignore();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellMac.mm61 - (void)run:(id)ignore
/external/webkit/Tools/DumpRenderTree/mac/
H A DPolicyDelegate.mm89 [listener ignore];
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_i.h42 * ignore - Whether method decided to drop the current packed (OUT)
44 Boolean ignore; member in struct:eap_method_ret
297 Boolean ignore; member in struct:eap_sm
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h36 * ignore - Whether method decided to drop the current packed (OUT)
38 Boolean ignore; member in struct:eap_method_ret
291 Boolean ignore; member in struct:eap_sm
H A Deap_tls_common.c164 sm->ignore = TRUE;
746 ret->ignore = TRUE;
752 ret->ignore = TRUE;
759 ret->ignore = TRUE;
777 ret->ignore = TRUE;
793 ret->ignore = FALSE;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h36 * ignore - Whether method decided to drop the current packed (OUT)
38 Boolean ignore; member in struct:eap_method_ret
291 Boolean ignore; member in struct:eap_sm
H A Deap_tls_common.c164 sm->ignore = TRUE;
746 ret->ignore = TRUE;
752 ret->ignore = TRUE;
759 ret->ignore = TRUE;
777 ret->ignore = TRUE;
793 ret->ignore = FALSE;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h36 * ignore - Whether method decided to drop the current packed (OUT)
38 Boolean ignore; member in struct:eap_method_ret
291 Boolean ignore; member in struct:eap_sm
H A Deap_tls_common.c164 sm->ignore = TRUE;
746 ret->ignore = TRUE;
752 ret->ignore = TRUE;
759 ret->ignore = TRUE;
777 ret->ignore = TRUE;
793 ret->ignore = FALSE;
/external/chromium/base/win/
H A Devent_trace_consumer_unittest.cc83 EtwTraceProperties ignore; local
84 EtwTraceController::Stop(kTestSessionName, &ignore);
265 EtwTraceProperties ignore; local
266 EtwTraceController::Stop(kTestSessionName, &ignore);
/external/chromium/chrome/browser/
H A Dbrowser_main_win.cc123 FILETIME ignore = {}; local
124 ::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore, &ignore, local
125 &ignore); local
/external/chromium/third_party/libjingle/source/talk/base/
H A Dtime.cc68 static uint32 ignore = StartTime(); member in namespace:talk_base
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFullScreenVideoWidget.cpp81 event->ignore();
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java278 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/icu4c/test/intltest/
H A Dtmsgfmt.cpp473 FieldPosition ignore(FieldPosition::DONT_CARE);
474 form->format(testArgs1, 2, string, ignore, err);
479 ignore.setField(FieldPosition::DONT_CARE);
481 form->format(testArgs2, 2, string, ignore, err);
487 ignore.setField(FieldPosition::DONT_CARE);
489 form->format(testArgs3, 2, string, ignore, err);
510 FieldPosition ignore(FieldPosition::DONT_CARE);
513 form->format(testArgs1, 2, string, ignore, err);
518 ignore.setField(FieldPosition::DONT_CARE);
521 form->format(testArgs2, 2, string, ignore, er
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
H A DTransportManager.java41 * 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/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml106 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/
H A DDataFactory.java129 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/
H A DLayoutEngine.cpp395 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/stlport/stlport/stl/
H A D_istream.h148 public: // read(), readsome(), ignore()
149 _Self& ignore();
150 _Self& ignore(streamsize __n);
151 _Self& ignore(streamsize __n, int_type __delim);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs110 public override void MatchAny(IIntStream ignore) { argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeParser.cs120 public override void MatchAny( IIntStream ignore )
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DTreeParser.js53 matchAny: function(ignore) { // ignore stream, copy of this.input

Completed in 1554 milliseconds

1234567891011>>