HomeSort by relevance Sort by last modified time
    Searched defs:nodeList (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/av/media/libstagefright/omx/
OMXStore.cpp 36 std::multimap<size_t, IOMXStore::NodeInfo> nodeList;
73 std::vector<NodeInfo>& nodeList = role.nodes;
74 nodeList.reserve(rolePair.second.nodeList.size());
75 for (const auto& nodePair : rolePair.second.nodeList) {
87 nodeList.push_back(std::move(node));
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodecommentnodeattributes.java 67 NodeList nodeList;
71 nodeList = doc.getChildNodes();
72 for (int indexN10043 = 0; indexN10043 < nodeList.getLength(); indexN10043++) {
73 commentNode = (Node) nodeList.item(indexN10043);
  /frameworks/av/media/libstagefright/omx/1.0/
OmxStore.cpp 68 hidl_vec<NodeInfo>& nodeList = role.nodes;
69 nodeList.resize(rolePair.second.nodeList.size());
71 for (const auto& nodePair : rolePair.second.nodeList) {
85 nodeList[j] = std::move(node);
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap.go 56 // nodeList returns the list of nodes of the AST n in source order.
58 func nodeList(n Node) []Node {
158 nodes := nodeList(node)
  /prebuilts/go/linux-x86/src/go/ast/
commentmap.go 56 // nodeList returns the list of nodes of the AST n in source order.
58 func nodeList(n Node) []Node {
158 nodes := nodeList(node)
  /hardware/interfaces/media/omx/1.0/vts/functional/master/
VtsHalMediaOmxV1_0TargetMasterTest.cpp 130 void displayComponentInfo(hidl_vec<IOmx::ComponentInfo>& nodeList) {
131 for (size_t i = 0; i < nodeList.size(); i++) {
132 printf("%s | ", nodeList[i].mName.c_str());
133 for (size_t j = 0; j < ((nodeList[i]).mRoles).size(); j++) {
134 printf("%s ", nodeList[i].mRoles[j].c_str());
180 hidl_vec<IOmx::ComponentInfo> nodeList;
183 omx->listNodes([&status, &nodeList](
187 nodeList = _nl;
191 if (nodeList.size() == 0)
194 // displayComponentInfo(nodeList);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
AndroidManifestWriter.java 25 import org.w3c.dom.NodeList;
69 NodeList nodeList = mDoc.getElementsByTagName(AndroidManifest.NODE_USES_SDK);
70 if (nodeList.getLength() > 0) {
71 usesSdkElement = (Element) nodeList.item(0);
  /tools/tradefederation/core/src/com/android/tradefed/util/xml/
AndroidManifestWriter.java 23 import org.w3c.dom.NodeList;
72 NodeList nodeList = mDoc.getElementsByTagName(NODE_USES_SDK);
73 if (nodeList.getLength() > 0) {
74 usesSdkElement = (Element) nodeList.item(0);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CurrentApiHelper.java 26 import org.w3c.dom.NodeList;
86 NodeList nodes = classElement.getElementsByTagName(TAG_METHOD);
136 NodeList nodeList = parent.getElementsByTagName(childTag);
137 if (nodeList != null && nodeList.getLength() > 0) {
138 for (int i = 0; i < nodeList.getLength(); ++i) {
139 Element el = (Element) nodeList.item(i);
149 NodeList nodes = methodElement.getElementsByTagName(TAG_PARAMETER);
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.cpp 412 std::list<Node *> nodeList;
422 nodeList.push_front(t);
429 for (std::list<Node *>::iterator n = nodeList.begin();
430 n != nodeList.end(); ++n) {
435 n = nodeList.erase(n);
  /frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
MediaCodecsXmlParser.h 87 std::multimap<size_t, NodeInfo> nodeList;
  /frameworks/av/media/libstagefright/xmlparser/
MediaCodecsXmlParser.cpp 998 std::multimap<size_t, NodeInfo>* nodeList;
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 41 import org.w3c.dom.NodeList;
363 public final NodeList getChildNodes()
743 public final NodeList getElementsByTagName(String tagname)
752 NodeList nodeList = retNode.getChildNodes();
753 for (int i = 0; i < nodeList.getLength(); i++)
755 traverseChildren(listVector, nodeList.item(i), tagname,
769 return (NodeList) nodeSet;
800 NodeList nodeList = tempNode.getChildNodes()
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 80 const TestNode** nodeList,
324 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth.
329 const TestNode** nodeList,
348 nodeList[depth++] = root;
354 strcat(pathToFunction, nodeList[i]->name);
357 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */
440 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR );
454 iterateTestsWithLevel ( root->child, depth, nodeList, mode );
486 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode )
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
LayoutFileParser.java 39 import org.w3c.dom.NodeList;
422 return toList((NodeList) expr.evaluate(doc, XPathConstants.NODESET));
425 private List<Node> toList(NodeList nodeList) {
427 for (int i = 0; i < nodeList.getLength(); i++) {
428 result.add(nodeList.item(i));
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 19 protected ArrayList nodeList;
42 this.nodeList = listNode;
46 this.stack.add(new State(numstate, this.nodeList));
52 s.nodes = this.nodeList;
875 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList();
883 nodeList.add(pcommandNode1);
884 return nodeList;
892 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList();
897 nodeList.add(pcommandNode1);
898 return nodeList;
    [all...]
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0/
manifest-merger-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha1/
manifest-merger-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha3/
manifest-merger-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha4/
manifest-merger-25.2.0-alpha4.jar 

Completed in 736 milliseconds

1 2 3 4 5 6 7 8 910