/external/llvm-project/polly/test/DeLICM/ |
D | reduction_overapproximate.ll | 3 …-polly-delicm-partial-writes=true -polly-delicm -analyze < %s | FileCheck %s --check-prefix=PARTIAL 119 ; PARTIAL: After accesses { 120 ; PARTIAL-NEXT: Stmt_reduction_checkloop 121 ; PARTIAL-NEXT: MustWriteAccess := [Reduction Type: NONE] [Scalar: 1] 122 ; PARTIAL-NEXT: { Stmt_reduction_checkloop[i0] -> MemRef_val__phi[] }; 123 ; PARTIAL-NEXT: new: { Stmt_reduction_checkloop[i0] -> MemRef_A[-1 + i0] : i0 <= 1 }; 124 ; PARTIAL-NEXT: Stmt_reduction_preheader 125 ; PARTIAL-NEXT: MustWriteAccess := [Reduction Type: NONE] [Scalar: 1] 126 ; PARTIAL-NEXT: { Stmt_reduction_preheader[i0] -> MemRef_phi__phi[] }; 127 ; PARTIAL-NEXT: new: { Stmt_reduction_preheader[i0] -> MemRef_A[-1 + i0] }; [all …]
|
D | reduction_looprotate_gvnpre.ll | 2 …e -polly-delicm-compute-known=true -polly-delicm -analyze < %s | FileCheck -check-prefix=PARTIAL %s 98 ; PARTIAL: After accesses { 99 ; PARTIAL-NEXT: Stmt_reduction_preheader 100 ; PARTIAL-NEXT: MustWriteAccess := [Reduction Type: NONE] [Scalar: 1] 101 ; PARTIAL-NEXT: { Stmt_reduction_preheader[i0] -> MemRef_phi__phi[] }; 102 ; PARTIAL-NEXT: new: { Stmt_reduction_preheader[i0] -> MemRef_A[i0] }; 103 ; PARTIAL-NEXT: Stmt_reduction_for 104 ; PARTIAL-NEXT: ReadAccess := [Reduction Type: NONE] [Scalar: 1] 105 ; PARTIAL-NEXT: { Stmt_reduction_for[i0, i1] -> MemRef_phi__phi[] }; 106 ; PARTIAL-NEXT: new: { Stmt_reduction_for[i0, i1] -> MemRef_A[i0] }; [all …]
|
/external/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;
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | WakeLockFacade.java | 41 FULL, PARTIAL, BRIGHT, DIM enumConstant 48 addWakeLock(WakeLockType.PARTIAL, PowerManager.PARTIAL_WAKE_LOCK); in WakeLockManager() 95 mManager.acquire(WakeLockType.PARTIAL); in wakeLockAcquirePartial()
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | loop-remarks.ll | 2 …p-unroll -pass-remarks=loop-unroll -unroll-count=4 2>&1 | FileCheck -check-prefix=PARTIAL-UNROLL %s 5 ; PARTIAL-UNROLL: remark: {{.*}}: unrolled loop by a factor of 4
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | loop-remarks-with-hotness.ll | 2 …-unroll -pass-remarks-with-hotness -unroll-count=4 2>&1 | FileCheck -check-prefix=PARTIAL-UNROLL %s 5 ; PARTIAL-UNROLL: remark: {{.*}}: unrolled loop by a factor of 4 {{.*}} (hotness: 300)
|
D | loop-remarks.ll | 2 …p-unroll -pass-remarks=loop-unroll -unroll-count=4 2>&1 | FileCheck -check-prefix=PARTIAL-UNROLL %s 6 ; PARTIAL-UNROLL: remark: {{.*}}: unrolled loop by a factor of 4
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | TestStateDictionaryBuilder.java | 182 } else if (status == Status.PARTIAL) { in tryFind() 324 if (stateStatus == Status.PARTIAL) { in crossCheck() 346 …boolean uniquePartial = status == Status.PARTIAL && matcher.nextUniquePartial(); // sets matchValu… in showValues() 353 status == Status.PARTIAL && uniquePartial ? "\tUNIQUE" : ""); in showValues() 441 if (status == Status.PARTIAL) { in showWords() 450 status == Status.PARTIAL && uniquePartial ? "\tUNIQUE" : ""); in showWords()
|
D | StateDictionary.java | 328 Status result = Status.PARTIAL; in next() 346 if (result != Status.PARTIAL) { in next() 354 if (result == Status.PARTIAL) { in next() 369 result = Status.PARTIAL; in next() 380 if (result == Status.PARTIAL) { in next() 412 return Status.PARTIAL; in nextByte()
|
D | Dictionary.java | 243 PARTIAL, enumConstant 330 || (status == Status.PARTIAL in next()
|
D | DictionaryStringByteConverter.java | 78 case PARTIAL: in toBytes()
|
D | SimpleDictionary.java | 170 return finalStatus = Status.PARTIAL; in next()
|
/external/icing/icing/util/ |
D | data-loss.h | 27 PARTIAL, enumerator
|
/external/icu/android_icu4j/src/main/java/android/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()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 102 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) { in breakExceptionAt() 278 static final int PARTIAL = (1 << 0); // < partial - need to run through forward trie field in SimpleFilteredSentenceBreakIterator.Builder 371 builder.add(prefix, PARTIAL); in wrapIteratorWithFilter()
|
/external/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 | 218 (message_differencer_->scope() == PARTIAL && in IsMatch() 607 if (this->scope_ == PARTIAL && base_message) { in RetrieveFields() 661 CombineFields(message1_fields, PARTIAL, message2_fields, PARTIAL); in CompareRequestedFieldsUsingSettings() 1152 return scope_ == PARTIAL && in IsTreatedAsSubset() 1322 if (scope_ == PARTIAL) { in CompareUnknownFields() 1603 if (scope_ == PARTIAL) { in MatchRepeatedFieldIndices()
|
/external/curl/tests/data/ |
D | test1513 | 11 HTTP/1.1 204 PARTIAL
|
D | test1555 | 11 HTTP/1.1 204 PARTIAL
|
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
D | parser.h | 111 PARTIAL = 70, /* PARTIAL */ enumerator
|
/external/libxkbcommon/src/xkbcomp/ |
D | keywords.gperf | 47 partial, PARTIAL
|
D | keywords.c | 358 {(int)(size_t)&((struct stringpool_t *)0)->stringpool_str72, PARTIAL} in keyword_gperf_lookup()
|
D | parser.y | 147 PARTIAL 70 302 Flag : PARTIAL { $$ = MAP_IS_PARTIAL; }
|
/external/wayland-protocols/ |
D | README.android | 32 3. The chromium.org/ directory should ba a **PARTIAL** copy of
|