/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/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()
|
/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/native/cmds/lshal/ |
D | TableEntry.cpp | 33 static const std::string &getArchString(vintf::Arch arch) { in getArchString() argument 38 switch (arch) { in getArchString() 89 return getArchString(arch); in getField() 193 clientCmdlines == other.clientCmdlines && arch == other.arch; in operator ==() 203 << getArchString(arch); in to_string()
|
D | ListCommand.cpp | 151 vintf::contains(instance.arch(), ta.arch)) && in match() 357 entry.vintfInfo = getVintfInfo(entry.interfaceName, {entry.transport, entry.arch}); in postprocess() 368 if (interfaceEntry.arch != vintf::Arch::ARCH_EMPTY) { in postprocess() 376 interfaceEntry.arch = packageEntry.arch; in postprocess() 425 vintf::Arch arch; in addEntryWithInstance() local 427 arch = vintf::Arch::ARCH_EMPTY; // no need to specify arch in manifest in addEntryWithInstance() 429 if (entry.arch == vintf::Arch::ARCH_EMPTY) { in addEntryWithInstance() 433 arch = entry.arch; in addEntryWithInstance() 440 if (!manifest->insertInstance(fqInstance, entry.transport, arch, vintf::HalFormat::HIDL, &e)) { in addEntryWithInstance() 610 }).first->second.arch |= fromBaseArchitecture(info.arch); in fetchAllLibraries() [all …]
|
/frameworks/native/opengl/libagl/ |
D | Android.bp | 32 arch: { 55 arch: { 81 arch: {
|
/frameworks/av/media/libeffects/lvm/wrapper/ |
D | Android.bp | 5 arch: { 45 arch: {
|
/frameworks/av/media/libaudioprocessing/ |
D | Android.bp | 23 arch: { 80 arch: {
|
/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/ml/nn/ |
D | Android.bp | 19 arch: { 42 arch: {
|
/frameworks/av/media/libstagefright/codecs/common/ |
D | Android.bp | 8 arch: {
|
/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/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
D | Android.bp | 9 arch: {
|
/frameworks/base/packages/CtsShim/ |
D | Android.bp | 31 arch: { 68 arch: {
|
/frameworks/libs/native_bridge_support/overriding/libc/ |
D | Android.bp | 39 "bionic/libc/arch-common/bionic", 58 arch: {
|
/frameworks/rs/ |
D | build_rs.py | 237 for product, arch in product_to_arch.items(): 238 lib_dir = os.path.join(install_dir, 'platform', arch) 242 lib_name = bc_lib + '_' + arch + '.bc'
|
/frameworks/native/opengl/tests/gl_jni/ |
D | Android.bp | 30 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/av/services/mediacodec/ |
D | Android.bp | 36 arch: {
|
/frameworks/base/services/core/java/com/android/server/ |
D | PinnerService.java | 577 String arch = "arm"; in pinApp() local 580 arch = arch + "64"; in pinApp() 584 arch = arch + "64"; in pinApp() 592 files = DexFile.getDexFileOutputPaths(baseCodePath, arch); in pinApp()
|
/frameworks/av/services/mediaextractor/ |
D | Android.bp | 45 arch: {
|
/frameworks/base/packages/SystemUI/ |
D | Android.bp | 58 "androidx.arch.core_core-runtime", 109 "androidx.arch.core_core-runtime",
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 116 arch: { 182 arch: {
|