Home
last modified time | relevance | path

Searched defs:architecture (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/adb/libs/adbconnection/include/adbconnection/
H A Dclient.h32 architecture, enumerator
44 } architecture; member
/aosp12/bionic/libc/tools/
H A Dgenseccomp.py34 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 Dgenfunctosyscallnrs.py12 def load_syscall_names_from_file(file_path, architecture): argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/executors/
H A DExecutor.java39 protected Architecture architecture; field in Executor
44 protected Executor(String name, int timeout, BaseListener listener, Architecture architecture, in Executor()
H A DDevice.java259 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 Dadbconnection_client.cpp67 std::optional<std::string> architecture; in adbconnection_client_new() local