Home
last modified time | relevance | path

Searched refs:stl (Results 1 – 25 of 141) sorted by relevance

123456

/external/google-fruit/extras/scripts/
Dtravis_yml_generator.py75 def add_ubuntu_tests(ubuntu_version, compiler, os='linux', stl=None, asan=True, ubsan=True, argument
81 if stl is not None:
82 env['STL'] = stl
102 def add_osx_tests(compiler, xcode_version=None, stl=None, asan=True, ubsan=True, argument
105 if stl is not None:
106 env['STL'] = stl
149 add_ubuntu_tests(ubuntu_version='19.04', compiler='clang-6.0', stl='libstdc++',
151 add_ubuntu_tests(ubuntu_version='19.04', compiler='clang-8.0', stl='libstdc++',
154 add_ubuntu_tests(ubuntu_version='19.04', compiler='clang-8.0', stl='libc++',
159 add_ubuntu_tests(ubuntu_version='18.10', compiler='clang-4.0', stl='libstdc++')
[all …]
/external/python/pybind11/docs/advanced/cast/
Doverview.rst130 | ``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/lz4/programs/
DAndroid.bp13 stl: "libc++_static",
30 stl: "libc++_static",
/external/bzip2/
DAndroid.bp50 stl: "none",
63 stl: "none",
/external/vulkan-validation-layers/build-android/
Dbuild.py147 stl = 'c++_static'
148 obj_out = os.path.join(THIS_DIR, stl, 'obj')
275 'APP_STL=' + stl,
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dload-store-acquire-release-v8.s40 stl r3, [r0]
43 @ CHECK: stl r3, [r0] @ encoding: [0x93,0xfc,0x80,0xe1]
Dload-store-acquire-release-v8-thumb.s40 stl r3, [r0]
43 @ CHECK: stl r3, [r0] @ encoding: [0xc0,0xe8,0xaf,0x3f]
/external/llvm/test/MC/ARM/
Dload-store-acquire-release-v8.s40 stl r3, [r0]
43 @ CHECK: stl r3, [r0] @ encoding: [0x93,0xfc,0x80,0xe1]
Dload-store-acquire-release-v8-thumb.s40 stl r3, [r0]
43 @ CHECK: stl r3, [r0] @ encoding: [0xc0,0xe8,0xaf,0x3f]
/external/angle/
DAndroid.bp11 stl: "libc++_static",
61 stl: "libc++_static",
145 stl: "libc++_static",
231 stl: "libc++_static",
342 stl: "libc++_static",
429 stl: "libc++_static",
443 stl: "libc++_static",
488 stl: "libc++_static",
533 stl: "libc++_static",
620 stl: "libc++_static",
[all …]
/external/googletest/googletest/
DAndroid.bp42 stl: "c++_static",
50 stl: "c++_static",
/external/perfetto/test/cts/producer/jni/
DAndroid.bp18 stl: "libc++_static",
/external/arm-trusted-firmware/lib/locks/exclusive/aarch32/
Dspinlock.S40 stl r1, [r0]
/external/perfetto/test/cts/
DAndroid.bp43 stl: "libc++_static",
/external/capstone/suite/MC/ARM/
Dload-store-acquire-release-v8.s.cs13 0x93,0xfc,0x80,0xe1 = stl r3, [r0]
Dload-store-acquire-release-v8-thumb.s.cs13 0xc0,0xe8,0xaf,0x3f = stl r3, [r0]
/external/zlib/
DAndroid.bp13 stl: "none",
95 stl: "none",
/external/chromium-libpac/
DREADME6 utilities have been modified to use stl and the network functions have been
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
DAndroid.bp30 stl: "libc++_static",
/external/dtc/
DAndroid.bp14 stl: "none",
/external/selinux/secilc/
DAndroid.bp13 stl: "none",
/external/image_io/
DAndroid.bp55 stl: "c++_static",
/external/jsoncpp/
DAndroid.bp55 stl: "libc++_static",
/external/fmtlib/
DAndroid.bp46 stl: "c++_static",
/external/e2fsprogs/contrib/android/
DAndroid.bp51 stl: "libc++_static",

123456