/frameworks/rs/driver/runtime/ |
D | Android.mk | 45 arch/generic.c 49 arch/generic.c 62 arch/neon.ll \ 63 arch/clamp.c 67 arch/asimd.ll \ 68 arch/clamp.c 72 arch/generic.c \ 73 arch/x86_sse2.ll \ 74 arch/x86_sse3.ll 86 LOCAL_SRC_FILES_32 += arch/generic.c [all …]
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.cpp | 149 if (interfaceEntry.arch != ARCH_UNKNOWN) { in postprocess() 157 interfaceEntry.arch = packageEntry.arch; in postprocess() 166 const std::string &arch, in printLine() argument 176 mOut << std::setw(5) << arch << "\t"; in printLine() 240 vintf::Arch arch; in dumpVintf() local 243 arch = vintf::Arch::ARCH_EMPTY; in dumpVintf() 246 switch (entry.arch) { in dumpVintf() 248 arch = vintf::Arch::ARCH_32; break; in dumpVintf() 250 arch = vintf::Arch::ARCH_64; break; in dumpVintf() 252 arch = vintf::Arch::ARCH_32_64; break; in dumpVintf() [all …]
|
D | TableEntry.h | 54 Architecture arch; member
|
D | ListCommand.h | 58 const std::string &arch,
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsEmulation.cpp | 24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in MCLDEmulateMipsELF() local 25 assert(arch == llvm::Triple::mipsel || arch == llvm::Triple::mips64el); in MCLDEmulateMipsELF() 26 unsigned bitclass = arch == llvm::Triple::mipsel ? 32 : 64; in MCLDEmulateMipsELF()
|
D | MipsAbiFlags.cpp | 168 uint64_t arch = flags & llvm::ELF::EF_MIPS_ARCH; in is32BitElfFlags() local 169 if (arch == llvm::ELF::EF_MIPS_ARCH_1 || in is32BitElfFlags() 170 arch == llvm::ELF::EF_MIPS_ARCH_2 || in is32BitElfFlags() 171 arch == llvm::ELF::EF_MIPS_ARCH_32 || in is32BitElfFlags() 172 arch == llvm::ELF::EF_MIPS_ARCH_32R2 || in is32BitElfFlags() 173 arch == llvm::ELF::EF_MIPS_ARCH_32R6) in is32BitElfFlags()
|
D | MipsLDBackend.cpp | 1347 llvm::Triple::ArchType arch = triple.getArch(); in createMipsLDBackend() local 1349 if (llvm::Triple::mips64el == arch) in createMipsLDBackend() 1352 assert(arch == llvm::Triple::mipsel); in createMipsLDBackend()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Emulation.cpp | 24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in MCLDEmulateX86ELF() local 25 assert(arch == llvm::Triple::x86 || arch == llvm::Triple::x86_64); in MCLDEmulateX86ELF() 26 if (arch == llvm::Triple::x86 || in MCLDEmulateX86ELF()
|
D | X86LDBackend.cpp | 47 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in X86GNULDBackend() local 48 assert(arch == llvm::Triple::x86 || arch == llvm::Triple::x86_64); in X86GNULDBackend() 49 if (arch == llvm::Triple::x86 || in X86GNULDBackend() 53 if (arch == llvm::Triple::x86) in X86GNULDBackend() 716 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in createX86LDBackend() local 717 if (arch == llvm::Triple::x86) in createX86LDBackend() 720 assert(arch == llvm::Triple::x86_64); in createX86LDBackend()
|
/frameworks/base/services/core/java/com/android/server/ |
D | PinnerService.java | 269 String arch = "arm"; in pinCamera() local 272 arch = arch + "64"; in pinCamera() 275 arch = arch + "64"; in pinCamera() 283 files = DexFile.getDexFileOutputPaths(baseCodePath, arch); in pinCamera()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMELFAttributeData.cpp | 1065 int arch = m_Attrs[Tag_CPU_arch].getIntValue(); in usingThumb() local 1066 if ((arch == CPU_Arch_ARM_V6_M) || (arch == CPU_Arch_ARM_V6S_M)) in usingThumb() 1068 if ((arch != CPU_Arch_ARM_V7) && (arch != CPU_Arch_ARM_V7E_M)) in usingThumb() 1071 arch = m_Attrs[Tag_CPU_arch_profile].getIntValue(); in usingThumb() 1072 return arch == Arch_Profile_Microcontroller; in usingThumb() 1076 int arch = m_Attrs[Tag_CPU_arch].getIntValue(); in usingThumb2() local 1077 return (arch == CPU_Arch_ARM_V6T2) || (arch == CPU_Arch_ARM_V7); in usingThumb2()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagMips.inc | 8 "target arch '%0' is inconsist with the '%1' in %2", 9 "target arch '%0' is inconsist with the '%1' in %2")
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 94 arch: { 132 arch: {
|
/frameworks/av/media/libaaudio/examples/write_sine/ |
D | README.md | 4 …t/product/$TARGET_PRODUCT/symbols/out/soong/ndk/platforms/android-current/arch-arm64/usr/lib/libob…
|
/frameworks/rs/ |
D | build_rs.py | 240 for product, arch in product_to_arch.items(): 241 lib_dir = os.path.join(install_dir, 'platform', arch) 245 lib_name = bc_lib + '_' + arch + '.bc'
|
/frameworks/base/native/ |
D | copy-to-ndk.sh | 13 local DST_LIB_ANDROID=$NDK_PLATFORMS/$CURR_PLATFORM/arch-arm/lib/libandroid.so
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Android.bp | 34 // arch-specific static libraries depend on libmcldTarget.
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | byte_swapper.h | 28 namespace arch {
|
/frameworks/compile/libbcc/ |
D | Android.bp | 68 arch: {
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | System.inc | 41 // Normalize the arch, since the target triple may not actually match the
|
/frameworks/compile/libbcc/lib/ |
D | Compiler.cpp | 458 llvm::Triple arch(getTargetMachine().getTargetTriple()); in addInvokeHelperPass() local 459 if (arch.isArch64Bit()) { in addInvokeHelperPass()
|