/external/chromium_org/third_party/skia/src/animator/ |
SkDrawPath.cpp | 48 bool SkDrawPath::addChild(SkAnimateMaker& maker, SkDisplayable* child) { 49 SkASSERT(child && child->isPathPart()); 50 SkPathPart* part = (SkPathPart*) child;
|
/external/chromium_org/tools/grit/grit/format/ |
rc_header.py | 27 for child in output_node.children: 28 if child.name == 'emit' and child.attrs['emit_type'] == 'prepend': 29 emit_lines.append(child.GetCdata()) 172 # first child of the first child node of our parent (i.e. when we
|
/external/chromium_org/tools/grit/grit/node/ |
base.py | 38 self.children = [] # A list of child elements 39 self.mixed_content = [] # A list of u'' and/or child elements (this 63 any child nodes.''' 65 for child in self.children: 66 for iterchild in child.Preorder(): 78 for child in self.ActiveChildren(): 79 for descendant in child.ActiveDescendants(): 113 def AddChild(self, child): 114 '''Adds a child to the list of children of this node, if it is a valid 115 child for the node.'' [all...] |
/external/chromium_org/tools/metrics/histograms/ |
pretty_print.py | 34 # and a key function that maps each child node to the desired sort key. 54 def unsafeAppendChild(parent, child): 55 """Append child to parent's list of children, ignoring the possibility that it 57 parent of child is discarded (to avoid non-tree DOM graphs). 59 particular, each child insertion avoids the need to traverse the old parent's 61 child.parentNode = None 62 parent.appendChild(child) 63 child.parentNode = parent
|
/external/chromium_org/ui/aura/ |
window_delegate.h | 55 // Returns true if event handling should descend into |child|. |location| is 58 Window* child,
|
/external/chromium_org/ui/base/models/ |
tree_model.h | 67 // Returns the child node of |parent| at |index|. 70 // Returns the index of |child| in |parent|. 71 virtual int GetIndexOf(TreeModelNode* parent, TreeModelNode* child) = 0;
|
/external/chromium_org/ui/message_center/views/ |
message_center_button_bar.h | 53 virtual void ChildVisibilityChanged(views::View* child) OVERRIDE;
|
/external/chromium_org/ui/wm/core/ |
window_util.cc | 112 void AddTransientChild(aura::Window* parent, aura::Window* child) { 113 TransientWindowManager::Get(parent)->AddTransientChild(child); 116 void RemoveTransientChild(aura::Window* parent, aura::Window* child) { 117 TransientWindowManager::Get(parent)->RemoveTransientChild(child);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
AbstractResults.java | 58 * Add a child to current results, using specific sort 61 void addChild(Comparable child, boolean sort) { 66 if (child.compareTo(results) < 0) { 67 this.children.add(i, child); 72 this.children.add(child);
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
ACallCommand.java | 123 void removeChild(@SuppressWarnings("unused") Node child) 125 // Remove child 126 if(this._position_ == child) 132 if(this._macro_.remove(child)) 137 if(this._arguments_.remove(child)) 142 throw new RuntimeException("Not a child."); 148 // Replace child 191 throw new RuntimeException("Not a child.");
|
/external/skia/src/animator/ |
SkDisplayEvent.h | 37 virtual bool addChild(SkAnimateMaker& , SkDisplayable* child) SK_OVERRIDE;
|
SkDrawGradient.cpp | 35 bool SkDrawGradient::addChild(SkAnimateMaker& , SkDisplayable* child) { 36 SkASSERT(child); 37 if (child->isColor()) { 38 SkDrawColor* color = (SkDrawColor*) child;
|
SkDrawGradient.h | 21 virtual bool addChild(SkAnimateMaker& , SkDisplayable* child) SK_OVERRIDE;
|
SkDrawPath.cpp | 48 bool SkDrawPath::addChild(SkAnimateMaker& maker, SkDisplayable* child) { 49 SkASSERT(child && child->isPathPart()); 50 SkPathPart* part = (SkPathPart*) child;
|
/external/valgrind/main/drd/tests/ |
tc21_pthonce.stderr.exp | 4 at 0x........: child (tc21_pthonce.c:74) 14 at 0x........: child (tc21_pthonce.c:74)
|
/frameworks/base/core/java/android/preference/ |
PreferenceFrameLayout.java | 88 public void addView(View child) { 94 android.view.ViewGroup.LayoutParams params = child.getLayoutParams(); 96 ? (PreferenceFrameLayout.LayoutParams) child.getLayoutParams() : null; 97 // Check on the id of the child before adding it. 127 super.addView(child);
|
/frameworks/base/core/java/android/widget/ |
Spinner.java | 46 * A view that displays one child at a time and lets the user pick among them. 451 View child = null; local 454 child = getChildAt(0); 456 child = makeView(0, false); 457 mRecycler.put(0, child); 460 if (child != null) { 461 final int childBaseline = child.getBaseline(); 462 return childBaseline >= 0 ? child.getTop() + childBaseline : -1; 600 * @param addChild true to add the child to the spinner, false to obtain and configure only. 604 View child; local [all...] |
/frameworks/base/core/tests/benchmarks/src/com/android/internal/util/ |
IndentingPrintWriterBenchmark.java | 130 for (Node child : children) { 131 child.dumpDirect(pw, depth + 1); 143 for (Node child : children) { 144 child.dumpIndenting(pw);
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
WeightSumTest.java | 40 mChild = activity.findViewById(R.id.child);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ViewLayerInvalidationActivity.java | 128 View child = parent.getChildAt(i); local 130 child.invalidate(); 132 if (child instanceof ViewGroup) { 133 randomInvalidator((ViewGroup) child);
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
InsertionListView.java | 112 View child = getChildAt(i); local 115 Rect startRect = new Rect(child.getLeft(), child.getTop(), child.getRight(), 116 child.getBottom()); 118 listViewItemDrawables.put(itemID, getBitmapDrawableFromView(child)); 192 View child = getChildAt(i); 196 int top = child.getTop(); 203 ObjectAnimator animation = ObjectAnimator.ofFloat(child, 210 int childHeight = child.getHeight() + getDividerHeight() [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontreeadaptor.c | 60 static void setParent (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE child, pANTLR3_BASE_TREE parent); 61 static pANTLR3_BASE_TREE getParent (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE child); 62 static void setChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 i, pANTLR3_BASE_TREE child); 459 setChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 i, pANTLR3_BASE_TREE child) 461 t->setChild(t, i, child); 488 setParent (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE child, pANTLR3_BASE_TREE parent) 490 child->setParent(child, parent); 493 getParent (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE child) 495 return child->getParent(child) [all...] |
/external/chromium_org/ui/views/controls/menu/ |
submenu_view.cc | 82 void SubmenuView::ChildPreferredSizeChanged(View* child) { 115 View* child = child_at(i); local 116 if (child->visible()) { 117 gfx::Size child_pref_size = child->GetPreferredSize(); 118 child->SetBounds(x, y, menu_item_width, child_pref_size.height()); 135 const View* child = child_at(i); local 136 if (!child->visible()) 138 if (child->id() == MenuItemView::kMenuItemViewID) { 139 const MenuItemView* menu = static_cast<const MenuItemView*>(child); 151 child->visible() ? child->GetPreferredSize() : gfx::Size() [all...] |
/external/chromium_org/ui/views/ |
view_targeter_unittest.cc | 81 View* child = new View; local 85 content->AddChildView(child); 86 child->AddChildView(grandchild); 106 EXPECT_EQ(child, static_cast<View*>(current_target)); 107 current_target = targeter->FindNextBestTarget(child, &key_event); 130 View* child = new View; local 131 child->SetBounds(50, 50, 20, 20); 136 content->AddChildView(child); 137 child->AddChildView(grandchild); 144 // The event falls within the bounds of |child| and |content| but no [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
MyGallery.java | 48 protected boolean getChildStaticTransformation(View child, Transformation t) { 49 return super.getChildStaticTransformation(child, t);
|