Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/importlib/
Dutil.py132 def set_package(fxn): argument
151 def set_loader(fxn): argument
168 def module_for_loader(fxn): argument
D_bootstrap.py216 def _requires_builtin(fxn): argument
227 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/cpython2/Tools/scripts/
Dpatchcheck.py23 def decorated_fxn(fxn): argument
/external/python/cpython3/Tools/scripts/
Dpatchcheck.py23 def decorated_fxn(fxn): argument
/external/python/cpython3/Lib/test/test_importlib/
Dtest_util.py199 def fxn(self, module): pass function
259 fxn = lambda: module function
302 def fxn(module): pass function
Dutil.py286 def writes_bytecode_files(fxn): argument
/external/python/cpython2/Lib/test/
Dtest_isinstance.py259 def blowstack(fxn, arg, compare_to): argument
/external/python/cpython3/Lib/test/
Dtest_isinstance.py270 def blowstack(fxn, arg, compare_to): argument
/external/python/cpython3/Lib/test/libregrtest/
Dsave_env.py253 def restore_warnings_showwarning(self, fxn): argument
/external/mesa3d/src/compiler/nir/
Dnir_clone.c711 clone_function(clone_state *state, const nir_function *fxn, nir_shader *ns) in clone_function()
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_file_loader.py112 def fake_mtime(self, fxn): argument
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c2197 nir_function_impl *fxn = nir_shader_get_entrypoint(ctx->s); in emit_instructions() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c1033 void (*fxn)(const struct instr_translater *t, struct etna_compile *c, member