Home
last modified time | relevance | path

Searched refs:currentWord (Results 1 – 4 of 4) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpressionInterpreter.cpp49 Expression* currentWord = mpRoot; in addExpression() local
56 Expression* nextWord = currentWord->getNextExpression(text); in addExpression()
60 nextWord = new Expression(text, currentWord); in addExpression()
61 currentWord->addNextExpression(nextWord); in addExpression()
64 currentWord = nextWord; in addExpression()
67 currentWord->setFunc(funcPtr); in addExpression()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DPrecise_test.cpp118 size_t currentWord = spirv::kHeaderIndexInstructions; in ValidateDecorations() local
121 while (currentWord < blob.size()) in ValidateDecorations()
125 const uint32_t *instruction = &blob[currentWord]; in ValidateDecorations()
128 currentWord += wordCount; in ValidateDecorations()
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Deditable.dart1080 final TextRange currentWord = _textPainter.getWordBoundary(_selection.extent);
1081 if (currentWord == null)
1083 final TextRange nextWord = _getNextWord(currentWord.end);
1097 final TextRange currentWord = _textPainter.getWordBoundary(_selection.extent);
1098 if (currentWord == null)
1100 final TextRange previousWord = _getPreviousWord(currentWord.start - 1);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp2965 size_t currentWord = spirv::kHeaderIndexInstructions; in resolveVariableIds() local
2967 while (currentWord < mSpirvBlobIn.size()) in resolveVariableIds()
2969 const uint32_t *instruction = &mSpirvBlobIn[currentWord]; in resolveVariableIds()
3015 currentWord += wordCount; in resolveVariableIds()