/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | TypeBuilder.h | 25 /// known at compile time. To support cross-compilation, we define a 31 /// to guarantee that its result is suitable for cross-compilation. 87 // Types for use with cross-compilable TypeBuilders. These correspond 104 template<typename T, bool cross> class TypeBuilder<const T, cross> 105 : public TypeBuilder<T, cross> {}; 106 template<typename T, bool cross> class TypeBuilder<volatile T, cross> 107 : public TypeBuilder<T, cross> {}; 108 template<typename T, bool cross> class TypeBuilder<const volatile T, cross> 109 : public TypeBuilder<T, cross> {}; 112 template<typename T, bool cross> class TypeBuilder<T*, cross> { [all …]
|
/aosp_15_r20/external/toybox/mkroot/ |
H A D | mkroot.sh | 7 LINUX="$LINUX" CROSS="$CROSS" CROSS_COMPILE="$CROSS_COMPILE" "$0" "$@" 20 announce() { printf "\033]2;$CROSS $*\007" 2>/dev/null >/dev/tty; printf "\n=== $*\n";} 23 # ----- Are we cross compiling (via CROSS_COMPILE= or CROSS=) 29 [ -z "$CROSS" ] && CROSS=${CROSS_COMPILE/*\//} CROSS=${CROSS/-*/} 31 elif [ -n "$CROSS" ]; then # CROSS=all/allnonstop/$ARCH else list known $ARCHes 35 if [ "${CROSS::3}" == all ]; then # loop calling ourselves for each target 37 "$0" "$@" CROSS=$i || [ "$CROSS" == allnonstop ] || exit 1 40 else # Find matching cross compiler under ccc/ else list available targets 41 CROSS_COMPILE="$(echo "$CCC/$CROSS"-*cross/bin/"$CROSS"*-cc)" # wildcard 47 # Set per-target output directory (using "host" if not cross-compiling) [all …]
|
H A D | README | 15 and one or more musl cross compiler toolchain(s) in the "ccc" directory: 19 $ wget https://landley.net/bin/toolchains/latest/i686-linux-musl-cross.tar.xz 21 $ tar xvJCf ccc i686-linux-musl-cross.tar.xz 25 $ mkroot/mkroot.sh CROSS=i686 LINUX=linux 31 --- Building without a cross compiler (warning: glibc sucks) 52 Otherwise, you'll probably want to cross compile with a musl-libc toolchain 58 --- Building with a cross compiler. 61 commands such as "cc" and "ld". Since prefixed cross compiler names tend 66 If you haven't added the cross compiler to your $PATH, you can specify 69 $ mkroot/mkroot.sh CROSS_COMPILE=~/x86_64-linux-musl-cross/bin/x86_64-linux-musl-cross- [all …]
|
/aosp_15_r20/external/libwebsockets/READMEs/ |
H A D | README.build.md | 387 For cross-build or building against local miniz, you need the following kind of 506 @section cross Cross compiling 508 To enable cross-compiling **libwebsockets** using CMake you need to create 510 CMake will then use the cross compilers and build paths specified in this file 513 …Libwebsockets** includes an example toolchain file [cross-arm-linux-gnueabihf.cmake](../contrib/cr… 516 The commandline to configure for cross with this would look like 518 $ cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr/lib/my-cross-root \ 519 -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-arm-linux-gnueabihf.cmake \ 523 The example shows how to build with no external cross lib dependencies, you 524 need to provide the cross libraries otherwise. [all …]
|
/aosp_15_r20/external/eigen/test/ |
H A D | geo_orthomethods.cpp | 31 // cross product in orthomethods_3() 32 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(v2).dot(v1), Scalar(1)); in orthomethods_3() 33 VERIFY_IS_MUCH_SMALLER_THAN(v1.dot(v1.cross(v2)), Scalar(1)); in orthomethods_3() 34 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(v2).dot(v2), Scalar(1)); in orthomethods_3() 35 VERIFY_IS_MUCH_SMALLER_THAN(v2.dot(v1.cross(v2)), Scalar(1)); in orthomethods_3() 36 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(Vector3::Random()).dot(v1), Scalar(1)); in orthomethods_3() 39 (v0.cross(v1)).normalized(), in orthomethods_3() 40 (v0.cross(v1).cross(v0)).normalized(); in orthomethods_3() 44 VERIFY_IS_APPROX(v0.cross(mat3*v1), -(mat3*v1).cross(v0)); in orthomethods_3() 45 VERIFY_IS_APPROX(v0.cross(mat3.lazyProduct(v1)), -(mat3.lazyProduct(v1)).cross(v0)); in orthomethods_3() [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | cmake-toolchains.7.rst | 17 defaults. In cross-compiling scenarios, a toolchain file may be specified 93 .. _`Cross Compiling Toolchain`: 95 Cross Compiling 102 cross-compiling. 112 Cross Compiling for Linux 115 A typical cross-compiling toolchain for Linux has content such 146 the runtime installation location, even when cross-compiling. 156 Although this can be controlled on a case-by-case basis, when cross-compiling, it 163 .. _`Cray Cross-Compile`: 165 Cross Compiling for the Cray Linux Environment [all …]
|
/aosp_15_r20/external/googleapis/google/ads/searchads360/v0/common/ |
H A D | metrics.proto | 220 // Cross-device conversions are already included in all_conversions. 223 // The sum of the value of cross-device conversions. 388 // Client account cross-sell cost of goods sold (COGS) is the total cost 395 // then this is considered cross-sell. Cross-sell cost of goods sold is the 399 // sold value of $5. The cross-sell cost of goods sold for this order is $5. 406 // Cross-sell cost of goods sold (COGS) is the total cost of products sold as 413 // then this is considered cross-sell. Cross-sell cost of goods sold is the 417 // sold value of $5. The cross-sell cost of goods sold for this order is $5. 424 // Client account cross-sell gross profit is the profit you made from 431 // product. If these products don't match then this is considered cross-sell. [all …]
|
/aosp_15_r20/external/capstone/ |
H A D | COMPILE.TXT | 2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows. 60 - On 64-bit OS, run the command below to cross-compile Capstone for 32-bit binary: 105 (3) Cross-compile for Windows from *nix 107 To cross-compile for Windows, Linux & gcc-mingw-w64-i686 (and also gcc-mingw-w64-x86-64 110 - To cross-compile Windows 32-bit binary, simply run: 112 $ ./make.sh cross-win32 114 - To cross-compile Windows 64-bit binary, run: 116 $ ./make.sh cross-win64 123 (4) Cross-compile for iOS from Mac OSX. 125 To cross-compile for iOS (iPhone/iPad/iPod), Mac OSX with XCode installed is required. [all …]
|
H A D | make.sh | 6 # Note: to cross-compile "nix32" on Linux, package gcc-multilib is required. 28 CROSS=arm-linux-androideabi 32 CROSS=aarch64-linux-android 50 …ANDROID=1 CROSS="${STANDALONE}/${CROSS}/bin/" CC=clang CFLAGS="--sysroot=${STANDALONE}/sysroot" ${… 124 "cross-win32" ) CROSS=i686-w64-mingw32- ${MAKE} $*;; 125 "cross-win64" ) CROSS=x86_64-w64-mingw32- ${MAKE} $*;; 126 "cygwin-mingw32" ) CROSS=i686-pc-mingw32- ${MAKE} $*;; 127 "cygwin-mingw64" ) CROSS=x86_64-w64-mingw32- ${MAKE} $*;; 128 "cross-android" ) build_android $*;; 129 "cross-android64" ) CROSS=aarch64-linux-gnu- ${MAKE} $*;; # Linux cross build
|
/aosp_15_r20/external/clang/docs/ |
H A D | CrossCompilation.rst | 2 Cross-compilation using Clang 9 for cross-compiling your code to a different architecture. It assumes you 17 `instructions for cross-compiling LLVM itself 21 related to cross-compilation, and what main compiler options Clang provides 22 for performing cross-compilation. 24 Cross compilation issues 33 On the other hand, Clang/LLVM is natively a cross-compiler, meaning that 40 But, as is true to any cross-compiler, and given the complexity of 56 true when your cross-compiler was installed by the distribution's package 68 General Cross-Compilation Options in Clang [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/meson/ |
H A D | build.sh | 5 section_switch meson-cross-file "meson: cross file generate" 10 CROSS_FILE=/cross_file-"$CROSS".txt 21 # tweak the cross file or generate a native file to do so. 25 if [ -n "$CROSS" ]; then 31 # cross-xfail-$CROSS, if it exists, contains a list of tests that are expected 32 # to fail for the $CROSS configuration, one per line. you can then mark those 40 # not cross-compiling (which is empty, because for amd64 everything is 42 if [ -n "$CROSS" ]; then 43 CROSS_XFAIL=.gitlab-ci/cross-xfail-"$CROSS" 60 # Compile a host version for the few tools we need for a cross build (for [all …]
|
/aosp_15_r20/external/freetype/docs/ |
H A D | INSTALL.CROSS | 1 This document contains instructions on how to cross-build the FreeType 15 The GNU C compiler to cross-build the target system is required. 16 Currently, using a non-GNU cross compiler is untested. The cross 19 system is Linux/MIPS, the cross compiler should be installed with 32 To configure a cross-build, the options `--host=<system>' and 55 `configure' script while trying to find the cross and native C 66 cross-building system, the prefix is expected to be different 72 use a prefix to install the cross-build into a separate system 87 (cross-compiled) libraries on the build system. 96 cross-compile and cross-link with the target platform's [all …]
|
/aosp_15_r20/external/toybox/www/ |
H A D | faq.html | 29 <li><h2><a href="#cross">How do I cross compile toybox?</h2></li> 476 exported or on the make command line. When cross compiling, 586 <hr /><h2><a name="cross" />Q: How do I cross compile toybox?</h2> 606 <b><p>make LDFLAGS=--static CROSS_COMPILE=~/musl-cross-make/ccc/m68k-linux-musl-cross/bin/m68k-linu… 612 export "PATH=~/musl-cross-make/ccc/m68k-linux-musl-cross/bin:$PATH"<br /> 626 <p>Toybox's <a href=#mkroot>system builder</a> can use a simpler $CROSS 628 <a href=#cross2>compatible</a> cross compilers under the "ccc" directory. 678 <p><a href="#cross2">2) gcc+musl = musl-cross-make</a></p> 680 <p>These cross compilers are built from the 682 <a href=https://github.com/richfelker/musl-cross-make>musl-cross-make</a> [all …]
|
/aosp_15_r20/external/mesa3d/docs/ |
H A D | meson.rst | 315 cross build environment). They are INI formatted and can override where 330 For selecting llvm-config for cross compiling a `"cross 331 file" <https://mesonbuild.com/Cross-compilation.html#defining-the-environment>`__ 335 :caption: cross-llvm.ini 348 meson setup builddir/ --cross-file cross-llvm.ini 350 See the :ref:`Cross Compilation <cross-compilation>` section for more 462 4. Cross-compilation and 32-bit builds 466 cross-compilation <https://mesonbuild.com/Cross-compilation.html>`__ by 468 this file to ``meson`` or ``meson configure`` with the ``--cross-file`` 473 :file:`$XDG_DATA_HOME/meson/cross` or :file:`~/.local/share/meson/cross` [all …]
|
/aosp_15_r20/external/virglrenderer/.gitlab-ci/meson/ |
H A D | build.sh | 6 CROSS_FILE=/cross_file-"$CROSS".txt 9 # tweak the cross file or generate a native file to do so. 13 if [ -n "$CROSS" ]; then 22 # cross-xfail-$CROSS, if it exists, contains a list of tests that are expected 23 # to fail for the $CROSS configuration, one per line. you can then mark those 31 # not cross-compiling (which is empty, because for amd64 everything is 33 if [ -n "$CROSS" ]; then 34 CROSS_XFAIL=.gitlab-ci/cross-xfail-"$CROSS" 65 ${CROSS+--cross "$CROSS_FILE"} \
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/cross_compile/ |
H A D | README.md | 1 # Cross Compilation 3 For cross compilation, you have to specify a custom platform to let Bazel know that you are compili… 5 The example code is setup to cross compile from the following hosts to the the following targets: 13 You cross-compile by calling the target. 34 …DULE.bazel, second configure LLVM and Rust for cross compilation, and third the configuration of t… 38 You add the required rules for cross compilation to your MODULE.bazel as shown below. 41 # Rules for cross compilation 50 …nfigure the LLVM toolchain because rules_rust still needs a cpp toolchain for cross compilation and 67 # Both, cross compilation and MUSL still need a C/C++ toolchain with sysroot. 179 Once the dependencies are loaded, create an empty BUILD file to define the cross compilation toolch… [all …]
|
/aosp_15_r20/external/ComputeLibrary/docs/user_guide/ |
H A D | how_to_build_and_run_examples.dox | 44 To cross-compile the library in debug mode, with Arm® Neon™ only support, for Linux 32bit: 48 To cross-compile the library in asserts mode, with OpenCL only support, for Linux 64bit: 57 …ou want to compile for Linux 32bit on a Linux 64bit platform you will have to use a cross compiler. 77 To cross compile a Arm® Neon™ example for Linux 32bit: 81 To cross compile a Arm® Neon™ example for Linux 64bit: 87 To cross compile an OpenCL example for Linux 32bit: 91 To cross compile an OpenCL example for Linux 64bit: 97 To cross compile the examples with the Graph API, such as graph_lenet.cpp, you need to link the exa… 99 i.e. to cross compile the "graph_lenet" example for Linux 32bit: 103 i.e. to cross compile the "graph_lenet" example for Linux 64bit: [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/tools/cross_installer/ |
H A D | Cross.toml | 2 # https://github.com/rust-embedded/cross/issues/223 4 # image = "rustembedded/cross:aarch64-apple-darwin" 7 image = "rustembedded/cross:aarch64-unknown-linux-gnu@sha256:f0695f83156b2bfd3f946637852779207ff247… 10 # https://github.com/rust-embedded/cross/issues/223 12 # image = "rustembedded/cross:x86_64-apple-darwin" 15 image = "rustembedded/cross:x86_64-pc-windows-gnu@sha256:14d1808255d9e45fb99ef175d75820c3f2194c683d… 18 # https://github.com/rust-embedded/cross/issues/487 20 # image = "rustembedded/cross:x86_64-pc-windows-msvc" 23 image = "rustembedded/cross:x86_64-unknown-linux-gnu@sha256:f279cf1a8aa8b85717cd53d48bcb2f82e01bde6… 26 image = "rustembedded/cross:x86_64-unknown-linux-musl@sha256:156c441c6b4da1d68599b9d88b4737cf05b7f1…
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/ApplicationVisibilityCrossUserApp/src/com/android/cts/applicationvisibility/ |
H A D | ApplicationVisibilityCrossUserTest.java | 65 /** Tests getting installed packages for all users, with cross user permission granted */ 74 /** Tests getting installed packages for all users, with cross user permission revoked */ 86 /** Tests getting installed packages for another user, with cross user permission granted */ 95 /** Tests getting installed packages for another user, with cross user permission revoked */ 116 /** Tests getting installed applications for all users, with cross user permission granted */ 125 /** Tests getting installed applications for all users, with cross user permission revoked */ 137 /** Tests getting installed applications for another user, with cross user permission granted */ 146 /** Tests getting installed applications for another user, with cross user permission revoked */ 173 /** Tests getting installed packages for primary user, with cross user permission granted */ 187 /** Tests getting installed packages for primary user, with cross user permission revoked */ [all …]
|
/aosp_15_r20/external/llvm/docs/ |
H A D | HowToCrossCompileLLVM.rst | 2 How To Cross-Compile Clang/LLVM using Clang/LLVM 11 For more information on how to use Clang as a cross-compiler, 16 Cross-Compiling from x86_64 to ARM 20 system, cross-compiling from an x86_64 host (most Intel and AMD chips 30 * ``libgcc1-armhf-cross`` 31 * ``libsfgcc1-armhf-cross`` 32 * ``libstdc++6-armhf-cross`` 33 * ``libstdc++6-4.7-dev-armhf-cross`` 61 * ``'-target arm-linux-gnueabihf'`` or whatever is the triple of your cross GCC. 64 * Appropriate use of ``-I`` and ``-L``, depending on how the cross GCC is installed, [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | CrossProfileIntentResolverEngine.java | 54 * Rule based engine which decides strategy to be used for source,target pair and does cross profile 116 * @param userId current user for cross profile resolution 368 * Combines result from current and cross profile. This also does filtering based on domain(if 381 * @param crossProfileCandidates crossProfileDomainInfos from cross profile, it has ResolveInfo 398 if current profile is skipped return results from cross profile after filtering in combineFilterAndCreateQueryActivitiesResponse() 416 if there are multiple results from current and cross profile, combining and filtering in combineFilterAndCreateQueryActivitiesResponse() 426 // if filtering is configured on cross-profile intent resolution for the originating user. in combineFilterAndCreateQueryActivitiesResponse() 431 // cross user access. in combineFilterAndCreateQueryActivitiesResponse() 439 * It filters and combines results from current and cross profile based on domain priority. 444 * @param crossProfileCandidates crossProfileDomainInfos from cross profile, it have ResolveInfo [all …]
|
/aosp_15_r20/external/toybox/scripts/ |
H A D | mcm-buildall.sh | 3 # Script to build all cross and native compilers supported by musl-libc. 10 echo Run this script in musl-cross-make directory to make "ccc" directory. 12 echo " "git clone https://github.com/richfelker/musl-cross-make 13 echo " "cd musl-cross-make 38 # All toolchains after the first are themselves cross compiled (so they 65 # Set cross compiler path 77 TYPE=cross 79 LP="$OUTPUT/$HOST-cross/bin:$LP" 83 LP="$OUTPUT/${RENAME:-$TARGET}-cross/bin:$LP" 114 if [ ! -z "$RENAME" ] && [ "$TYPE" == cross ] [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Cross.cpp | 2 #include <ATen/native/Cross.h> 27 // linalg.cross(torch.randn(2, 3), torch.randn(5, 2, 3), dim=2) in TORCH_META_FUNC() 28 TORCH_CHECK(x_d == y_d, "linalg.cross: inputs must have the same number of dimensions."); in TORCH_META_FUNC() 29 …TORCH_CHECK(input.size(dim) == 3 && other.size(dim) == 3, "linalg.cross: inputs dimension ", dim, … in TORCH_META_FUNC() 46 // _default_cross_dim is called internally inside the cross implementation to calculate in _default_cross_dim() 47 // the dim and finally cross delegates to the linalg_cross implementation with this dim in _default_cross_dim() 60 Tensor cross(const Tensor & input, const Tensor & other, const std::optional<int64_t> dimension) { in cross() function 63 "Using torch.cross without specifying the dim arg is deprecated.\n", in cross() 64 "Please either pass the dim explicitly or simply use torch.linalg.cross.\n", in cross() 65 "The default value of dim will change to agree with that of linalg.cross in a future release." in cross()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/pip_package/ |
H A D | README.md | 23 the following command will cross-compile tflite-runtime package for python2.7 31 Another option is to cross-compile for python3.5 (from Debian Stretch) on ARM64 56 This approach can leverage TF's ci_build.sh for ARM cross builds. 72 ### Cross build for armhf Python 3.5 79 ### Cross build for armhf Python 3.7 86 ### Cross build for aarch64 Python 3.5 93 ### Cross build for aarch64 Python 3.8 100 ### Cross build for aarch64 Python 3.9 128 ### Cross build with Flex for armhf Python 3.7 147 the future, cross compilation to smaller SOCs like Raspberry Pi from
|
/aosp_15_r20/development/tools/winscope/src/cross_tool/ |
H A D | cross_tool_protocol.ts | 93 console.log('Cross-tool protocol sent timestamp message:', message); 126 console.log('Cross-tool protocol received ping message:', message); 131 'Cross-tool protocol received unexpected pong message:', 136 console.log('Cross-tool protocol received bugreport message:', message); 139 'Cross-tool protocol processed bugreport message:', 144 console.log('Cross-tool protocol received timestamp message:', message); 147 'Cross-tool protocol processed timestamp message:', 152 console.log('Cross-tool protocol received files message:', message); 154 console.log('Cross-tool protocol processed files message:', message); 156 'Cross-tool protocol received unexpected files message', [all …]
|