Searched refs:machine (Results 1 - 13 of 13) sorted by relevance

/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dutil.cpp35 MulticlassPA* machine = NULL; local
37 machine = reinterpret_cast<MulticlassPA*>(
40 machine = reinterpret_cast<MulticlassPA*>(
43 machine = new MulticlassPA(num_classes, num_dimensions, aggressiveness);
45 machine = reinterpret_cast<MulticlassPA*>(
50 return machine;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GNUInfo.h21 uint32_t machine() const { return llvm::ELF::EM_386; } function in class:mcld::X86_32GNUInfo
34 uint32_t machine() const { return llvm::ELF::EM_X86_64; } function in class:mcld::X86_64GNUInfo
H A DX86LDBackend.h37 uint32_t machine() const;
49 /// dynamic - the dynamic section of the target machine.
53 /// dynamic - the dynamic section of the target machine.
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GNUInfo.h21 uint32_t machine() const { return llvm::ELF::EM_AARCH64; } function in class:mcld::AArch64GNUInfo
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGNUInfo.h21 uint32_t machine() const { return llvm::ELF::EM_ARM; } function in class:mcld::ARMGNUInfo
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGNUInfo.h25 uint32_t machine() const { return llvm::ELF::EM_HEXAGON; } function in class:mcld::HexagonGNUInfo
H A DHexagonLDBackend.h37 uint32_t machine() const;
55 /// dynamic - the dynamic section of the target machine.
59 /// dynamic - the dynamic section of the target machine.
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGNUInfo.h24 uint32_t machine() const;
H A DMipsGNUInfo.cpp28 uint32_t MipsGNUInfo::machine() const { function in class:mcld::MipsGNUInfo
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h28 /// The return value of machine() it the same as e_machine in the ELF header
29 virtual uint32_t machine() const = 0;
57 /// commonPageSize - the common page size of the target machine, and we set it
61 /// abiPageSize - the abi page size of the target machine, and we set it to 4K
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp267 /// isMyMachine - is this ELF file generated for the same machine.
273 return (hdr->e_machine == target().getInfo().machine());
274 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
761 /// isMyMachine - is this ELF file generated for the same machine.
767 return (hdr->e_machine == target().getInfo().machine());
768 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
H A DELFObjectWriter.cpp241 header->e_machine = target().getInfo().machine();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 384 milliseconds