Home
last modified time | relevance | path

Searched refs:setResult (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrieIterator.java182 private final void setResult(Element element, int start, int limit, in setResult() method in TrieIterator
208 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextBMPElement()
232 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextBMPElement()
270 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextSupplementaryElement()
279 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextSupplementaryElement()
298 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextSupplementaryElement()
327 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextSupplementaryElement()
336 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextSupplementaryElement()
346 setResult(element, m_currentCodepoint_, UCharacter.MAX_VALUE + 1, in calculateNextSupplementaryElement()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTrieIterator.java183 private final void setResult(Element element, int start, int limit, in setResult() method in TrieIterator
209 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextBMPElement()
233 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextBMPElement()
271 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextSupplementaryElement()
280 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextSupplementaryElement()
299 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextSupplementaryElement()
328 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextSupplementaryElement()
337 setResult(element, m_currentCodepoint_, m_nextCodepoint_, in calculateNextSupplementaryElement()
347 setResult(element, m_currentCodepoint_, UCharacter.MAX_VALUE + 1, in calculateNextSupplementaryElement()
/third_party/vk-gl-cts/framework/common/
DtcuThreadUtil.cpp48 void Event::setResult (Result result) in setResult() function in tcu::ThreadUtil::Event
144 m_event->setResult(Event::RESULT_FAILED); in execute()
148 m_event->setResult(Event::RESULT_OK); in execute()
152 m_event->setResult(Event::RESULT_FAILED); in execute()
DtcuThreadUtil.hpp53 void setResult (Result result);
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DGlitchAnalyzer.h82 setResult(ERROR_VOLUME_TOO_LOW); in getSignalToNoiseDB()
111 setResult(ERROR_NO_LOCK); in analyze()
120 setResult(ERROR_GLITCHES); in analyze()
DLatencyAnalyzer.h314 void setResult(int32_t result) { in setResult() function
485 setResult(newResult); in analyze()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h224 void setResult(const MemDepResult &R) { Result = R; } in setResult() function
246 void setResult(const MemDepResult &R, Value *Addr) { in setResult() function
247 Entry.setResult(R); in setResult()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/calculator/
Dhome.dart40 void setResult(CalcExpression resultExpression) {
103 setResult(resultExpression);
/third_party/flutter/flutter/examples/platform_view/android/app/src/main/java/io/flutter/examples/platform_view/
DCountActivity.java59 setResult(Activity.RESULT_OK, returnIntent); in returnToFlutterView()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp892 ExistingResult->setResult(Dep); in getNonLocalCallDependency()
1024 ExistingResult->setResult(Dep); in GetNonLocalInfoForBlock()
1466 I.setResult(MemDepResult::getUnknown()); in getNonLocalPointerDepFromBB()
1634 Entry.setResult(NewDirtyVal); in removeInstruction()
1674 Entry.setResult(NewDirtyVal); in removeInstruction()
/third_party/skia/modules/svg/src/
DSkSVGFe.cpp96 this->setResult(SkSVGAttributeParser::parse<SkSVGStringType>("result", name, value)) || in parseAndSetAttribute()
/third_party/json/test/thirdparty/doctest/
Ddoctest.h1387 void setResult(const Result& res);
2078 DOCTEST_WRAP_IN_TRY(_DOCTEST_RB.setResult( \
4477 void ResultBuilder::setResult(const Result& res) {
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp501 m_event->setResult(tcu::ThreadUtil::Event::RESULT_FAILED); in execute()
507 m_event->setResult(tcu::ThreadUtil::Event::RESULT_OK); in execute()
509 m_event->setResult(tcu::ThreadUtil::Event::RESULT_FAILED); in execute()