Searched defs:architecture (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/adb/libs/adbconnection/include/adbconnection/ |
H A D | client.h | 32 architecture, enumerator 44 } architecture; member
|
/aosp12/bionic/libc/tools/ |
H A D | genseccomp.py | 34 def load_syscall_names_from_file(file_path, architecture): argument 205 def convert_bpf_to_output(bpf, architecture, name_modifier): argument 230 def construct_bpf(syscalls, architecture, name_modifier, priorities): argument
|
H A D | genfunctosyscallnrs.py | 12 def load_syscall_names_from_file(file_path, architecture): argument
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/executors/ |
H A D | Executor.java | 39 protected Architecture architecture; field in Executor 44 protected Executor(String name, int timeout, BaseListener listener, Architecture architecture, in Executor()
|
H A D | Device.java | 259 private String getCacheLocation(Architecture architecture) { in getCacheLocation() 274 public void cleanCodeCache(Architecture architecture, String testLocation, String programName) { in cleanCodeCache()
|
/aosp12/packages/modules/adb/libs/adbconnection/ |
H A D | adbconnection_client.cpp | 67 std::optional<std::string> architecture; in adbconnection_client_new() local
|