Home
last modified time | relevance | path

Searched defs:fxn (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Lib/importlib/
Dutil.py144 def set_package(fxn): argument
163 def set_loader(fxn): argument
180 def module_for_loader(fxn): argument
D_bootstrap.py230 def _requires_builtin(fxn): argument
241 def _requires_frozen(fxn): argument
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Ddisasm-a2xx.c437 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/
Dtest_py_compile.py14 def without_source_date_epoch(fxn): argument
24 def with_source_date_epoch(fxn): argument
Dtest_isinstance.py254 def blowstack(fxn, arg, compare_to): argument
/external/python/cpython2/Tools/scripts/
Dpatchcheck.py30 def decorated_fxn(fxn): argument
/external/python/cpython3/Tools/scripts/
Dpatchcheck.py31 def decorated_fxn(fxn): argument
/external/python/cpython3/Lib/test/test_importlib/
Dtest_util.py200 def fxn(self, module): pass function
260 fxn = lambda: module function
303 def fxn(module): pass function
Dutil.py293 def writes_bytecode_files(fxn): argument
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c1025 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
Dnir_clone.c711 clone_function(clone_state *state, const nir_function *fxn, nir_shader *ns) in clone_function()
/external/python/cpython2/Lib/test/
Dtest_isinstance.py259 def blowstack(fxn, arg, compare_to): argument
/external/python/cpython3/Lib/test/libregrtest/
Dsave_env.py246 def restore_warnings_showwarning(self, fxn): argument
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_file_loader.py115 def fake_mtime(self, fxn): argument
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c1039 void (*fxn)(const struct instr_translater *t, struct etna_compile *c, member
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c3084 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in emit_instructions() local