/bionic/libc/kernel/tools/ |
D | cpp.py | 108 def __init__(self, tu=None, group=None, int_data=None, ptr_data=None, argument 122 def id(self): argument 130 def id(self, new_id): argument 135 def cursor(self): argument 141 def cursor(self, new_cursor): argument 144 def __repr__(self): argument 152 def __str__(self): argument 165 def SourceRange__contains__(self, other): argument 216 def __init__(self): argument 223 def _getTokensWithCursors(self): argument [all …]
|
D | kernel.py | 67 def __init__(self,config={}): argument 72 def reset(self,config={}): argument 77 def checkInclude(self, line, from_file, kernel_root=None): argument 106 def parseFile(self, path, arch=None, kernel_root=None): argument 146 def getHeaders(self): argument 150 def getHeaderUsers(self,header): argument 154 def getAllUsers(self): argument 158 def getFiles(self): argument 197 def __init__(self,headers,archs,kernel_root,kernel_config): argument 216 def setArch(self,arch=None): argument [all …]
|
D | utils.py | 45 def __init__(self): argument 48 def write(self,msg): argument 52 def get(self): argument 76 def __init__(self): argument 81 def readFile(self,path): argument 86 def readDir(self,path): argument 93 def editFile(self,dst,data): argument 113 def getChanges(self): argument 131 def _writeFile(self,dst): argument 138 def updateFiles(self): argument [all …]
|
/bionic/libc/tools/ |
D | test_genseccomp.py | 11 def setUp(self): argument 14 def get_config(self, arch): argument 20 def get_headers(self, arch): argument 23 def get_switches(self, arch): argument 26 def test_get_names(self): argument 96 def test_convert_names_to_NRs(self): argument 123 def test_convert_NRs_to_ranges(self): argument 139 def test_convert_to_intermediate_bpf(self): argument 150 def test_convert_ranges_to_bpf(self): argument 165 def test_convert_bpf_to_output(self): argument [all …]
|
D | gensyscalls.py | 313 def __init__(self): argument 317 def E(self, msg): argument 320 def parse_line(self, line): argument 418 def parse_open_file(self, fp): argument 426 def parse_file(self, file_path): argument
|
D | genserv.py | 18 def __init__(self,name,port,proto): argument 24 def add_alias(self,alias): argument 27 def __str__(self): argument
|
D | genseccomp.py | 20 def __init__(self, name, value): argument 25 def __str__(self): argument 28 def add(self, name, value): argument
|
/bionic/benchmarks/linker_relocation/regen/ |
D | common_types.py | 35 def to_json(self) -> str: argument 47 def to_json(self) -> str: argument 56 def __init__(self, name: str, kind: SymKind, bind: SymBind, defined: bool, argument 66 def to_json(self) -> Dict[str, Any]: argument 90 def __init__(self, name: str, is_weak: bool, ver: Optional[str]): argument 95 def to_json(self) -> Dict[str, Any]: argument 109 def __init__(self): argument 115 def to_json(self) -> Dict[str, Any]: argument 134 def __init__(self): argument 140 def to_json(self) -> Dict[str, Any]: argument
|
D | gen_bench.py | 263 def __init__(self, root: LoadedLibrary): argument 273 def name(self, lib: LoadedLibrary) -> str: argument
|
/bionic/libc/bionic/ |
D | clone.cpp | 48 pthread_internal_t* self = __get_thread(); in __start_thread() local 88 pthread_internal_t* self = __get_thread(); in clone() local
|
D | gettid.cpp | 35 pthread_internal_t* self = __get_thread(); in gettid() local
|
D | fork.cpp | 38 pthread_internal_t* self = __get_thread(); in __clone_for_fork() local
|
D | getpid.cpp | 36 pthread_internal_t* self = __get_thread(); in __get_cached_pid() local
|
/bionic/libc/kernel/uapi/linux/ |
D | scif_ioctl.h | 27 struct scif_port_id self; member 73 __u64 self; member
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 359 find_nth* self = reinterpret_cast<find_nth*>(ptr); in FindNth() local
|
/bionic/tests/ |
D | dlfcn_test.cpp | 90 void* self = dlopen(nullptr, RTLD_NOW); in TEST() local 828 void* self = dlopen("/does/not/exist", RTLD_NOW); in TEST() local 896 void* self = dlopen(nullptr, RTLD_NOW); in TEST() local 920 void* self = dlopen(nullptr, RTLD_NOW); in TEST() local
|
D | unistd_test.cpp | 440 pthread_internal_t* self = __get_thread(); in TEST() local
|