Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 1452) sorted by relevance

12345678910>>...59

/external/curl/tests/data/
Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
/external/libmtp/logs/
Dmtp-detect-amazon-fire-hd8.txt11 Error 7: Found a bad handle, trying to ignore it.
12 Error 7: Found a bad handle, trying to ignore it.
13 Error 7: Found a bad handle, trying to ignore it.
14 Error 7: Found a bad handle, trying to ignore it.
15 Error 7: Found a bad handle, trying to ignore it.
16 Error 7: Found a bad handle, trying to ignore it.
17 Error 7: Found a bad handle, trying to ignore it.
18 Error 7: Found a bad handle, trying to ignore it.
19 Error 7: Found a bad handle, trying to ignore it.
20 Error 7: Found a bad handle, trying to ignore it.
[all …]
/external/mesa3d/src/compiler/glsl/
Dir_equals.cpp32 enum ir_node_type ignore) in possibly_null_equals() argument
37 return a->equals(b, ignore); in possibly_null_equals()
86 enum ir_node_type ignore) const in equals()
95 if (!array->equals(other->array, ignore)) in equals()
98 if (!array_index->equals(other->array_index, ignore)) in equals()
106 enum ir_node_type ignore) const in equals()
115 if (ignore != ir_type_swizzle) { in equals()
124 return val->equals(other->val, ignore); in equals()
128 ir_texture::equals(const ir_instruction *ir, enum ir_node_type ignore) const in equals()
140 if (!possibly_null_equals(coordinate, other->coordinate, ignore)) in equals()
[all …]
/external/mockito/src/test/java/org/mockitousage/
DCompilationWarningsTest.java30 doAnswer(ignore()).doReturn(null).when(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
31 … doAnswer(ignore()).doReturn("a", 12).when(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
32 doAnswer(ignore()).doReturn(1000).when(mock(IMethods.class)).objectReturningMethodNoArgs(); in no_warnings_for_most_common_api()
33 …doAnswer(ignore()).doThrow(new NullPointerException()).when(mock(IMethods.class)).objectReturningM… in no_warnings_for_most_common_api()
34 …doAnswer(ignore()).doThrow(new NullPointerException(), new IllegalArgumentException()).when(mock(I… in no_warnings_for_most_common_api()
35 …doAnswer(ignore()).doThrow(NullPointerException.class).when(mock(IMethods.class)).objectReturningM… in no_warnings_for_most_common_api()
44 when(mock(IMethods.class).objectReturningMethodNoArgs()).then(ignore()).thenReturn(null); in no_warnings_for_most_common_api()
45 … when(mock(IMethods.class).objectReturningMethodNoArgs()).then(ignore()).thenReturn("a", 12L); in no_warnings_for_most_common_api()
46 when(mock(IMethods.class).objectReturningMethodNoArgs()).then(ignore()).thenReturn(1000); in no_warnings_for_most_common_api()
47 …when(mock(IMethods.class).objectReturningMethodNoArgs()).then(ignore()).thenThrow(new NullPointerE… in no_warnings_for_most_common_api()
[all …]
/external/python/cpython3/Lib/test/
Dtest_pyclbr.py27 def assertListEq(self, l1, l2, ignore): argument
29 missing = (set(l1) ^ set(l2)) - set(ignore)
31 print("l1=%r\nl2=%r\nignore=%r" % (l1, l2, ignore), file=sys.stderr)
34 def assertHasattr(self, obj, attr, ignore): argument
36 if attr in ignore: return
42 def assertHaskey(self, obj, key, ignore): argument
44 if key in ignore: return
49 def assertEqualsOrIgnored(self, a, b, ignore): argument
51 if a not in ignore and b not in ignore:
54 def checkModule(self, moduleName, module=None, ignore=()): argument
[all …]
/external/python/cpython2/Lib/test/
Dtest_pyclbr.py29 def assertListEq(self, l1, l2, ignore): argument
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): argument
38 if attr in ignore: return
44 def assertHaskey(self, obj, key, ignore): argument
46 if key in ignore: return
51 def assertEqualsOrIgnored(self, a, b, ignore): argument
53 if a not in ignore and b not in ignore:
56 def checkModule(self, moduleName, module=None, ignore=()): argument
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/.settings/
Dorg.eclipse.jdt.core.prefs11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
13 org.eclipse.jdt.core.compiler.problem.deadCode=ignore
14 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
18 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
20 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
22 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
23 org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
29 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
30 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
31 org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/.settings/
Dorg.eclipse.jdt.core.prefs11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
13 org.eclipse.jdt.core.compiler.problem.deadCode=ignore
14 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
18 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
20 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
22 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
23 org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
29 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
30 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
31 org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/.settings/
Dorg.eclipse.jdt.core.prefs11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
14 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
18 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
20 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
22 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
28 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
29 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
30 org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
32 org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
33 org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu/.settings/
Dorg.eclipse.jdt.core.prefs11 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
14 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
18 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
20 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
22 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
28 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
29 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
30 org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
32 org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
33 org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
[all …]
/external/llvm/test/Bindings/OCaml/
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_global "const_double_string" cd m);
[all …]
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml91 ignore (define_global "const_int" c m);
99 ignore (define_global "const_sext_int" c m);
106 ignore (define_global "const_zext_int64" c m);
113 ignore (define_global "const_int_string" c m);
120 ignore (define_global "const_string" c m);
127 ignore (define_global "const_stringz" c m);
136 ignore (define_global "const_single" cs m);
140 ignore (define_global "const_double" cd m);
144 ignore (define_global "const_double_string" cd m);
157 ignore (define_global "const_array" c m);
[all …]
Dtarget.ml39 ignore (TargetData.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_global td (declare_global sty "g" m));
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml114 ignore (define_global "const_int" c m);
123 ignore (define_global "const_sext_int" c m);
131 ignore (define_global "const_zext_int64" c m);
139 ignore (define_global "const_int_string" c m);
149 ignore (define_global "const_int64" c m) ;
163 ignore (define_global "const_string" c m);
171 ignore (define_global "const_stringz" c m);
182 ignore (define_global "const_single" cs m);
187 ignore (define_global "const_double" cd m);
192 ignore (define_global "const_double_string" cd m);
[all …]
/external/selinux/libselinux/src/
Dselinuxswig.i45 %ignore freecon;
46 %ignore freeconary;
49 %ignore set_matchpathcon_printf;
50 %ignore set_matchpathcon_invalidcon;
51 %ignore set_matchpathcon_canoncon;
53 %ignore avc_add_callback;
56 %ignore avc_netlink_acquire_fd;
57 %ignore avc_netlink_release_fd;
58 %ignore avc_netlink_check_nb;
/external/python/setuptools/
Dpytest.ini2ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/t…
4 flake8-ignore = key
/external/libcxx/test/std/utilities/tuple/tuple.general/
Dignore.pass.cpp25 auto& res = (std::ignore = 42); in test_ignore_constexpr()
26 assert(&res == &std::ignore); in test_ignore_constexpr()
29 auto copy = std::ignore; in test_ignore_constexpr()
34 auto copy = std::ignore; in test_ignore_constexpr()
35 copy = std::ignore; in test_ignore_constexpr()
36 auto moved = std::ignore; in test_ignore_constexpr()
45 constexpr auto& ignore_v = std::ignore; in main()
52 LIBCPP_STATIC_ASSERT(std::is_trivial<decltype(std::ignore)>::value, ""); in main()
/external/elfutils/libebl/
Deblopenbackend.c145 static const char *default_reloc_type_name (int ignore, char *buf, size_t len);
146 static bool default_reloc_type_check (int ignore);
147 static bool default_reloc_valid_use (Elf *elf, int ignore);
148 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore, int *addsub);
149 static bool default_gotpc_reloc_check (Elf *elf, int ignore);
150 static const char *default_segment_type_name (int ignore, char *buf,
152 static const char *default_section_type_name (int ignore, char *buf,
154 static const char *default_section_name (int ignore, int ignore2, char *buf,
156 static const char *default_machine_flag_name (Elf64_Word *ignore);
159 static const char *default_symbol_type_name (int ignore, char *buf,
[all …]
/external/u-boot/
D.checkpatch.conf5 --ignore COMPLEX_MACRO
8 --ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
11 --ignore CONSIDER_KSTRTO
14 --ignore MINMAX
20 --ignore USLEEP_RANGE
23 --ignore NETWORKING_BLOCK_COMMENT_STYLE
27 --ignore PREFER_ETHER_ADDR_COPY
/external/libunwind/tests/
Dcheck-namespace.sh.in41 ignore () { function
61 ignore _DYNAMIC
62 ignore _GLOBAL_OFFSET_TABLE_
63 ignore __bss_start
64 ignore _edata
65 ignore _end
66 ignore _Uelf32_get_proc_name
67 ignore _Uelf32_valid_object
68 ignore _Uelf64_get_proc_name
69 ignore _Uelf64_valid_object
[all …]
/external/python/oauth2client/
Dtox.ini21 commands = nosetests --ignore-files=test_appengine\.py --ignore-files=test__appengine_ndb\.py {posa…
33 --ignore-files=test_appengine\.py \
34 --ignore-files=test__appengine_ndb\.py
58 --ignore-files=test_appengine\.py \
59 --ignore-files=test__appengine_ndb\.py \
60 --ignore-files=test_keyring_storage\.py \
72 --ignore-files=test_appengine\.py \
73 --ignore-files=test__appengine_ndb\.py \
74 --ignore-files=test_django_orm\.py \
75 --ignore-files=test_django_settings\.py \
[all …]
/external/fonttools/
Dsetup.cfg47 --doctest-ignore-import-errors
53 ignore:tostring:DeprecationWarning
54 ignore:fromstring:DeprecationWarning
55 ignore:readPlist:DeprecationWarning:plistlib_test
56 ignore:writePlist:DeprecationWarning:plistlib_test
57 ignore:some_function:DeprecationWarning:fontTools.ufoLib.utils
58 ignore::DeprecationWarning:fontTools.varLib.designspace
/external/wpa_supplicant_8/src/eap_peer/
Deap_leap.c80 ret->ignore = TRUE; in eap_leap_process_request()
87 ret->ignore = TRUE; in eap_leap_process_request()
99 ret->ignore = TRUE; in eap_leap_process_request()
122 ret->ignore = TRUE; in eap_leap_process_request()
156 ret->ignore = TRUE; in eap_leap_process_success()
173 ret->ignore = TRUE; in eap_leap_process_success()
207 ret->ignore = TRUE; in eap_leap_process_response()
214 ret->ignore = TRUE; in eap_leap_process_response()
226 ret->ignore = TRUE; in eap_leap_process_response()
236 ret->ignore = TRUE; in eap_leap_process_response()
[all …]
Deap_pax.c130 ret->ignore = TRUE; in eap_pax_process_std_1()
137 ret->ignore = TRUE; in eap_pax_process_std_1()
146 ret->ignore = TRUE; in eap_pax_process_std_1()
155 ret->ignore = TRUE; in eap_pax_process_std_1()
174 ret->ignore = TRUE; in eap_pax_process_std_1()
183 ret->ignore = TRUE; in eap_pax_process_std_1()
246 ret->ignore = TRUE; in eap_pax_process_std_3()
253 ret->ignore = TRUE; in eap_pax_process_std_3()
262 ret->ignore = TRUE; in eap_pax_process_std_3()
271 ret->ignore = TRUE; in eap_pax_process_std_3()
[all …]

12345678910>>...59