/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TrieIterator.java | 182 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/ |
D | TrieIterator.java | 183 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/ |
D | tcuThreadUtil.cpp | 48 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()
|
D | tcuThreadUtil.hpp | 53 void setResult (Result result);
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
D | GlitchAnalyzer.h | 82 setResult(ERROR_VOLUME_TOO_LOW); in getSignalToNoiseDB() 111 setResult(ERROR_NO_LOCK); in analyze() 120 setResult(ERROR_GLITCHES); in analyze()
|
D | LatencyAnalyzer.h | 314 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/ |
D | MemoryDependenceAnalysis.h | 224 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/ |
D | home.dart | 40 void setResult(CalcExpression resultExpression) { 103 setResult(resultExpression);
|
/third_party/flutter/flutter/examples/platform_view/android/app/src/main/java/io/flutter/examples/platform_view/ |
D | CountActivity.java | 59 setResult(Activity.RESULT_OK, returnIntent); in returnToFlutterView()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 892 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/ |
D | SkSVGFe.cpp | 96 this->setResult(SkSVGAttributeParser::parse<SkSVGStringType>("result", name, value)) || in parseAndSetAttribute()
|
/third_party/json/test/thirdparty/doctest/ |
D | doctest.h | 1387 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/ |
D | teglGLES2SharingThreadedTests.cpp | 501 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()
|