/external/google-fruit/extras/scripts/ |
D | travis_yml_generator.py | 77 def add_ubuntu_tests(ubuntu_version, compiler, os='linux', stl=None, asan=True, ubsan=True, clang_t… argument 83 if stl is not None: 84 env['STL'] = stl 104 def add_osx_tests(compiler, xcode_version=None, stl=None, asan=True, ubsan=True, clang_tidy=True, argument 107 if stl is not None: 108 env['STL'] = stl 150 add_ubuntu_tests(ubuntu_version='20.10', compiler='clang-8.0', stl='libstdc++', 152 add_ubuntu_tests(ubuntu_version='20.10', compiler='clang-11.0', stl='libstdc++') 153 add_ubuntu_tests(ubuntu_version='20.10', compiler='clang-11.0', stl='libc++') 156 add_ubuntu_tests(ubuntu_version='20.04', compiler='clang-6.0', stl='libstdc++', [all …]
|
/external/python/pybind11/docs/advanced/cast/ |
D | overview.rst | 130 | ``std::array<T, Size>`` | STL static array | :file:`pybind11/stl.h` | 132 | ``std::vector<T>`` | STL dynamic array | :file:`pybind11/stl.h` | 134 | ``std::deque<T>`` | STL double-ended queue | :file:`pybind11/stl.h` | 136 | ``std::valarray<T>`` | STL value array | :file:`pybind11/stl.h` | 138 | ``std::list<T>`` | STL linked list | :file:`pybind11/stl.h` | 140 | ``std::map<T1, T2>`` | STL ordered map | :file:`pybind11/stl.h` | 142 | ``std::unordered_map<T1, T2>`` | STL unordered map | :file:`pybind11/stl.h` | 144 | ``std::set<T>`` | STL ordered set | :file:`pybind11/stl.h` | 146 | ``std::unordered_set<T>`` | STL unordered set | :file:`pybind11/stl.h` | 148 | ``std::optional<T>`` | STL optional type (C++17) | :file:`pybind11/stl.h` | [all …]
|
/external/oboe/samples/LiveEffect/src/main/cpp/ |
D | ndk-stl-config.cmake | 5 # find_package(ndk-stl REQUIRED) 9 # find_package(ndk-stl REQUIRED PATHS ".") 18 "${ANDROID_NDK}/sources/cxx-stl/${lib_path}/libs/${ANDROID_ABI}/lib${so_base}.so" 27 message(FATAL_ERROR "gabi++_shared was not configured by ndk-stl package")
|
/external/pigweed/pw_thread_stl/ |
D | test_threads.cc | 25 static constexpr stl::Options thread_0_options; in TestOptionsThread0() 30 static constexpr stl::Options thread_1_options; in TestOptionsThread1()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/ |
D | Android.rules | 81 -isystem $(NDK_ROOT)/sources/cxx-stl/llvm-libc++/include \ 83 -isystem $(NDK_ROOT)/sources/cxx-stl/llvm-libc++abi/include 86 -L$(NDK_ROOT)/sources/cxx-stl/llvm-libc++/libs/$(STL_ARCH) \ 87 $(NDK_ROOT)/sources/cxx-stl/llvm-libc++/libs/$(STL_ARCH)/libc++_static.a \
|
/external/angle/ |
D | Android.bp | 11 stl: "libc++_static", 76 stl: "libc++_static", 150 stl: "libc++_static", 259 stl: "libc++_static", 336 stl: "libc++_static", 393 stl: "libc++_static", 454 stl: "libc++_static", 468 stl: "libc++_static", 535 stl: "libc++_static", 585 stl: "libc++_static", [all …]
|
/external/lz4/programs/ |
D | Android.bp | 28 stl: "libc++_static", 45 stl: "libc++_static",
|
/external/llvm-project/llvm/test/MC/VE/ |
D | ST.s | 26 # CHECK-INST: stl %s11, 20(%s10, %s11) 28 stl %s11, 20(%s10, %s11) label
|
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/ |
D | tls.ll | 107 ; GENDYN-NEXT: stl %s18, (, %s0) 127 ; GENDYNPIC-NEXT: stl %s18, (, %s0) 137 ; LOCAL-NEXT: stl %s0, (, %s34) 158 ; GENDYN-NEXT: stl %s18, (, %s0) 178 ; GENDYNPIC-NEXT: stl %s18, (, %s0) 188 ; LOCAL-NEXT: stl %s0, (, %s34)
|
D | callstruct.ll | 11 ; CHECK-NEXT: stl %s1, (, %s0) 12 ; CHECK-NEXT: stl %s2, 4(, %s0)
|
D | truncstore.ll | 26 ; CHECK-NEXT: stl %s0, (, %s1) 46 ; CHECK-NEXT: stl %s0, (, %s1)
|
D | symbol_relocation_tls.ll | 106 ; GENDYN-NEXT: stl %s18, (, %s0) 128 ; GENDYNPIC-NEXT: stl %s18, (, %s0) 150 ; GENDYN-NEXT: stl %s18, (, %s0) 172 ; GENDYNPIC-NEXT: stl %s18, (, %s0)
|
/external/vulkan-validation-layers/build-android/ |
D | build.py | 147 stl = 'c++_static' 148 obj_out = os.path.join(THIS_DIR, stl, 'obj') 280 'APP_STL=' + stl,
|
/external/llvm/test/MC/ARM/ |
D | load-store-acquire-release-v8-thumb.s | 40 stl r3, [r0] 43 @ CHECK: stl r3, [r0] @ encoding: [0xc0,0xe8,0xaf,0x3f]
|
D | load-store-acquire-release-v8.s | 40 stl r3, [r0] 43 @ CHECK: stl r3, [r0] @ encoding: [0x93,0xfc,0x80,0xe1]
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | load-store-acquire-release-v8-thumb.s | 40 stl r3, [r0] 43 @ CHECK: stl r3, [r0] @ encoding: [0xc0,0xe8,0xaf,0x3f]
|
D | load-store-acquire-release-v8.s | 40 stl r3, [r0] 43 @ CHECK: stl r3, [r0] @ encoding: [0x93,0xfc,0x80,0xe1]
|
/external/pigweed/pw_thread_stl/public/pw_thread_stl/ |
D | options.h | 18 namespace pw::thread::stl {
|
/external/googletest/googletest/ |
D | Android.bp | 51 stl: "c++_static", 59 stl: "c++_static",
|
/external/bzip2/ |
D | Android.bp | 85 stl: "none", 98 stl: "none",
|
/external/arm-trusted-firmware/lib/locks/exclusive/aarch32/ |
D | spinlock.S | 40 stl r1, [r0]
|
/external/capstone/suite/MC/ARM/ |
D | load-store-acquire-release-v8.s.cs | 13 0x93,0xfc,0x80,0xe1 = stl r3, [r0]
|
D | load-store-acquire-release-v8-thumb.s.cs | 13 0xc0,0xe8,0xaf,0x3f = stl r3, [r0]
|
/external/perfetto/test/cts/producer/jni/ |
D | Android.bp | 27 stl: "libc++_static",
|
/external/marisa-trie/ |
D | Android.bp | 58 stl: "libc++_static", 74 stl: "libc++_static",
|