Home
last modified time | relevance | path

Searched defs:load_func (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/bcc/src/lua/bcc/
H A Dbpf.lua152 function Bpf:load_func(fn_name, prog_type) function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_ldac_decoder.cc105 static void* load_func(const char* func_name) { in load_func() function
/aosp_15_r20/external/python/jinja/src/jinja2/
Dloaders.py393 def __init__(self, load_func): argument
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dloaders.py310 def __init__(self, load_func): argument
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp898 auto load_func = load_image_block; in compress_image() local
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc674 StatusTuple BPF::load_func(const std::string& func_name, bpf_prog_type type, in load_func() function in ebpf::BPF
/aosp_15_r20/external/bcc/src/python/bcc/
H A D__init__.py502 def load_func(self, func_name, prog_type, device = None, attach_type = -1): member in BPF
/aosp_15_r20/external/python/cpython3/Modules/
D_pickle.c6861 #define OP(opcode, load_func) \ in load() argument
6864 #define OP_ARG(opcode, load_func, arg) \ in load() argument