Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 18 of 18) sorted by relevance

/system/core/libunwindstack/tests/
DGenGnuDebugdata.cpp34 void InitEhdr(Ehdr* ehdr, uint32_t elf_class, uint32_t machine) { in InitEhdr() argument
42 ehdr->e_machine = machine; in InitEhdr()
DElfTestUtils.cpp60 void TestInitGnuDebugdata(uint32_t elf_class, uint32_t machine, bool init_gnu_debugdata, in TestInitGnuDebugdata() argument
64 TestInitEhdr(&ehdr, elf_class, machine); in TestInitGnuDebugdata()
/system/bt/gd/docs/testing/
Dcert_test.md75 ### Run GD cert tests on host machine
125 1. Check if your ADB version is up to date on both host machine and remote
143 Among these ports, ADB Port needs to be forwarded from local machine to
145 machine's adb server (`ssh -R`). Signal Port needs to be forwarded from
146 remote workstation to listen on local machine so that local phone can
149 forwarded from local machine to listen on remote workstation so that Test
167 You should see devices on your local machine shows up
175 You should see same set of devices connected to your local machine
Dgtest.md54 tests on your host machine
/system/core/init/
Dbootchart.cpp86 fprintf(&*fp, "system.uname = %s %s %s %s\n", uts.sysname, uts.release, uts.version, uts.machine); in log_header()
89 fprintf(&*fp, "system.cpu = %s\n", uts.machine); in log_header()
DREADME.md833 If two such tarballs are preserved on the host machine under different
/system/extras/simpleperf/
Dread_elf.cpp364 auto machine = elf_->getHeader()->e_machine; in ParseSymbols() local
365 bool is_arm = (machine == llvm::ELF::EM_ARM || machine == llvm::ELF::EM_AARCH64); in ParseSymbols()
399 auto machine = elf_->getHeader()->e_machine; in ParseDynamicSymbols() local
400 bool is_arm = (machine == llvm::ELF::EM_ARM || machine == llvm::ELF::EM_AARCH64); in ParseDynamicSymbols()
Denvironment.cpp511 ArchType arch = GetArchType(uname_buf.machine); in GetMachineArch()
Dcmd_record.cpp1684 uname_buf.machine)) { in DumpAdditionalFeatures()
/system/core/adb/
DOVERVIEW.TXT8 connected to or running on a given host developer machine
18 This is a background process that runs on the host machine. Its purpose
49 or a script. It first tries to locate the ADB server on the host machine,
130 running on another machine. This hasn't been done yet though.
DSERVICES.TXT49 to the host machine. This will fail if there are more than one such
184 Tries to connect to tcp port <port> on machine <server-name> from
/system/core/bootstat/
Dbootstat.rc53 # Initialize bootstat state machine.
65 # state machine only once, which as result ensures that bootstat --set_system_boot_reason and
/system/libvintf/
DRuntimeInfo-target.cpp126 mRuntimeInfo->mHardwareId = buf.machine; in fetchVersion()
/system/update_engine/
Domaha_request_params.cc183 ret = buf.machine; in GetMachineType()
DREADME.md395 generate and test applying of a payload on a host device machine. These tests
518 * Start a [Dev Server] on your host machine and send a specific HTTP request
/system/core/logcat/
Devent.logtags85 # Logged on every state change in the hierarchical state machine
/system/bt/doc/
Dpower_management.md5 Power management (PM) is an event-driven state machine, tickled by various
13 The events fired to drive the state machine at the time of this writing are:
/system/bt/gd/docs/architecture/
Darchitecture.md48 do not use Java virtual machine may have a pure native process. Multiple