Home
last modified time | relevance | path

Searched refs:ignored (Results 1 - 25 of 630) sorted by relevance

12345678910>>...26

/third_party/spirv-tools/source/fuzz/protobufs/
H A Dspirvfuzz_protobufs.h30 #pragma clang diagnostic ignored "-Wunknown-warning-option" // Must come first
31 #pragma clang diagnostic ignored "-Wreserved-identifier"
32 #pragma clang diagnostic ignored "-Wshadow"
33 #pragma clang diagnostic ignored "-Wsuggest-destructor-override"
34 #pragma clang diagnostic ignored "-Wunused-parameter"
35 #pragma clang diagnostic ignored "-Wc++98-compat-extra-semi"
36 #pragma clang diagnostic ignored "-Wshorten-64-to-32"
39 #pragma GCC diagnostic ignored "-Wconversion"
40 #pragma GCC diagnostic ignored "-Wshadow"
41 #pragma GCC diagnostic ignored "
[all...]
/third_party/python/Objects/stringlib/
H A Dctype.h8 stringlib_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isspace()
14 stringlib_isalpha(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isalpha()
20 stringlib_isalnum(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isalnum()
26 stringlib_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isascii()
32 stringlib_isdigit(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isdigit()
38 stringlib_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_islower()
44 stringlib_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isupper()
50 stringlib_istitle(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_istitle()
59 stringlib_lower(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_lower()
71 stringlib_upper(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_upper()
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/protobufs/
H A Dtint_ast_fuzzer.h21 #pragma clang diagnostic ignored "-Wunused-parameter"
22 #pragma clang diagnostic ignored "-Wreserved-id-macro"
23 #pragma clang diagnostic ignored "-Wsign-conversion"
24 #pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant"
25 #pragma clang diagnostic ignored "-Wextra-semi-stmt"
26 #pragma clang diagnostic ignored "-Winconsistent-missing-destructor-override"
27 #pragma clang diagnostic ignored "-Wweak-vtables"
28 #pragma clang diagnostic ignored "-Wsuggest-destructor-override"
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
H A Dspirvfuzz_protobufs.h26 #pragma clang diagnostic ignored "-Wunknown-warning-option" // Must come first
27 #pragma clang diagnostic ignored "-Wreserved-identifier"
28 #pragma clang diagnostic ignored "-Wshadow"
29 #pragma clang diagnostic ignored "-Wsuggest-destructor-override"
30 #pragma clang diagnostic ignored "-Wunused-parameter"
33 #pragma GCC diagnostic ignored "-Wconversion"
34 #pragma GCC diagnostic ignored "-Wshadow"
35 #pragma GCC diagnostic ignored "-Wunused-parameter"
43 // where warnings are ignored.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
H A Dspirvfuzz_protobufs.h26 #pragma clang diagnostic ignored "-Wunknown-warning-option" // Must come first
27 #pragma clang diagnostic ignored "-Wreserved-identifier"
28 #pragma clang diagnostic ignored "-Wshadow"
29 #pragma clang diagnostic ignored "-Wsuggest-destructor-override"
30 #pragma clang diagnostic ignored "-Wunused-parameter"
33 #pragma GCC diagnostic ignored "-Wconversion"
34 #pragma GCC diagnostic ignored "-Wshadow"
35 #pragma GCC diagnostic ignored "-Wunused-parameter"
43 // where warnings are ignored.
/third_party/vk-gl-cts/external/amber/src/src/
H A Ddxc_helper.cc30 #pragma clang diagnostic ignored "-Wreserved-id-macro"
31 #pragma clang diagnostic ignored "-Wextra-semi"
32 #pragma clang diagnostic ignored "-Wdeprecated-dynamic-exception-spec"
33 #pragma clang diagnostic ignored "-Wold-style-cast"
34 #pragma clang diagnostic ignored "-Wshadow-field-in-constructor"
35 #pragma clang diagnostic ignored "-Wconversion"
36 #pragma clang diagnostic ignored "-Wsign-conversion"
37 #pragma clang diagnostic ignored "-Wshadow"
38 #pragma clang diagnostic ignored "-Wweak-vtables"
39 #pragma clang diagnostic ignored "
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb.hh46 * be declared as "warning". Otherwise, either ignored or error.
55 #pragma GCC diagnostic ignored "-Wpragmas"
56 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
57 #pragma GCC diagnostic ignored "-Wunknown-warning-option"
116 #pragma GCC diagnostic ignored "-Wconversion" // TODO fix
117 #pragma GCC diagnostic ignored "-Wformat-signedness" // TODO fix
118 #pragma GCC diagnostic ignored "-Wshadow" // TODO fix
119 #pragma GCC diagnostic ignored "-Wunsafe-loop-optimizations" // TODO fix
120 #pragma GCC diagnostic ignored "-Wunused-parameter" // TODO fix
122 #pragma GCC diagnostic ignored "
[all...]
/third_party/python/Python/clinic/
H A Dsysmodule.c.h96 sys_exception(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_exception()
117 sys_exc_info(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_exc_info()
189 sys_getdefaultencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getdefaultencoding()
207 sys_getfilesystemencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getfilesystemencoding()
225 sys_getfilesystemencodeerrors(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getfilesystemencodeerrors()
281 sys_gettrace(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_gettrace()
301 sys_getprofile(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getprofile()
360 sys_getswitchinterval(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getswitchinterval()
460 sys_get_coroutine_origin_tracking_depth(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_get_coroutine_origin_tracking_depth()
490 sys_get_asyncgen_hooks(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_get_asyncgen_hooks()
[all...]
/third_party/python/Modules/clinic/
H A D_tracemalloc.c.h18 _tracemalloc_is_tracing(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_is_tracing()
36 _tracemalloc_clear_traces(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_clear_traces()
59 _tracemalloc__get_traces(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc__get_traces()
130 _tracemalloc_stop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_stop()
151 _tracemalloc_get_traceback_limit(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traceback_limit()
171 _tracemalloc_get_tracemalloc_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_tracemalloc_memory()
191 _tracemalloc_get_traced_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traced_memory()
211 _tracemalloc_reset_peak(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_reset_peak()
H A Dgcmodule.c.h18 gc_enable(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_enable()
36 gc_disable(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_disable()
54 gc_isenabled(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_isenabled()
172 gc_get_debug(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_debug()
200 gc_get_threshold(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_threshold()
218 gc_get_count(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_count()
281 gc_get_stats(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_stats()
323 gc_freeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_freeze()
343 gc_unfreeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_unfreeze()
361 gc_get_freeze_count(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_freeze_count()
[all...]
H A D_asynciomodule.c.h69 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_result()
92 _asyncio_Future_exception(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_exception()
230 _asyncio_Future_cancelled(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancelled()
251 _asyncio_Future_done(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_done()
269 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_get_loop()
290 _asyncio_Future__make_cancelled_error(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__make_cancelled_error()
364 _asyncio_Task__make_cancelled_error(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__make_cancelled_error()
441 _asyncio_Task_cancelling(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_cancelling()
464 _asyncio_Task_uncancel(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_uncancel()
603 _asyncio_Task_get_coro(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_get_coro()
[all...]
/third_party/lzma/CPP/Common/
H A DCommon.h106 #pragma GCC diagnostic ignored "-Wc++98-compat"
109 #pragma GCC diagnostic ignored "-Wdeprecated-dynamic-exception-spec"
111 #pragma GCC diagnostic ignored "-Wold-style-cast"
112 #pragma GCC diagnostic ignored "-Wglobal-constructors"
113 #pragma GCC diagnostic ignored "-Wexit-time-destructors"
115 // #pragma GCC diagnostic ignored "-Wunused-private-field"
116 // #pragma GCC diagnostic ignored "-Wnonportable-system-include-path"
117 // #pragma GCC diagnostic ignored "-Wsuggest-override"
118 // #pragma GCC diagnostic ignored "-Wsign-conversion"
119 // #pragma GCC diagnostic ignored "
[all...]
/third_party/python/Modules/_io/clinic/
H A Diobase.c.h18 _io__IOBase_tell(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_tell()
38 _io__IOBase_flush(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_flush()
58 _io__IOBase_close(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_close()
79 _io__IOBase_seekable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_seekable()
99 _io__IOBase_readable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_readable()
119 _io__IOBase_writable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_writable()
139 _io__IOBase_fileno(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_fileno()
159 _io__IOBase_isatty(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_isatty()
309 _io__RawIOBase_readall(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__RawIOBase_readall()
H A Dbytesio.c.h18 _io_BytesIO_readable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_readable()
36 _io_BytesIO_writable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_writable()
54 _io_BytesIO_seekable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_seekable()
72 _io_BytesIO_flush(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_flush()
90 _io_BytesIO_getbuffer(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_getbuffer()
108 _io_BytesIO_getvalue(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_getvalue()
128 _io_BytesIO_isatty(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_isatty()
146 _io_BytesIO_tell(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_tell()
468 _io_BytesIO_close(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_close()
H A Dfileio.c.h21 _io_FileIO_close(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_close()
119 _io_FileIO_fileno(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_fileno()
137 _io_FileIO_readable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readable()
155 _io_FileIO_writable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_writable()
173 _io_FileIO_seekable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_seekable()
232 _io_FileIO_readall(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readall()
375 _io_FileIO_tell(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_tell()
432 _io_FileIO_isatty(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_isatty()
/third_party/python/Objects/clinic/
H A Dtypeobject.c.h74 type_mro(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type_mro()
92 type___subclasses__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___subclasses__()
110 type___dir__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___dir__()
128 type___sizeof__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___sizeof__()
146 object___getstate__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___getstate__()
164 object___reduce__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___reduce__()
242 object___sizeof__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___sizeof__()
260 object___dir__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___dir__()
H A Dfloatobject.c.h18 float_is_integer(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_is_integer()
36 float___trunc__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___trunc__()
54 float___floor__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___floor__()
72 float___ceil__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___ceil__()
124 float_conjugate(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_conjugate()
147 float_hex(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_hex()
191 float_as_integer_ratio(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_as_integer_ratio()
242 float___getnewargs__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___getnewargs__()
H A Dunicodeobject.c.h18 EncodingMap_size(struct encoding_map *self, PyObject *Py_UNUSED(ignored)) in EncodingMap_size()
39 unicode_title(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_title()
60 unicode_capitalize(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_capitalize()
78 unicode_casefold(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_casefold()
267 unicode_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isascii()
288 unicode_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_islower()
309 unicode_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isupper()
330 unicode_istitle(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_istitle()
351 unicode_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isspace()
372 unicode_isalpha(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isalpha()
[all...]
/third_party/cJSON/tests/unity/auto/
H A Dunity_test_summary.py18 self.ignored = 0
40 tests,failures,ignored = self.parse_test_summary('\n'.join(lines))
43 self.ignored += ignored
45 if self.ignored > 0:
63 self.report += "{total_tests} TOTAL TESTS {failures} TOTAL FAILURES {ignored} IGNORED\n".format(total_tests = self.total_tests, failures=self.failures, ignored=self.ignored)
H A Dunity_test_summary.rb17 attr_reader :report, :total_tests, :failures, :ignored
24 @ignored = 0
43 tests, failures, ignored = parse_test_summary(lines)
46 @ignored += ignored
49 if @ignored > 0
69 @report += "#{@total_tests} TOTAL TESTS #{@failures} TOTAL FAILURES #{@ignored} IGNORED\n"
/third_party/unity/auto/
H A Dunity_test_summary.py18 self.ignored = 0
40 tests,failures,ignored = self.parse_test_summary('\n'.join(lines))
43 self.ignored += ignored
45 if self.ignored > 0:
63 self.report += "{total_tests} TOTAL TESTS {failures} TOTAL FAILURES {ignored} IGNORED\n".format(total_tests = self.total_tests, failures=self.failures, ignored=self.ignored)
H A Dunity_test_summary.rb17 attr_reader :report, :total_tests, :failures, :ignored
24 @ignored = 0
43 tests, failures, ignored = parse_test_summary(lines)
46 @ignored += ignored
49 if @ignored > 0
69 @report += "#{@total_tests} TOTAL TESTS #{@failures} TOTAL FAILURES #{@ignored} IGNORED\n"
/third_party/cmsis/CMSIS/Core/Include/
H A Dcmsis_compiler.h161 #warning No compiler specific solution for __COMPILER_BARRIER. __COMPILER_BARRIER is ignored.
231 #warning No compiler specific solution for __RESTRICT. __RESTRICT is ignored.
235 #warning No compiler specific solution for __COMPILER_BARRIER. __COMPILER_BARRIER is ignored.
268 #warning No compiler specific solution for __USED. __USED is ignored.
300 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.
304 #warning No compiler specific solution for __RESTRICT. __RESTRICT is ignored.
308 #warning No compiler specific solution for __COMPILER_BARRIER. __COMPILER_BARRIER is ignored.
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A Derrors.py20 def _msg(cls, filename, reason, **ignored):
45 def _msg(cls, error, **ignored):
73 def _msg(cls, error, **ignored):
84 def _msg(cls, missing, **ignored):
100 def _msg(cls, expected, **ignored):
/third_party/protobuf/python/docs/
H A Dgenerate_docs.py147 elif any(ignored in package_name for ignored in IGNORED_PACKAGES):
149 elif any(ignored in module_path.stem for ignored in IGNORED_MODULES):

Completed in 13 milliseconds

12345678910>>...26