HomeSort by relevance Sort by last modified time
    Searched refs:metatype (Results 1 - 7 of 7) sorted by null

  /external/bcc/src/lua/bpf/
proto.lua 202 ffi.metatype('struct pt_regs', {
300 ffi.metatype(ffi.typeof('struct eth_t'), {
310 ffi.metatype(ffi.typeof('struct net_off_t'), {
317 ffi.metatype(ffi.typeof('struct ip_t'), {
328 ffi.metatype(ffi.typeof('struct ip6_t'), {
340 ffi.metatype(ffi.typeof('struct ip6_opt_t'), {
350 ffi.metatype(ffi.typeof('struct tcp_t'), {
360 ffi.metatype(ffi.typeof('struct udp_t'), {
cdef.lua 186 -- Compatibility: metatype for stacktrace
193 ffi.metatype('struct bpf_stacktrace', {
elf.lua 181 ffi.metatype('struct Elf_object', {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 2542 PyTypeObject *metatype = Py_TYPE(type); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 2522 PyTypeObject *metatype = Py_TYPE(type); local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 2611 PyTypeObject *metatype = Py_TYPE(type); local
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 3145 PyTypeObject *metatype = Py_TYPE(type); local
    [all...]

Completed in 467 milliseconds