Searched defs:ignore (Results 1 - 25 of 131) sorted by relevance

123456

/external/chromium_org/base/process/
H A Dprocess_info_win.cc17 FILETIME ignore = {}; local
18 if (::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore,
19 &ignore, &ignore) == false)
/external/bison/lib/
H A Dcloseout.c49 - If ignore = true, it shall be ignored.
50 - If ignore = false, it shall evoke a diagnostic, along with a nonzero
52 The default is ignore = false.
56 temporarily ignore SIGPIPE. If SIGPIPE is ignored or blocked because
65 The ignore = false setting is suitable for a scenario where it is normally
70 The ignore = true setting is suitable for a scenario where you don't know
78 close_stdout_set_ignore_EPIPE (bool ignore) argument
80 ignore_EPIPE = ignore;
/external/chromium/chrome/browser/ui/views/
H A Daccessibility_event_router_views.h43 ViewInfo() : ignore(false) {}
48 // If true, will ignore this widget and not send accessibility events.
49 bool ignore; member in struct:AccessibilityEventRouterViews::ViewInfo
/external/chromium/third_party/libjingle/source/talk/base/
H A Dssladapter.h43 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; } argument
H A Dsslstreamadapter.h60 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; } argument
H A Dtime.cc68 static uint32 ignore = StartTime(); member in namespace:talk_base
/external/chromium_org/chrome/browser/ui/ash/tabs/
H A Ddock_info_ash.cc16 const std::set<gfx::NativeView>& ignore,
18 if (ignore.find(window) != ignore.end())
34 GetLocalProcessWindowAtPointImpl(screen_point, ignore, *i);
47 const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) {
55 const std::set<gfx::NativeView>& ignore) {
57 screen_point, ignore, ::ash::wm::GetRootWindowAt(screen_point));
14 GetLocalProcessWindowAtPointImpl( const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore, aura::Window* window) argument
46 GetDockInfoAtPointAsh( const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
53 GetLocalProcessWindowAtPointAsh( const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
H A Ddock_info_chromeos.cc14 const std::set<gfx::NativeView>& ignore) {
15 return chrome::ash::GetDockInfoAtPointAsh(screen_point, ignore);
22 const std::set<gfx::NativeView>& ignore) {
23 return chrome::ash::GetLocalProcessWindowAtPointAsh(screen_point, ignore);
12 GetDockInfoAtPoint(chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
19 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dssladapter.h43 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; } argument
H A Dsslstreamadapter.h70 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; } argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DHexEncoder.java68 private static boolean ignore( method in class:HexEncoder
94 if (!ignore((char)data[end - 1]))
105 while (i < end && ignore((char)data[i]))
112 while (i < end && ignore((char)data[i]))
150 if (!ignore(data.charAt(end - 1)))
161 while (i < end && ignore(data.charAt(i)))
168 while (i < end && ignore(data.charAt(i)))
H A DBase64Encoder.java116 private boolean ignore( method in class:Base64Encoder
142 if (!ignore((char)data[end - 1]))
192 while ((i < finish) && ignore((char)data[i]))
217 if (!ignore(data.charAt(end - 1)))
322 while ((i < finish) && ignore(data.charAt(i)))
/external/chromium/base/win/
H A Devent_trace_controller_unittest.cc64 EtwTraceProperties ignore; local
65 EtwTraceController::Stop(kTestSessionName, &ignore);
H A Devent_trace_consumer_unittest.cc83 EtwTraceProperties ignore; local
84 EtwTraceController::Stop(kTestSessionName, &ignore);
265 EtwTraceProperties ignore; local
266 EtwTraceController::Stop(kTestSessionName, &ignore);
H A Devent_trace_controller.cc55 EtwTraceProperties ignore; local
57 prop = &ignore;
107 EtwTraceProperties ignore; local
109 properties = &ignore;
122 EtwTraceProperties ignore; local
124 properties = &ignore;
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_state_impl_win.cc47 DWORD ignore; local
48 if (!EnumProcessModules(process, modules, bytes_required, &ignore))
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_mac_unittest.cc33 SkClipStack ignore; local
38 bitmap_->setMatrixClip(transform, clip_region, ignore);
/external/elfutils/libdw/
H A Dlibdw_visit_scopes.c56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
95 return ignore;
/external/chromium_org/base/win/
H A Devent_trace_controller_unittest.cc118 EtwTraceProperties ignore; local
119 EtwTraceController::Stop(session_name_.c_str(), &ignore);
/external/chromium_org/chrome/browser/ui/aura/tabs/
H A Ddock_info_aurax11.cc27 explicit BaseWindowFinder(const std::set<aura::Window*>& ignore) { argument
29 for (iter = ignore.begin(); iter != ignore.end(); iter++) {
38 // Returns true if |window| is in the ignore list.
62 // location |screen_loc|, not including the windows in |ignore|.
65 const std::set<aura::Window*>& ignore) {
66 TopMostFinder finder(window, screen_loc, ignore);
96 const std::set<aura::Window*>& ignore)
97 : BaseWindowFinder(ignore),
127 const std::set<aura::Window*>& ignore) {
63 IsTopMostWindowAtPoint(XID window, const gfx::Point& screen_loc, const std::set<aura::Window*>& ignore) argument
94 TopMostFinder(XID window, const gfx::Point& screen_loc, const std::set<aura::Window*>& ignore) argument
126 GetProcessWindowAtPoint(const gfx::Point& screen_loc, const std::set<aura::Window*>& ignore) argument
158 LocalProcessWindowFinder(const gfx::Point& screen_loc, const std::set<aura::Window*>& ignore) argument
179 GetDockInfoAtPoint(chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
188 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
[all...]
/external/chromium_org/chrome/test/logging/win/
H A Dfile_logger.cc137 base::win::EtwTraceProperties ignore; local
139 &ignore);
/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/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java100 public void matchAny(IntStream ignore) { // ignore stream, copy of input argument
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_attr.c171 BOOLEAN ignore = FALSE; local
187 ignore = TRUE;
193 ignore = TRUE;
201 if (!ignore)
/external/chromium/chrome/browser/hang_monitor/
H A Dhung_plugin_action.cc68 // If the user choses to ignore the hung window warning, the
134 BOOL CALLBACK HungPluginAction::DismissMessageBox(HWND window, LPARAM ignore) { argument

Completed in 1555 milliseconds

123456