Home
last modified time | relevance | path

Searched defs:get_func (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/test/MC/AArch64/
H A Dbasic-pic.s65 .globl get_func symbol
67 get_func: // @get_func label
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A Dloader.cc69 optional<FuncInfo &> ProgFuncInfo::get_func(std::string name) { in get_func() function in ebpf::ProgFuncInfo
76 optional<FuncInfo &> ProgFuncInfo::get_func(size_t id) { in get_func() function in ebpf::ProgFuncInfo
/aosp_15_r20/external/pytorch/test/
H A Dtest_namedtuple_return_api.py129 def get_func(f): function
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect04.c183 static void *get_func(void *mem, uintptr_t *func_page_offset) in get_func() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_code.py734 def get_func(self): member in CoExtra
Dtest_embed.py1560 def get_func(name): function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dgl.rs74 fn get_func<T>(&self, name: &str) -> CLResult<T> { in get_func() method
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dcluster_coordinator_test.py102 def get_func(label): function
/aosp_15_r20/external/libdav1d/tests/checkasm/
H A Dcheckasm.c518 static CheckasmFunc *get_func(CheckasmFunc **const root, const char *const name) { in get_func() function