/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_1_008.cpp | 19 #define PARTIAL_CAT_1(a, b) CAT(PARTIAL ## a, b) 20 #define PARTIAL_CAT_2(a, b) CAT(a, b ## PARTIAL) 21 #define PARTIAL_CAT_3(a, b) CAT(PARTIAL ## a, b ## PARTIAL) 23 #define PARTIAL macro 31 PARTIAL_CAT(0)( PARTIAL X, Y PARTIAL ) 34 PARTIAL_CAT(1)( PARTIAL X, Y PARTIAL ) 37 PARTIAL_CAT(2)( PARTIAL X, Y PARTIAL ) 40 PARTIAL_CAT(3)( PARTIAL X, Y PARTIAL )
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | filterrb.cpp | 102 if (node->fIncluded != PARTIAL) { in match() 125 if (node->fIncluded != PARTIAL) { in match() 137 return PARTIAL; in match() 141 if (node->fIncluded == PARTIAL) { in match() 169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()
|
D | filterrb.h | 48 PARTIAL, enumerator 159 EInclusion fIncluded = PARTIAL;
|
D | reslist.cpp | 1789 U_ASSERT(inclusion == PathFilter::EInclusion::PARTIAL); in applyFilter()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | filterrb.cpp | 102 if (node->fIncluded != PARTIAL) { in match() 125 if (node->fIncluded != PARTIAL) { in match() 137 return PARTIAL; in match() 141 if (node->fIncluded == PARTIAL) { in match() 169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()
|
D | filterrb.h | 48 PARTIAL, enumerator 159 EInclusion fIncluded = PARTIAL;
|
D | reslist.cpp | 1781 U_ASSERT(inclusion == PathFilter::EInclusion::PARTIAL); in applyFilter()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | filterrb.cpp | 102 if (node->fIncluded != PARTIAL) { in match() 125 if (node->fIncluded != PARTIAL) { in match() 137 return PARTIAL; in match() 141 if (node->fIncluded == PARTIAL) { in match() 169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()
|
D | filterrb.h | 48 PARTIAL, enumerator 159 EInclusion fIncluded = PARTIAL;
|
D | reslist.cpp | 1789 U_ASSERT(inclusion == PathFilter::EInclusion::PARTIAL); in applyFilter()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 104 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) { in breakExceptionAt() 283 static final int PARTIAL = (1 << 0); // < partial - need to run through forward trie field in SimpleFilteredSentenceBreakIterator.Builder 376 builder.add(prefix, PARTIAL); in wrapIteratorWithFilter()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 98 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) { in breakExceptionAt() 296 static final int PARTIAL = (1 << 0); // < partial - need to run through forward trie field in SimpleFilteredSentenceBreakIterator.Builder 389 builder.add(prefix, PARTIAL); in wrapIteratorWithFilter()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.cc | 86 differencer->set_scope(util::MessageDifferencer::PARTIAL); in ExpectEqualsWithDifferencer() 175 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST() 191 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST() 206 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST() 222 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST() 238 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST() 254 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST() 332 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST() 352 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST() 370 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST() [all …]
|
D | message_differencer.cc | 216 (message_differencer_->scope() == PARTIAL && in IsMatch() 610 if (this->scope_ == PARTIAL && base_message) { in RetrieveFields() 664 CombineFields(message1_fields, PARTIAL, message2_fields, PARTIAL); in CompareRequestedFieldsUsingSettings() 1155 return scope_ == PARTIAL && in IsTreatedAsSubset() 1325 if (scope_ == PARTIAL) { in CompareUnknownFields() 1609 if (scope_ == PARTIAL) { in MatchRepeatedFieldIndices()
|
D | message_differencer.h | 374 PARTIAL // Only fields present in the first message are considered; fields enumerator
|
/third_party/curl/tests/data/ |
D | test1513 | 11 HTTP/1.1 204 PARTIAL
|
D | test1555 | 11 HTTP/1.1 204 PARTIAL
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_net_http.js | 36 PARTIAL: 206, property
|
/third_party/python/Tools/unicode/python-mappings/ |
D | CP273.TXT | 44 0x2B 0x008B #PARTIAL LINE FORWARD (PLD) 45 0x2C 0x008C #PARTIAL LINE BACKWARD (PLU)
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Renderer.hpp | 43 PARTIAL, // 2^-10 enumerator
|
D | Renderer.cpp | 2900 logPrecision = PARTIAL; in updateConfiguration() 2901 expPrecision = PARTIAL; in updateConfiguration() 2902 rcpPrecision = PARTIAL; in updateConfiguration() 2903 rsqPrecision = PARTIAL; in updateConfiguration()
|
/third_party/curl/docs/ |
D | URL-SYNTAX.md | 247 specify the `UID`, `SECTION` and `PARTIAL` octets of the message to fetch and 277 imap://user:password@mail.example.com/INBOX/;UID=4/;PARTIAL=0.1024
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 450 constexpr char PARTIAL[] = "partial"; variable
|
/third_party/boost/libs/spirit/workbench/unicode/ |
D | Scripts.txt | 541 1D6DB ; Common # Sm MATHEMATICAL BOLD PARTIAL DIFFERENTIAL 545 1D715 ; Common # Sm MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL 549 1D74F ; Common # Sm MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL 553 1D789 ; Common # Sm MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL 557 1D7C3 ; Common # Sm MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL
|
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/ |
D | Scripts.txt | 541 1D6DB ; Common # Sm MATHEMATICAL BOLD PARTIAL DIFFERENTIAL 545 1D715 ; Common # Sm MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL 549 1D74F ; Common # Sm MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL 553 1D789 ; Common # Sm MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL 557 1D7C3 ; Common # Sm MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL
|