Searched refs:machine (Results 1 – 18 of 18) sorted by relevance
/system/core/libunwindstack/tests/ |
D | GenGnuDebugdata.cpp | 34 void InitEhdr(Ehdr* ehdr, uint32_t elf_class, uint32_t machine) { in InitEhdr() argument 42 ehdr->e_machine = machine; in InitEhdr()
|
D | ElfTestUtils.cpp | 60 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/ |
D | cert_test.md | 75 ### 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
|
D | gtest.md | 54 tests on your host machine
|
/system/core/init/ |
D | bootchart.cpp | 86 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()
|
D | README.md | 833 If two such tarballs are preserved on the host machine under different
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 364 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()
|
D | environment.cpp | 511 ArchType arch = GetArchType(uname_buf.machine); in GetMachineArch()
|
D | cmd_record.cpp | 1684 uname_buf.machine)) { in DumpAdditionalFeatures()
|
/system/core/adb/ |
D | OVERVIEW.TXT | 8 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.
|
D | SERVICES.TXT | 49 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/ |
D | bootstat.rc | 53 # Initialize bootstat state machine. 65 # state machine only once, which as result ensures that bootstat --set_system_boot_reason and
|
/system/libvintf/ |
D | RuntimeInfo-target.cpp | 126 mRuntimeInfo->mHardwareId = buf.machine; in fetchVersion()
|
/system/update_engine/ |
D | omaha_request_params.cc | 183 ret = buf.machine; in GetMachineType()
|
D | README.md | 395 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/ |
D | event.logtags | 85 # Logged on every state change in the hierarchical state machine
|
/system/bt/doc/ |
D | power_management.md | 5 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/ |
D | architecture.md | 48 do not use Java virtual machine may have a pure native process. Multiple
|