Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py105 def __init__(self, tu=None, group=None, int_data=None, ptr_data=None, argument
119 def id(self): argument
127 def id(self, new_id): argument
132 def cursor(self): argument
138 def cursor(self, new_cursor): argument
141 def __repr__(self): argument
149 def __str__(self): argument
167 def SourceRange__contains__(self, other): argument
218 def __init__(self): argument
225 def _getTokensWithCursors(self): argument
[all …]
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
215 def setArch(self,arch=None): argument
[all …]
Dutils.py44 def __init__(self): argument
47 def write(self,msg): argument
51 def get(self): argument
75 def __init__(self): argument
80 def readFile(self,path): argument
85 def readDir(self,path): argument
92 def editFile(self,dst,data): argument
112 def getChanges(self): argument
130 def _writeFile(self,dst): argument
137 def updateFiles(self): argument
/bionic/benchmarks/linker_relocation/regen/
Dcommon_types.py35 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
Dgen_bench.py268 def __init__(self, root: LoadedLibrary): argument
278 def name(self, lib: LoadedLibrary) -> str: argument
/bionic/libc/tools/
Dtest_genseccomp.py10 def test_convert_NRs_to_ranges(self): argument
26 def test_convert_to_intermediate_bpf(self): argument
37 def test_convert_ranges_to_bpf(self): argument
52 def test_convert_bpf_to_output(self): argument
Dgenserv.py18 def __init__(self,name,port,proto): argument
24 def add_alias(self,alias): argument
27 def __str__(self): argument
Dgensyscalls.py329 def __init__(self): argument
334 def E(self, msg): argument
338 def parse_line(self, line): argument
436 def parse_open_file(self, fp): argument
446 def parse_file(self, file_path): argument
Dgenseccomp.py20 def __init__(self, name, value): argument
25 def __str__(self): argument
28 def add(self, name, value): argument
/bionic/libc/bionic/
Dclone.cpp48 pthread_internal_t* self = __get_thread(); in __start_thread() local
88 pthread_internal_t* self = __get_thread(); in clone() local
Dgettid.cpp35 pthread_internal_t* self = __get_thread(); in gettid() local
Dgetpid.cpp36 pthread_internal_t* self = __get_thread(); in __get_cached_pid() local
Dfork.cpp39 pthread_internal_t* self = __get_thread(); in __clone_for_fork() local
/bionic/tests/
Dpidfd_test.cpp66 unique_fd self(pidfd_open(getpid(), 0)); in TEST() local
84 unique_fd self(pidfd_open(getpid(), 0)); in TEST_F() local
Ddlfcn_test.cpp76 void* self = dlopen(nullptr, RTLD_NOW); in TEST() local
817 void* self = dlopen("/does/not/exist", RTLD_NOW); in TEST() local
887 void* self = dlopen(nullptr, RTLD_NOW); in TEST() local
914 void* self = dlopen(nullptr, RTLD_NOW); in TEST() local
Dunistd_test.cpp461 pthread_internal_t* self = __get_thread(); in TEST() local
/bionic/libc/kernel/uapi/linux/
Dscif_ioctl.h15 struct scif_port_id self; member
61 __u64 self; member
/bionic/libc/system_properties/
Dsystem_properties.cpp463 find_nth* self = reinterpret_cast<find_nth*>(ptr); in FindNth() local