/external/python/cpython3/Lib/importlib/ |
D | util.py | 144 def set_package(fxn): argument 163 def set_loader(fxn): argument 180 def module_for_loader(fxn): argument
|
D | _bootstrap.py | 230 def _requires_builtin(fxn): argument 241 def _requires_frozen(fxn): argument
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | disasm-a2xx.c | 437 void (*fxn)(instr_fetch_t *cf); member 439 #define INSTR(opc, name, fxn) [opc] = { name, fxn } argument 553 void (*fxn)(instr_cf_t *cf); member 555 #define INSTR(opc, fxn) [opc] = { #opc, fxn } argument
|
/external/python/cpython3/Lib/test/ |
D | test_py_compile.py | 14 def without_source_date_epoch(fxn): argument 24 def with_source_date_epoch(fxn): argument
|
D | test_isinstance.py | 254 def blowstack(fxn, arg, compare_to): argument
|
/external/python/cpython2/Tools/scripts/ |
D | patchcheck.py | 30 def decorated_fxn(fxn): argument
|
/external/python/cpython3/Tools/scripts/ |
D | patchcheck.py | 31 def decorated_fxn(fxn): argument
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_util.py | 200 def fxn(self, module): pass function 260 fxn = lambda: module function 303 def fxn(module): pass function
|
D | util.py | 293 def writes_bytecode_files(fxn): argument
|
/external/mesa3d/src/compiler/nir/ |
D | nir_serialize.c | 1025 read_function_impl(read_ctx *ctx, nir_function *fxn) in read_function_impl() 1054 write_function(write_ctx *ctx, const nir_function *fxn) in write_function() 1083 nir_function *fxn = nir_function_create(ctx->nir, name); in read_function() local
|
D | nir_clone.c | 711 clone_function(clone_state *state, const nir_function *fxn, nir_shader *ns) in clone_function()
|
/external/python/cpython2/Lib/test/ |
D | test_isinstance.py | 259 def blowstack(fxn, arg, compare_to): argument
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | save_env.py | 246 def restore_warnings_showwarning(self, fxn): argument
|
/external/python/cpython3/Lib/test/test_importlib/source/ |
D | test_file_loader.py | 115 def fake_mtime(self, fxn): argument
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 1039 void (*fxn)(const struct instr_translater *t, struct etna_compile *c, member
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 3084 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in emit_instructions() local
|