HomeSort by relevance Sort by last modified time
    Searched defs:parent (Results 51 - 75 of 4057) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
PriorityQueue.h 53 typename Sequence::size_type parent = (i - 1) / 2; local
54 this->c[i] = this->c[parent];
55 i = parent;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
insert_fn_imps.hpp 106 parent(node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
129 _GLIBCXX_DEBUG_ASSERT(parent(p_nd) == p_parent);
173 _GLIBCXX_DEBUG_ASSERT(parent(p_parent) == p_nd);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
insert_fn_imps.hpp 106 parent(node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
129 _GLIBCXX_DEBUG_ASSERT(parent(p_nd) == p_parent);
173 _GLIBCXX_DEBUG_ASSERT(parent(p_parent) == p_nd);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
depth.pass.cpp 48 const path parent = entry.parent_path(); local
49 if (parent == testDir) {
51 } else if (parent == DirDepth1) {
54 } else if (parent == DirDepth2) {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
boundsquery.py 40 parent = CriteriaDescriptor("parent_regex") variable in class:BoundsQuery
53 self.log.debug("Parent: {0.parent!r}, regex: {0.parent_regex}".format(self))
60 if self.parent and not match_regex(
61 b.parent,
62 self.parent,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
bounds.py 47 return "{0.ruletype} {0.parent} {0.child};".format(self)
55 def parent(self): member in class:Bounds
  /toolchain/binutils/binutils-2.27/gprof/
call_graph.c 37 Sym *parent;
40 parent = sym_lookup (&symtab, from_pc);
43 if (child == NULL || parent == NULL)
46 /* If we're doing line-by-line profiling, both the parent and the
48 symbols. For the parent this is fine, since this identifies the
63 if (sym_id_arc_is_present (&syms[INCL_ARCS], parent, child)
65 && !sym_id_arc_is_present (&syms[EXCL_ARCS], parent, child)))
70 parent->name, child->name, count));
71 arc_add (parent, child, count);
118 || gmon_io_write_vma (ofp, arc->parent->addr
36 Sym *parent; local
    [all...]
  /external/guice/core/test/com/google/inject/
EagerSingletonTest.java 60 Injector parent = Guice.createInjector(Stage.PRODUCTION); local
61 parent.createChildInjector(new AbstractModule() {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AOptimizedMultipleCommand.java 25 commands[i].parent(this); // set parent. method
48 newChild.parent(this);
49 oldChild.parent(null);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
InvalidateTreeActivity.java 37 private void createQuadTree(LinearLayout parent, int remainingDepth) {
38 mLayouts.add(parent);
41 parent.setBackgroundColor((mColorToggle < 2) ? Color.RED : Color.BLUE);
46 parent.setOrientation(vertical ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
50 // vertical: match parent in x axis, horizontal: y axis.
51 parent.addView(child, new LinearLayout.LayoutParams(
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ViewUtils.java 83 final ViewParent parent = view.getParent(); local
84 if (accessibilityManager.isEnabled() && parent != null) {
90 parent.requestSendAccessibilityEvent(view, event);
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
BummerView.java 43 final View parent = (View) BummerView.this.getParent();
44 if (parent == null)
47 final float framew = parent.getMeasuredWidth();
48 final float frameh = parent.getMeasuredHeight();
92 final View parent = (View) this.getParent(); local
93 parent.addOnLayoutChangeListener(new OnLayoutChangeListener() {
96 if (v == parent && right != oldRight) {

Completed in 792 milliseconds

1 23 4 5 6 7 8 91011>>