/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
D | cache.py | 78 def get_or_create(self, key, creation_function, **kw): 84 def _ctx_get_or_create(self, key, creation_function, context, **kw): 96 def set(self, key, value, **kw): 114 def get(self, key, **kw): 126 def invalidate(self, key, **kw): 166 def _get_cache_kw(self, kw, context): argument 194 def get_or_create(self, key, creation_function, **kw): 212 def set(self, key, value, **kw): 222 def get(self, key, **kw): 231 def invalidate(self, key, **kw):
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
D | decorators.py | 77 get_timeout = lambda *a, **kw: kw['timeout'] 78 get_retries = lambda *a, **kw: kw['retries'] 94 get_timeout = lambda *a, **kw: kw['timeout'] 95 get_retries = lambda *a, **kw: kw['retries'] 115 get_timeout = lambda *a, **kw: timeout 116 get_retries = lambda *a, **kw: retries 138 get_timeout = lambda *a, **kw: kw.get('timeout', default_timeout) 139 get_retries = lambda *a, **kw: kw.get('retries', default_retries)
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | decorators.py | 77 get_timeout = lambda *a, **kw: kw['timeout'] 78 get_retries = lambda *a, **kw: kw['retries'] 94 get_timeout = lambda *a, **kw: kw['timeout'] 95 get_retries = lambda *a, **kw: kw['retries'] 115 get_timeout = lambda *a, **kw: timeout 116 get_retries = lambda *a, **kw: retries 138 get_timeout = lambda *a, **kw: kw.get('timeout', default_timeout) 139 get_retries = lambda *a, **kw: kw.get('retries', default_retries)
|
/external/google-benchmark/ |
D | mingw.py | 31 def debug(self, *k, **kw): 33 def info(self, *k, **kw): 35 def warn(self, *k, **kw): 37 def error(self, *k, **kw): 39 def critical(self, *k, **kw): 41 def setLevel(self, *k, **kw):
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 117 def _format_elemcreate(etype, script=False, *args, **kw): 378 def configure(self, style, query_opt=None, **kw): 389 def map(self, style, query_opt=None, **kw): 462 def element_create(self, elementname, etype, *args, **kw): 531 def __init__(self, master, widgetname, kw=None): argument 566 def instate(self, statespec, callback=None, *args, **kw): 598 def __init__(self, master=None, **kw): 621 def __init__(self, master=None, **kw): 651 def __init__(self, master=None, widget=None, **kw): 693 def __init__(self, master=None, **kw): [all …]
|
D | Tix.py | 109 def tix_configure(self, cnf=None, **kw): 236 def config(self, cnf={}, **kw): 291 static_options=None, cnf={}, kw={}): argument 396 def image_create(self, imgtype, cnf={}, master=None, **kw): 479 def __init__(self, itemtype, cnf={}, **kw): 495 def _options(self, cnf, kw): argument 511 def config(self, cnf={}, **kw): 532 def __init__(self, master=None, cnf={}, **kw): 542 def bind_widget(self, widget, cnf={}, **kw): 554 def __init__(self, master=None, cnf={}, **kw): [all …]
|
D | tkSimpleDialog.py | 251 def askinteger(title, prompt, **kw): 270 def askfloat(title, prompt, **kw): 285 def __init__(self, *args, **kw): 302 def askstring(title, prompt, **kw):
|
D | Canvas.py | 14 def __init__(self, canvas, itemType, *args, **kw): 57 def config(self, cnf={}, **kw): 90 def __init__(self, canvas, *args, **kw): 94 def __init__(self, canvas, *args, **kw): 98 def __init__(self, canvas, *args, **kw): 102 def __init__(self, canvas, *args, **kw): 106 def __init__(self, canvas, *args, **kw): 110 def __init__(self, canvas, *args, **kw): 114 def __init__(self, canvas, *args, **kw): 119 def __init__(self, canvas, *args, **kw): [all …]
|
D | Tkinter.py | 469 def tk_setPalette(self, *args, **kw): 627 def clipboard_get(self, **kw): 650 def clipboard_clear(self, **kw): 657 def clipboard_append(self, string, **kw): 719 def selection_clear(self, **kw): 723 def selection_get(self, **kw): 740 def selection_handle(self, command, **kw): 755 def selection_own(self, **kw): 762 def selection_own_get(self, **kw): 1162 def _options(self, cnf, kw = None): argument [all …]
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 117 def _format_elemcreate(etype, script=False, *args, **kw): 378 def configure(self, style, query_opt=None, **kw): 391 def map(self, style, query_opt=None, **kw): 464 def element_create(self, elementname, etype, *args, **kw): 535 def __init__(self, master, widgetname, kw=None): argument 570 def instate(self, statespec, callback=None, *args, **kw): 602 def __init__(self, master=None, **kw): 625 def __init__(self, master=None, **kw): 655 def __init__(self, master=None, widget=None, **kw): 697 def __init__(self, master=None, **kw): [all …]
|
D | tix.py | 101 def tix_configure(self, cnf=None, **kw): 228 def config(self, cnf={}, **kw): 283 static_options=None, cnf={}, kw={}): argument 388 def image_create(self, imgtype, cnf={}, master=None, **kw): 471 def __init__(self, itemtype, cnf={}, *, master=None, **kw): 489 def _options(self, cnf, kw): argument 505 def config(self, cnf={}, **kw): 526 def __init__(self, master=None, cnf={}, **kw): 536 def bind_widget(self, widget, cnf={}, **kw): 548 def __init__(self, master=None, cnf={}, **kw): [all …]
|
D | __init__.py | 613 def tk_setPalette(self, *args, **kw): 780 def clipboard_get(self, **kw): 803 def clipboard_clear(self, **kw): 810 def clipboard_append(self, string, **kw): 872 def selection_clear(self, **kw): 876 def selection_get(self, **kw): 893 def selection_handle(self, command, **kw): 908 def selection_own(self, **kw): 915 def selection_own_get(self, **kw): 1309 def _options(self, cnf, kw = None): argument [all …]
|
/external/autotest/client/common_lib/test_utils/ |
D | functools_24.py | 38 def composecall(*args, **kw): 54 def fastcutcall(*args, **kw):
|
/external/python/cpython3/Lib/json/ |
D | __init__.py | 122 default=None, sort_keys=False, **kw): 185 default=None, sort_keys=False, **kw): 275 parse_int=None, parse_constant=None, object_pairs_hook=None, **kw): 303 parse_int=None, parse_constant=None, object_pairs_hook=None, **kw):
|
/external/python/cpython2/Lib/json/ |
D | __init__.py | 124 encoding='utf-8', default=None, sort_keys=False, **kw): 195 encoding='utf-8', default=None, sort_keys=False, **kw): 259 parse_int=None, parse_constant=None, object_pairs_hook=None, **kw): 295 parse_int=None, parse_constant=None, object_pairs_hook=None, **kw):
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_parser.py | 91 def message_from_file(s, *args, **kw): 98 def message_from_bytes(s, *args, **kw): 101 def message_from_binary_file(s, *args, **kw):
|
/external/python/cpython3/Modules/ |
D | _bisectmodule.c | 48 bisect_right(PyObject *self, PyObject *args, PyObject *kw) in bisect_right() 78 insort_right(PyObject *self, PyObject *args, PyObject *kw) in insort_right() 152 bisect_left(PyObject *self, PyObject *args, PyObject *kw) in bisect_left() 182 insort_left(PyObject *self, PyObject *args, PyObject *kw) in insort_left()
|
D | parsermodule.c | 412 parser_st2tuple(PyST_Object *self, PyObject *args, PyObject *kw) in parser_st2tuple() 448 parser_st2list(PyST_Object *self, PyObject *args, PyObject *kw) in parser_st2list() 483 parser_compilest(PyST_Object *self, PyObject *args, PyObject *kw) in parser_compilest() 536 parser_isexpr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_isexpr() 559 parser_issuite(PyST_Object *self, PyObject *args, PyObject *kw) in parser_issuite() 600 parser_do_parse(PyObject *args, PyObject *kw, const char *argspec, int type) in parser_do_parse() 639 parser_expr(PyST_Object *self, PyObject *args, PyObject *kw) in parser_expr() 647 parser_suite(PyST_Object *self, PyObject *args, PyObject *kw) in parser_suite() 757 parser_tuple2st(PyST_Object *self, PyObject *args, PyObject *kw) in parser_tuple2st()
|
/external/python/cpython2/Modules/ |
D | _bisectmodule.c | 44 bisect_right(PyObject *self, PyObject *args, PyObject *kw) in bisect_right() 75 insort_right(PyObject *self, PyObject *args, PyObject *kw) in insort_right() 150 bisect_left(PyObject *self, PyObject *args, PyObject *kw) in bisect_left() 180 insort_left(PyObject *self, PyObject *args, PyObject *kw) in insort_left()
|
D | _functoolsmodule.c | 96 PyObject *kw; member 104 partial_new(PyTypeObject *type, PyObject *args, PyObject *kw) in partial_new() 157 partial_call(partialobject *pto, PyObject *args, PyObject *kw) in partial_call() 287 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local
|
/external/autotest/contrib/ |
D | coverage.py | 938 def use_cache(*args, **kw): 941 def start(*args, **kw): 944 def stop(*args, **kw): 947 def erase(*args, **kw): 950 def begin_recursive(*args, **kw): 953 def end_recursive(*args, **kw): 956 def exclude(*args, **kw): 959 def analysis(*args, **kw): 962 def analysis2(*args, **kw): 965 def report(*args, **kw): [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_htmllib.py | 9 def __init__(self, *args, **kw): 20 def __init__(self, *args, **kw):
|
/external/python/cpython3/Lib/test/ |
D | test_dict_version.py | 24 def check_version_changed(self, mydict, method, *args, **kw): 29 def check_version_dont_change(self, mydict, method, *args, **kw): 40 def new_dict(self, *args, **kw):
|
D | reperf.py | 11 def timefunc(n, func, *args, **kw):
|
/external/python/cpython2/Mac/Modules/ |
D | Nav.c | 448 nav_NavGetFile(PyObject *self, PyObject *args, PyObject *kw) in nav_NavGetFile() 483 nav_NavPutFile(PyObject *self, PyObject *args, PyObject *kw) in nav_NavPutFile() 518 nav_NavAskSaveChanges(PyObject *self, PyObject *args, PyObject *kw) in nav_NavAskSaveChanges() 548 nav_NavCustomAskSaveChanges(PyObject *self, PyObject *args, PyObject *kw) in nav_NavCustomAskSaveChanges() 577 nav_NavAskDiscardChanges(PyObject *self, PyObject *args, PyObject *kw) in nav_NavAskDiscardChanges() 606 nav_NavChooseFile(PyObject *self, PyObject *args, PyObject *kw) in nav_NavChooseFile() 641 nav_NavChooseFolder(PyObject *self, PyObject *args, PyObject *kw) in nav_NavChooseFolder() 674 nav_NavChooseVolume(PyObject *self, PyObject *args, PyObject *kw) in nav_NavChooseVolume() 707 nav_NavChooseObject(PyObject *self, PyObject *args, PyObject *kw) in nav_NavChooseObject() 740 nav_NavNewFolder(PyObject *self, PyObject *args, PyObject *kw) in nav_NavNewFolder()
|