HomeSort by relevance Sort by last modified time
    Searched full:multiarch (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/valgrind/none/tests/
libvexmultiarch_test.vgtest 4 # multiarch endness_may_differ word_size_may_differ
libvex_test.c 169 const int multiarch = argc > 1 ? atoi(argv[1]) : 0; local
170 // 0 means: do not do multiarch
171 // > 0 means: do multiarch
172 // > VexArch_INVALID means: do multiarch, only and specifically
173 // with the host arch equal to multiarch
177 // Note: if multiarch > VexArch_INVALID, then endness_may_differ
264 if (multiarch) {
272 && multiarch != va) {
278 && multiarch != va) {
282 if (multiarch > VexArch_INVALI
    [all...]
  /external/clang/test/Driver/
darwin-dsymutil.c 5 // RUN: FileCheck -check-prefix=CHECK-MULTIARCH-ACTIONS < %t %s
7 // CHECK-MULTIARCH-ACTIONS: 0: input, "{{.*}}darwin-dsymutil.c", c
8 // CHECK-MULTIARCH-ACTIONS: 1: preprocessor, {0}, cpp-output
9 // CHECK-MULTIARCH-ACTIONS: 2: compiler, {1}, ir
10 // CHECK-MULTIARCH-ACTIONS: 3: backend, {2}, assembler
11 // CHECK-MULTIARCH-ACTIONS: 4: assembler, {3}, object
12 // CHECK-MULTIARCH-ACTIONS: 5: linker, {4}, image
13 // CHECK-MULTIARCH-ACTIONS: 6: bind-arch, "i386", {5}, image
14 // CHECK-MULTIARCH-ACTIONS: 7: bind-arch, "x86_64", {5}, image
15 // CHECK-MULTIARCH-ACTIONS: 8: lipo, {6, 7}, imag
    [all...]
darwin-verify-debug.c 5 // RUN: FileCheck -check-prefix=CHECK-MULTIARCH-ACTIONS < %t %s
7 // CHECK-MULTIARCH-ACTIONS: 0: input, "{{.*}}darwin-verify-debug.c", c
8 // CHECK-MULTIARCH-ACTIONS: 9: dsymutil, {8}, dSYM
9 // CHECK-MULTIARCH-ACTIONS: 10: verify-debug-info, {9}, none
13 // RUN: FileCheck -check-prefix=CHECK-MULTIARCH-BINDINGS < %t %s
15 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["a.out"], output: "a.out.dSYM"
16 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::VerifyDebug", inputs: ["a.out.dSYM"], output: (nothing)
  /frameworks/av/packages/MediaComponents/
AndroidManifest.xml 9 android:multiArch="true"
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/multiarch/
AndroidManifest.xml 20 package="com.framework.shareduid.multiarch" android:sharedUserId="com.framework.shareduid">
21 <application android:label="Main Activity (multiarch)" android:multiArch="true">
  /build/make/core/
shared_library.mk 13 $(error $(LOCAL_MODULE): LOCAL_MODULE_PATH for shared libraries is unsupported in multiarch builds, use LOCAL_MODULE_RELATIVE_PATH instead)
19 $(error $(LOCAL_MODULE): LOCAL_UNSTRIPPED_PATH for shared libraries is unsupported in multiarch builds)
  /external/libunwind/include/
libunwind.h 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
libunwind.h.in 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
  /external/libunwind/include/tdep/
dwarf-config.h 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
jmpbuf.h 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
libunwind_i.h 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
libunwind_i.h.in 1 /* Provide a real file - not a symlink - as it would cause multiarch conflicts
  /frameworks/base/core/java/android/content/pm/
PackageInfoLite.java 68 * The android:multiArch flag from the package manifest. If set,
72 public boolean multiArch;
108 dest.writeInt(multiArch ? 1 : 0);
138 multiArch = (source.readInt() != 0);
  /cts/hostsidetests/abioverride/app/
AndroidManifest.xml 21 <application android:use32bitAbi="true" android:multiArch="true">
  /cts/hostsidetests/os/test-apps/StaticSharedNativeLibProvider/
AndroidManifest.xml 24 android:multiArch="true"
  /frameworks/base/core/tests/webkit/apk_with_native_libs/inapk/
AndroidManifest.xml 24 android:multiArch="true"
  /frameworks/base/core/tests/webkit/apk_with_native_libs/ondisk/
AndroidManifest.xml 24 android:multiArch="true">
  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 78 final boolean multiArch;
99 return create(lite.getAllCodePaths(), lite.multiArch, lite.extractNativeLibs,
103 private static Handle create(List<String> codePaths, boolean multiArch,
119 return new Handle(apkHandles, multiArch, extractNativeLibs, debuggable);
130 return new Handle(apkHandles, lite.multiArch, lite.extractNativeLibs, lite.debuggable);
133 Handle(long[] apkHandles, boolean multiArch, boolean extractNativeLibs,
136 this.multiArch = multiArch;
352 if (handle.multiArch) {
413 if (handle.multiArch) {
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/
Android.mk 51 LOCAL_MANIFEST_FILE := multiarch/AndroidManifest.xml
  /cts/tests/tests/slice/
AndroidManifest.xml 26 android:multiArch="true"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cppdefault.h 48 - the multiarch path specified with
  /external/valgrind/VEX/priv/
multiarch_main_main.c 50 or to use a multiarch VEX lib.
64 Note however that multiarch support is experimental and poorly
  /frameworks/base/tools/split-select/
Main.cpp 119 bool multiArch;
147 const String16 kMultiArchAttr("multiArch");
173 outInfo.multiArch = xml.getAttributeData(idx) != 0;
  /cts/tests/inputmethod/
AndroidManifest.xml 24 android:multiArch="true"

Completed in 336 milliseconds

1 2 3 4 5