Home
last modified time | relevance | path

Searched defs:ignored (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/external/python/cpython3/Objects/stringlib/
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 …]
/external/python/cpython3/Modules/clinic/
D_curses_panel.c.h18 _curses_panel_panel_bottom(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_bottom()
38 _curses_panel_panel_hide(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_hide()
56 _curses_panel_panel_show(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_show()
74 _curses_panel_panel_top(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_top()
92 _curses_panel_panel_above(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_above()
110 _curses_panel_panel_below(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_below()
128 _curses_panel_panel_hidden(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_hidden()
192 _curses_panel_panel_window(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_window()
249 _curses_panel_panel_userptr(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_userptr()
267 _curses_panel_bottom_panel(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_panel_bottom_panel()
[all …]
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()
135 _tracemalloc_stop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_stop()
156 _tracemalloc_get_traceback_limit(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traceback_limit()
176 _tracemalloc_get_tracemalloc_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_tracemalloc_memory()
196 _tracemalloc_get_traced_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traced_memory()
216 _tracemalloc_reset_peak(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_reset_peak()
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()
182 gc_get_debug(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_debug()
210 gc_get_threshold(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_threshold()
228 gc_get_count(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_count()
291 gc_get_stats(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_stats()
333 gc_freeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_freeze()
353 gc_unfreeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_unfreeze()
371 gc_get_freeze_count(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_freeze_count()
Darraymodule.c.h18 array_array___copy__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___copy__()
180 array_array_buffer_info(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_buffer_info()
210 array_array_byteswap(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_byteswap()
228 array_array_reverse(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_reverse()
310 array_array_tolist(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tolist()
364 array_array_tobytes(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tobytes()
422 array_array_tounicode(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tounicode()
440 array_array___sizeof__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___sizeof__()
524 array_arrayiterator___reduce__(arrayiterobject *self, PyObject *Py_UNUSED(ignored)) in array_arrayiterator___reduce__()
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()
307 _asyncio_Future__repr_info(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__repr_info()
374 _asyncio_Task__make_cancelled_error(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__make_cancelled_error()
391 _asyncio_Task__repr_info(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__repr_info()
584 _asyncio_Task_get_coro(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_get_coro()
[all …]
D_gdbmmodule.c.h87 _gdbm_gdbm_close(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _gdbm_gdbm_close()
105 _gdbm_gdbm_keys(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _gdbm_gdbm_keys()
127 _gdbm_gdbm_firstkey(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _gdbm_gdbm_firstkey()
188 _gdbm_gdbm_reorganize(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _gdbm_gdbm_reorganize()
209 _gdbm_gdbm_sync(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _gdbm_gdbm_sync()
D_pickle.c.h23 _pickle_Pickler_clear_memo(PicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Pickler_clear_memo()
50 _pickle_Pickler___sizeof__(PicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Pickler___sizeof__()
164 _pickle_PicklerMemoProxy_clear(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_clear()
182 _pickle_PicklerMemoProxy_copy(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_copy()
200 _pickle_PicklerMemoProxy___reduce__(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy___reduce__()
222 _pickle_Unpickler_load(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Unpickler_load()
279 _pickle_Unpickler___sizeof__(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Unpickler___sizeof__()
415 _pickle_UnpicklerMemoProxy_clear(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy_clear()
433 _pickle_UnpicklerMemoProxy_copy(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy_copy()
451 _pickle_UnpicklerMemoProxy___reduce__(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy___reduce__()
D_ssl.c.h17 _ssl__SSLSocket_do_handshake(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_do_handshake()
103 _ssl__SSLSocket_shared_ciphers(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_shared_ciphers()
120 _ssl__SSLSocket_cipher(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_cipher()
137 _ssl__SSLSocket_version(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_version()
156 _ssl__SSLSocket_selected_npn_protocol(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_selected_npn_protocol()
177 _ssl__SSLSocket_selected_alpn_protocol(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_selected_alpn_protocol()
196 _ssl__SSLSocket_compression(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_compression()
252 _ssl__SSLSocket_pending(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_pending()
316 _ssl__SSLSocket_shutdown(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_shutdown()
388 _ssl__SSLSocket_verify_client_post_handshake(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_verify_client_post_handshake()
[all …]
/external/python/cpython3/Modules/_io/clinic/
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()
314 _io__RawIOBase_readall(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__RawIOBase_readall()
Dfileio.c.h21 _io_FileIO_close(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_close()
124 _io_FileIO_fileno(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_fileno()
142 _io_FileIO_readable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readable()
160 _io_FileIO_writable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_writable()
178 _io_FileIO_seekable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_seekable()
237 _io_FileIO_readall(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readall()
385 _io_FileIO_tell(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_tell()
442 _io_FileIO_isatty(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_isatty()
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()
478 _io_BytesIO_close(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_close()
Dtextio.c.h121 _io_IncrementalNewlineDecoder_getstate(nldecoder_object *self, PyObject *Py_UNUSED(ignored)) in _io_IncrementalNewlineDecoder_getstate()
146 _io_IncrementalNewlineDecoder_reset(nldecoder_object *self, PyObject *Py_UNUSED(ignored)) in _io_IncrementalNewlineDecoder_reset()
381 _io_TextIOWrapper_detach(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_detach()
550 _io_TextIOWrapper_tell(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_tell()
598 _io_TextIOWrapper_fileno(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_fileno()
615 _io_TextIOWrapper_seekable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_seekable()
632 _io_TextIOWrapper_readable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_readable()
649 _io_TextIOWrapper_writable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_writable()
666 _io_TextIOWrapper_isatty(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_isatty()
683 _io_TextIOWrapper_flush(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_flush()
[all …]
Dwinconsoleio.c.h23 _io__WindowsConsoleIO_close(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_close()
130 _io__WindowsConsoleIO_fileno(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_fileno()
152 _io__WindowsConsoleIO_readable(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_readable()
174 _io__WindowsConsoleIO_writable(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_writable()
240 _io__WindowsConsoleIO_readall(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_readall()
347 _io__WindowsConsoleIO_isatty(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_isatty()
Dstringio.c.h18 _io_StringIO_getvalue(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_getvalue()
36 _io_StringIO_tell(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_tell()
246 _io_StringIO_close(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_close()
311 _io_StringIO_readable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_readable()
329 _io_StringIO_writable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_writable()
347 _io_StringIO_seekable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_seekable()
/external/python/cpython3/Python/clinic/
Dsysmodule.c.h95 sys_exc_info(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_exc_info()
167 sys_getdefaultencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getdefaultencoding()
185 sys_getfilesystemencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getfilesystemencoding()
203 sys_getfilesystemencodeerrors(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getfilesystemencodeerrors()
259 sys_gettrace(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_gettrace()
279 sys_getprofile(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getprofile()
338 sys_getswitchinterval(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getswitchinterval()
448 sys_get_coroutine_origin_tracking_depth(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_get_coroutine_origin_tracking_depth()
478 sys_get_asyncgen_hooks(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_get_asyncgen_hooks()
500 sys_getrecursionlimit(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getrecursionlimit()
[all …]
Dcontext.c.h58 _contextvars_Context_items(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_items()
76 _contextvars_Context_keys(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_keys()
94 _contextvars_Context_values(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_values()
112 _contextvars_Context_copy(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_copy()
/external/easymock/src/org/easymock/
DMockControl.java467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) { in expectAndReturn()
471 public void expectAndReturn(int ignored, int value) { in expectAndReturn()
487 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn()
494 public void expectAndReturn(int ignored, int value, Range range) { in expectAndReturn()
510 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn()
515 public void expectAndReturn(int ignored, int value, int count) { in expectAndReturn()
532 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn()
537 public void expectAndReturn(int ignored, int value, int min, int max) { in expectAndReturn()
549 public void expectAndThrow(Object ignored, Throwable throwable) { in expectAndThrow()
563 public void expectAndThrow(Object ignored, Throwable throwable, Range range) { in expectAndThrow()
[all …]
/external/python/cpython3/Objects/clinic/
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___reduce__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___reduce__()
229 object___sizeof__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___sizeof__()
247 object___dir__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___dir__()
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()
241 float___getnewargs__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___getnewargs__()
Dunicodeobject.c.h21 unicode_title(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_title()
42 unicode_capitalize(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_capitalize()
60 unicode_casefold(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_casefold()
259 unicode_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isascii()
280 unicode_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_islower()
301 unicode_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isupper()
322 unicode_istitle(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_istitle()
343 unicode_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isspace()
364 unicode_isalpha(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isalpha()
385 unicode_isalnum(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isalnum()
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DServiceProvidersTest.java128 ServiceProvidersTestAbstractProvider ignored = ServiceProviders.load( in unknownClassProvider() local
143 ServiceProvidersTestAbstractProvider ignored = ServiceProviders.load( in exceptionSurfacedToCaller_failAtInit() local
157 ServiceProvidersTestAbstractProvider ignored = ServiceProviders.load( in exceptionSurfacedToCaller_failAtPriority() local
171 ServiceProvidersTestAbstractProvider ignored = ServiceProviders.load( in exceptionSurfacedToCaller_failAtAvailable() local
196 Iterable<ServiceProvidersTestAbstractProvider> ignored = in getCandidatesViaHardCoded_failAtInit() local
209 Iterable<ServiceProvidersTestAbstractProvider> ignored = in getCandidatesViaHardCoded_failAtInit_moreCandidates() local
224 ServiceProvidersTestAbstractProvider ignored = ServiceProviders.create( in create_throwsErrorOnMisconfiguration() local
/external/python/cpython3/Objects/
Dfuncobject.c251 func_get_code(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_code()
262 func_set_code(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_code()
296 func_get_name(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_name()
303 func_set_name(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_name()
318 func_get_qualname(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_qualname()
325 func_set_qualname(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_qualname()
340 func_get_defaults(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_defaults()
353 func_set_defaults(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_defaults()
380 func_get_kwdefaults(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_kwdefaults()
394 func_set_kwdefaults(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_kwdefaults()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DWeightedMeasurement.java66 private boolean ignored; field in WeightedMeasurement
94 boolean ignored) { in WeightedMeasurement()
159 public void setIgnored(boolean ignored) { in setIgnored()
/external/mdnsresponder/android/
Dwindows_firewall_dummy.c1 int mDNSIsFileAndPrintSharingEnabled(int *ignored) { in mDNSIsFileAndPrintSharingEnabled()
6 int mDNSAddToFirewall(const char* ignored, const char* also_ignored) { in mDNSAddToFirewall()

12345678910>>...17