HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 176 - 200 of 272) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_tree.js 28 var tree = this.parentTree_ || this; // If no parent, 'this' itself is tree.
67 * Finds a parent directory of the {@code entry} in {@code this}, and
72 * @return {boolean} True if the parent item is found.
96 * @param {DirectoryItem|DirectoryTree} parentDirItem Parent of this item.
111 * @param {DirectoryItem|DirectoryTree} parentDirItem Parent of this item.
159 * @return {boolean} True if the parent item is found.
168 * @param {DirectoryItem|DirectoryTree} parentDirItem Parent of this item.
225 * Removes the child node, but without selecting the parent item, to avoid
391 var tree = this.parentTree_ || this; // If no parent, 'this' itself is tree.
402 * items, in other words, this is the parent of the top-level items
    [all...]
scrollbar.js 63 * @param {Element} parent Parent element, must have a relative or absolute
69 ScrollBar.prototype.initialize = function(parent, opt_scrollableArea) {
70 parent.appendChild(this);
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1427 const BasicBlock *parent() const { return Parent; } function in class:clang::threadSafety::BasicBlock
1428 BasicBlock *parent() { return Parent; } function in class:clang::threadSafety::BasicBlock
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 48 template<typename Base = IDXGIObject, typename Parent = IDXGIObject>
51 ComPtr<Parent> parent; member in struct:GalliumDXGIObject
53 GalliumDXGIObject(Parent* p_parent = 0)
55 this->parent = p_parent;
62 return parent->QueryInterface(riid, out_parent);
256 this->parent = factory;
413 modes = parent->display->modeset->get_modes(parent->display, connector, (int*)&num_modes);
475 if(parent->configs_by_pipe_format.count(format)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 270 : Kind(_Kind), Parent(_Parent), Atom(nullptr), Offset(~UINT64_C(0))
272 if (Parent)
273 Parent->getFragmentList().push_back(this);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 48 template<typename Base = IDXGIObject, typename Parent = IDXGIObject>
51 ComPtr<Parent> parent; member in struct:GalliumDXGIObject
53 GalliumDXGIObject(Parent* p_parent = 0)
55 this->parent = p_parent;
62 return parent->QueryInterface(riid, out_parent);
256 this->parent = factory;
413 modes = parent->display->modeset->get_modes(parent->display, connector, (int*)&num_modes);
475 if(parent->configs_by_pipe_format.count(format)
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfPageObjectDictionary_autogen.cpp 23 SkPdfDictionary* SkPdfPageObjectDictionary::Parent(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Parent", "");
32 return get("Parent", "") != NULL;
  /external/llvm/include/llvm/ADT/
IntervalMap.h 685 // parent node, but doing so makes tree balancing a lot simpler.
823 /// @param Level 1..height. THe node to update after parent node changed.
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 427 /// Create a DIE with the given Tag, add the DIE to its parent, and
429 DIE &createAndAddDIE(unsigned Tag, DIE &Parent,
  /external/llvm/lib/CodeGen/
SplitKit.cpp 378 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI");
449 // Can't remat, just insert a copy from parent.
617 "Parent changes value in extended range");
734 LiveInterval *Parent = &Edit->getParent();
739 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums());
741 // Find the nearest common dominator for parent values with multiple
749 assert(ParentVNI && "Parent not live at complement def");
759 // Keep directly defined parent values. This is either a PHI or an
794 << " for parent " << ParentVNI->id << '@' << ParentVNI->def
800 for (unsigned i = 0, e = Parent->getNumValNums(); i != e; ++i)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 205 bool SelectAddr(SDNode *Parent, SDValue N, SDValue &Base,
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfPageObjectDictionary_autogen.cpp 23 SkPdfDictionary* SkPdfPageObjectDictionary::Parent(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Parent", "");
32 return get("Parent", "") != NULL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 192 USHORT Parent;
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 417 /** The parent class for everything in the Document Object Model.
419 Nodes have siblings, a parent, and children. A node can be
519 TiXmlNode* Parent() { return parent; }
520 const TiXmlNode* Parent() const { return parent; }
549 for( child = parent->FirstChild(); child; child = child->NextSibling() )
555 while( child = parent->IterateChildren( child ) )
755 TiXmlNode* parent; member in class:TiXmlNode
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 55 DominatorTree *dt, Region *Parent)
56 : RegionNode(Parent, Entry, 1), RI(RInfo), DT(dt), exit(Exit) {}
334 (*I)->parent = To;
341 assert(!SubRegion->parent && "SubRegion already has a parent!");
347 SubRegion->parent = this;
367 (*I)->parent = SubRegion;
380 assert(Child->parent == this && "Child is not a child of this region!");
381 Child->parent = nullptr;
393 for (Region *R = parent; R != nullptr; R = R->parent
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 299 // Change the parent loop to use the outer loop as its child now.
300 if (Loop *Parent = L->getParentLoop())
301 Parent->replaceChildLoopWith(L, NewOuter);
339 // Move this block to the parent, updating the exit blocks sets
460 // loop and all parent loops.
566 // Must be exactly this loop: no subloops, parent loops, or non-loop preds
685 // parent loop doesn't change (spliting edges doesn't count). If blocks,
686 // CFG edges, or other values in the parent loop change, then we need call
687 // to forgetLoop() for the parent instead.
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 417 /** The parent class for everything in the Document Object Model.
419 Nodes have siblings, a parent, and children. A node can be
519 TiXmlNode* Parent() { return parent; }
520 const TiXmlNode* Parent() const { return parent; }
549 for( child = parent->FirstChild(); child; child = child->NextSibling() )
555 while( child = parent->IterateChildren( child ) )
755 TiXmlNode* parent; member in class:TiXmlNode
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 192 const char* cc_name = node.Parent()->Value();
488 const char* cc_name = node.Parent()->Value();
489 std::string str_name(cc_name); // = node.Parent()->ValueStr(); // getName
490 // std::string name = node.Parent()->Value(); // getName
    [all...]
  /external/tinyxml/
tinyxml.h 376 /** The parent class for everything in the Document Object Model.
378 Nodes have siblings, a parent, and children. A node can be
483 TiXmlNode* Parent() { return parent; }
484 const TiXmlNode* Parent() const { return parent; }
506 for( child = parent->FirstChild(); child; child = child->NextSibling() )
512 while( child = parent->IterateChildren( child ) )
670 TiXmlNode* parent; member in class:TiXmlNode
    [all...]
  /external/tinyxml2/
tinyxml2.h 228 Parent virtual class of a pool for fast allocation
410 Nodes have siblings, a parent, and children which can
473 /// Get the parent of this node on the DOM.
474 const XMLNode* Parent() const { return parent; }
475 XMLNode* Parent() { return parent; }
593 XMLNode* parent; member in class:tinyxml2::XMLNode
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 982 milliseconds

1 2 3 4 5 6 78 91011