Searched refs:ignore (Results 1 - 25 of 492) sorted by relevance

1234567891011>>

/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/kernel-headers/original/asm-x86/
H A Ddwarf2_32.h40 comment character # to ignore the arguments. Instead, use a dummy macro. */
41 .macro ignore a=0, b=0, c=0, d=0
44 #define CFI_STARTPROC ignore
45 #define CFI_ENDPROC ignore
46 #define CFI_DEF_CFA ignore
47 #define CFI_DEF_CFA_REGISTER ignore
48 #define CFI_DEF_CFA_OFFSET ignore
49 #define CFI_ADJUST_CFA_OFFSET ignore
50 #define CFI_OFFSET ignore
51 #define CFI_REL_OFFSET ignore
[all...]
/external/objenesis/tck/test/org/springframework/osgi/test/internal/
H A Dboot-bundles.properties47 # ignore
56 ignore.backport.version=3.1.0
57 ignore.junit.version=3.8.2
59 ignore.log4j.version=${log4j.version}
61 ignore.spring.version=2.5.6.SEC01
63 ignore.spring.osgi.version=${spring.osgi.version}
65 ignore.slf4j.version=${slf4j.version}
66 ignore.asm.version=2.2.3
69 ignore.spring.groupId=org.springframework
70 ignore
[all...]
/external/llvm/test/Bindings/Ocaml/
H A Dtarget.ml39 ignore (DataLayout.as_string td);
40 ignore (byte_order td);
41 ignore (pointer_size td);
42 ignore (intptr_type td);
43 ignore (size_in_bits td sty);
44 ignore (store_size td sty);
45 ignore (abi_size td sty);
46 ignore (stack_align td sty);
47 ignore (preferred_align td sty);
48 ignore (preferred_align_of_globa
[all...]
/external/valgrind/unittest/
H A Drun_output_tests.sh14 if [ -f output_tests/${TEST}.ignore ]; then
15 IGNORE=--ignore=output_tests/${TEST}.ignore
/external/bison/lib/
H A Dcloseout.h29 void close_stdout_set_ignore_EPIPE (bool ignore);
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_org/chrome/browser/ui/ash/tabs/
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
H A Ddock_info_ash.h18 const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore);
22 const std::set<gfx::NativeView>& ignore);
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
/external/valgrind/main/massif/tests/
H A Dno-stack-no-heap.post.exp3 Massif arguments: --stacks=no --heap=no --time-unit=B --massif-out-file=massif.out --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
H A Dnull.post.exp3 Massif arguments: --stacks=no --time-unit=B --massif-out-file=massif.out --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
H A Done.post.exp3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --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
H A Dignored.post.exp3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --ignore-fn=ignore1 --ignore-fn=ignore2 --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/chromium/chrome/browser/ui/tabs/
H A Ddock_info_gtk.cc25 explicit BaseWindowFinder(const std::set<GtkWidget*>& ignore) { argument
27 for (iter = ignore.begin(); iter != ignore.end(); iter++) {
36 // Returns true if |window| is in the ignore list.
60 // location |screen_loc|, not including the windows in |ignore|.
63 const std::set<GtkWidget*>& ignore) {
64 TopMostFinder finder(window, screen_loc, ignore);
99 const std::set<GtkWidget*>& ignore)
100 : BaseWindowFinder(ignore),
130 const std::set<GtkWidget*>& ignore) {
61 IsTopMostWindowAtPoint(XID window, const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
97 TopMostFinder(XID window, const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
129 GetProcessWindowAtPoint(const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
162 LocalProcessWindowFinder(const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
181 GetDockInfoAtPoint(const gfx::Point& screen_point, const std::set<GtkWidget*>& ignore) argument
191 GetLocalProcessWindowAtPoint( const gfx::Point& screen_point, const std::set<GtkWidget*>& ignore) argument
[all...]
H A Ddock_info_win.cc25 // Creates a BaseWindowFinder with the specified set of HWNDs to ignore.
26 explicit BaseWindowFinder(const std::set<HWND>& ignore) : ignore_(ignore) {} argument
54 // |screen_loc|, not including the windows in |ignore|.
57 const std::set<HWND>& ignore) {
58 TopMostFinder finder(window, screen_loc, ignore);
82 // Mouse events fall through WS_EX_TRANSPARENT windows, so we ignore them.
86 // ignore WS_EX_LAYERED windows and there are totally transparent
88 // that the user can't reattach tabs to. So we ignore them. This is a bit
114 const std::set<HWND>& ignore)
55 IsTopMostWindowAtPoint(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
112 TopMostFinder(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
146 GetProcessWindowAtPoint(const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
169 LocalProcessWindowFinder(const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
195 GetDockInfoAtPoint(const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
230 DockToWindowFinder(const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
272 GetDockInfoAtPoint(const gfx::Point& screen_point, const std::set<HWND>& ignore) argument
300 GetLocalProcessWindowAtPoint(const gfx::Point& screen_point, const std::set<HWND>& ignore) argument
[all...]
/external/chromium_org/chrome/browser/ui/aura/tabs/
H A Ddock_info_auralinux.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 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
194 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
206 GetDockInfoAtPoint(chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
[all...]
/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
/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
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddock_info_gtk.cc26 explicit BaseWindowFinder(const std::set<GtkWidget*>& ignore) { argument
28 for (iter = ignore.begin(); iter != ignore.end(); iter++) {
37 // Returns true if |window| is in the ignore list.
61 // location |screen_loc|, not including the windows in |ignore|.
64 const std::set<GtkWidget*>& ignore) {
65 TopMostFinder finder(window, screen_loc, ignore);
94 const std::set<GtkWidget*>& ignore)
95 : BaseWindowFinder(ignore),
125 const std::set<GtkWidget*>& ignore) {
62 IsTopMostWindowAtPoint(XID window, const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
92 TopMostFinder(XID window, const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
124 GetProcessWindowAtPoint(const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
156 LocalProcessWindowFinder(const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
175 GetDockInfoAtPoint(chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<GtkWidget*>& ignore) argument
183 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<GtkWidget*>& ignore) argument
[all...]
/external/chromium_org/ash/wm/
H A Dash_focus_rules.cc103 aura::Window* ignore) const {
104 DCHECK(ignore);
109 aura::Window* root = ignore->GetRootWindow();
113 for (int i = 0; ignore && i < container_count; i++) {
115 if (container && container->Contains(ignore)) {
121 // Look for windows to focus in |ignore|'s container. If none are found, we
122 // look in all the containers in front of |ignore|'s container, then all
126 window = GetTopmostWindowToActivateForContainerIndex(i, ignore);
129 window = GetTopmostWindowToActivateForContainerIndex(i, ignore);
139 aura::Window* ignore) cons
[all...]
H A Dash_focus_rules.h28 aura::Window* ignore) const OVERRIDE;
32 aura::Window* ignore) const;
35 aura::Window* ignore) const;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Ddock_info_win.cc34 // Creates a BaseWindowFinder with the specified set of HWNDs to ignore.
35 explicit BaseWindowFinder(const std::set<HWND>& ignore) : ignore_(ignore) {} argument
69 // |screen_loc|, not including the windows in |ignore|.
72 const std::set<HWND>& ignore) {
73 TopMostFinder finder(window, screen_loc, ignore);
97 // Mouse events fall through WS_EX_TRANSPARENT windows, so we ignore them.
101 // ignore WS_EX_LAYERED windows and there are totally transparent
103 // that the user can't reattach tabs to. So we ignore them. This is a bit
129 const std::set<HWND>& ignore)
70 IsTopMostWindowAtPoint(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
127 TopMostFinder(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
161 GetProcessWindowAtPoint( const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
195 LocalProcessWindowFinder(const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
220 GetDockInfoAtPoint(const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
261 DockToWindowFinder(const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
302 RemapIgnoreSet(const std::set<gfx::NativeView>& ignore) argument
323 GetDockInfoAtPoint(chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
354 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore) argument
[all...]
/external/emma/core/java14/com/vladium/util/
H A DIJREVersion.java68 catch (Error ignore) {}
80 catch (NoSuchMethodError ignore) {}

Completed in 667 milliseconds

1234567891011>>