Searched refs:stability (Results 1 – 25 of 197) sorted by relevance
12345678
/external/grpc-grpc/templates/ |
D | package.xml.template | 21 <stability> 24 </stability> 65 <stability> 68 </stability> 80 <stability> 83 </stability> 95 <stability> 98 </stability> 115 <stability> 118 </stability> [all …]
|
/external/eigen/doc/ |
D | B01_Experimental.dox | 9 …any parts of Eigen "experimental" which means that they are not subject to API stability guarantee. 13 We are aware that API stability is a major concern for our users. That's why it's a priority for us… 22 The following modules are considered entirely experimental, and we make no firm API stability guara… 31 In the Core module, the only classes subject to ABI stability guarantee (meaning that you can use i… 37 The only classes subject to (even partial) API stability guarantee (meaning that you can safely con… 38 \li MatrixBase : partial API stability (see below) 39 \li Matrix : full API stability (except for experimental stuff inherited from MatrixBase) 40 \li Map : full API stability (except for experimental stuff inherited from MatrixBase) 44 A few MatrixBase methods are considered experimental, hence not part of any API stability guarantee:
|
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | simple_lpc_analysis.c | 38 int16_t stability; in WebRtcIlbcfix_SimpleLpcAnalysis() local 71 stability=WebRtcSpl_LevinsonDurbin(R, A, rc, LPC_FILTERORDER); in WebRtcIlbcfix_SimpleLpcAnalysis() 77 if (stability!=1) { in WebRtcIlbcfix_SimpleLpcAnalysis()
|
/external/protobuf/ |
D | update_version.py | 252 stability = Find(root, 'stability') 253 ReplaceText(Find(stability, 'release'), 255 ReplaceText(Find(stability, 'api'), 'stable' if RC_VERSION == 0 else 'beta') 269 FindAndClone(stability, 'release'), 270 FindAndClone(stability, 'api')
|
/external/autotest/client/site_tests/cfm_AutotestSmokeTest/ |
D | control | 7 PURPOSE = ("Smoke test used for tracking the stability of the Autotest " 19 This test tracks the stability of the Auotest framework. The test opens a
|
/external/autotest/server/site_tests/audio_AudioBluetoothConnectionStability/ |
D | control | 9 PURPOSE = "Remotely controlled bluetooth stability test." 20 This test remotely tests bluetooth stability.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | NormalizationCorrections.txt | 12 # The normalization stability policy of the Unicode Consortium 22 # stability, the correction is entered in this data file, 23 # so that any implementation depending on absolute stability
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | NormalizationCorrections.txt | 12 # The normalization stability policy of the Unicode Consortium 22 # stability, the correction is entered in this data file, 23 # so that any implementation depending on absolute stability
|
/external/icu/icu4c/source/data/unidata/ |
D | NormalizationCorrections.txt | 12 # The normalization stability policy of the Unicode Consortium 22 # stability, the correction is entered in this data file, 23 # so that any implementation depending on absolute stability
|
/external/autotest/server/site_tests/enterprise_CFM_AutotestSmokeTest/ |
D | control | 9 PURPOSE = ("Server-side smoke test used for tracking the stability of the " 21 This test tracks the stability of the Auotest framework for server tests.
|
/external/tensorflow/tensorflow/cc/experimental/base/public/ |
D | BUILD | 2 # New TF C++ APIs under the tensorflow::cc namespace aim to guarantee ABI stability. 5 # We aim to achieve ABI stability in new C++ APIs by only using types
|
/external/python/cryptography/docs/ |
D | api-stability.rst | 1 API stability 4 From its first release, ``cryptography`` will have a strong API stability 33 One exception to our API stability policy is for security. We will violate this
|
/external/llvm-project/llvm/docs/Proposals/ |
D | LLVMLibC.rst | 86 As llvm-libc is new, it will not offer ABI stability in the initial stages. 88 in having ABI stability, llvm-libc code will be written in a manner which is 89 amenable to ABI stability. We are looking for contributors interested in 91 stability mean for llvm-libc.
|
/external/mesa3d/docs/relnotes/ |
D | 7.5.rst | 5 stability and reliability should stick with the 7.4.x branch or wait for 22 stability you should probably look for "point" releases such as 7.5.1
|
D | 7.8.1.rst | 7 development release. People who are concerned with stability and
|
D | 10.1.rst | 5 stability and reliability should stick with a previous release or wait
|
/external/flatbuffers/tests/fuzzer/ |
D | readme.md | 14 - `verifier_fuzzer` checks stability of deserialization engine for `Monster` schema; 15 - `parser_fuzzer` checks stability of schema and json parser under various inputs;
|
/external/libwebsockets/minimal-examples/ws-client/ |
D | README.md | 8 minimal-ws-client-spam|Spams ws connections in parallel to a server for stability testing
|
/external/llvm-project/libcxx/docs/DesignDocs/ |
D | ABIVersioning.rst | 3 Libc++ ABI stability
|
/external/libcxx/docs/DesignDocs/ |
D | ABIVersioning.rst | 3 Libc++ ABI stability
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/ |
D | README.md | 3 This is designed to confirm long term stability of ws timers on a
|
/external/chromium-webview/ |
D | README.md | 19 security and stability improvements.
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 81 Additionally, test cases calculate "sample linearity" and "sample temporal stability" 89 Sample temporal stability describes the stability of the function during the sampling. 93 the test and in the end of the test, the temporal stability will be 100%. A value less
|
/external/autotest/test_suites/ |
D | control.experimental | 16 record of stability running in the lab. The track record is
|
D | control.tendo_experimental | 16 record of stability running in the lab. The track record is
|
12345678