Home
last modified time | relevance | path

Searched refs:thisNode (Results 1 – 11 of 11) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
DSubcountFunction.java40 Data thisNode = arg.getReference().getSymlink(); in execute() local
41 return literalConstant(thisNode.getChildCount(), arg); in execute()
DFirstFunction.java40 Data thisNode = arg.getReference().getSymlink(); in execute() local
41 return literalConstant(thisNode.isFirstSibling(), arg); in execute()
DLastFunction.java40 Data thisNode = arg.getReference().getSymlink(); in execute() local
41 return literalConstant(thisNode.isLastSibling(), arg); in execute()
/external/antlr/runtime/C/src/
Dantlr3collections.c1864 pANTLR3_INT_TRIE_NODE thisNode; in intTrieGet() local
1882 thisNode = trie->root; /* Start at the root node */ in intTrieGet()
1883 nextNode = thisNode->leftN; /* Examine the left node from the root */ in intTrieGet()
1887 while (thisNode->bitNum > nextNode->bitNum) in intTrieGet()
1891 thisNode = nextNode; in intTrieGet()
1955 pANTLR3_INT_TRIE_NODE thisNode; in intTrieAdd() local
1968 thisNode = trie->root; /* Start with the root node */ in intTrieAdd()
1974 while (thisNode->bitNum > nextNode->bitNum) in intTrieAdd()
1978 thisNode = nextNode; in intTrieAdd()
2125 thisNode = trie->root; in intTrieAdd()
[all …]
/external/antlr/runtime/Cpp/include/
Dantlr3collections.inl180 IntTrieNodeType* thisNode; local
197 thisNode = m_root; /* Start at the root node */
198 nextNode = thisNode->get_leftN(); /* Examine the left node from the root */
203 while( thisNode->get_bitNum() > nextNode->get_bitNum() )
207 thisNode = nextNode;
260 IntTrieNodeType* thisNode; local
273 thisNode = m_root; /* Start with the root node */
280 while (thisNode->get_bitNum() > nextNode->get_bitNum() )
284 thisNode = nextNode;
412 thisNode = m_root;
[all …]
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h238 …ionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIntermNode *thisNode, const TSourceLoc…
DParseHelper.cpp3524 …ionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIntermNode *thisNode, const TSourceLoc… in addFunctionCallOrMethod() argument
3530 if(thisNode != nullptr) in addFunctionCallOrMethod()
3534 TIntermTyped *typedThis = thisNode->getAsTyped(); in addFunctionCallOrMethod()
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3161 TIntermTyped* thisNode = node; in acceptPostfixExpression() local
3164 if (! acceptFunctionCall(field.loc, *field.string, node, thisNode)) { in acceptPostfixExpression()
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...