/third_party/python/Lib/importlib/ |
D | util.py | 144 def set_package(fxn): argument 164 def set_loader(fxn): argument 182 def module_for_loader(fxn): argument
|
D | _bootstrap.py | 252 def _requires_builtin(fxn): argument 263 def _requires_frozen(fxn): argument
|
/third_party/mesa3d/src/freedreno/ir2/ |
D | disasm-a2xx.c | 458 void (*fxn)(instr_fetch_t *cf); member 460 #define INSTR(opc, name, fxn) [opc] = {name, fxn} argument 577 void (*fxn)(instr_cf_t *cf); member 579 #define INSTR(opc, fxn) [opc] = {#opc, fxn} argument
|
/third_party/python/Lib/test/ |
D | test_py_compile.py | 16 def without_source_date_epoch(fxn): argument 26 def with_source_date_epoch(fxn): argument
|
D | test_isinstance.py | 352 def blowstack(fxn, arg, compare_to): argument
|
/third_party/python/Tools/scripts/ |
D | patchcheck.py | 31 def decorated_fxn(fxn): argument
|
/third_party/python/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 | 306 def writes_bytecode_files(fxn): argument
|
/third_party/mesa3d/src/freedreno/decode/ |
D | cffdec.c | 540 #define REG(x, fxn) { #x, fxn } argument 541 #define REG64(x, fxn) { #x, .fxn64 = fxn, .is_reg64 = true } argument 544 void (*fxn)(const char *name, uint32_t dword, int level); member 2641 #define CP(x, fxn, ...) { "CP_" #x, fxn, ##__VA_ARGS__ } argument 2644 void (*fxn)(uint32_t *dwords, uint32_t sizedwords, int level); member
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_context.c | 141 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in ir3_context_init() local
|
D | ir3_compiler_nir.c | 4262 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in emit_instructions() local
|
/third_party/python/Lib/test/libregrtest/ |
D | save_env.py | 287 def restore_warnings_showwarning(self, fxn): argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 1167 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->nir); in ir2_nir_compile() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_clone.c | 723 clone_function(clone_state *state, const nir_function *fxn, nir_shader *ns) in clone_function()
|
D | nir_serialize.c | 1985 read_function_impl(read_ctx *ctx, nir_function *fxn) in read_function_impl() 2009 write_function(write_ctx *ctx, const nir_function *fxn) in write_function() 2048 nir_function *fxn = nir_function_create(ctx->nir, name); in read_function() local
|
/third_party/python/Lib/test/test_importlib/source/ |
D | test_file_loader.py | 115 def fake_mtime(self, fxn): argument
|