Home
last modified time | relevance | path

Searched full:ignore (Results 1 – 25 of 6118) sorted by relevance

12345678910>>...245

/external/curl/tests/data/
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 …]
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 …]
/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/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/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.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/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/python/cpython2/Lib/test/
Dtest_pyclbr.py25 # members to ignore.
29 def assertListEq(self, l1, l2, ignore): argument
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): argument
37 ''' succeed iff hasattr(obj,attr) or attr in ignore. '''
38 if attr in ignore: return
44 def assertHaskey(self, obj, key, ignore): argument
45 ''' succeed iff key in obj or key in ignore. '''
[all …]
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyServerTest.java66 1, // ignore in getPort()
67 1, // ignore in getPort()
68 1, // ignore in getPort()
69 1, // ignore in getPort()
70 1, // ignore in getPort()
71 1, 1, // ignore in getPort()
72 1, 1, // ignore in getPort()
73 true, 0, // ignore in getPort()
104 1, // ignore in getPort_notStarted()
105 1, // ignore in getPort_notStarted()
[all …]
/external/python/cpython3/Lib/test/
Dtest_pyclbr.py23 # members to ignore.
27 def assertListEq(self, l1, l2, ignore): argument
28 ''' succeed iff {l1} - {ignore} == {l2} - {ignore} '''
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
35 ''' succeed iff hasattr(obj,attr) or attr in ignore. '''
36 if attr in ignore: return
42 def assertHaskey(self, obj, key, ignore): argument
43 ''' succeed iff key in obj or key in 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/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/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/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/setupdesign/main/res/values/
Dstyles.xml24 …<item name="android:indeterminateTint" tools:ignore="NewApi">@color/sud_progress_bar_color_dark</i…
26 <item name="android:indeterminateTintMode" tools:ignore="NewApi">src_in</item>
28 … <item name="android:listPreferredItemPaddingEnd" tools:ignore="NewApi">?attr/sudMarginSides</item>
29 …<item name="android:listPreferredItemPaddingStart" tools:ignore="NewApi">?attr/sudMarginSides</ite…
30 <item name="android:navigationBarColor" tools:ignore="NewApi">@android:color/black</item>
31 <item name="android:statusBarColor" tools:ignore="NewApi">@android:color/black</item>
32 …<item name="android:textAppearanceListItemSmall" tools:ignore="NewApi">?attr/textAppearanceListIte…
59 …<item name="android:indeterminateTint" tools:ignore="NewApi">@color/sud_progress_bar_color_light</…
61 <item name="android:indeterminateTintMode" tools:ignore="NewApi">src_in</item>
63 … <item name="android:listPreferredItemPaddingEnd" tools:ignore="NewApi">?attr/sudMarginSides</item>
[all …]
Dlayouts.xml22 <!-- Ignore UnusedResources: can be used by clients -->
23 …<item name="sud_template_short" type="layout" tools:ignore="UnusedResources">@layout/sud_template_…
27 <!-- Ignore UnusedResources: can be used by clients -->
28 …<item name="sud_list_template_short" type="layout" tools:ignore="UnusedResources">@layout/sud_list…
30 <!-- Ignore UnusedResources: can be used by clients -->
31 …<item name="sud_no_scroll_template" type="layout" tools:ignore="UnusedResources">@layout/sud_no_sc…
33 <!-- Ignore UnusedResources: can be used by clients -->
34 …<item name="sud_no_scroll_template_short" type="layout" tools:ignore="UnusedResources">@layout/sud…
40 <!-- Ignore UnusedResources: can be used by clients -->
41 …<item name="sud_glif_blank_template" type="layout" tools:ignore="UnusedResources">@layout/sud_glif…
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.general/
Dignore.pass.cpp12 // constexpr unspecified ignore;
24 { // Test that std::ignore provides constexpr converting assignment. in test_ignore_constexpr()
25 auto& res = (std::ignore = 42); in test_ignore_constexpr()
26 assert(&res == &std::ignore); in test_ignore_constexpr()
28 { // Test that std::ignore provides constexpr copy/move constructors in test_ignore_constexpr()
29 auto copy = std::ignore; in test_ignore_constexpr()
33 { // Test that std::ignore provides constexpr copy/move assignment 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()
[all …]
/external/selinux/libselinux/src/
Dselinuxswig.i44 /* Ignore functions that don't make sense when wrapped */
45 %ignore freecon;
46 %ignore freeconary;
48 /* Ignore functions that take a function pointer as an argument */
49 %ignore set_matchpathcon_printf;
50 %ignore set_matchpathcon_invalidcon;
51 %ignore set_matchpathcon_canoncon;
53 %ignore avc_add_callback;
55 /* Ignore netlink stuff for now */
56 %ignore avc_netlink_acquire_fd;
[all …]
/external/mesa3d/docs/relnotes/
D17.1.10.html61 <li>cherry-ignore: add "st/mesa: skip draw calls with pipe_draw_info::count == 0"</li>
62 <li>cherry-ignore: add "radv: use amdgpu_bo_va_op_raw."</li>
63 <li>cherry-ignore: add "radv: use simpler indirect packet 3 if possible."</li>
64 …<li>cherry-ignore: add "radeonsi: don't always apply the PrimID instancing bug workaround on SI"</…
65 <li>cherry-ignore: add "intel/eu/validate: Look up types on demand in execution_type()"</li>
66 <li>cherry-ignore: add "radv: gfx9 fixes"</li>
67 <li>cherry-ignore: add "radv/gfx9: set mip0-depth correctly for 2d arrays/3d images"</li>
68 <li>cherry-ignore: add "radv/gfx9: fix image resource handling."</li>
69 <li>cherry-ignore: add "docs/egl: remove reference to EGL_DRIVERS_PATH"</li>
70 <li>cherry-ignore: add "radv: Disable multilayer &amp; multilevel DCC."</li>
[all …]
/external/conscrypt/android/
Dlint.xml5 <ignore path="**/org/conscrypt/Java7ExtendedSSLSession.java" />
6 <ignore path="**/org/conscrypt/Java8ExtendedSSLSession.java" />
7 <ignore path="**/org/conscrypt/Java8EngineWrapper.java" />
8 <ignore path="**/org/conscrypt/Java8EngineSocket.java" />
9 <ignore path="**/org/conscrypt/Java8FileDescriptorSocket.java" />
11 <ignore path="**/org/conscrypt/ConscryptEngineSocket.java" />
13 <ignore path="**/org/conscrypt/TrustManagerImpl.java" />
18 <ignore path="**/common/src/main/java/**/*.java" />
23 <ignore path="**/common/src/main/java/org/conscrypt/OpenSSLECKeyPairGenerator.java" />
24 <ignore path="**/common/src/main/java/org/conscrypt/AbstractConscryptEngine.java" />
[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/webrtc/webrtc/build/android/
Dsuppressions.xml10 <issue id="Locale" severity="ignore"/>
11 <issue id="SdCardPath" severity="ignore"/>
12 <issue id="UseValueOf" severity="ignore"/>
13 <issue id="InlinedApi" severity="ignore"/>
14 <issue id="DefaultLocale" severity="ignore"/>
15 <issue id="Assert" severity="ignore"/>
16 <issue id="UseSparseArrays" severity="ignore"/>
20 <issue id="MissingApplicationIcon" severity="ignore"/>
21 <issue id="AllowBackup" severity="ignore"/>
22 <issue id="MissingVersion" severity="ignore"/>

12345678910>>...245