/third_party/mesa3d/src/panfrost/bifrost/ |
D | gen_disasm.py | 206 backwards = [None] * (1 << value_size) 218 assert(param not in backwards) 219 backwards[param] = ctx 221 return backwards 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]]
|
/third_party/skia/third_party/externals/angle2/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
|
/third_party/flutter/skia/third_party/externals/angle2/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
|
/third_party/boost/libs/outcome/doc/src/content/reference/macros/ |
D | enable_legacy_support_for.md | 3 description = "Enables backwards features and naming compatibility for earlier versions of Outcome." 6 …ally naming were retired in newer versions. Define this macro to enable backwards compatibility al…
|
/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
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | filteredbrk.cpp | 141 SimpleFilteredSentenceBreakData(UCharsTrie *forwards, UCharsTrie *backwards ) in SimpleFilteredSentenceBreakData() argument 142 : fForwardsPartialTrie(forwards), fBackwardsTrie(backwards), refcount(1) { } in SimpleFilteredSentenceBreakData() 176 …ceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &sta… 260 …ceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &sta… in SimpleFilteredSentenceBreakIterator() argument 262 fData(new SimpleFilteredSentenceBreakData(forwards, backwards)), in SimpleFilteredSentenceBreakIterator() 267 delete backwards; in SimpleFilteredSentenceBreakIterator()
|
/third_party/node/deps/icu-small/source/common/ |
D | filteredbrk.cpp | 140 SimpleFilteredSentenceBreakData(UCharsTrie *forwards, UCharsTrie *backwards ) in SimpleFilteredSentenceBreakData() argument 141 : fForwardsPartialTrie(forwards), fBackwardsTrie(backwards), refcount(1) { } in SimpleFilteredSentenceBreakData() 175 …ceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &sta… 259 …ceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &sta… in SimpleFilteredSentenceBreakIterator() argument 261 fData(new SimpleFilteredSentenceBreakData(forwards, backwards)), in SimpleFilteredSentenceBreakIterator() 266 delete backwards; in SimpleFilteredSentenceBreakIterator()
|
/third_party/icu/icu4c/source/common/ |
D | filteredbrk.cpp | 141 SimpleFilteredSentenceBreakData(UCharsTrie *forwards, UCharsTrie *backwards ) in SimpleFilteredSentenceBreakData() argument 142 : fForwardsPartialTrie(forwards), fBackwardsTrie(backwards), refcount(1) { } in SimpleFilteredSentenceBreakData() 176 …ceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &sta… 260 …ceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &sta… in SimpleFilteredSentenceBreakIterator() argument 262 fData(new SimpleFilteredSentenceBreakData(forwards, backwards)), in SimpleFilteredSentenceBreakIterator() 267 delete backwards; in SimpleFilteredSentenceBreakIterator()
|
/third_party/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.
|
/third_party/boost/libs/regex/doc/ |
D | bad_expression.qbk | 30 typedef regex_error bad_pattern; // for backwards compatibility 31 typedef regex_error bad_expression; // for backwards compatibility
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | ltoptions.m4 | 118 dnl aclocal-1.4 backwards compatibility: 154 dnl aclocal-1.4 backwards compatibility: 206 dnl aclocal-1.4 backwards compatibility: 260 dnl aclocal-1.4 backwards compatibility: 317 dnl aclocal-1.4 backwards compatibility: 365 dnl aclocal-1.4 backwards compatibility:
|
/third_party/flutter/skia/third_party/externals/sdl/acinclude/ |
D | ltoptions.m4 | 118 dnl aclocal-1.4 backwards compatibility: 154 dnl aclocal-1.4 backwards compatibility: 206 dnl aclocal-1.4 backwards compatibility: 260 dnl aclocal-1.4 backwards compatibility: 317 dnl aclocal-1.4 backwards compatibility: 365 dnl aclocal-1.4 backwards compatibility:
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | filteredbrk.cpp | 140 SimpleFilteredSentenceBreakData(UCharsTrie *forwards, UCharsTrie *backwards ) in SimpleFilteredSentenceBreakData() argument 141 : fForwardsPartialTrie(forwards), fBackwardsTrie(backwards), refcount(1) { } in SimpleFilteredSentenceBreakData() 158 …ceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &sta… 242 …ceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &sta… in SimpleFilteredSentenceBreakIterator() argument 244 fData(new SimpleFilteredSentenceBreakData(forwards, backwards)), in SimpleFilteredSentenceBreakIterator()
|
/third_party/boost/libs/iterator/doc/ |
D | permutation_iterator_eg.rst | 47 std::cout << "Permutation backwards : "; 65 Permutation backwards : 6 7 8 9
|
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/ |
D | fr_CA.txt | 7 Sequence{"[backwards 2]"}
|
/third_party/python/Doc/library/ |
D | superseded.rst | 8 backwards compatibility. They have been superseded by other modules.
|
/third_party/flatbuffers/CMake/ |
D | DESCRIPTION.txt | 4 forwards/backwards compatibility.
|
/third_party/skia/third_party/externals/icu/source/data/coll/ |
D | fr_CA.txt | 7 Sequence{"[backwards 2]"}
|
/third_party/icu/icu4c/source/data/coll/ |
D | fr_CA.txt | 7 Sequence{"[backwards 2]"}
|
/third_party/eudev/m4/ |
D | ltoptions.m4 | 120 dnl aclocal-1.4 backwards compatibility: 156 dnl aclocal-1.4 backwards compatibility: 208 dnl aclocal-1.4 backwards compatibility: 262 dnl aclocal-1.4 backwards compatibility: 319 dnl aclocal-1.4 backwards compatibility: 418 dnl aclocal-1.4 backwards compatibility:
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | ltoptions.m4 | 120 dnl aclocal-1.4 backwards compatibility: 156 dnl aclocal-1.4 backwards compatibility: 208 dnl aclocal-1.4 backwards compatibility: 262 dnl aclocal-1.4 backwards compatibility: 319 dnl aclocal-1.4 backwards compatibility: 418 dnl aclocal-1.4 backwards compatibility:
|
/third_party/libffi/m4/ |
D | ltoptions.m4 | 120 dnl aclocal-1.4 backwards compatibility: 156 dnl aclocal-1.4 backwards compatibility: 208 dnl aclocal-1.4 backwards compatibility: 262 dnl aclocal-1.4 backwards compatibility: 319 dnl aclocal-1.4 backwards compatibility: 418 dnl aclocal-1.4 backwards compatibility:
|
/third_party/gettext/m4/ |
D | ltoptions.m4 | 120 dnl aclocal-1.4 backwards compatibility: 156 dnl aclocal-1.4 backwards compatibility: 208 dnl aclocal-1.4 backwards compatibility: 262 dnl aclocal-1.4 backwards compatibility: 319 dnl aclocal-1.4 backwards compatibility: 418 dnl aclocal-1.4 backwards compatibility:
|
/third_party/node/deps/cares/m4/ |
D | ltoptions.m4 | 120 dnl aclocal-1.4 backwards compatibility: 156 dnl aclocal-1.4 backwards compatibility: 208 dnl aclocal-1.4 backwards compatibility: 262 dnl aclocal-1.4 backwards compatibility: 319 dnl aclocal-1.4 backwards compatibility: 418 dnl aclocal-1.4 backwards compatibility:
|
/third_party/wayland_standard/m4/ |
D | ltoptions.m4 | 120 dnl aclocal-1.4 backwards compatibility: 156 dnl aclocal-1.4 backwards compatibility: 208 dnl aclocal-1.4 backwards compatibility: 262 dnl aclocal-1.4 backwards compatibility: 319 dnl aclocal-1.4 backwards compatibility: 418 dnl aclocal-1.4 backwards compatibility:
|