Home
last modified time | relevance | path

Searched refs:PARTIAL (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm-project/polly/test/DeLICM/
Dreduction_overapproximate.ll3 …-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 …]
Dreduction_looprotate_gvnpre.ll2 …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/
Dfilterrb.cpp102 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()
Dfilterrb.h48 PARTIAL, enumerator
159 EInclusion fIncluded = PARTIAL;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DWakeLockFacade.java41 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/
Dloop-remarks.ll2 …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/
Dloop-remarks-with-hotness.ll2 …-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)
Dloop-remarks.ll2 …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/
DTestStateDictionaryBuilder.java182 } 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()
DStateDictionary.java328 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()
DDictionary.java243 PARTIAL, enumConstant
330 || (status == Status.PARTIAL in next()
DDictionaryStringByteConverter.java78 case PARTIAL: in toBytes()
DSimpleDictionary.java170 return finalStatus = Status.PARTIAL; in next()
/external/icing/icing/util/
Ddata-loss.h27 PARTIAL, enumerator
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleFilteredSentenceBreakIterator.java104 } 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/
DSimpleFilteredSentenceBreakIterator.java102 } 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/
Dmessage_differencer_unittest.cc86 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 …]
Dmessage_differencer.cc218 (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/
Dtest151311 HTTP/1.1 204 PARTIAL
Dtest155511 HTTP/1.1 204 PARTIAL
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.h111 PARTIAL = 70, /* PARTIAL */ enumerator
/external/libxkbcommon/src/xkbcomp/
Dkeywords.gperf47 partial, PARTIAL
Dkeywords.c358 {(int)(size_t)&((struct stringpool_t *)0)->stringpool_str72, PARTIAL} in keyword_gperf_lookup()
Dparser.y147 PARTIAL 70
302 Flag : PARTIAL { $$ = MAP_IS_PARTIAL; }
/external/wayland-protocols/
DREADME.android32 3. The chromium.org/ directory should ba a **PARTIAL** copy of

123