HomeSort by relevance Sort by last modified time
    Searched defs:curNode (Results 1 - 18 of 18) sorted by null

  /external/deqp/framework/common/
tcuTestSessionExecutor.cpp 76 TestNode* const curNode = m_iterator.getNode();
77 const TestNodeType nodeType = curNode->getNodeType();
84 TestPackage* const testPackage = static_cast<TestPackage*>(curNode);
97 TestCase* const testCase = static_cast<TestCase*>(curNode);
tcuCommandLine.cpp 317 const CaseTreeNode* curNode = root;
323 curNode = curNode->getChild(std::string(curPath, curPath+curLen));
325 if (!curNode)
340 return curNode;
  /external/deqp/executor/
xeTestCase.cpp 109 const TestNode* curNode = this;
113 nameLen += (int)curNode->m_name.length();
115 DE_ASSERT(curNode->m_parent);
116 if (curNode->m_parent->getNodeType() != TESTNODETYPE_ROOT)
119 curNode = curNode->m_parent;
127 curNode = this;
132 std::copy(curNode->m_name.begin(), curNode->m_name.end(), dst.begin()+(pos-curNode->m_name.length()))
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 188 const BinaryIndexNode& curNode = (*index)[nodeNdx];
190 if (curNode.word == words[wordNdx])
194 TCU_CHECK_INTERNAL((size_t)curNode.index < index->size());
196 nodeNdx = curNode.index;
200 return &curNode.index;
204 else if (curNode.word != 0)
  /external/pdfium/xfa/fxfa/parser/
cxfa_resolveprocessor.cpp 158 CXFA_Node* curNode = ToNode(rnd.m_CurNode);
159 if (ResolveForAttributeRs(curNode, rnd, wsName.AsStringC())) {
172 rndFind.m_CurNode = curNode;
175 if (wsCondition.GetLength() == 0 && rndFind.m_Nodes.Find(curNode) >= 0) {
176 rnd.m_Nodes.Add(curNode);
185 CXFA_Object* curNode,
189 XFA_GetScriptAttributeByName(curNode->GetElementType(), strAttr);
192 rnd.m_Nodes.Add(curNode);
205 CXFA_Node* curNode = ToNode(rnd.m_CurNode);
222 CXFA_Node* pChild = curNode->GetNodeItem(XFA_NODEITEM_FirstChild)
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
Nodes.java     [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyChecker.java 679 PolicyNodeImpl curNode = null;
705 curNode = new PolicyNodeImpl
713 curNode = new PolicyNodeImpl
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 225 TestNode *nextNode, *curNode;
232 curNode = root;
237 nextNode = curNode->child;
243 /* if nextNode is already null, then curNode has no children
254 curNode->child = createTestNode(name, nameLen);
255 /* printf("*** added %s\n", curNode->child->name );*/
256 curNode = curNode->child;
261 return curNode;
267 curNode = nextNode
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h 707 const ResXMLTree_node* curNode;
    [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/
kotlin-compiler-embeddable-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 622 milliseconds