Searched refs:machine (Results 1 – 21 of 21) sorted by relevance
/system/unwinding/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 | 846 If two such tarballs are preserved on the host machine under different
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 380 auto machine = elf_->getHeader()->e_machine; in ParseSymbols() local 381 bool is_arm = (machine == llvm::ELF::EM_ARM || machine == llvm::ELF::EM_AARCH64); in ParseSymbols() 415 auto machine = elf_->getHeader()->e_machine; in ParseDynamicSymbols() local 416 bool is_arm = (machine == llvm::ELF::EM_ARM || machine == llvm::ELF::EM_AARCH64); in ParseDynamicSymbols()
|
D | environment.cpp | 420 char machine[40]; in GetMachineArch() local 421 if (fgets(machine, sizeof(machine), fp.get()) == machine) { in GetMachineArch() 422 arch = GetArchType(android::base::Trim(machine)); in GetMachineArch() 431 ArchType arch = GetArchType(uname_buf.machine); in GetMachineArch()
|
D | cmd_record.cpp | 1812 if (!record_file_writer_->WriteFeatureString(PerfFileFormat::FEAT_ARCH, uname_buf.machine)) { in DumpAdditionalFeatures()
|
/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/chre/test/ |
D | README.md | 13 problems on a local x86-based machine.
|
/system/update_engine/cros/ |
D | omaha_request_params.cc | 202 ret = buf.machine; in GetMachineType()
|
/system/libvintf/ |
D | RuntimeInfo-target.cpp | 126 mRuntimeInfo->mHardwareId = buf.machine; in fetchVersion()
|
/system/chre/doc/ |
D | framework_testing.md | 14 machine, only components that are OS independent can be tested via this path.
|
D | porting_guide.md | 229 from the host machine to the target chipset, execute `run_pal_impl_tests.sh` to
|
D | nanoapp_developer_guide.md | 182 Many nanoapps use machine learning techniques to accomplish their functionality.
|
/system/extras/perf2cfg/ |
D | README.md | 117 A diagram of the finite state machine used to parse the input CFG file can be
|
/system/logging/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
|
/system/update_engine/ |
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
|