Home
last modified time | relevance | path

Searched refs:hasContext (Results 1 – 9 of 9) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DReactorFlow.kt37 val hasContext = !subscriber.currentContext().isEmpty in asFlux() constant
38 …val source = if (hasContext) flow.flowOn(subscriber.currentContext().asCoroutineContext()) else fl… in asFlux()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataBuilder.java183 boolean hasContext = prefix.length() != 0|| s.length() > cLength; in addCE32()
190 if(hasContext || Collation.ce32HasContext(baseCE32)) { in addCE32()
195 if(!hasContext) { in addCE32()
362 boolean hasContext() { return context.length() > 1; } in hasContext() method in CollationDataBuilder.ConditionalCE32
755 assert(!cond.hasContext()); in copyCE32()
1021 assert(!head.hasContext()); in buildContext()
1028 assert(cond == head || cond.hasContext()); in buildContext()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataBuilder.java184 boolean hasContext = prefix.length() != 0|| s.length() > cLength; in addCE32()
191 if(hasContext || Collation.ce32HasContext(baseCE32)) { in addCE32()
196 if(!hasContext) { in addCE32()
363 boolean hasContext() { return context.length() > 1; } in hasContext() method in CollationDataBuilder.ConditionalCE32
756 assert(!cond.hasContext()); in copyCE32()
1022 assert(!head.hasContext()); in buildContext()
1029 assert(cond == head || cond.hasContext()); in buildContext()
/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp63 inline UBool hasContext() const { return context.length() > 1; } in hasContext() function
551 UBool hasContext = !prefix.isEmpty() || s.length() > cLength; in addCE32() local
558 if(hasContext || Collation::ce32HasContext(baseCE32)) { in addCE32()
564 if(!hasContext) { in addCE32()
984 U_ASSERT(!cond->hasContext()); in copyCE32()
1355 U_ASSERT(!head->hasContext()); in buildContext()
1362 U_ASSERT(cond == head || cond->hasContext()); in buildContext()
/external/llvm-project/polly/www/video-js/
Dvideo.js1726 if (this.hasContext === true) { return this; }
1731 funcParent[attrname].hasContext = true;
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProf.h423 bool hasContext() const { return State != UnknownContext; }
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp226 if (FContext.hasContext()) in readImpl()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...