Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 18 of 18) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/SplitApp/
Dbuild_libs.sh76 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/
Dgen_blocklist.py71 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/
DDynamicLinkerTest.java36 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/
DREADME.md3 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/
DAndroid.bp98 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/
DNative.java25 public static native String arch(); in arch() method in Native
DSplitAppTest.java287 Log.d(TAG, "testNative() thinks it's using ABI " + Native.arch()); in testNative()
/cts/hostsidetests/securitybulletin/
DAndroid.bp60 // build/soong/common/arch.go default returns nil; no default possible
62 arch: {
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/
DAndroid.bp46 arch: {
79 arch: {
/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java403 final String arch = getPolicyAbiString(); in installTestFilter() local
404 if (arch == null) { in installTestFilter()
416 assets.openFd("minijail/isolated-" + arch + ".policy"), in installTestFilter()
418arch.equals("i386") ? null : assets.openFd("minijail/isolated-common-not-i386.policy"), in installTestFilter()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp83 static jstring arch(JNIEnv *env, jobject thiz) { in arch() function
103 {"arch", "()Ljava/lang/String;", (void*)arch},
/cts/hostsidetests/library/
DAndroid.bp62 // 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/
DAndroid.bp30 arch: {
/cts/hostsidetests/stagedinstall/testdata/apk/CtsShimTargetPSdk/
DAndroid.bp26 arch: {
/cts/tests/tests/os/jni/
DAndroid.bp81 arch: {
/cts/hostsidetests/gwp_asan/common/proto/
Dtombstone.proto21 Architecture arch = 1; field
/cts/tools/release-parser/proto/
Drelease.proto253 // art/libartbase/arch/instruction_set.h
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto246 optional string arch = 1; field