| /external/bazelbuild-rules_rust/ |
| D | COMPATIBILITY.md | 1 # `rules_rust` backwards compatibility policy 3 This document defines the backwards compatibility policy for rules_rust and 10 A backwards compatible change has the property that a build that is green, 17 A backwards compatible release has the property that it only contains backward 22 backwards compatible changes. 27 Backwards incompatible changes will have to follow a process in order to be 34 All minor version number releases before version 1.0 can be backwards incompatible. 35 Backwards incompatible changes still have to follow the the process, but minimum 63 Platforms subject to backwards compatibility policy are 69 `//rust:defs.bzl` is subject to the backwards compatibility policy. That means [all …]
|
| /external/mbedtls/include/mbedtls/ |
| D | asn1write.h | 43 * \note This function works backwards in data buffer. 57 * \note This function works backwards in data buffer. 74 * \note This function works backwards in data buffer. 92 * \note This function works backwards in data buffer. 110 * \note This function works backwards in data buffer. 124 * \note This function works backwards in data buffer. 140 * \note This function works backwards in data buffer. 160 * \note This function works backwards in data buffer. 182 * \note This function works backwards in data buffer. 198 * \note This function works backwards in data buffer. [all …]
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | asn1write.h | 37 * \note This function works backwards in data buffer. 51 * \note This function works backwards in data buffer. 66 * \note This function works backwards in data buffer. 84 * \note This function works backwards in data buffer. 102 * \note This function works backwards in data buffer. 116 * \note This function works backwards in data buffer. 132 * \note This function works backwards in data buffer. 152 * \note This function works backwards in data buffer. 174 * \note This function works backwards in data buffer. 190 * \note This function works backwards in data buffer. [all …]
|
| /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/ |
| D | ComparatorMatcherBuilderTest.java | 27 return "backwards integer comparator"; 43 …assertDescription("a value greater than <1> when compared by <backwards integer comparator>", comp… in testDescription() 44 …assertDescription("a value equal to or greater than <1> when compared by <backwards integer compar… in testDescription() 45 …assertDescription("a value equal to <1> when compared by <backwards integer comparator>", compared… in testDescription() 46 …assertDescription("a value less than or equal to <1> when compared by <backwards integer comparato… in testDescription() 47 …assertDescription("a value less than <1> when compared by <backwards integer comparator>", compare… in testDescription() 56 …assertMismatchDescription("<1> was less than <0> when compared by <backwards integer comparator>",… in testMismatchDescriptions() 57 …assertMismatchDescription("<1> was equal to <1> when compared by <backwards integer comparator>", … in testMismatchDescriptions() 58 …assertMismatchDescription("<0> was greater than <1> when compared by <backwards integer comparator… in testMismatchDescriptions() 59 …assertMismatchDescription("<2> was equal to <2> when compared by <backwards integer comparator>", … in testMismatchDescriptions()
|
| /external/mockito/src/main/java/org/mockito/internal/util/ |
| D | JavaEightUtil.java | 28 * Creates an empty Optional using reflection to stay backwards-compatible with older JDKs. 43 … * Creates an empty OptionalDouble using reflection to stay backwards-compatible with older JDKs. 57 * Creates an empty OptionalInt using reflection to stay backwards-compatible with older JDKs. 71 * Creates an empty OptionalLong using reflection to stay backwards-compatible with older JDKs. 85 * Creates an empty Stream using reflection to stay backwards-compatible with older JDKs. 95 * Creates an empty DoubleStream using reflection to stay backwards-compatible with older JDKs. 105 * Creates an empty IntStream using reflection to stay backwards-compatible with older JDKs. 115 * Creates an empty LongStream using reflection to stay backwards-compatible with older JDKs. 125 …* Invokes a nullary static factory method using reflection to stay backwards-compatible with older…
|
| /external/libchrome/ui/gfx/geometry/mojo/ |
| D | geometry.mojom | 7 // Don't make backwards-incompatible changes to this definition! 8 // It's used in PageState serialization, so backwards incompatible changes 15 // Don't make backwards-incompatible changes to this definition! 16 // It's used in PageState serialization, so backwards incompatible changes
|
| /external/wayland/egl/ |
| D | wayland-egl-abi-check.c | 102 /* This program checks we keep a backwards-compatible struct wl_egl_window 115 printf("Backwards incompatible change detected!\n " \ 123 printf("Backwards incompatible change detected!\n " \ 137 printf("Backwards incompatible change detected!\n " \ 148 printf("Backwards incompatible change detected!\n " \ 159 printf("Backwards incompatible change detected!\n " \ 170 printf("Backwards incompatible change detected!\n " \
|
| /external/python/cpython2/Lib/test/ |
| D | test_xpickle.py | 4 # loading them via the other. It also tests backwards compatibility with 131 # This is a cut-down version of pickletester's test_float. Backwards 153 # Backwards compatibility was explicitly broken in r67934 to fix a bug. 159 # This is a cut-down version of pickletester's test_unicode. Backwards 181 # Test backwards compatibility with Python 2.4. 199 # Test backwards compatibility with Python 2.5. 212 # Test backwards compatibility with Python 2.6.
|
| /external/angle/extensions/ |
| D | EGL_ANGLE_create_context_backwards_compatible.txt | 39 is backwards-compatible with the requested verion but it is often useful to 62 - which is backwards compatible with that version. 65 + which is backwards compatible with that version if
|
| /external/mesa3d/src/panfrost/compiler/ |
| D | gen_disasm.py | 201 # backwards mapping (deriveds -> values), suitable for disassembly. This is 206 backwards = [None] * (1 << value_size) 218 assert(param not in backwards) 219 backwards[param] = ctx 221 return backwards 224 # backwards mapping (deriveds -> values) as a run-time lookup table. 251 backwards = [invert_lut(value_size, f, derived, mod_map, keys, mod_vals) for f in forward] 276 for i, order in enumerate(backwards): 282 …ptions = [ctx[j] if ctx is not None and ctx[j] is not None else "reserved" for ctx in backwards[0]]
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | BRANCHES.md | 24 ## Backwards Compatibility for application code 42 need to be changed. In case security comes in conflict with backwards 55 For contributors, see the [Backwards Compatibility section of 56 CONTRIBUTING](CONTRIBUTING.md#backwards-compatibility).
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowMediaMetadataRetriever.java | 108 * #addMetadata(DataSource, int, String)}. This method is retained mostly for backwards 138 * #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards 152 * {@link #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards 167 * #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards 182 * {@link #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards 197 * backwards compatibility; you can call {@link #addFrame(DataSource, long, Bitmap)} directly.
|
| /external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
| D | graph_analyzer_test.cc | 146 // Successfully propagate backwards through a multi-input link, 168 // Successfully propagate backwards through a multi-input link, 191 // Successfully propagate backwards through a multi-input link, 213 // Propagate backwards through a multi-input link, finding that the 231 // Propagate backwards through a multi-input link, finding that nothing 272 // Successfully propagate backwards through a multi-input link. 358 // Successfully propagate backwards through a multi-input link, 379 // Successfully propagate backwards through a multi-input link, 423 // Propagate backwards from all-or-none-input node, finding that the 440 // Propagate backwards from all-or-none-input node, finding that nothing [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
| D | ARMBlockPlacement.cpp | 10 // Currently it only moves blocks to fix backwards WLS branches. 148 /// Checks if loop has a backwards branching WLS, and if possible, fixes it. 167 LLVM_DEBUG(dbgs() << DEBUG_PREFIX << "Found a backwards WLS from " in fixBackwardsWLS() 171 // Make sure no forward branching WLSs to the Predecessor become backwards in fixBackwardsWLS() 189 // moving Preheader even if we'd introduce a backwards WLS in fixBackwardsWLS() 193 << "backwards branching WLS\n"); in fixBackwardsWLS() 229 // Find loops with a backwards branching WLS and fix if possible. in runOnMachineFunction()
|
| /external/cronet/third_party/protobuf/objectivec/Tests/ |
| D | GPBMessageTests+ClassNames.m | 118 // -initWithExtensionDescription:usesClassRefs:` to test backwards 139 // This tests backwards compatibility to make sure we support older sources 147 // This tests backwards compatibility to make sure we support older sources 155 // This tests backwards compatibility to make sure we support older sources
|
| /external/grpc-grpc/src/objective-c/GRPCClient/ |
| D | GRPCCallLegacy.h | 27 * GRPCCall2 in GRPCCall.h. This API exists solely for the purpose of backwards compatibility. 111 #pragma mark Backwards compatibiity 113 /** This protocol is kept for backwards compatibility with existing code. */ 127 /** This is only needed for backwards-compatibility. */
|
| /external/protobuf/objectivec/Tests/ |
| D | GPBMessageTests+ClassNames.m | 118 // -initWithExtensionDescription:usesClassRefs:` to test backwards 139 // This tests backwards compatibility to make sure we support older sources 147 // This tests backwards compatibility to make sure we support older sources 155 // This tests backwards compatibility to make sure we support older sources
|
| /external/mbedtls/ |
| D | BRANCHES.md | 31 ## Backwards Compatibility for application code 65 comes in conflict with backwards compatibility, we will put security first, 98 For contributors, see the [Backwards Compatibility section of 99 CONTRIBUTING](CONTRIBUTING.md#backwards-compatibility).
|
| /external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
| D | CountersTable.java | 91 * Add a list of counted nodes that were built in backwards document 96 * @param blist Vector of nodes built in backwards document order 150 // In the loop below, we collect the nodes in backwards doc order, so in countNode() 155 // the backwards list (m_newFound) to the forwards list (counter.m_countNodes). in countNode()
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | auto_mixed_precision_lists.h | 161 // For backwards compatibility, keeping the original env variable here. in AllowList() 219 // For backwards compatibility, keeping the original env variable here. in AllowList() 242 // For backwards compatibility, keeping the original env variable here. in AllowList() 381 // For backwards compatibility, keeping the original env variable here. in AllowList() 429 // For backwards compatibility, keeping the original env variable here. in InferList() 448 // For backwards compatibility, keeping the original env variable here. in DenyList()
|
| /external/bazel-skylib/docs/ |
| D | maintainers_guide.md | 6 especial attention to maintaining backwards compatibility. Ideally, it ought 22 Because Skylib is so widely used, breaking backwards compatibility can cause 27 backwards-incompatible manner. See the criteria in README.md. 28 2. Given a choice between breaking backwards compatibility and keeping it, try 29 to keep backwards compatibility. For example, if adding a new argument to a
|
| /external/tensorflow/tensorflow/tools/api/tests/ |
| D | README.txt | 1 TensorFlow API backwards compatibility test 4 If this test fails, it means a change has been made to the public API. Backwards
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/ |
| D | SubtypeResolver.java | 73 // for backwards compatibility... in collectAndResolveSubtypesByClass() 91 // for backwards compatibility... in collectAndResolveSubtypesByClass() 109 // for backwards compatibility... in collectAndResolveSubtypesByTypeId() 127 // for backwards compatibility... in collectAndResolveSubtypesByTypeId()
|
| /external/mesa3d/docs/relnotes/ |
| D | 10.4.6.rst | 76 - Revert "mesa: Correct backwards NULL check." 112 - mesa: Correct backwards NULL check. 115 - mesa: Correct backwards NULL check.
|
| /external/armnn/src/armnn/layers/ |
| D | PreluLayer.cpp | 62 // Loop backwards through the common part of the shapes in InferOutputShapes() 79 // Loop backwards through the remaing part of the input shape (if any) in InferOutputShapes() 88 // Loop backwards through the remaing part of the alpha shape (if any) in InferOutputShapes()
|