/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/freedreno/ir2/ |
D | disasm-a2xx.c | 440 void (*fxn)(instr_fetch_t *cf); member 442 #define INSTR(opc, name, fxn) [opc] = { name, fxn } argument 556 void (*fxn)(instr_cf_t *cf); member 558 #define INSTR(opc, fxn) [opc] = { #opc, fxn } argument
|
/external/mesa3d/src/panfrost/bifrost/test/ |
D | bi_interpret.c | 95 #define bv2f16(fxn) \ argument 103 #define bv2i16(fxn) \ argument 111 #define bv4i8(fxn) \ argument 119 #define bf32(fxn) dest.f32 = fxn(srcs[0].f32, srcs[1].f32, srcs[2].f32, srcs[3].f32) argument 120 #define bi32(fxn) dest.i32 = fxn(srcs[0].u32, srcs[1].u32, srcs[2].u32, srcs[3].i32) 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 | 201 def fxn(self, module): pass function 261 fxn = lambda: module function 304 def fxn(module): pass function
|
D | util.py | 293 def writes_bytecode_files(fxn): argument
|
/external/python/cpython2/Lib/test/ |
D | test_isinstance.py | 259 def blowstack(fxn, arg, compare_to): argument
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_context.c | 137 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in ir3_context_init() local
|
D | ir3_compiler_nir.c | 3238 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in emit_instructions() local
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | save_env.py | 254 def restore_warnings_showwarning(self, fxn): argument
|
/external/mesa3d/src/freedreno/decode/ |
D | cffdec.c | 522 #define REG(x, fxn) { #x, fxn } argument 525 void (*fxn)(const char *name, uint32_t dword, int level); member 2566 #define CP(x, fxn, ...) { "CP_" #x, fxn, ##__VA_ARGS__ } argument 2569 void (*fxn)(uint32_t *dwords, uint32_t sizedwords, int level); member
|
/external/mesa3d/src/compiler/nir/ |
D | nir_serialize.c | 1930 read_function_impl(read_ctx *ctx, nir_function *fxn) in read_function_impl() 1950 write_function(write_ctx *ctx, const nir_function *fxn) in write_function() 1985 nir_function *fxn = nir_function_create(ctx->nir, name); in read_function() local
|
D | nir_clone.c | 716 clone_function(clone_state *state, const nir_function *fxn, nir_shader *ns) in clone_function()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 1154 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->nir); in ir2_nir_compile() local
|
/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_tgsi.c | 1080 void (*fxn)(const struct instr_translater *t, struct etna_compile *c, member
|