/external/libcxx/include/experimental/ |
D | simd | 53 template <class T, class Abi = simd_abi::compatible<T>> struct simd_size; 54 template <class T, class Abi = simd_abi::compatible<T>> 55 inline constexpr size_t simd_size_v = simd_size<T, Abi>::value; 62 template <class T, class Abi = simd_abi::compatible<T>> class simd; 67 template <class T, class Abi = simd_abi::compatible<T>> class simd_mask; 72 template <class T, class U, class Abi> see below simd_cast(const simd<U, Abi>&); 73 template <class T, class U, class Abi> see below static_simd_cast(const simd<U, Abi>&); 75 template <class T, class Abi> 76 fixed_size_simd<T, simd_size_v<T, Abi>> to_fixed_size(const simd<T, Abi>&) noexcept; 77 template <class T, class Abi> [all …]
|
/external/cronet/tot/third_party/libc++/src/cmake/Modules/ |
D | HandleLibCXXABI.cmake | 2 # Define targets for linking against the selected ABI library 5 # - libcxx-abi-headers: An interface target that allows getting access to the 6 # headers of the selected ABI library. 7 # - libcxx-abi-shared: A target representing the selected shared ABI library. 8 # - libcxx-abi-static: A target representing the selected static ABI library. 10 # Furthermore, some ABI libraries also define the following target: 11 # - libcxx-abi-shared-objects: An object library representing a set of object files 12 # constituting the ABI library, suitable for bundling 14 # - libcxx-abi-static-objects: An object library representing a set of object files 15 # constituting the ABI library, suitable for bundling [all …]
|
/external/cronet/stable/third_party/libc++/src/cmake/Modules/ |
D | HandleLibCXXABI.cmake | 2 # Define targets for linking against the selected ABI library 5 # - libcxx-abi-headers: An interface target that allows getting access to the 6 # headers of the selected ABI library. 7 # - libcxx-abi-shared: A target representing the selected shared ABI library. 8 # - libcxx-abi-static: A target representing the selected static ABI library. 10 # Furthermore, some ABI libraries also define the following target: 11 # - libcxx-abi-shared-objects: An object library representing a set of object files 12 # constituting the ABI library, suitable for bundling 14 # - libcxx-abi-static-objects: An object library representing a set of object files 15 # constituting the ABI library, suitable for bundling [all …]
|
/external/clang/test/Driver/ |
D | 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" 22 // 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=soft 32 // RUN: -target mips-linux-gnu -mfloat-abi=soft \ [all …]
|
D | mips-abi.c | 1 // Check passing Mips ABI options to the backend. 8 // MIPS32R2-O32: "-target-abi" "o32" 15 // MIPS64R2-O32: error: ABI 'o32' is not supported on CPU 'mips64r2' 26 // MIPS64R2-N64: "-target-abi" "n64" 35 // MIPS64R3-N64: "-target-abi" "n64" 39 // RUN: | FileCheck -check-prefix=MIPS-ABI-32 %s 40 // MIPS-ABI-32: "-target-cpu" "mips32r2" 41 // MIPS-ABI-32: "-target-abi" "o32" 45 // RUN: | FileCheck -check-prefix=MIPS-ABI-O32 %s 46 // MIPS-ABI-O32: "-target-cpu" "mips32r2" [all …]
|
/external/perfetto/src/tracing/core/ |
D | shared_memory_abi_unittest.cc | 36 SharedMemoryABI abi(buf(), buf_size(), page_size(), in TEST_P() local 39 ASSERT_EQ(buf(), abi.start()); in TEST_P() 40 ASSERT_EQ(buf() + buf_size(), abi.end()); in TEST_P() 41 ASSERT_EQ(buf_size(), abi.size()); in TEST_P() 42 ASSERT_EQ(page_size(), abi.page_size()); in TEST_P() 43 ASSERT_EQ(kNumPages, abi.num_pages()); in TEST_P() 46 ASSERT_TRUE(abi.is_page_free(i)); in TEST_P() 47 ASSERT_FALSE(abi.is_page_complete(i)); in TEST_P() 49 ASSERT_EQ(0u, abi.GetFreeChunks(i)); in TEST_P() 52 ASSERT_TRUE(abi.TryPartitionPage(0, SharedMemoryABI::kPageDiv1)); in TEST_P() [all …]
|
/external/pytorch/.github/workflows/ |
D | generated-linux-binary-libtorch-cxx11-abi-nightly.yml | 5 name: linux-binary-libtorch-cxx11-abi 27 BUILD_ENVIRONMENT: linux-binary-libtorch-cxx11-abi 36 …group: linux-binary-libtorch-cxx11-abi-${{ github.event.pull_request.number || github.ref_name }}-… 40 libtorch-cpu-shared-with-deps-cxx11-abi-build: 53 DESIRED_DEVTOOLSET: cxx11-abi 54 build_name: libtorch-cpu-shared-with-deps-cxx11-abi 55 build_environment: linux-binary-libtorch-cxx11-abi 58 libtorch-cpu-shared-with-deps-cxx11-abi-test: # Testing 60 needs: libtorch-cpu-shared-with-deps-cxx11-abi-build 72 DESIRED_DEVTOOLSET: cxx11-abi [all …]
|
/external/armnn/src/backends/reference/ |
D | RefWorkloadFactory.hpp | 73 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 78 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 83 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 88 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 93 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 98 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 103 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 108 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 113 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 118 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " [all …]
|
/external/armnn/include/armnn/backends/ |
D | WorkloadFactory.hpp | 72 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 77 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 82 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 87 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 92 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 97 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 102 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 107 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 112 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 117 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " [all …]
|
D | ILayerSupport.hpp | 39 … "Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08") 46 … "Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08") 53 … "Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08") 60 … "Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08") 71 … "Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08") 78 … "Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08") 84 … "Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08") 91 … "Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08") 99 … "Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08") 106 … "Use ABI Stable IsLayerSupported accepting LayerType argument instead.", "23.08") [all …]
|
/external/armnn/src/backends/cl/ |
D | ClWorkloadFactory.hpp | 62 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 67 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 72 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 77 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 82 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 87 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 92 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 97 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 102 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 107 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " [all …]
|
/external/armnn/src/backends/neon/ |
D | NeonWorkloadFactory.hpp | 59 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 64 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 69 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 74 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 79 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 84 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 89 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 94 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 99 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " 104 ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Use ABI stable " [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInternal.h | 66 enum class ABI { enum 107 coro::ABI ABI; member 134 assert(ABI == coro::ABI::Switch); in getSwitchCoroId() 139 assert(ABI == coro::ABI::Retcon || in getRetconCoroId() 140 ABI == coro::ABI::RetconOnce); in getRetconCoroId() 145 assert(ABI == coro::ABI::Switch); in getIndexType() 154 assert(ABI == coro::ABI::Switch); in getSwitchResumePointerType() 160 switch (ABI) { in getResumeFunctionType() 161 case coro::ABI::Switch: { in getResumeFunctionType() 165 case coro::ABI::Retcon: in getResumeFunctionType() [all …]
|
/external/stg/doc/ |
D | stgdiff.md | 3 `stgdiff` is used to compare ABI representations from various sources, like 11 [-a|--abi|-b|--btf|-e|--elf|-s|--stg] file1 12 [-a|--abi|-b|--btf|-e|--elf|-s|--stg] file2 19 implicit defaults: --abi --format small 29 * `-a|--abi` 31 Read ABI XML representation generated by libabigail's `abidw`. Not all ABI 42 Read ABI information from the `.BTF` ELF section. BTF only covers the C type 51 Read ABI information from ELF symbols and DWARF types. 55 Read ABI information from a `.stg` file. 73 consuming ABI XML output from `abidw`. [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInternal.h | 46 enum class ABI { enum 96 coro::ABI ABI; member 147 assert(ABI == coro::ABI::Switch); in getSwitchCoroId() 152 assert(ABI == coro::ABI::Retcon || in getRetconCoroId() 153 ABI == coro::ABI::RetconOnce); in getRetconCoroId() 158 assert(ABI == coro::ABI::Async); in getAsyncCoroId() 163 assert(ABI == coro::ABI::Switch); in getSwitchIndexField() 168 assert(ABI == coro::ABI::Switch); in getIndexType() 177 assert(ABI == coro::ABI::Switch); in getSwitchResumePointerType() 183 switch (ABI) { in getResumeFunctionType() [all …]
|
/external/vixl/test/aarch64/ |
D | test-abi.cc | 29 #include "aarch64/abi-aarch64.h" 33 #error "C++11 should be sufficient to provide ABI support." 44 TEST(abi) { in TEST() argument 45 ABI abi; in TEST() local 47 VIXL_CHECK(abi.GetStackSpaceRequired() == 0); in TEST() 48 VIXL_CHECK(!abi.GetReturnGenericOperand<void>().IsValid()); in TEST() 50 VIXL_CHECK(abi.GetReturnGenericOperand<bool>().Equals(GenericOperand(w0))); in TEST() 51 VIXL_CHECK(abi.GetReturnGenericOperand<char>().Equals(GenericOperand(w0))); in TEST() 52 VIXL_CHECK(abi.GetReturnGenericOperand<int8_t>().Equals(GenericOperand(w0))); in TEST() 53 VIXL_CHECK(abi.GetReturnGenericOperand<uint8_t>().Equals(GenericOperand(w0))); in TEST() [all …]
|
/external/clang/include/clang/Basic/ |
D | 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 55 /// The iOS ABI is a partial implementation of the ARM ABI. 56 /// Several of the features of the ARM ABI were not fully implemented [all …]
|
/external/flac/.github/workflows/ |
D | distcheck.yml | 1 name: Autotools distcheck and ABI check 24 … install -y libtool-bin libogg-dev doxygen libxml2-utils w3c-sgml-lib pandoc abi-compliance-checker 37 unxz --keep test/abi/abi-libFLAC-1.4.0.dump.xz 38 unxz --keep test/abi/abi-libFLAC++-1.4.0.dump.xz 39 …abi-compliance-checker -l flac -old test/abi/abi-libFLAC-1.4.0.dump -new test/abi/abi-descriptor-l… 40 …abi-compliance-checker -l flac++ -old test/abi/abi-libFLAC++-1.4.0.dump -new test/abi/abi-descript… 45 - name: Upload ABI compliance reports
|
/external/cronet/stable/base/win/ |
D | map.h | 33 typename ABI::Windows::Foundation::Collections::IMap<K, V>::K_complex; 37 typename ABI::Windows::Foundation::Collections::IMap<K, V>::V_complex; 62 ABI::Windows::Foundation::Collections:: 73 // ABI::Windows::Foundation::Collections::IKeyValuePair: 89 ABI::Windows::Foundation::Collections::IMapChangedEventArgs<K>> { 92 ABI::Windows::Foundation::Collections::CollectionChange change, in MapChangedEventArgs() 98 // ABI::Windows::Foundation::Collections::IMapChangedEventArgs: 100 ABI::Windows::Foundation::Collections::CollectionChange* value) override { in get_CollectionChange() 111 const ABI::Windows::Foundation::Collections::CollectionChange change_; 133 ABI::Windows::Foundation::Collections::IMap<internal::LogicalK<K, V>, [all …]
|
/external/cronet/tot/base/win/ |
D | map.h | 33 typename ABI::Windows::Foundation::Collections::IMap<K, V>::K_complex; 37 typename ABI::Windows::Foundation::Collections::IMap<K, V>::V_complex; 62 ABI::Windows::Foundation::Collections:: 73 // ABI::Windows::Foundation::Collections::IKeyValuePair: 89 ABI::Windows::Foundation::Collections::IMapChangedEventArgs<K>> { 92 ABI::Windows::Foundation::Collections::CollectionChange change, in MapChangedEventArgs() 98 // ABI::Windows::Foundation::Collections::IMapChangedEventArgs: 100 ABI::Windows::Foundation::Collections::CollectionChange* value) override { in get_CollectionChange() 111 const ABI::Windows::Foundation::Collections::CollectionChange change_; 133 ABI::Windows::Foundation::Collections::IMap<internal::LogicalK<K, V>, [all …]
|
/external/clang/test/CodeGenCXX/ |
D | mangle-abi-tag.cpp | 71 // B11[abi:A]::b[abi:B] 128 // f11[abi:A](A[abi:A][abi:B]) 132 // f12(A[abi:A][abi:B]) 147 // f13()::L::foo[abi:C][abi:D]() 150 // f13()::L::foo[abi:C][abi:D]()::a[abi:A][abi:B] 153 // guard variable for f13()::L::foo[abi:C][abi:D]()::a[abi:A][abi:B] 162 // A14[abi:TAG]::f14() 172 // A14[abi:TAG] f15<A14[abi:TAG]>() 182 // A14[abi:TAG] f16<int>() 195 // A17[abi:TAG]<int>::operator+(A17[abi:TAG]<int> const&) [all …]
|
/external/angle/build/util/ |
D | android_chrome_version_test.py | 712 build, patch, package, abi, is_next_build = TranslateVersionCode( 717 self.assertEqual(abi, 'arm') 721 """Test for an old build when the abi and apk bits were swapped.""" 722 build, patch, package, abi, is_next_build = TranslateVersionCode( 727 self.assertEqual(abi, 'x86') 732 build, patch, package, abi, is_next_build = TranslateVersionCode( 737 self.assertEqual(abi, 'arm') 742 build, patch, package, abi, is_next_build = TranslateVersionCode( 747 self.assertEqual(abi, 'arm') 752 build, patch, package, abi, is_next_build = TranslateVersionCode( [all …]
|
/external/cronet/stable/build/util/ |
D | android_chrome_version_test.py | 789 build, patch, package, abi, is_next_build = TranslateVersionCode( 794 self.assertEqual(abi, 'arm') 798 """Test for an old build when the abi and apk bits were swapped.""" 799 build, patch, package, abi, is_next_build = TranslateVersionCode( 804 self.assertEqual(abi, 'x86') 809 build, patch, package, abi, is_next_build = TranslateVersionCode( 814 self.assertEqual(abi, 'arm') 819 build, patch, package, abi, is_next_build = TranslateVersionCode( 824 self.assertEqual(abi, 'arm') 829 build, patch, package, abi, is_next_build = TranslateVersionCode( [all …]
|
/external/cronet/tot/build/util/ |
D | android_chrome_version_test.py | 789 build, patch, package, abi, is_next_build = TranslateVersionCode( 794 self.assertEqual(abi, 'arm') 798 """Test for an old build when the abi and apk bits were swapped.""" 799 build, patch, package, abi, is_next_build = TranslateVersionCode( 804 self.assertEqual(abi, 'x86') 809 build, patch, package, abi, is_next_build = TranslateVersionCode( 814 self.assertEqual(abi, 'arm') 819 build, patch, package, abi, is_next_build = TranslateVersionCode( 824 self.assertEqual(abi, 'arm') 829 build, patch, package, abi, is_next_build = TranslateVersionCode( [all …]
|
/external/libevent/ |
D | Makefile.am | 13 # This is the "Release" of the Libevent ABI. It takes precedence over 19 # that we can seriously expect ABI compatibility between series. 32 # If the ABI didn't change: 34 # If the ABI changed, but it's backward-compatible: 36 # If the ABI changed and it isn't backward-compatible: 39 # Once an RC is out, DO NOT MAKE ANY ABI-BREAKING CHANGES IN THAT SERIES 52 # 2.0.9-rc -- 2.0 5:0:0 (ABI changed slightly) 53 # 2.0.10-stable-- 2.0 5:1:0 (No ABI change) 54 # 2.0.11-stable-- 2.0 6:0:1 (ABI changed, backward-compatible) 55 # 2.0.12-stable-- 2.0 6:1:1 (No ABI change) [all …]
|