/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
D | build_libs.sh | 76 local arch="$2" 85 split="lib${splitNamePart}_${arch}"> 94 local arch="$1" 104 LOCAL_PACKAGE_NAME := CtsSplitApp${packagePartialName}_${arch} 123 local arch="$2" 125 local baseSplitMkModule=$(generateModuleForContentPartialMk "${arch}" "" "raw" "") 126 local revisionSplitMkModule=$(generateModuleForContentPartialMk "${arch}" "_revision12" \ 147 for arch in $(ls libs/); do 149 mkdir -p tmp/$arch/raw/lib/$arch/ 150 mv libs/$arch/* tmp/$arch/raw/lib/$arch/ [all …]
|
/cts/hostsidetests/seccomp/app/ |
D | gen_blocklist.py | 71 def create_syscall_name_to_number_map(arch, names): argument 114 arch_config[arch]['uapi_class']), 117 + arch_config[arch]['extra_cflags'] 159 def collect_syscall_names_for_arch(syscall_map, arch): argument 162 if (arch in syscall_map[syscall] or 175 for arch in _SUPPORTED_ARCHS: 176 blocked[arch] = create_syscall_name_to_number_map( 177 arch, 178 collect_syscall_names_for_arch(_SYSCALLS_BLOCKED_IN_CTS, arch)) 179 allowed[arch] = create_syscall_name_to_number_map( [all …]
|
/cts/tests/tests/dynamic_linker/com/android/dynamiclinker/ |
D | DynamicLinkerTest.java | 36 String arch = System.getProperty("os.arch"); in testLoadLibInApkByFileName() local 38 if (arch.equals("aarch64")) { in testLoadLibInApkByFileName() 40 } else if (arch.startsWith("arm")) { in testLoadLibInApkByFileName() 42 } else if (arch.equals("x86_64")) { in testLoadLibInApkByFileName() 44 } else if (arch.endsWith("86")) { in testLoadLibInApkByFileName()
|
/cts/tests/tests/content/MultiArchApp/ |
D | README.md | 3 1. m libtest_multi_arch_native_libs in the different arch (E.g. arm, x86) 8 3. Put them into the specific folders by the arch (E.g. arm, arm64, x86, x86_64)
|
/cts/hostsidetests/stagedinstall/ |
D | Android.bp | 98 arch: { 121 arch: { 144 arch: { 167 arch: { 190 arch: { 213 arch: { 236 arch: { 259 arch: { 282 arch: { 303 arch: { [all …]
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | Native.java | 25 public static native String arch(); in arch() method in Native
|
D | SplitAppTest.java | 287 Log.d(TAG, "testNative() thinks it's using ABI " + Native.arch()); in testNative()
|
/cts/hostsidetests/securitybulletin/ |
D | Android.bp | 60 // build/soong/common/arch.go default returns nil; no default possible 62 arch: {
|
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/ |
D | Android.bp | 46 arch: { 79 arch: {
|
/cts/tests/tests/os/src/android/os/cts/ |
D | SeccompTest.java | 403 final String arch = getPolicyAbiString(); in installTestFilter() local 404 if (arch == null) { in installTestFilter() 416 assets.openFd("minijail/isolated-" + arch + ".policy"), in installTestFilter() 418 … arch.equals("i386") ? null : assets.openFd("minijail/isolated-common-not-i386.policy"), in installTestFilter()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
D | com_android_cts_splitapp_Native.cpp | 83 static jstring arch(JNIEnv *env, jobject thiz) { in arch() function 103 {"arch", "()Ljava/lang/String;", (void*)arch},
|
/cts/hostsidetests/library/ |
D | Android.bp | 62 // specific to arch, it can't (transitively) depend on arch-specific (x86) 68 // neither specific to arch (thus can't be in tools), nor provide source (thus
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0034/ |
D | Android.bp | 30 arch: {
|
/cts/hostsidetests/stagedinstall/testdata/apk/CtsShimTargetPSdk/ |
D | Android.bp | 26 arch: {
|
/cts/tests/tests/os/jni/ |
D | Android.bp | 81 arch: {
|
/cts/hostsidetests/gwp_asan/common/proto/ |
D | tombstone.proto | 21 Architecture arch = 1; field
|
/cts/tools/release-parser/proto/ |
D | release.proto | 253 // art/libartbase/arch/instruction_set.h
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 246 optional string arch = 1; field
|