HomeSort by relevance Sort by last modified time
    Searched refs:child (Results 1126 - 1150 of 3822) sorted by null

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 267 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent,
270 ResizeHandler state = new ResizeHandler(parent, child, mRulesEngine,
276 public void onResizeUpdate(@Nullable DropFeedback feedback, @NonNull INode child,
284 state.updateResize(feedback, child, newBounds, modifierMask);
288 public void onResizeEnd(@Nullable DropFeedback feedback, @NonNull INode child,
295 child.editXml("Resize", new INodeHandler() {
330 for (INode child : children) {
331 centerVertically(child);
334 for (INode child : children) {
335 centerHorizontally(child);
    [all...]
  /system/extras/simpleperf/runtest/
runtest.py 40 def add_child(self, child):
41 self.children.append(child)
49 for child in self.children:
50 strs.extend(child._dump(indent + 1))
125 def add_child(self, child):
126 self.children.append(child)
135 for child in self.children:
136 strs.extend(child._dump(indent + 1))
152 for child in self.children:
155 if child.check_relation(node)
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
dom.py 75 child = self.element.firstChild
76 self.element.removeChild(child)
77 newParent.element.appendChild(child)
217 for child in element.childNodes:
218 serializeElement(child, indent)
etree.py 110 # Insert the text as the tail of the last child element
248 for child in element:
249 serializeElement(child, indent)
257 """Serialize an element and its child nodes to a string"""
281 for child in element:
282 serializeElement(child)
298 for child in element:
299 serializeElement(child)
  /external/skia/src/animator/
SkDrawGroup.cpp 52 bool SkGroup::addChild(SkAnimateMaker& , SkDisplayable* child) {
53 SkASSERT(child);
54 // SkASSERT(child->isDrawable());
55 *fChildren.append() = (SkADrawable*) child;
56 if (child->isGroup()) {
57 SkGroup* groupie = (SkGroup*) child;
  /external/v8/src/profiler/
allocation-tracker.cc 41 AllocationTraceNode* child = FindChild(function_info_index); local
42 if (child == NULL) {
43 child = new AllocationTraceNode(tree_, function_info_index);
44 children_.Add(child);
46 return child;
heap-snapshot-generator.h 402 Object* child,
407 Object* child);
411 Object* child);
415 Object* child,
420 Object* child,
425 Object* child);
439 Object* child,
444 Name* reference_name, Object* child,
452 VisitorSynchronization::SyncTag tag, bool is_weak, Object* child);
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java 229 View child; local
243 child = mRecycledViews.get(sbn.getKey());
244 if (child == null) {
247 child = builder.createContentView().apply(mContext, null);
251 container.addView(child);
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java 1033 final View child = getChildAt(0); local
1840 final View child = getChildAt(i); local
1878 View child = getChildAt(i); local
    [all...]
  /external/ImageMagick/MagickCore/
histogram.c 79 *child[16];
249 if (node_info->child[id] == (NodeInfo *) NULL)
251 node_info->child[id]=GetNodeInfo(cube_info,level);
252 if (node_info->child[id] == (NodeInfo *) NULL)
260 node_info=node_info->child[id];
353 if (node_info->child[i] != (NodeInfo *) NULL)
354 DefineImageHistogram(image,node_info->child[i],histogram);
454 if (node_info->child[i] != (NodeInfo *) NULL)
455 DestroyColorCube(image,node_info->child[i]);
711 if (node_info->child[id] == (NodeInfo *) NULL
76 *child[16]; member in struct:_NodeInfo
    [all...]
  /frameworks/base/core/java/android/widget/
CalendarViewLegacyDelegate.java 838 WeekView child = (WeekView) view.getChildAt(0); local
839 if (child == null) {
845 view.getFirstVisiblePosition() * child.getHeight() - child.getBottom();
860 int offset = child.getBottom() < mWeekMinVisibleHeight ? 1 : 0;
862 child = (WeekView) view.getChildAt(SCROLL_HYST_WEEKS + offset);
864 child = (WeekView) view.getChildAt(offset);
867 if (child != null) {
871 month = child.getMonthOfFirstWeekDay();
873 month = child.getMonthOfLastWeekDay()
964 View child = mView.getChildAt(0); local
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/elfutils/tests/
varlocs.c 619 Dwarf_Die child;
620 int res = dwarf_child (funcdie, &child);
624 /* We thought there was a child, but the child list was actually
632 int tag = dwarf_tag (&child);
636 print_die (&child, what, 2);
638 if (dwarf_hasattr (&child, DW_AT_location))
641 if (dwarf_attr (&child, DW_AT_location, &attr) == NULL)
711 else if (dwarf_hasattr (&child, DW_AT_const_value))
721 while (dwarf_siblingof (&child, &child) == 0)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseCardView.java 43 * visibilities of the child types, and the state of the widget. A child may be
532 final View child = getChildAt(i); local
534 if (child == null) {
538 BaseCardView.LayoutParams lp = (BaseCardView.LayoutParams) child
541 mInfoViewList.add(child);
542 child.setVisibility(infoVisible ? View.VISIBLE : View.GONE);
544 mExtraViewList.add(child);
545 child.setVisibility(extraVisible ? View.VISIBLE : View.GONE);
548 mMainViewList.add(child);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 427 final View child = getChildAt(i);
428 if (child.getVisibility() != GONE) {
429 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
431 final int width = child.getMeasuredWidth();
432 final int height = child.getMeasuredHeight();
437 child.layout(childLeft, childTop, childLeft + width, childTop + height);
461 public boolean onStartNestedScroll(View child, View target, int axes) {
469 public void onNestedScrollAccepted(View child, View target, int axes) {
470 mParentHelper.onNestedScrollAccepted(child, target, axes);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 242 child = dom.appendChild(dom.createElement("abc"))
244 child.setAttribute("def", "ghi")
245 self.confirm(child.getAttribute("def") == "ghi")
246 self.confirm(child.attributes["def"].value == "ghi")
248 child.setAttribute("jkl", "mno")
249 self.confirm(child.getAttribute("jkl") == "mno")
250 self.confirm(child.attributes["jkl"].value == "mno")
252 self.confirm(len(child.attributes) == 2)
254 child.setAttribute("def", "newval")
255 self.confirm(child.getAttribute("def") == "newval"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 242 child = dom.appendChild(dom.createElement("abc"))
244 child.setAttribute("def", "ghi")
245 self.confirm(child.getAttribute("def") == "ghi")
246 self.confirm(child.attributes["def"].value == "ghi")
248 child.setAttribute("jkl", "mno")
249 self.confirm(child.getAttribute("jkl") == "mno")
250 self.confirm(child.attributes["jkl"].value == "mno")
252 self.confirm(len(child.attributes) == 2)
254 child.setAttribute("def", "newval")
255 self.confirm(child.getAttribute("def") == "newval"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 242 child = dom.appendChild(dom.createElement("abc"))
244 child.setAttribute("def", "ghi")
245 self.confirm(child.getAttribute("def") == "ghi")
246 self.confirm(child.attributes["def"].value == "ghi")
248 child.setAttribute("jkl", "mno")
249 self.confirm(child.getAttribute("jkl") == "mno")
250 self.confirm(child.attributes["jkl"].value == "mno")
252 self.confirm(len(child.attributes) == 2)
254 child.setAttribute("def", "newval")
255 self.confirm(child.getAttribute("def") == "newval"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 242 child = dom.appendChild(dom.createElement("abc"))
244 child.setAttribute("def", "ghi")
245 self.confirm(child.getAttribute("def") == "ghi")
246 self.confirm(child.attributes["def"].value == "ghi")
248 child.setAttribute("jkl", "mno")
249 self.confirm(child.getAttribute("jkl") == "mno")
250 self.confirm(child.attributes["jkl"].value == "mno")
252 self.confirm(len(child.attributes) == 2)
254 child.setAttribute("def", "newval")
255 self.confirm(child.getAttribute("def") == "newval"
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar 
  /external/v8/tools/gyp/pylib/gyp/
xcodeproj_file.py 255 hashable value into its child, and it can do so by appending
263 parent: The object's parent. This is set by a parent XCObject when a child
444 for child in self.Children():
445 child.ComputeIDs(recursive, overwrite, child_hash)
494 for child in children:
495 descendants.extend(child.Descendants())
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 56 bool TaskCase::addChild(TaskGeneric* child)
58 if ((child->getType() != TaskGeneric::ETaskSetup)
59 && (child->getType() != TaskGeneric::ETaskAction)
60 && (child->getType() != TaskGeneric::ETaskSave)) {
61 LOGE("TestCase::addChild wrong child type %d", child->getType());
64 return TaskGeneric::addChild(child);
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
status.css 99 .child-pipeline-id,
100 .child-link,
111 #detail .child-container,
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
ModuleFactoryGeneratorTest.java 246 JavaFileObject child = JavaFileObjects.forSourceLines("test.Child", local
252 "class Child extends Parent{",
255 assertAbout(javaSources()).that(ImmutableList.of(parent, child))
273 JavaFileObject child = JavaFileObjects.forSourceLines("test.Child", local
280 "class Child extends Parent{",
283 assertAbout(javaSources()).that(ImmutableList.of(parent, child))
300 JavaFileObject child = JavaFileObjects.forSourceLines("test.Child", local
    [all...]
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
FileDescriptor.java 388 handles[i] = child(relativePaths[i]);
405 handles[count] = child(path);
424 /** Returns a handle to the child with the specified name.
425 * @throw RuntimeException if this file handle is a {@link FileType#Classpath} or FileType#Internal and the child doesn't
427 public FileDescriptor child (String name) { method in class:FileDescriptor
481 if (dest.isDirectory()) dest = dest.child(name());
491 dest = dest.child(name());
581 FileDescriptor destFile = destDir.child(srcFile.name());

Completed in 1880 milliseconds

<<41424344454647484950>>