HomeSort by relevance Sort by last modified time
    Searched full:child (Results 1451 - 1475 of 1967) sorted by null

<<51525354555657585960>>

  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 92 * <li> <b>Scale</b>: a compound drawable with a single child drawable,
419 * {@link StateListDrawable} and {@link LevelListDrawable} this will be the child drawable
493 * value it returns. For example, if it contains multiple child drawables
    [all...]
  /build/core/
node_fns.mk 168 $(eval ### "Clear the child so DAGs don't create duplicate entries" ) \
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages.java 98 "Cannot add attribute {0} after child nodes or before an element is produced. Attribute will be ignored." },
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
DescendantIterator.java 347 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
NamedNodeMap.java 96 * The number of nodes in this map. The range of valid child node indices
  /dalvik/vm/alloc/
HeapDebug.c 178 * (2) In the zygote, when the first child is started. We created a
  /development/simulator/app/
Pipe.cpp 359 * Specify whether a file descriptor can be inherited by a child process.
  /external/bluetooth/glib/gobject/
gobject.c 67 * passed in child, no reference of the newly created child is leaked.
69 * can only g_object_ref() the new child, so to implement this code without
72 * Child *child;
74 * child = create_child();
75 * container_add_child (container, child);
76 * g_object_unref (child);
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceproperties.c 86 * DerivedObject, the child class of DerivedObject
  /external/e2fsprogs/debugfs/
htree.c 156 fprintf(pager, "Couldn't allocate child block.\n");
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 203 throw new IllegalStateException ("output directory [" + canonicalOutDir + "] cannot be one of the instrumentation path directories (or a child thereof)");
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 58 * Queue-based visitor, starts with the root, node visits enqueue child
  /external/guava/src/com/google/common/base/
FinalizableReferenceQueue.java 216 // Ignore. Finalizer is simply in a child class loader.
  /external/icu4c/common/
uresimp.h 78 /*const UResourceBundle *fParentRes;*/ /* needed to get the actual locale for a child resource */
  /external/ipsec-tools/src/racoon/
main.c 281 /* if it's not child process, clean everything */
  /external/opencore/fileformats/mp4/composer/src/
trackatom.cpp 356 // Update the size of the parent atom since this child atom may have changed
  /external/openssl/crypto/x509/
x509_vpm.c 105 * 1. If a child structure needs to have its values initialized from a parent
  /external/oprofile/daemon/
oprofiled.c 122 * opd_fork - fork and return as child
  /external/skia/src/animator/
SkScriptTokenizer.cpp 424 SkOpArray* child = (*array)[index].fArray; local
425 forget(child); // forgets children of child
426 int found = fTrackArray.find(child);
    [all...]
  /external/tcpdump/
print-snmp.c 263 struct obj *child, *next; /* child and next sibling pointers */ member in struct:obj
319 objp = objp->child; \
692 objp = a->node->child;
    [all...]
  /external/v8/src/
data-flow.cc 545 // Visit child nodes in reverse evaluation order.
  /external/v8/test/mjsunit/tools/
profile.js 41 stackToString(path.slice(0, pos)) + ' has no child ' +
  /external/webkit/JavaScriptCore/wtf/
TCPageMap.h 116 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes
  /external/webkit/WebCore/editing/
IndentOutdentCommand.cpp 123 // Create a new blockquote and insert it as a child of the root editable element. We accomplish
InsertListCommand.cpp 173 // so that we don't create an orphaned list child.

Completed in 790 milliseconds

<<51525354555657585960>>