Home
last modified time | relevance | path

Searched refs:Stable (Results 1 – 25 of 44) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DAppendingTypeTableBuilder.cpp86 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in insertRecordBytes() local
87 memcpy(Stable, Record.data(), Record.size()); in insertRecordBytes()
88 Record = ArrayRef<uint8_t>(Stable, Record.size()); in insertRecordBytes()
DMergingTypeTableBuilder.cpp90 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() local
91 memcpy(Stable, Data.data(), Data.size()); in stabilize()
92 return makeArrayRef(Stable, Data.size()); in stabilize()
/external/python/cpython3/.github/
DCONTRIBUTING.rst9 + `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_
13 + `Stable buildbots <http://buildbot.python.org/3.7.stable/>`_
17 + `Stable buildbots <http://buildbot.python.org/3.6.stable/>`_
21 + `Stable buildbots <http://buildbot.python.org/2.7.stable/>`_
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h78 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs() local
79 MutableArrayRef<uint8_t> Data(Stable, RecordSize); in insertRecordAs()
/external/parameter-framework/asio-1.10.6/
DREADME.parameter-framework7 'http://sourceforge.net/projects/asio/files/asio/1.10.6%20%28Stable%29/' and
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
DCLASSIFIERS1 Development Status :: 5 - Production/Stable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DCLASSIFIERS1 Development Status :: 5 - Production/Stable
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
Dsort_go17.go27 sort.Stable(reflectSliceSorter{reflect.ValueOf(slice), less})
/external/autotest/test_suites/
Dcontrol.bluetooth_chameleon_sanity7 PURPOSE = "Stable automated testing of Bluetooth with Chameleon/RN42"
/external/python/mock/
Dsetup.cfg9 Development Status :: 5 - Production/Stable
/external/python/cpython2/Lib/test/
Dtest_sort.py66 class Stable(object): class
119 s = [Stable(random.randrange(10), i) for i in xrange(n)]
/external/python/futures/futures.egg-info/
DPKG-INFO47 Classifier: Development Status :: 5 - Production/Stable
/external/python/futures/
DPKG-INFO47 Classifier: Development Status :: 5 - Production/Stable
/external/python/cpython3/Lib/test/
Dtest_sort.py67 class Stable(object): class
125 s = [Stable(random.randrange(10), i) for i in range(n)]
/external/skia/resources/lua/
Dslides_content2.lua120 - Stable C ABI
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_content2.lua120 - Stable C ABI
/external/skqp/resources/lua/
Dslides_content2.lua120 - Stable C ABI
/external/python/cpython3/Doc/c-api/
Dstable.rst6 Stable Application Binary Interface
/external/python/setuptools/
DPKG-INFO47 Classifier: Development Status :: 5 - Production/Stable
/external/python/setuptools/setuptools.egg-info/
DPKG-INFO47 Classifier: Development Status :: 5 - Production/Stable
/external/bcc/
DINSTALL.md57 **Stable and Signed Packages**
98 **Stable and Signed Packages**
100 Stable bcc binary packages for Fedora 25, 26, 27, and 28 are hosted at
/external/tensorflow/
DREADME.md121 **Linux ppc64le CPU** Stable Release …
123 **Linux ppc64le GPU** Stable Release …
/external/skia/experimental/c-api-example/
Dc.md1 Skia's Stable C API
/external/skqp/experimental/c-api-example/
Dc.md1 Skia's Stable C API
/external/eigen/doc/
DAsciiQuickReference.txt200 x = A.lu() .solve(b)); // Stable and fast. #include <Eigen/LU>
202 x = A.svd() .solve(b)); // Stable, slowest. #include <Eigen/SVD>

12