HomeSort by relevance Sort by last modified time
    Searched refs:ignore (Results 26 - 50 of 900) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/aura/tabs/
dock_info_auralinux.cc 27 explicit BaseWindowFinder(const std::set<aura::Window*>& ignore) {
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) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
tie.pass.cpp 26 std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++");
  /external/chromium/third_party/libjingle/source/talk/base/
ssladapter.h 43 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; }
sslstreamadapter.h 60 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; }
  /external/chromium_org/third_party/libjingle/source/talk/base/
ssladapter.h 43 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; }
  /external/valgrind/main/massif/tests/
one.post.exp 3 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
ignored.post.exp 3 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_org/chrome/browser/ui/gtk/tabs/
dock_info_gtk.cc 26 explicit BaseWindowFinder(const std::set<GtkWidget*>& ignore) {
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) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 25 # members to ignore.
29 def assertListEq(self, l1, l2, ignore):
30 ''' succeed iff {l1} - {ignore} == {l2} - {ignore} '''
31 missing = (set(l1) ^ set(l2)) - set(ignore)
33 print >>sys.stderr, "l1=%r\nl2=%r\nignore=%r" % (l1, l2, ignore)
36 def assertHasattr(self, obj, attr, ignore):
37 ''' succeed iff hasattr(obj,attr) or attr in ignore. '''
38 if attr in ignore: return
44 def assertHaskey(self, obj, key, ignore)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 25 # members to ignore.
29 def assertListEq(self, l1, l2, ignore):
30 ''' succeed iff {l1} - {ignore} == {l2} - {ignore} '''
31 missing = (set(l1) ^ set(l2)) - set(ignore)
33 print >>sys.stderr, "l1=%r\nl2=%r\nignore=%r" % (l1, l2, ignore)
36 def assertHasattr(self, obj, attr, ignore):
37 ''' succeed iff hasattr(obj,attr) or attr in ignore. '''
38 if attr in ignore: return
44 def assertHaskey(self, obj, key, ignore)
    [all...]
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 25 // Creates a BaseWindowFinder with the specified set of HWNDs to ignore.
26 explicit BaseWindowFinder(const std::set<HWND>& ignore) : ignore_(ignore) {}
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)
    [all...]
  /external/chromium_org/ash/wm/
ash_focus_rules.cc 103 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) const
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
dock_info_win.cc 34 // Creates a BaseWindowFinder with the specified set of HWNDs to ignore.
35 explicit BaseWindowFinder(const std::set<HWND>& ignore) : ignore_(ignore) {}
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)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
ignore.pass.cpp 13 // 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/bison/lib/
closeout.c 49 - 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)
80 ignore_EPIPE = ignore;
  /external/emma/core/java14/com/vladium/util/
IJREVersion.java 68 catch (Error ignore) {}
80 catch (NoSuchMethodError ignore) {}
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 10 (* 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/
vmcore.ml 93 ignore (define_global "const_int" c m);
101 ignore (define_global "const_sext_int" c m);
108 ignore (define_global "const_zext_int64" c m);
115 ignore (define_global "const_int_string" c m);
122 ignore (define_global "const_string" c m);
129 ignore (define_global "const_stringz" c m);
138 ignore (define_global "const_single" cs m);
142 ignore (define_global "const_double" cd m);
146 ignore (define_global "const_double_string" cd m);
159 ignore (define_global "const_array" c m)
    [all...]
  /external/chromium_org/third_party/mesa/src/bin/
get-pick-list.sh 14 # 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/
update_golden 8 python ../../../gyp --ignore-environment --debug variables --format gypd --depth . commands.gyp > commands.gyp.ignore-env.stdout
  /external/mesa3d/bin/
get-pick-list.sh 14 # 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/
HexEncoder.java 68 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)))
  /external/wpa_supplicant_8/src/eap_peer/
eap_md5.c 42 ret->ignore = TRUE;
50 ret->ignore = TRUE;
63 ret->ignore = TRUE;
66 ret->ignore = FALSE;
92 ret->ignore = TRUE;
  /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/chromium_org/build/git-hooks/
pre-commit 3 submods=$(git diff-index --cached --ignore-submodules=dirty HEAD | grep -e '^:160000' -e '^:...... 160000' | xargs)
12 git status --ignore-submodules=dirty
16 git diff-index --cached --ignore-submodules=dirty HEAD

Completed in 3674 milliseconds

12 3 4 5 6 7 8 91011>>