Home
last modified time | relevance | path

Searched refs:isFull (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
H A DLockFreeQueue.h88 if (isFull()){ in push()
144 bool isFull() const { return size() == CAPACITY; } in isFull() function in LockFreeQueue
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DLatencyAnalyzer.h151 bool isFull() const { in isFull() function in AudioRecording
435 return mAudioRecording.isFull(); in hasEnoughData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
H A DSpoofCheckerTest.java820 Method isFull = ScriptSet.getDeclaredMethod("isFull"); in testScriptSet()
821 isFull.setAccessible(true); in testScriptSet()
822 boolean result = (Boolean) isFull.invoke(ss); in testScriptSet()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java817 Method isFull = ScriptSet.getDeclaredMethod("isFull"); in testScriptSet()
818 isFull.setAccessible(true); in testScriptSet()
819 boolean result = (Boolean) isFull.invoke(ss); in testScriptSet()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java2080 public boolean isFull() { in isFull() method in SpoofChecker.ScriptSet
2088 } else if (isFull()) { in appendStringTo()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSpoofChecker.java2010 public boolean isFull() { in isFull() method in SpoofChecker.ScriptSet
2018 } else if (isFull()) { in appendStringTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp44 if (isFull()) in toScaled()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h97 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull() function in llvm::bfi_detail::BlockMass
104 /// Adds another mass, saturating at \a isFull() rather than overflowing.
135 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()

Completed in 15 milliseconds