HomeSort by relevance Sort by last modified time
    Searched defs:ignore (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/webkit/Source/WebKit2/UIProcess/
WebFramePolicyListenerProxy.cpp 48 void WebFramePolicyListenerProxy::ignore() function in class:WebKit::WebFramePolicyListenerProxy
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.h 43 ViewInfo() : ignore(false) {}
48 // If true, will ignore this widget and not send accessibility events.
49 bool ignore; member in struct:AccessibilityEventRouterViews::ViewInfo
  /development/ide/emacs/
android-compile.el 43 (defvar android-compile-ignore-re
129 (while (search-forward-regexp android-compile-ignore-re end t)
  /external/chromium/base/win/
event_trace_controller_unittest.cc 64 EtwTraceProperties ignore; local
65 EtwTraceController::Stop(kTestSessionName, &ignore);
event_trace_controller.cc 55 EtwTraceProperties ignore; local
57 prop = &ignore;
107 EtwTraceProperties ignore; local
109 properties = &ignore;
122 EtwTraceProperties ignore; local
124 properties = &ignore;
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/third_party/libjingle/source/talk/base/
time.cc 68 static uint32 ignore = StartTime(); member in namespace:talk_base
  /external/webkit/Source/WebCore/svg/
SVGTRefElement.cpp 54 ExceptionCode ignore = 0; local
55 setTextContent(textContent, ignore);
  /external/webkit/Source/WebKit/win/
WebFramePolicyListener.cpp 106 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::ignore(void) function in class:WebFramePolicyListener
  /frameworks/base/core/java/android/webkit/
ClientCertRequestHandler.java 67 public void ignore() { method in class:ClientCertRequestHandler
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 123 /* ignore comment lines and empty lines */
133 /* ignore lines where the tag does not match */
180 int ignore = FALSE; local
194 /* ignore lines that reach the max length */
195 ignore = TRUE;
197 else if (!ignore)
210 /* no longer ignore lines after they are completely read */
211 ignore = FALSE;
  /packages/apps/Browser/src/com/android/browser/
KeyChainLookup.java 43 mHandler.ignore();
46 mHandler.ignore();
  /external/bouncycastle/src/main/java/org/bouncycastle/util/encoders/
HexEncoder.java 63 private boolean ignore( method in class:HexEncoder
89 if (!ignore((char)data[end - 1]))
100 while (i < end && ignore((char)data[i]))
107 while (i < end && ignore((char)data[i]))
140 if (!ignore(data.charAt(end - 1)))
151 while (i < end && ignore(data.charAt(i)))
158 while (i < end && ignore(data.charAt(i)))
Base64Encoder.java 111 private boolean ignore( method in class:Base64Encoder
137 if (!ignore((char)data[end - 1]))
182 while ((i < finish) && ignore((char)data[i]))
207 if (!ignore(data.charAt(end - 1)))
292 while ((i < finish) && ignore(data.charAt(i)))
  /external/dbus/test/name-test/
test-activation-forking.py 28 def ignore(*args, **kwargs): function
47 i.Exit(reply_handler=ignore, error_handler=ignore)
51 i.Exit(reply_handler=ignore, error_handler=ignore)
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigDelta.java 102 if (!ignore.contains(field.getName())) {
123 private static Set<String> ignore = new HashSet<String>(); field in class:SigDelta
125 ignore.add("from");
126 ignore.add("to");
127 ignore.add("reason");
128 ignore.add("ignore"); // =)
  /external/emma/core/java12/com/vladium/emma/rt/
RTExitHook.java 69 if (in != null) try { in.close (); } catch (IOException ignore) { ignore.printStackTrace (); }
  /ndk/sources/android/cpufeatures/
cpu-features.c 112 int len, ignore; local
285 /* read the initial decimal number, ignore the rest */
  /external/bluetooth/glib/gthread/
gthread-posix.c 384 gpointer ignore; local
385 posix_check_cmd (pthread_join (*(pthread_t*)thread, &ignore));
gthread-win32.c 497 guint ignore; local
511 retval, 0, &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/emma/tools/java/com/vladium/tools/
ClassDep.java 158 if (in != null) try { in.close (); } catch (IOException ignore) { ignore.printStackTrace (); }
  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 132 void ignore() { m_isAccepted = false; } function in class:WebCore::PlatformWheelEvent
  /frameworks/base/libs/utils/
CallStack.cpp 45 size_t ignore; member in struct:android::__anon14780
56 if (state->ignore) {
57 state->ignore--;
69 int backtrace(const void** addrs, size_t ignore, size_t size)
73 state.ignore = 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);

Completed in 565 milliseconds

1 2 3