/external/chromium_org/win8/metro_driver/ |
stdafx.h | 30 namespace winapp = ABI::Windows::ApplicationModel; 31 namespace windata = ABI::Windows::Data; 32 namespace winxml = ABI::Windows::Data::Xml; 33 namespace windevs = ABI::Windows::Devices; 34 namespace winfoundtn = ABI::Windows::Foundation; 35 namespace wingfx = ABI::Windows::Graphics; 36 namespace winui = ABI::Windows::UI; 37 namespace winsys = ABI::Windows::System; 38 namespace winstorage = ABI::Windows::Storage;
|
display_properties.cc | 22 ABI::Windows::Graphics::Display::IDisplayPropertiesStatics> 27 ABI::Windows::Graphics::Display::ResolutionScale resolution_scale;
|
direct3d_helper.h | 37 ABI::Windows::Foundation::Rect window_bounds_;
|
/ndk/build/tools/ |
build-compiler-rt.sh | 159 # $1: ABI 162 local ABI=$1 165 if [ $ABI == "armeabi" -o $ABI == "armeabi-v7a" ]; then 167 elif [ $ABI == "x86" ]; then 169 elif [ $ABI == "mips" ]; then 176 # if we have lib/$ABI/*.S, skip lib/*.c 187 # $1: ABI 194 local ABI=$1 203 DSTDIR=$NDK_DIR/$COMPILER_RT_SUBDIR/libs/$ABI [all...] |
build-gnu-libstdc++.sh | 98 # $1: ABI name 106 local ABI=$1 111 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/$GCC_VERSION/libs/$ABI/$THUMB 114 prepare_target_build $ABI $PLATFORM $NDK_DIR 117 INSTALLDIR=$BUILDDIR/install-$ABI-$GCC_VERSION/$THUMB 118 BUILDDIR=$BUILDDIR/$LIBTYPE-${ABI}${THUMB}-$GCC_VERSION 122 ARCH=$(convert_abi_to_arch $ABI) 182 if [ "$ABI" = "armeabi-v7a" ]; then 183 CXXFLAGS=$CXXFLAGS" -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16" 205 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI $THUMB [all...] |
build-libportable.sh | 118 # $1: ABI 124 local ABI=$1 133 DSTDIR=$NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI 138 builder_begin_android $ABI "$BUILDDIR" "$GCC_VERSION" "$LLVM_VERSION" "$MAKEFILE" 169 for ABI in $ABIS; do 171 ARCH=$(convert_abi_to_arch $ABI) 175 build_libportable_libs_for_abi $ABI "$BUILD_DIR/$ABI" "$OUT_DIR" 180 for ABI in $ABIS; do 181 FILES="$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.* [all...] |
build-on-device-toolchain.sh | 32 ABI=armeabi-v7a 33 register_var_option "--abi=<target>" ABI "List which emulator target you use" 70 ARCH="$(convert_abi_to_arch $ABI)" 85 dump "Copy $ABI gabi++ library" 86 cp -f $NDK_DIR/$GABIXX_SUBDIR/libs/$ABI/libgabi++_shared.so $OUT_SYSROOT/usr/lib 88 dump "Copy $ABI libportable library" 89 cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.a $OUT_SYSROOT/usr/lib 90 cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.wrap $OUT_SYSROOT/usr/lib 92 dump "Copy $ABI libportable library [all...] |
build-cxx-stl.sh | 388 # $1: ABI 395 local ABI=$1 404 DSTDIR=$DSTDIR/$CXX_STL_SUBDIR/libs/$ABI 414 builder_begin_android $ABI "$BUILDDIR" "$GCC_VERSION" "$LLVM_VERSION" "$MAKEFILE" 426 if [ "$(find_ndk_unknown_archs)" != "$ABI" ]; then 451 if [ "$(find_ndk_unknown_archs)" != "$ABI" ]; then 462 for ABI in $ABIS; do 463 build_stl_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" "$OUT_DIR" 464 build_stl_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" "$OUT_DIR [all...] |
build-ndk-sysroot.sh | 28 # WARNING: For now, only a single target ABI/Architecture us supported 36 # ABI is the target ABI name for the NDK 37 ABI=arm 66 --abi=*) 85 echo " --abi=<name> generate sysroot for abi <name> (default is $ABI)" 97 ABI=$OPTION_ABI 100 case "$ABI" i [all...] |
prebuilt-common.sh | 507 # TOOLCHAIN AND ABI PROCESSING 1002 # Determine ABI based on toolchain name 1007 ABI="armeabi" 1013 ABI="armeabi" 1019 ABI="aarch64" 1029 ABI=$ARCH 1038 ABI=$ARCH 1047 ABI=$ARCH [all...] |
make-standalone-toolchain.sh | 269 echo '`dirname $0`/python `dirname $0`/ndk-bc2native.py --sysroot=`dirname $0`/../sysroot --abi='$TARGET_ABI' --platform='$PLATFORM' --file $output $output' 289 echo '%~dp0\\python'$HOST_EXE' %~dp0\\ndk-bc2native.py --sysroot=%~dp0\\..\\sysroot --abi='$TARGET_ABI' --platform='$PLATFORM' --file %output% %output%' 401 cp -a $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/* $TMPDIR/sysroot/usr/lib 402 cp -a $NDK_DIR/$GABIXX_SUBDIR/libs/$ABI/* $TMPDIR/sysroot/usr/lib 403 cp -a $NDK_DIR/$COMPILER_RT_SUBDIR/libs/$ABI/* $TMPDIR/sysroot/usr/lib 439 # $1: Source ABI (e.g. 'armeabi') 440 # $2: Optional extra ABI variant, or empty (e.g. "", "thumb", "armv7-a/thumb") 442 local ABI=$1 446 copy_directory "$GNUSTL_LIBS/$ABI/include/bits" "$ABI_STL_INCLUDE_TARGET/$ABI2/bits" 447 copy_file_list "$GNUSTL_LIBS/$ABI" "$ABI_STL/lib/$ABI2" "libgnustl_shared.so [all...] |
/ndk/tests/build/prebuilt-copy/ |
build.sh | 10 # $NDK_OUT/<abi>/objs. 77 for ABI in $ABIS; do 78 printf "Checking for $ABI shared library: " 79 SHARED_LIB=$(ls $OUT/*$ABI/libfoo.so 2>/dev/null) 87 printf "Checking for $ABI static library: " 88 STATIC_LIB=$(ls $OUT/*$ABI/libbar.a 2>/dev/null)
|
/external/llvm/lib/Target/Mips/ |
MipsConstantIslandPass.cpp | 54 ABI(TM.getSubtarget<MipsSubtarget>().getTargetABI()) {} 65 unsigned ABI;
|
/ndk/tests/build/import-install/ |
build.sh | 23 for ABI in $ABIS; do 24 DIR=$PWD/libs/$ABI
|
/ndk/tests/standalone/ |
run.sh | 49 ABI= 61 --abi=*) 62 ABI=$optarg 114 echo "The target ABI is normally auto-detected from the toolchain, but you can specify an" 115 echo "alternative one with the --abi=<name> option. This is only useful on ARM, where the" 116 echo "default ABI is 'armeabi' targetting the ARMv5TE instruction set. If you want to check" 119 echo " --abi=armeabi-v7a" 123 echo "to display the list of all tests that are relevant for your current ABI." 132 echo " --list List all available tests for current ABI." 136 echo " --abi=<name> Specify target ABI name. [all...] |
/external/clang/include/clang/Basic/ |
TargetOptions.h | 35 /// If given, the name of the target ABI to use. 36 std::string ABI; 38 /// If given, the name of the target C++ ABI to use. If not given, defaults
|
/ndk/tests/standalone/builtin-macros/ |
run.sh | 130 case $ABI in 135 case $ABI in 146 case $ABI in 155 # don't use -mfloat-abi=softfp or -mfloat-abi=hard. I can only 156 # assume it corresponds to -mfloat-abi=soft, which corresponds 159 # Not to be confused with -mfloat-abi=softfp which indicates 187 macro_check _MIPS_ARCH_MIPS32 1 "Mips 32-bit ABI" 195 echo "Unknown ABI: $ABI" [all...] |
/external/llvm/test/MC/X86/ |
gnux32-dwarf-gen.s | 8 # assembler, looking at the difference between the x32 ABI and default x86-64 9 # ABI.
|
/ndk/build/core/ |
add-platform.mk | 28 # Record the sysroots for each supported ABI 32 $(call ndk_log, ABI $(_abi) sysroot is: $(NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
|
/build/core/combo/arch/x86/ |
x86.mk | 2 # base 'x86' platform ABI. This one must *strictly* match the NDK x86 ABI 11 # it cannot be compatible with the NDK x86 ABI. You should define a new
|
/ndk/ |
ndk-build | 308 local ABI=$2 310 $GNUMAKE --no-print-dir -f $PROGDIR/build/core/build-local.mk $FLAGS DUMP_${VAR} APP_ABI=${ABI} | tail -1 314 for ABI in $APP_ABIS; do 315 TOOLCHAIN_PREFIX=`get_build_var_for_abi TOOLCHAIN_PREFIX $ABI` 317 --use-analyzer $PROGDIR/toolchains/llvm-${DEFAULT_LLVM_VERSION}/prebuilt/$HOST_TAG/bin/${ABI}/analyzer \ 321 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@" APP_ABI=$ABI
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
testit_android | 86 --abi=*) 87 TARGET_ABI=${OPT##--abi=} 121 The toolchain and device must match your target ABI. For example, if 122 you use --abi=armeabi-v7a, your device must run ARMv7-A Android binaries, 128 --abi=<name> Specify target ABI. Use --abi=list for list. 136 # Check target ABI. 139 for ABI in $VALID_ABIS; do 140 printf " %s" $ABI [all...] |
/ndk/tests/ |
run-tests.sh | 43 ABI=default 69 --abi=*) 70 ABI="$optarg" 141 echo " --abi=<name> Only run tests for the specific ABI [$ABI]" 396 case $ABI in 400 NDK_BUILD_FLAGS="$NDK_BUILD_FLAGS APP_ABI=$ABI" 403 echo "ERROR: Unsupported abi value: $ABI" [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
stacktrace_powerpc-inl.h | 118 // Note we do *not* increment skip_count here for the SYSV ABI. If 121 // is probably bogus for linux/ppc (and other SYSV-ABI systems). 154 #error Need to specify the PPC ABI for your archiecture.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
stacktrace_powerpc-inl.h | 118 // Note we do *not* increment skip_count here for the SYSV ABI. If 121 // is probably bogus for linux/ppc (and other SYSV-ABI systems). 154 #error Need to specify the PPC ABI for your archiecture.
|