Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DDeviceInfoUtilsTest.java46 final String machine = "aarch64"; in formatKernelVersion_regularInputVersion_shouldStripOptionalValues() local
47 final StructUtsname uname = new StructUtsname(sysName, nodeName, release, version, machine); in formatKernelVersion_regularInputVersion_shouldStripOptionalValues()
60 final String machine = "aarch64"; in formatKernelVersion_nonRegularInputVersion_shouldBeUnavailable() local
61 final StructUtsname uname = new StructUtsname(sysName, nodeName, release, version, machine); in formatKernelVersion_nonRegularInputVersion_shouldBeUnavailable()
/frameworks/compile/mclinker/lib/Target/X86/
DX86GNUInfo.h21 uint32_t machine() const { return llvm::ELF::EM_386; } in machine() function
34 uint32_t machine() const { return llvm::ELF::EM_X86_64; } in machine() function
DX86LDBackend.h37 uint32_t machine() const;
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GNUInfo.h21 uint32_t machine() const { return llvm::ELF::EM_AARCH64; } in machine() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGNUInfo.h21 uint32_t machine() const { return llvm::ELF::EM_ARM; } in machine() function
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGNUInfo.h25 uint32_t machine() const { return llvm::ELF::EM_HEXAGON; } in machine() function
DHexagonLDBackend.h37 uint32_t machine() const;
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGNUInfo.h24 uint32_t machine() const;
DMipsGNUInfo.cpp28 uint32_t MipsGNUInfo::machine() const { in machine() function in mcld::MipsGNUInfo
/frameworks/compile/mclinker/include/mcld/Target/
DGNUInfo.h29 virtual uint32_t machine() const = 0;
/frameworks/compile/mclinker/lib/Support/Windows/
DFileSystem.inc36 // FIXME: the extension depends on target machine, not host machine.
/frameworks/libs/binary_translation/backend/
DAndroid.bp77 // machine ir instrinsic bindngs MUST end with
106 // machine ir instrinsic bindngs MUST end with
/frameworks/base/tools/dump-coverage/
DREADME.md34 And you should have `coverage-file.ec` on your machine under the folder `~/path-on-your-computer`
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc21 "target machine (%1) is incompatible.",
23 "target machine (%1) is incompatible.")
/frameworks/compile/libbcc/tests/debuginfo/
DREADME7 build machine (currently, only Linux has been tested extensively) and target
/frameworks/compile/libbcc/
DREADME.rst26 into machine code
142 magic word, version, machine integer type information (the endianness,
/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp273 return (hdr->e_machine == target().getInfo().machine()); in isMyMachine()
274 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); in isMyMachine()
767 return (hdr->e_machine == target().getInfo().machine()); in isMyMachine()
768 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); in isMyMachine()
DELFObjectWriter.cpp241 header->e_machine = target().getInfo().machine(); in writeELFHeader()
/frameworks/base/services/accessibility/
Daccessibility.aconfig210 … event stream rather than the internal state of the touch explorer state machine. Because of the n…
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt230 it with the complete corresponding machine-readable source code, which
287 machine-readable source code for the Library including whatever
290 with the Library, with the complete machine-readable "work that
/frameworks/compile/slang/
DREADME.rst27 machine-dependent code generation for some input bitcode.
/frameworks/base/proto/src/
Dipconnectivity.proto307 // The name of a state in the DhcpClient state machine, represented by
/frameworks/proto_logging/stats/
Datoms.proto3267 // States are from the state machine DataConnection.java.
21893 * PVM is protected virtual machine. This atom captures the notion of a container
21894 * that describes a virtual machine.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28158 field public final java.lang.String machine;