Home
last modified time | relevance | path

Searched defs:kw (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/python/cpython3/Lib/tkinter/
Dttk.py96 def _format_elemcreate(etype, script=False, *args, **kw):
350 def configure(self, style, query_opt=None, **kw):
363 def map(self, style, query_opt=None, **kw):
435 def element_create(self, elementname, etype, *args, **kw):
506 def __init__(self, master, widgetname, kw=None): argument
538 def instate(self, statespec, callback=None, *args, **kw):
570 def __init__(self, master=None, **kw):
593 def __init__(self, master=None, **kw):
623 def __init__(self, master=None, widget=None, **kw):
665 def __init__(self, master=None, **kw):
[all …]
Dtix.py108 def tix_configure(self, cnf=None, **kw):
235 def config(self, cnf={}, **kw):
290 static_options=None, cnf={}, kw={}): argument
395 def image_create(self, imgtype, cnf={}, master=None, **kw):
476 def __init__(self, itemtype, cnf={}, *, master=None, **kw):
491 def _options(self, cnf, kw): argument
507 def config(self, cnf={}, **kw):
528 def __init__(self, master=None, cnf={}, **kw):
538 def bind_widget(self, widget, cnf={}, **kw):
550 def __init__(self, master=None, cnf={}, **kw):
[all …]
D__init__.py715 def tk_setPalette(self, *args, **kw):
905 def clipboard_get(self, **kw):
928 def clipboard_clear(self, **kw):
936 def clipboard_append(self, string, **kw):
1008 def selection_clear(self, **kw):
1013 def selection_get(self, **kw):
1031 def selection_handle(self, command, **kw):
1047 def selection_own(self, **kw):
1055 def selection_own_get(self, **kw):
1524 def _options(self, cnf, kw = None): argument
[all …]
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DTix.py105 def tix_configure(self, cnf=None, **kw):
232 def config(self, cnf={}, **kw):
287 static_options=None, cnf={}, kw={}): argument
392 def image_create(self, imgtype, cnf={}, master=None, **kw):
475 def __init__(self, itemtype, cnf={}, **kw):
491 def _options(self, cnf, kw): argument
507 def config(self, cnf={}, **kw):
528 def __init__(self, master=None, cnf={}, **kw):
538 def bind_widget(self, widget, cnf={}, **kw):
550 def __init__(self, master=None, cnf={}, **kw):
[all …]
Dttk.py117 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 …]
DTkinter.py472 def tk_setPalette(self, *args, **kw):
633 def clipboard_get(self, **kw):
656 def clipboard_clear(self, **kw):
663 def clipboard_append(self, string, **kw):
725 def selection_clear(self, **kw):
729 def selection_get(self, **kw):
746 def selection_handle(self, command, **kw):
761 def selection_own(self, **kw):
768 def selection_own_get(self, **kw):
1167 def _options(self, cnf, kw = None): argument
[all …]
DCanvas.py14 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 …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/
H A Du8maxpool.cc178 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
190 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
202 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
223 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
237 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
252 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
267 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
293 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
307 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
322 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
[all …]
H A Dq8avgpool.cc23 for (size_t kw = 1; kw <= ks; kw++) { in TEST() local
257 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
270 for (size_t kw = 1; kw <= ks; kw++) { in TEST() local
283 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
298 for (size_t kw = 1; kw <= ks; kw++) { in TEST() local
313 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
328 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
343 for (size_t kw = 1; kw <= ks; kw++) { in TEST() local
358 for (size_t kw = 1; kw <= tester.mr(); kw++) { in TEST() local
567 for (size_t kw = 1; kw <= ks; kw++) { in TEST() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/strum_macros/src/helpers/
Dmetadata.rs13 pub mod kw { module
54 let kw = input.parse::<kw::serialize_all>()?; in parse() localVariable
59 let kw = input.parse::<kw::Crate>()?; in parse() localVariable
88 let kw = input.parse()?; in parse() localVariable
97 let kw = input.parse()?; in parse() localVariable
103 let kw = input.parse()?; in parse() localVariable
172 let kw = input.parse()?; in parse() localVariable
177 let kw = input.parse()?; in parse() localVariable
182 let kw = input.parse()?; in parse() localVariable
187 let kw = input.parse()?; in parse() localVariable
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/src/helpers/
H A Dmetadata.rs13 pub mod kw { module
54 let kw = input.parse::<kw::serialize_all>()?; in parse() localVariable
59 let kw = input.parse::<kw::Crate>()?; in parse() localVariable
88 let kw = input.parse()?; in parse() localVariable
97 let kw = input.parse()?; in parse() localVariable
103 let kw = input.parse()?; in parse() localVariable
172 let kw = input.parse()?; in parse() localVariable
177 let kw = input.parse()?; in parse() localVariable
182 let kw = input.parse()?; in parse() localVariable
187 let kw = input.parse()?; in parse() localVariable
[all …]
/aosp_15_r20/external/python/mako/mako/
Dcache.py79 def get_or_create(self, key, creation_function, **kw):
85 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
195 def get_or_create(self, key, creation_function, **kw):
213 def set(self, key, value, **kw):
223 def get(self, key, **kw):
232 def invalidate(self, key, **kw):
/aosp_15_r20/external/python/setuptools/setuptools/
Dsandbox.py304 def wrap(self, src, dst, *args, **kw):
318 def wrap(self, path, *args, **kw):
355 def wrap(self, path, *args, **kw):
370 def wrap(self, *args, **kw):
386 def _remap_input(self, operation, path, *args, **kw):
394 def _remap_pair(self, operation, src, dst, *args, **kw):
440 def _violation(self, operation, *args, **kw):
447 def _file(self, path, mode='r', *args, **kw):
452 def _open(self, path, mode='r', *args, **kw):
483 def _remap_input(self, operation, path, *args, **kw):
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
Dsandbox.py304 def wrap(self, src, dst, *args, **kw):
318 def wrap(self, path, *args, **kw):
355 def wrap(self, path, *args, **kw):
370 def wrap(self, *args, **kw):
386 def _remap_input(self, operation, path, *args, **kw):
394 def _remap_pair(self, operation, src, dst, *args, **kw):
440 def _violation(self, operation, *args, **kw):
447 def _file(self, path, mode='r', *args, **kw):
452 def _open(self, path, mode='r', *args, **kw):
483 def _remap_input(self, operation, path, *args, **kw):
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
Dsandbox.py304 def wrap(self, src, dst, *args, **kw):
318 def wrap(self, path, *args, **kw):
355 def wrap(self, path, *args, **kw):
370 def wrap(self, *args, **kw):
386 def _remap_input(self, operation, path, *args, **kw):
394 def _remap_pair(self, operation, src, dst, *args, **kw):
440 def _violation(self, operation, *args, **kw):
447 def _file(self, path, mode='r', *args, **kw):
452 def _open(self, path, mode='r', *args, **kw):
483 def _remap_input(self, operation, path, *args, **kw):
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/
Dsandbox.py304 def wrap(self, src, dst, *args, **kw):
318 def wrap(self, path, *args, **kw):
355 def wrap(self, path, *args, **kw):
370 def wrap(self, *args, **kw):
386 def _remap_input(self, operation, path, *args, **kw):
394 def _remap_pair(self, operation, src, dst, *args, **kw):
440 def _violation(self, operation, *args, **kw):
447 def _file(self, path, mode='r', *args, **kw):
452 def _open(self, path, mode='r', *args, **kw):
483 def _remap_input(self, operation, path, *args, **kw):
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
Dsandbox.py304 def wrap(self, src, dst, *args, **kw):
318 def wrap(self, path, *args, **kw):
355 def wrap(self, path, *args, **kw):
370 def wrap(self, *args, **kw):
386 def _remap_input(self, operation, path, *args, **kw):
394 def _remap_pair(self, operation, src, dst, *args, **kw):
440 def _violation(self, operation, *args, **kw):
447 def _file(self, path, mode='r', *args, **kw):
452 def _open(self, path, mode='r', *args, **kw):
483 def _remap_input(self, operation, path, *args, **kw):
[all …]
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Ddecorators.py88 get_timeout = lambda *a, **kw: kw['timeout']
89 get_retries = lambda *a, **kw: kw['retries']
106 get_timeout = lambda *a, **kw: kw['timeout']
107 get_retries = lambda *a, **kw: kw['retries']
129 get_timeout = lambda *a, **kw: timeout
130 get_retries = lambda *a, **kw: retries
154 get_timeout = lambda *a, **kw: kw.get('timeout', default_timeout)
155 get_retries = lambda *a, **kw: kw.get('retries', default_retries)
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dvalues_util.py135 assign_fn = lambda var, *a, **kw: var.assign(*a, **kw)
146 assign_add_fn = lambda var, *a, **kw: var.assign_add(*a, **kw)
157 assign_sub_fn = lambda var, *a, **kw: var.assign_sub(*a, **kw)
222 scatter_sub_fn = lambda var, *a, **kw: var.scatter_sub(*a, **kw)
231 scatter_add_fn = lambda var, *a, **kw: var.scatter_add(*a, **kw)
240 scatter_mul_fn = lambda var, *a, **kw: var.scatter_mul(*a, **kw)
249 scatter_div_fn = lambda var, *a, **kw: var.scatter_div(*a, **kw)
258 scatter_min_fn = lambda var, *a, **kw: var.scatter_min(*a, **kw)
267 scatter_max_fn = lambda var, *a, **kw: var.scatter_max(*a, **kw)
276 scatter_update_fn = lambda var, *a, **kw: var.scatter_update(*a, **kw)
H A Dpacked_distributed_variable.py148 assign_sub_fn = lambda var, *a, **kw: var.assign_sub(*a, **kw)
157 assign_add_fn = lambda var, *a, **kw: var.assign_add(*a, **kw)
166 assign_fn = lambda var, *a, **kw: var.assign(*a, **kw)
175 scatter_sub_fn = lambda var, *a, **kw: var.scatter_sub(*a, **kw)
183 scatter_add_fn = lambda var, *a, **kw: var.scatter_add(*a, **kw)
191 scatter_mul_fn = lambda var, *a, **kw: var.scatter_mul(*a, **kw)
199 scatter_div_fn = lambda var, *a, **kw: var.scatter_div(*a, **kw)
207 scatter_min_fn = lambda var, *a, **kw: var.scatter_min(*a, **kw)
215 scatter_max_fn = lambda var, *a, **kw: var.scatter_max(*a, **kw)
223 scatter_update_fn = lambda var, *a, **kw: var.scatter_update(*a, **kw)
/aosp_15_r20/external/python/mako/test/
Dtest_cache.py22 def get(self, key, **kw):
25 def invalidate(self, key, **kw):
28 def put(self, key, value, **kw):
31 def get_or_create(self, key, creation_function, **kw):
51 def _setup_kwargs(self, kw): argument
58 def get_or_create(self, key, creation_function, **kw):
63 def put(self, key, value, **kw):
68 def get(self, key, **kw):
73 def invalidate(self, key, **kw):
/aosp_15_r20/external/python/mako/mako/testing/
Dfixtures.py11 def _file_template(self, filename, **kw):
35 **kw,
53 **kw,
102 def get_or_create(self, key, creation_function, **kw):
109 def put(self, key, value, **kw):
112 def get(self, key, **kw):
115 def invalidate(self, key, **kw):
/aosp_15_r20/external/libcxx/utils/google-benchmark/
H A Dmingw.py31 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):
/aosp_15_r20/external/python/mako/mako/ext/
Dbeaker_cache.py45 def _get_cache(self, **kw):
68 def get_or_create(self, key, creation_function, **kw):
72 def put(self, key, value, **kw):
76 def get(self, key, **kw):
80 def invalidate(self, key, **kw):
/aosp_15_r20/external/python/cpython2/Mac/Modules/
DNav.c448 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()

12345678910>>...27