Home
last modified time | relevance | path

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

123

/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/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.java322 Status result = Status.PARTIAL; in next()
340 if (result != Status.PARTIAL) { in next()
348 if (result == Status.PARTIAL) { in next()
363 result = Status.PARTIAL; in next()
374 if (result == Status.PARTIAL) { in next()
406 return Status.PARTIAL; in nextByte()
DDictionary.java243 PARTIAL, enumConstant
330 || (status == Status.PARTIAL in next()
DDictionaryStringByteConverter.java78 case PARTIAL: in toBytes()
DSimpleDictionary.java168 return finalStatus = Status.PARTIAL; in next()
/external/swiftshader/third_party/llvm-7.0/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/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.h103 PARTIAL = 70, enumerator
169 #define PARTIAL 70 macro
Dkeywords.gperf48 partial, PARTIAL
Dkeywords.c318 {(int)(long)&((struct stringpool_t *)0)->stringpool_str72, PARTIAL} in keyword_gperf_lookup()
Dparser.y145 PARTIAL 70
302 Flag : PARTIAL { $$ = MAP_IS_PARTIAL; }
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc86 differencer->set_scope(util::MessageDifferencer::PARTIAL); in ExpectEqualsWithDifferencer()
154 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
170 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
185 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
201 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
217 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
233 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
314 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
334 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
352 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
[all …]
Dmessage_differencer.cc545 CombineFields(message1_fields, PARTIAL, message2_fields, PARTIAL, in CompareRequestedFieldsUsingSettings()
951 return scope_ == PARTIAL && in IsTreatedAsSubset()
1110 if (scope_ == PARTIAL) { in CompareUnknownFields()
1384 if (scope_ == PARTIAL) { in MatchRepeatedFieldIndices()
Dmessage_differencer.h356 PARTIAL // Only fields present in the first message are considered; fields 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/curl/tests/data/
Dtest151311 HTTP/1.1 204 PARTIAL
Dtest155511 HTTP/1.1 204 PARTIAL
/external/perf_data_converter/src/quipper/
Dtest_utils.h81 differencer.set_scope(MessageDifferencer::PARTIAL); in PartiallyEqualsProto()
/external/wayland-protocols/
DREADME.android32 3. The chromium.org/ directory should ba a **PARTIAL** copy of
/external/python/cpython3/Tools/unicode/python-mappings/
DCP273.TXT44 0x2B 0x008B #PARTIAL LINE FORWARD (PLD)
45 0x2C 0x008C #PARTIAL LINE BACKWARD (PLU)
/external/swiftshader/src/Device/
DRenderer.hpp43 PARTIAL, // 2^-10 enumerator
/external/swiftshader/src/Renderer/
DRenderer.hpp43 PARTIAL, // 2^-10 enumerator

123