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

1234567891011>>

/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/selinux/libselinux/src/
H A Dselinuxswig.i44 %ignore freecon;
45 %ignore freeconary;
48 %ignore set_matchpathcon_printf;
49 %ignore set_matchpathcon_invalidcon;
50 %ignore set_matchpathcon_canoncon;
52 %ignore avc_add_callback;
55 %ignore avc_netlink_acquire_fd;
56 %ignore avc_netlink_release_fd;
57 %ignore avc_netlink_check_nb;
/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/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/jetty/src/java/org/eclipse/jetty/util/preventers/
H A DJava2DLeakPreventer.java45 LOG.ignore(e);
H A DLDAPLeakPreventer.java47 LOG.ignore(e);
H A DGCThreadLeakPreventer.java56 LOG.ignore(e);
/external/valgrind/memcheck/tests/darwin/
H A Dscalar_nocancel.stderr.exp2 x200019a(410):__NR_sigsuspend_nocancel ignore
/external/libcxx/test/std/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);
H A Dignore_0xff.pass.cpp13 // ignore(streamsize n = 1, int_type delim = traits::eof());
31 is.ignore(ignoreLen);
/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/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.java71 private static boolean ignore( method in class:HexEncoder
97 if (!ignore((char)data[end - 1]))
108 while (i < end && ignore((char)data[i]))
115 while (i < end && ignore((char)data[i]))
153 if (!ignore(data.charAt(end - 1)))
164 while (i < end && ignore(data.charAt(i)))
171 while (i < end && ignore(data.charAt(i)))
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_md5.c42 ret->ignore = TRUE;
50 ret->ignore = TRUE;
63 ret->ignore = TRUE;
66 ret->ignore = FALSE;
92 ret->ignore = TRUE;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_md5.c42 ret->ignore = TRUE;
50 ret->ignore = TRUE;
63 ret->ignore = TRUE;
66 ret->ignore = FALSE;
92 ret->ignore = TRUE;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_md5.c42 ret->ignore = TRUE;
50 ret->ignore = TRUE;
63 ret->ignore = TRUE;
66 ret->ignore = FALSE;
92 ret->ignore = TRUE;
/external/elfutils/src/libebl/
H A Deblopenbackend.c140 static const char *default_object_type_name (int ignore, char *buf,
142 static const char *default_reloc_type_name (int ignore, char *buf, size_t len);
143 static bool default_reloc_type_check (int ignore);
144 static bool default_reloc_valid_use (Elf *elf, int ignore);
145 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore);
146 static bool default_gotpc_reloc_check (Elf *elf, int ignore);
147 static const char *default_segment_type_name (int ignore, char *buf,
149 static const char *default_section_type_name (int ignore, char *buf,
151 static const char *default_section_name (int ignore, int ignore2, char *buf,
153 static const char *default_machine_flag_name (Elf64_Word *ignore);
[all...]
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml104 ignore (define_global "const_int" c m);
113 ignore (define_global "const_sext_int" c m);
121 ignore (define_global "const_zext_int64" c m);
129 ignore (define_global "const_int_string" c m);
139 ignore (define_global "const_int64" c m) ;
153 ignore (define_global "const_string" c m);
161 ignore (define_global "const_stringz" c m);
172 ignore (define_global "const_single" cs m);
177 ignore (define_global "const_double" cd m);
182 ignore (define_globa
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
H A Dsimplefileflags.py148 for ignore in FLAGS.exclude_directories:
149 ignore_dirs_regexs.append(re.compile(r'(^|[\\/])%s[\\/]' % ignore))
158 for ignore in ignore_dirs_regexs:
159 if ignore.search(f):
160 # Break out of ignore loop so we don't add to
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
H A Dtie.pass.cpp28 std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++");

Completed in 957 milliseconds

1234567891011>>