/external/oprofile/libabi/ |
abi.cpp | 2 * @file abi.cpp 12 #include "abi.h" 28 abi::abi() function in class:abi 38 int abi::need(string const key) const throw (abi_exception) 43 throw abi_exception(string("missing ABI key: ") + key); 47 bool abi::operator==(abi const & other) const 53 ostream & operator<<(ostream & o, abi const & abi) [all...] |
abi.h | 2 * @file abi.h 4 * Contains internal ABI management class 28 class abi { class 30 abi(); 34 bool operator==(abi const & other) const; 35 friend std::ostream & operator<<(std::ostream & o, abi const & abi); 36 friend std::istream & operator>>(std::istream & i, abi & abi);
|
op_abi.h | 3 * This file contains a simple C interface to the ABI-describing functionality, 30 /// return non zero if the abi is little endian 34 * Write current abi to file.
|
opimport.cpp | 3 * Import sample files from other ABI 11 #include "abi.h" 44 popt::option(abi_filename, "abi", 'a', "abi description", "filename"), 51 abi const & theabi; 58 extractor(abi const & a, unsigned char const * src, size_t len) 107 void import_from_abi(abi const & abi, void const * srcv, 114 extractor ext(abi, src, len); 116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4) [all...] |
/abi/cpp/ |
use_rtti.mk | 1 # To use RTTI, "include abi/cpp/use_rtti.mk" in your target. 4 abi/cpp/include \
|
/external/clang/test/Driver/ |
mips-abi.c | 1 // Check passing Mips ABI options to the backend. 5 // RUN: | FileCheck -check-prefix=MIPS-ABI-32 %s 6 // MIPS-ABI-32: "-target-abi" "o32" 10 // RUN: | FileCheck -check-prefix=MIPS-ABI-O32 %s 11 // MIPS-ABI-O32: "-target-abi" "o32" 15 // RUN: | FileCheck -check-prefix=MIPS-ABI-N32 %s 16 // MIPS-ABI-N32: "-target-abi" "n32 [all...] |
mips-float.c | 1 // Check handling -mhard-float / -msoft-float / -mfloat-abi options 8 // CHECK-DEF: "-mfloat-abi" "hard" 14 // CHECK-HARD: "-mfloat-abi" "hard" 21 // CHECK-SOFT: "-mfloat-abi" "soft" 24 // -mfloat-abi=hard 26 // RUN: -target mips-linux-gnu -mfloat-abi=hard \ 27 // RUN: | FileCheck --check-prefix=CHECK-ABI-HARD %s 28 // CHECK-ABI-HARD: "-mfloat-abi" "hard" 30 // -mfloat-abi=sof [all...] |
warning-options.cpp | 6 // FIXME: Remove this together with -Warc-abi once an Xcode is released that doesn't pass this flag. 7 // RUN: %clang -### -Warc-abi -Wno-arc-abi %s 2>&1 | FileCheck -check-prefix=ARCABI %s 8 // ARCABI-NOT: unknown warning option '-Warc-abi' 9 // ARCABI-NOT: unknown warning option '-Wno-arc-abi'
|
/external/stlport/ |
libstlport.mk | 4 # keep the RTTI stuff in abi/cpp/include in front of our STL headers. 6 $(filter abi/cpp/include,$(LOCAL_C_INCLUDES)) \ 10 $(filter-out abi/cpp/include,$(LOCAL_C_INCLUDES))
|
/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;
|
/external/clang/docs/ |
Block-ABI-Apple.txt | 1 *NOTE* This document has moved to http://clang.llvm.org/docs/Block-ABI-Apple.html.
|
/ndk/tests/build/import-install/ |
README | 2 are properly installed to the target location, i.e. libs/<abi>/
|
/external/clang/test/Preprocessor/ |
non_fragile_feature.m | 7 #error Non-fragile ABI used for compilation but feature macro not set. 11 #error objc_weak_class should be enabled with nonfragile abi
|
/development/sdk/ |
images_mips_source.prop_template | 6 SystemImage.Abi=mips
|
/ndk/tests/build/prebuild-stlport/ |
README | 3 copied to $STLPORT_PATH/<abi>/ directories.
|
/external/clang/test/Modules/ |
compiler_builtins_arm.m | 2 // RUN: %clang_cc1 -fsyntax-only -triple thumbv7-none-linux-gnueabihf -target-abi aapcs -target-cpu cortex-a8 -mfloat-abi hard -std=c99 -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -verify
|
/external/kernel-headers/original/mtd/ |
mtd-user.h | 4 * MTD ABI header for use by user space only. 13 #include <mtd/mtd-abi.h>
|
/external/oprofile/doc/ |
opimport.1.in | 15 converts sample database files from a foreign binary format (abi) to the native format. 19 .BI "--abi / -a" 20 Input abi file description location. 24 Force conversion even if the input and output abi are identical. 50 .I /var/lib/oprofile/abi 51 The abi file description of the sample database files
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NativeAbi.java | 29 private NativeAbi(String abi) { 30 mAbi = abi; 37 public static NativeAbi getByString(String abi) { 39 if (a.getAbi().equals(abi)) { 44 throw new IllegalArgumentException("Unknown abi: " + abi);
|
/external/clang/include/clang/Basic/ |
TargetCXXABI.h | 1 //===--- TargetCXXABI.h - C++ ABI Target Configuration ----------*- C++ -*-===// 12 /// C++ ABI that we're targeting. 24 /// \brief The basic abstraction for the target C++ ABI. 27 /// \brief The basic C++ ABI kind. 29 /// The generic Itanium ABI is the standard ABI of most open-source 30 /// and Unix-like platforms. It is the primary ABI targeted by 34 /// http://www.codesourcery.com/public/cxx-abi/ 37 /// The generic ARM ABI is a modified version of the Itanium ABI [all...] |
/ndk/docs/text/ |
CPU-ARCH-ABIS.text | 1 Android Native CPU ABI Management 8 "Application Binary Interface" (ABI) that defines exactly how your 12 A typical ABI describes things in *excruciating* details, and will typically 40 Each supported ABI is identified by a unique name. 46 This is the name of an ABI for ARM-based CPUs that support *at* *least* 53 - ABI for the ARM Architecture (a.k.a. BSABI) 54 - Base Platform ABI for the ARM Architecture (a.k.a. BPABI) 55 - C Library ABI for the ARM Architecture (a.k.a. CLIABI) 56 - C++ ABI for the ARM Architecture (a.k.a. CPPABI) 57 - Runtime ABI for the ARM Architecture (a.k.a. RTABI [all...] |
/ndk/build/tools/ |
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...] |
/bionic/libstdc++/src/ |
one_time_construction.cpp | 11 // This file contains C++ ABI support functions for one time 12 // constructors as defined in the "Run-time ABI for the ARM Architecture" 15 // ARM C++ ABI and Itanium/x86 C++ ABI has different definition for 18 // ARM C++ ABI defines the LSB of guard variable should be tested 21 // The Itanium/x86 C++ ABI defines the low-order _byte_ should be 30 // section 3.3.2 of the Itanium C++ ABI specification v1.83 (for x86). 32 // There is no C++ ABI available for other ARCH. But the gcc source 33 // shows all other ARCH follow the definition of Itanium/x86 C++ ABI. 37 // The ARM C++ ABI mandates that guard variable ar [all...] |
/abi/cpp/src/ |
dynamic_cast.cc | 31 // Itanium C++ ABI at http://www.codesourcery.com/public/cxx-abi/abi.html 62 inline const abi::__class_type_info* 66 return *reinterpret_cast<abi::__class_type_info*const*>(type_info_ptr); 100 const abi::__base_class_type_info* base_info) 116 const abi::__class_type_info *type, 118 const abi::__class_type_info *match_type) 125 case abi::__class_type_info::CLASS_TYPE_INFO_CODE: 129 case abi::__class_type_info::SI_CLASS_TYPE_INFO_CODE [all...] |
/external/clang/test/Analysis/ |
rdar-7168531.m | 4 // fragile Objective-C ABI. 14 return ++p; // This is only valid for the fragile ABI.
|