HomeSort by relevance Sort by last modified time
    Searched defs:getChildren (Results 101 - 125 of 1347) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GenericDomTree.h 85 const std::vector<DomTreeNodeBase *> &getChildren() const { return Children; }
640 assert(Node->getChildren().empty() && "Node is not a leaf node.");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GenericDomTree.h 85 const std::vector<DomTreeNodeBase *> &getChildren() const { return Children; }
640 assert(Node->getChildren().empty() && "Node is not a leaf node.");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GenericDomTree.h 85 const std::vector<DomTreeNodeBase *> &getChildren() const { return Children; }
640 assert(Node->getChildren().empty() && "Node is not a leaf node.");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTree.h 123 const std::vector<DomTreeNodeBase<NodeT> *> &getChildren() const {
646 assert(Node->getChildren().empty() && "Node is not a leaf node.");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GenericDomTree.h 123 const std::vector<DomTreeNodeBase<NodeT> *> &getChildren() const {
639 assert(Node->getChildren().empty() && "Node is not a leaf node.");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GenericDomTree.h 123 const std::vector<DomTreeNodeBase<NodeT> *> &getChildren() const {
639 assert(Node->getChildren().empty() && "Node is not a leaf node.");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GenericDomTree.h 85 const std::vector<DomTreeNodeBase *> &getChildren() const { return Children; }
640 assert(Node->getChildren().empty() && "Node is not a leaf node.");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GenericDomTree.h 85 const std::vector<DomTreeNodeBase *> &getChildren() const { return Children; }
640 assert(Node->getChildren().empty() && "Node is not a leaf node.");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GenericDomTree.h 85 const std::vector<DomTreeNodeBase *> &getChildren() const { return Children; }
640 assert(Node->getChildren().empty() && "Node is not a leaf node.");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GenericDomTree.h 85 const std::vector<DomTreeNodeBase *> &getChildren() const { return Children; }
640 assert(Node->getChildren().empty() && "Node is not a leaf node.");
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 25 def getChildren(self):
28 for n in self.getChildren():
31 return self.getChildren()
44 def getChildren(self):
59 def getChildren(self):
73 def getChildren(self):
91 def getChildren(self):
105 def getChildren(self):
122 def getChildren(self):
136 def getChildren(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 25 def getChildren(self):
28 for n in self.getChildren():
31 return self.getChildren()
44 def getChildren(self):
59 def getChildren(self):
73 def getChildren(self):
91 def getChildren(self):
105 def getChildren(self):
122 def getChildren(self):
136 def getChildren(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 25 def getChildren(self):
28 for n in self.getChildren():
31 return self.getChildren()
44 def getChildren(self):
59 def getChildren(self):
73 def getChildren(self):
91 def getChildren(self):
105 def getChildren(self):
122 def getChildren(self):
136 def getChildren(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 25 def getChildren(self):
28 for n in self.getChildren():
31 return self.getChildren()
44 def getChildren(self):
59 def getChildren(self):
73 def getChildren(self):
91 def getChildren(self):
105 def getChildren(self):
122 def getChildren(self):
136 def getChildren(self)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 557 public static List<Element> getChildren(@NonNull Element element) {
596 List<Element> siblings = DomUtilities.getChildren((Element) parent);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 199 public @NonNull INode[] getChildren() {
511 for (INode child : getChildren()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 145 public @NonNull INode[] getChildren() {
298 for (Element child : DomUtilities.getChildren(element)) {
374 List<Element> children = DomUtilities.getChildren(mElement);
408 List<Element> children = DomUtilities.getChildren(mElement);
472 for (INode child : getChildren()) {
  /system/libvintf/
parse_xml.cpp 102 inline std::vector<NodeType *> getChildren(NodeType *parent, const std::string &name) {
302 auto nodes = getChildren(root, elementName);
336 auto nodes = getChildren(root, conv.elementName());
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
INativeDevice.java 618 public String[] getChildren(String deviceFilePath) throws DeviceNotAvailableException;
    [all...]
  /external/doclava/src/com/google/doclava/
PageMetadata.java 125 Collections.sort(n.getChildren(), BY_TYPE_NAME);
126 Node pageMeta = new Node.Builder().setLabel("TOP").setChildren(n.getChildren()).build();
161 Collections.sort(n.getChildren(), BY_TYPE_NAME);
162 Node pageMeta = new Node.Builder().setLabel("TOP").setChildren(n.getChildren()).build();
580 appendMetaNodeByType(gNode,n.getChildren());
581 //n.getChildren().add(gNode);
611 n.getChildren().add(gNode);
636 for (int iter = 0; iter < gNode.getChildren().size(); iter++) {
637 if (gNode.getChildren().get(iter).getTags() != null) {
638 List<String> nodeTags = gNode.getChildren().get(iter).getTags()
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 412 public synchronized boolean getChildren(BluetoothDevice device, String parentMediaId, int start,
415 Log.d(TAG, "getChildren device = " + device + " parent " + parentMediaId);
419 Log.e(TAG, "getChildren device is null");
424 Log.e(TAG, "getChildren device " + device + " does not match " + mConnectedDevice);
429 Log.e(TAG, "getChildren browse not yet connected");
436 mAvrcpCtSm.getChildren(parentMediaId, start, items);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaBrowser2Test.java 205 browser.getChildren(parentId, page, pageSize, extras);
226 browser.getChildren(parentId, 1, 1, null);
246 browser.getChildren(parentId, 1, 1, null);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 706 def getChildren(self):
    [all...]
  /external/fonttools/Lib/fontTools/
cffLib.py 72 for child in topCompiler.getChildren(strings):
240 def getChildren(self, strings):
243 children.extend(topDict.getChildren(strings))
255 def getChildren(self, strings):
258 children.extend(fontDict.getChildren(strings))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Dominators.h 84 const std::vector<DomTreeNodeBase<NodeT>*> &getChildren() const {
514 assert(Node->getChildren().empty() && "Node is not a leaf node.");

Completed in 989 milliseconds

1 2 3 45 6 7 8 91011>>