Home
last modified time | relevance | path

Searched refs:isForward (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java407 boolean isForward; in getSpans()
433 isForward = true; in getSpans()
439 isForward = false; in getSpans()
471 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) { in getSpans()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java410 boolean isForward; in getSpans()
436 isForward = true; in getSpans()
442 isForward = false; in getSpans()
474 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) { in getSpans()
/third_party/node/src/
Dstring_search.h21 Vector(T* data, size_t length, bool isForward) in Vector() argument
22 : start_(data), length_(length), is_forward_(isForward) { in Vector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h164 bool isForward() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1343 bool isForward = TOS == Op0; in handleTwoArgFP() local
1346 if (isForward) in handleTwoArgFP()
1351 if (isForward) in handleTwoArgFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp208 assert(Dep.isForward() && "Needs to be a forward dependence"); in findStoreToLoadDependences()
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp2957 UBool isForward; in getSpans() local
2986 isForward=true; in getSpans()
2992 isForward=false; in getSpans()
3024 if(!isForward && (whichSpans&SPAN_FWD)!=0 && (expectCount&1)==0) { in getSpans()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1274 bool MemoryDepChecker::Dependence::isForward() const { in isForward() function in MemoryDepChecker::Dependence