Searched refs:ignore (Results 1 - 25 of 516) 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/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/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder_x11.cc12 const std::set<aura::Window*>& ignore);
18 const std::set<aura::Window*>& ignore) {
21 return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
27 return finder.FindLocalProcessWindowAt(screen_point, ignore);
15 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<aura::Window*>& ignore) argument
H A Dwindow_finder_chromeos.cc12 const std::set<aura::Window*>& ignore);
17 const std::set<aura::Window*>& ignore) {
18 return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
14 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<aura::Window*>& ignore) argument
H A Dwindow_finder_win.cc18 const std::set<aura::Window*>& ignore);
32 // Creates a BaseWindowFinder with the specified set of HWNDs to ignore.
33 explicit BaseWindowFinder(const std::set<HWND>& ignore) : ignore_(ignore) {} argument
67 // |screen_loc|, not including the windows in |ignore|.
70 const std::set<HWND>& ignore) {
71 TopMostFinder finder(window, screen_loc, ignore);
95 // Mouse events fall through WS_EX_TRANSPARENT windows, so we ignore them.
99 // ignore WS_EX_LAYERED windows and there are totally transparent
101 // that the user can't reattach tabs to. So we ignore the
68 IsTopMostWindowAtPoint(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
125 TopMostFinder(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
159 GetProcessWindowAtPoint( const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
190 LocalProcessWindowFinder(const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
208 RemapIgnoreSet(const std::set<gfx::NativeView>& ignore) argument
221 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<aura::Window*>& ignore) argument
[all...]
H A Dwindow_finder_ash.cc16 const std::set<gfx::NativeView>& ignore,
18 if (ignore.find(window) != ignore.end())
35 GetLocalProcessWindowAtPointImpl(screen_point, ignore, *i);
46 const std::set<aura::Window*>& ignore) {
48 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
44 GetLocalProcessWindowAtPointAsh( const gfx::Point& screen_point, const std::set<aura::Window*>& ignore) argument
H A Dwindow_finder.h20 // Returns the Window at the specified point, ignoring the windows in |ignore|.
24 const std::set<aura::Window*>& 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/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/strace/test/
H A Dsfd.c12 int signal, blocked, ignore, caught; local
32 if (sscanf(s, "%d%d%d%d", &signal, &blocked, &ignore, &caught) != 4) {
37 printf("%8x %8x %8x %8x\n", signal, blocked, ignore, caught);
/external/chromium_org/third_party/webrtc/base/
H A Dssladapter.h26 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; } argument
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dignore.pass.cpp13 // ignore(streamsize n = 1, int_type delim = traits::eof());
47 is.ignore();
51 is.ignore(5, '\n');
55 is.ignore(15);
63 is.ignore();
67 is.ignore(5, '\n');
71 is.ignore(15);
/external/chromium_org/ash/wm/
H A Dash_focus_rules.cc102 aura::Window* ignore) const {
103 DCHECK(ignore);
108 aura::Window* root = ignore->GetRootWindow();
112 for (int i = 0; ignore && i < container_count; i++) {
114 if (container && container->Contains(ignore)) {
120 // Look for windows to focus in |ignore|'s container. If none are found, we
121 // look in all the containers in front of |ignore|'s container, then all
125 window = GetTopmostWindowToActivateForContainerIndex(i, ignore);
128 window = GetTopmostWindowToActivateForContainerIndex(i, ignore);
138 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/emma/core/java14/com/vladium/util/
H A DIJREVersion.java68 catch (Error ignore) {}
80 catch (NoSuchMethodError ignore) {}
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml10 (* ignore top-level semicolons. *)
19 ignore(Parser.parse_definition stream);
22 ignore(Parser.parse_extern stream);
26 ignore(Parser.parse_toplevel stream);
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml104 ignore (define_global "const_int" c m);
112 ignore (define_global "const_sext_int" c m);
119 ignore (define_global "const_zext_int64" c m);
126 ignore (define_global "const_int_string" c m);
133 ignore (define_global "const_string" c m);
140 ignore (define_global "const_stringz" c m);
149 ignore (define_global "const_single" cs m);
153 ignore (define_global "const_double" cd m);
157 ignore (define_global "const_double_string" cd m);
170 ignore (define_globa
[all...]
/external/chromium_org/third_party/mesa/src/bin/
H A Dget-pick-list.sh14 # Check to see whether the patch is on the ignore list.
15 if [ -f bin/.cherry-ignore ] ; then
16 if grep -q ^$sha bin/.cherry-ignore ; then
/external/chromium_org/tools/gyp/test/variables/commands/
H A Dupdate_golden8 python ../../../gyp --ignore-environment --debug variables --format gypd --depth . commands.gyp > commands.gyp.ignore-env.stdout
/external/mesa3d/bin/
H A Dget-pick-list.sh14 # Check to see whether the patch is on the ignore list.
15 if [ -f bin/.cherry-ignore ] ; then
16 if grep -q ^$sha bin/.cherry-ignore ; then
/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)))

Completed in 4675 milliseconds

1234567891011>>