Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 2116) sorted by relevance

12345678910>>...85

/external/easymock/src/org/easymock/
DMockControl.java467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) { in expectAndReturn() argument
471 public void expectAndReturn(int ignored, int value) { in expectAndReturn() argument
472 this.expectAndReturn((Object) ignored, (Object) value); in expectAndReturn()
487 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() argument
494 public void expectAndReturn(int ignored, int value, Range range) { in expectAndReturn() argument
495 this.expectAndReturn((Object) ignored, (Object) value, range); in expectAndReturn()
510 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() argument
515 public void expectAndReturn(int ignored, int value, int count) { in expectAndReturn() argument
516 this.expectAndReturn((Object) ignored, (Object) value, count); in expectAndReturn()
532 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() argument
[all …]
/external/libpcap/
Ddiag-control.h80 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wsign-compare") \
81 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wdocumentation") \
82 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wmissing-noreturn") \
83 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wunused-parameter") \
84 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wunreachable-code")
95 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wsign-compare") \
96 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wunused-parameter") \
97 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wunreachable-code")
143 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wshadow") \
144 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wunreachable-code")
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DWeightedMeasurement.java66 private boolean ignored; field in WeightedMeasurement
82 ignored = false; in WeightedMeasurement()
94 boolean ignored) { in WeightedMeasurement() argument
97 this.ignored = ignored; in WeightedMeasurement()
159 public void setIgnored(boolean ignored) { in setIgnored() argument
160 this.ignored = ignored; in setIgnored()
169 return ignored; in isIgnored()
/external/catch2/include/internal/
Dcatch_suppress_warnings.h14 # pragma clang diagnostic ignored "-Wpadded"
15 # pragma clang diagnostic ignored "-Wswitch-enum"
16 # pragma clang diagnostic ignored "-Wcovered-switch-default"
22 # pragma GCC diagnostic ignored "-Wparentheses" // See #674 for details
25 # pragma GCC diagnostic ignored "-Wunused-variable"
26 # pragma GCC diagnostic ignored "-Wpadded"
/external/python/cpython3/Modules/clinic/
Dgcmodule.c.h18 gc_enable(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_enable() argument
36 gc_disable(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_disable() argument
54 gc_isenabled(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_isenabled() argument
161 gc_get_debug(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_debug() argument
189 gc_get_threshold(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_threshold() argument
207 gc_get_count(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_count() argument
225 gc_get_objects(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_objects() argument
243 gc_get_stats(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_stats() argument
276 gc_freeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_freeze() argument
296 gc_unfreeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_unfreeze() argument
[all …]
D_tracemalloc.c.h18 _tracemalloc_is_tracing(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_is_tracing() argument
36 _tracemalloc_clear_traces(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_clear_traces() argument
59 _tracemalloc__get_traces(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc__get_traces() argument
123 _tracemalloc_stop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_stop() argument
144 _tracemalloc_get_traceback_limit(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traceback_limit() argument
164 _tracemalloc_get_tracemalloc_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_tracemalloc_memory() argument
184 _tracemalloc_get_traced_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traced_memory() argument
Darraymodule.c.h18 array_array___copy__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___copy__() argument
143 array_array_buffer_info(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_buffer_info() argument
173 array_array_byteswap(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_byteswap() argument
191 array_array_reverse(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_reverse() argument
256 array_array_tolist(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tolist() argument
340 array_array_tobytes(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tobytes() argument
360 array_array_tostring(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tostring() argument
415 array_array_tounicode(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tounicode() argument
433 array_array___sizeof__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___sizeof__() argument
495 array_arrayiterator___reduce__(arrayiterobject *self, PyObject *Py_UNUSED(ignored)) in array_arrayiterator___reduce__() argument
D_pickle.c.h23 _pickle_Pickler_clear_memo(PicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Pickler_clear_memo() argument
50 _pickle_Pickler___sizeof__(PicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Pickler___sizeof__() argument
125 _pickle_PicklerMemoProxy_clear(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_clear() argument
143 _pickle_PicklerMemoProxy_copy(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_copy() argument
161 _pickle_PicklerMemoProxy___reduce__(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy___reduce__() argument
183 _pickle_Unpickler_load(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Unpickler_load() argument
240 _pickle_Unpickler___sizeof__(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Unpickler___sizeof__() argument
319 _pickle_UnpicklerMemoProxy_clear(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy_clear() argument
337 _pickle_UnpicklerMemoProxy_copy(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy_copy() argument
355 _pickle_UnpicklerMemoProxy___reduce__(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy___reduce__() argument
D_asynciomodule.c.h60 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_result() argument
83 _asyncio_Future_exception(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_exception() argument
176 _asyncio_Future_cancel(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancel() argument
194 _asyncio_Future_cancelled(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancelled() argument
215 _asyncio_Future_done(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_done() argument
233 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_get_loop() argument
250 _asyncio_Future__repr_info(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__repr_info() argument
361 _asyncio_Task__repr_info(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__repr_info() argument
396 _asyncio_Task_cancel(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_cancel() argument
519 _asyncio__get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio__get_running_loop() argument
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_payload_registry_unittest.cc123 bool ignored = false; in TEST_F() local
128 kTypicalChannels, kTypicalRate, &ignored)); in TEST_F()
132 kTypicalChannels, kTypicalRate, &ignored)) in TEST_F()
139 kTypicalChannels, kTypicalRate, &ignored)) in TEST_F()
161 kTypicalChannels, kTypicalRate, &ignored)); in TEST_F()
173 bool ignored = false; in TEST_F() local
177 kTypicalChannels, kTypicalRate, &ignored)); in TEST_F()
181 kTypicalChannels, kTypicalRate, &ignored)); in TEST_F()
195 kTypicalChannels, kTypicalRate, &ignored)); in TEST_F()
213 bool ignored; in TEST_F() local
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DAndroidDigestFactory.java48 } catch (Exception ignored) { in getMD5()
59 } catch (Exception ignored) { in getSHA1()
70 } catch (Exception ignored) { in getSHA224()
81 } catch (Exception ignored) { in getSHA256()
92 } catch (Exception ignored) { in getSHA384()
103 } catch (Exception ignored) { in getSHA512()
/external/python/cpython3/Modules/_io/clinic/
Diobase.c.h18 _io__IOBase_tell(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_tell() argument
38 _io__IOBase_flush(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_flush() argument
58 _io__IOBase_close(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_close() argument
79 _io__IOBase_seekable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_seekable() argument
99 _io__IOBase_readable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_readable() argument
119 _io__IOBase_writable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_writable() argument
139 _io__IOBase_fileno(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_fileno() argument
159 _io__IOBase_isatty(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_isatty() argument
278 _io__RawIOBase_readall(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__RawIOBase_readall() argument
Dtextio.c.h86 _io_IncrementalNewlineDecoder_getstate(nldecoder_object *self, PyObject *Py_UNUSED(ignored)) in _io_IncrementalNewlineDecoder_getstate() argument
111 _io_IncrementalNewlineDecoder_reset(nldecoder_object *self, PyObject *Py_UNUSED(ignored)) in _io_IncrementalNewlineDecoder_reset() argument
231 _io_TextIOWrapper_detach(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_detach() argument
356 _io_TextIOWrapper_tell(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_tell() argument
401 _io_TextIOWrapper_fileno(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_fileno() argument
418 _io_TextIOWrapper_seekable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_seekable() argument
435 _io_TextIOWrapper_readable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_readable() argument
452 _io_TextIOWrapper_writable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_writable() argument
469 _io_TextIOWrapper_isatty(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_isatty() argument
486 _io_TextIOWrapper_flush(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_flush() argument
[all …]
Dbytesio.c.h18 _io_BytesIO_readable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_readable() argument
36 _io_BytesIO_writable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_writable() argument
54 _io_BytesIO_seekable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_seekable() argument
72 _io_BytesIO_flush(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_flush() argument
90 _io_BytesIO_getbuffer(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_getbuffer() argument
108 _io_BytesIO_getvalue(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_getvalue() argument
128 _io_BytesIO_isatty(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_isatty() argument
146 _io_BytesIO_tell(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_tell() argument
416 _io_BytesIO_close(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_close() argument
Dfileio.c.h21 _io_FileIO_close(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_close() argument
82 _io_FileIO_fileno(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_fileno() argument
100 _io_FileIO_readable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readable() argument
118 _io_FileIO_writable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_writable() argument
136 _io_FileIO_seekable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_seekable() argument
189 _io_FileIO_readall(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readall() argument
314 _io_FileIO_tell(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_tell() argument
368 _io_FileIO_isatty(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_isatty() argument
/external/clang/test/Preprocessor/
Dpragma_diagnostic_sections.cpp8 #pragma clang diagnostic ignored "-Wtautological-compare"
18 #pragma clang diagnostic ignored "-Wtautological-compare"
35 #pragma clang diagnostic ignored "-Wunused-macros"
42 #pragma clang diagnostic ignored "-Wreturn-type"
50 #pragma clang diagnostic ignored "-Wunused-parameter" in ww()
63 #pragma clang diagnostic ignored "-Wreorder" in S2()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/
DAndroidDigestFactory.java50 } catch (Exception ignored) { in getMD5()
61 } catch (Exception ignored) { in getSHA1()
72 } catch (Exception ignored) { in getSHA224()
83 } catch (Exception ignored) { in getSHA256()
94 } catch (Exception ignored) { in getSHA384()
105 } catch (Exception ignored) { in getSHA512()
/external/junit-params/src/main/java/junitparams/internal/
DNonParameterisedFrameworkMethod.java17 private final boolean ignored; field in NonParameterisedFrameworkMethod
27 NonParameterisedFrameworkMethod(Method method, Description description, boolean ignored) { in NonParameterisedFrameworkMethod() argument
29 this.ignored = ignored; in NonParameterisedFrameworkMethod()
43 return ignored; in isIgnored()
/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h21 unicode_title(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_title() argument
42 unicode_capitalize(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_capitalize() argument
60 unicode_casefold(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_casefold() argument
184 unicode_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isascii() argument
205 unicode_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_islower() argument
226 unicode_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isupper() argument
247 unicode_istitle(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_istitle() argument
268 unicode_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isspace() argument
289 unicode_isalpha(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isalpha() argument
310 unicode_isalnum(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isalnum() argument
[all …]
Dtypeobject.c.h74 type_mro(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type_mro() argument
92 type___subclasses__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___subclasses__() argument
110 type___dir__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___dir__() argument
128 type___sizeof__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___sizeof__() argument
146 object___reduce__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___reduce__() argument
218 object___sizeof__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___sizeof__() argument
236 object___dir__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___dir__() argument
/external/mdnsresponder/android/
Dwindows_firewall_dummy.c1 int mDNSIsFileAndPrintSharingEnabled(int *ignored) { in mDNSIsFileAndPrintSharingEnabled() argument
2 (void)ignored; in mDNSIsFileAndPrintSharingEnabled()
6 int mDNSAddToFirewall(const char* ignored, const char* also_ignored) { in mDNSAddToFirewall() argument
7 (void)ignored; in mDNSAddToFirewall()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcallback_common.h95 void* ignored = ops_; in Run() local
97 GPR_CODEGEN_ASSERT(ops_->FinalizeResult(&ignored, &ok)); in Run()
98 GPR_CODEGEN_ASSERT(ignored == ops_); in Run()
148 void* ignored = ops_; in Run() local
150 GPR_CODEGEN_ASSERT(ops_->FinalizeResult(&ignored, &new_ok)); in Run()
151 GPR_CODEGEN_ASSERT(ignored == ops_); in Run()
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
DCpuFeatures.java61 } catch (NoSuchMethodException ignored) { in isAESHardwareAccelerated()
62 } catch (SecurityException ignored) { in isAESHardwareAccelerated()
63 } catch (IllegalAccessException ignored) { in isAESHardwareAccelerated()
64 } catch (IllegalArgumentException ignored) { in isAESHardwareAccelerated()
102 } catch (IOException ignored) { in getFieldFromCpuinfo()
141 } catch (Exception ignored) { in getCpuFeaturesMac()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
DCpuFeatures.java65 } catch (NoSuchMethodException ignored) { in isAESHardwareAccelerated()
66 } catch (SecurityException ignored) { in isAESHardwareAccelerated()
67 } catch (IllegalAccessException ignored) { in isAESHardwareAccelerated()
68 } catch (IllegalArgumentException ignored) { in isAESHardwareAccelerated()
106 } catch (IOException ignored) { in getFieldFromCpuinfo()
145 } catch (Exception ignored) { in getCpuFeaturesMac()
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DRandomAccessFileOutputStreamTest.java65 } catch (Exception ignored) { in tearDown()
70 } catch (Exception ignored) { in tearDown()
110 } catch (Exception ignored) { in testWrite()
134 } catch (Exception ignored) { in testWriteArray()
141 } catch (Exception ignored) { in testWriteArray()

12345678910>>...85