Home
last modified time | relevance | path

Searched defs:self (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/tools/
Dtest_genseccomp.py11 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
133 def test_convert_NRs_to_ranges(self): argument
149 def test_convert_to_intermediate_bpf(self): argument
160 def test_convert_ranges_to_bpf(self): argument
175 def test_convert_bpf_to_output(self): argument
[all …]
Dgensyscalls.py404 def __init__(self): argument
408 def E(self, msg): argument
411 def parse_line(self, line): argument
503 def parse_open_file(self, fp): argument
511 def parse_file(self, file_path): argument
518 def __init__(self): argument
525 def process_file(self, input): argument
561 def gen_glibc_syscalls_h(self): argument
603 def gen_syscall_stubs(self): argument
615 def regenerate(self): argument
Dgenserv.py18 def __init__(self,name,port,proto): argument
24 def add_alias(self,alias): argument
27 def __str__(self): argument
Dgenseccomp.py14 def __init__(self, name, value): argument
19 def __str__(self): argument
22 def add(self, name, value): argument
Dgenversion-scripts.py45 def run(self): argument
/bionic/libc/kernel/tools/
Dkernel.py67 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 …]
Dcpp.py106 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 …]
Dutils.py45 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/tools/bionicbb/
Dtest_tasks.py11 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
Dgerrit.py21 def __init__(self, code, url): argument
/bionic/libc/bionic/
Dclone.cpp42 pthread_internal_t* self = __get_thread(); in __start_thread() local
81 pthread_internal_t* self = __get_thread(); in clone() local
Dgettid.cpp35 pthread_internal_t* self = __get_thread(); in gettid() local
Dfork.cpp36 pthread_internal_t* self = __get_thread(); in fork() local
Dgetpid.cpp36 pthread_internal_t* self = __get_thread(); in getpid() local
Dsystem_properties.cpp1452 find_nth* self = reinterpret_cast<find_nth*>(ptr); in __system_property_find_nth() local
/bionic/libc/kernel/uapi/linux/
Dscif_ioctl.h27 struct scif_port_id self; member
73 __u64 self; member
/bionic/tests/
Ddlfcn_test.cpp78 void* self = dlopen(nullptr, RTLD_NOW); in TEST() local
803 void* self = dlopen("/does/not/exist", RTLD_NOW); in TEST() local
856 void* self = dlopen(nullptr, RTLD_NOW); in TEST() local
880 void* self = dlopen(nullptr, RTLD_NOW); in TEST() local