/bionic/libc/kernel/tools/ |
D | cpp.py | 106 def __init__(self, tu=None, group=None, int_data=None, ptr_data=None, argument 120 def id(self): argument 128 def id(self, new_id): argument 133 def cursor(self): argument 139 def cursor(self, new_cursor): argument 142 def __repr__(self): argument 150 def __str__(self): argument 163 def SourceRange__contains__(self, other): argument 214 def __init__(self): argument 221 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 | 21 def __init__(self): argument 24 def write(self,msg): argument 28 def get(self): argument 52 def __init__(self): argument 57 def readFile(self,path): argument 62 def readDir(self,path): argument 69 def editFile(self,dst,data): argument 89 def getChanges(self): argument 107 def _writeFile(self,dst): argument 114 def updateFiles(self): argument [all …]
|
/bionic/tools/bionicbb/ |
D | test_tasks.py | 11 def test_accepts_googlers(self, mock_commit, *other_checks): argument 29 def test_rejects_googlish_domains(self, mock_commit, *other_checks): argument 47 def test_rejects_non_googlers(self, mock_commit, *other_checks): argument 65 def test_skips_cleanspecs(self, mock_files, *other_checks): argument 80 def test_skips_bionicbb(self, mock_files, *other_checks): argument
|
D | gerrit.py | 21 def __init__(self, code, url): argument
|
/bionic/libc/tools/ |
D | gensyscalls.py | 388 def __init__(self): argument 392 def E(self, msg): argument 395 def parse_line(self, line): argument 488 def parse_file(self, file_path): argument 502 def __init__(self): argument 509 def process_file(self, input): argument 544 def scan_linux_unistd_h(self, fp, path): argument 555 def gen_glibc_syscalls_h(self): argument 582 def gen_syscall_stubs(self): argument 594 def regenerate(self): 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 | genlibgcc_compat.py | 77 def process(self): argument
|
/bionic/libc/bionic/ |
D | getpid.cpp | 36 pthread_internal_t* self = __get_thread(); in getpid() local
|
D | fork.cpp | 39 pthread_internal_t* self = __get_thread(); in fork() local
|
D | clone.cpp | 70 pthread_internal_t* self = __get_thread(); in clone() local
|
/bionic/tests/ |
D | dlfcn_test.cpp | 54 void* self = dlopen(NULL, RTLD_NOW); in TEST() local 720 void* self = dlopen("/does/not/exist", RTLD_NOW); in TEST() local 752 void* self = dlopen(NULL, RTLD_NOW); in TEST() local 784 void* self = dlopen(NULL, RTLD_NOW); in TEST() local
|