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

<<41424344454647484950>>

  /external/webkit/WebCore/page/
Frame.cpp 726 for (Frame* child = tree()->firstChild(); child; child = child->tree()->nextSibling())
727 child->setZoomFactor(m_zoomFactor, isTextOnly);
740 for (Frame* child = tree()->firstChild(); child; child = child->tree()->nextSibling())
741 child->setPrinting(printing, minPageWidth, maxPageWidth, adjustViewSize)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorTreeAdapterTest.java 130 mChildCursor = createTestCursor(3, 4, "child");
276 return createTestCursor(3, 4, "child");
ExpandableListViewTest.java 319 // click on the child list of the first group
345 // Position 2 is still invalid (only one child).
367 // 0x8000000100000000L means this is a child and group position is 1.
508 // 0x8000000000000000L means its child position is 0
511 // 0x80000000ffffffffL means its child position is 0xffffffff
658 return "child data";
  /dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 278 fail("No child with name " + name + " was found. It was expected to exist.");
284 fail("Child with name " + name + " was found. This was unexpected.");
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 512 * The number of nodes in the list. The range of valid child node indices is
744 // int child = elementAt(i);
746 // if (child == node)
753 // if (!support.getDOMHelper().isNodeAfter(node, child))
810 int child = elementAt(i); local
812 if (child == node)
820 if (!dtm.isNodeAfter(node, child))
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
Keywords.java 54 /** child axes string. */
55 private static final String FROM_CHILDREN_STRING = "child";
  /external/kernel-headers/original/linux/sunrpc/
sched.h 130 #define RPC_TASK_CHILD 0x0008 /* is child of other task */
264 void rpc_run_child(struct rpc_task *parent, struct rpc_task *child,
  /external/opencore/extern_tools_v2/bin/linux/
make 
  /external/openssl/crypto/x509v3/
pcy_int.h 69 * RFC3280. NB this structure contains no pointers to parent or child
154 /* Number of child nodes */
v3_asid.c 638 * Figure out whether parent contains child.
640 static int asid_contains(ASIdOrRanges *parent, ASIdOrRanges *child)
645 if (child == NULL || parent == child)
651 for (c = 0; c < sk_ASIdOrRange_num(child); c++) {
652 extract_min_max(sk_ASIdOrRange_value(child, c), &c_min, &c_max);
  /external/oprofile/daemon/
init.c 187 /* We don't want any cleanup in the child */
292 /* SIGCHLD received from JIT dump child process. */
  /external/skia/src/animator/
SkMemberInfo.h 88 void setMemberData(SkDisplayable* displayable, const void* child, size_t size) const {
90 memcpy((char*) displayable + fOffset, child, size);
  /external/v8/tools/
profile_view.js 204 * Adds a child to the node.
206 * @param {devtools.profiler.ProfileView.Node} node Child node.
  /external/webkit/WebCore/rendering/
CounterNode.cpp 179 // The case when the original next sibling of the inserted node becomes a child of
183 // counter node being created, it will be inserted as the last child so next is null.
InlineFlowBox.h 75 void addToLine(InlineBox* child);
131 void removeChild(InlineBox* child);
  /frameworks/base/core/java/android/text/
AutoText.java 39 // struct trie *child;
65 // than 64K chars/offsets/child pointers/next pointers.
  /frameworks/base/docs/html/guide/tutorials/views/
hello-tabwidget.jd 52 The FrameLayout is where we keep the content that will change with each tab. Each child in the FrameLayout will
60 make these child views as large as complex as you'd like &mdash; instead of the TextView elements,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IViewRule.java 89 * Called by the canvas when a single child view is being selected.
98 * @param childNode The child node that was selected. Never null.
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 218 for (Widget child : getChildren()) {
219 child.setForeground(isSelected || node.filtered ? SELECTED : UNSELECTED);
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 55 * and used as the initial state for child blocks.<p>
365 for (SsaBasicBlock child : block.getDomChildren()) {
366 if (child != block) {
367 // Don't bother duplicating the array for the first child.
371 startsForBlocks[child.getIndex()] = childStart;
376 // currentMapping is owned by a child now.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java     [all...]
  /external/bluetooth/glib/po/
en_CA.po 851 msgid "Failed to read data from child process"
852 msgstr "Failed to read data from child process"
856 msgid "Failed to create pipe for communicating with child process (%s)"
857 msgstr "Failed to create pipe for communicating with child process (%s)"
861 msgid "Failed to read from child pipe (%s)"
862 msgstr "Failed to read from child pipe (%s)"
871 msgid "Failed to execute child process (%s)"
872 msgstr "Failed to execute child process (%s)"
901 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
904 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
    [all...]
  /external/webkit/WebCore/css/
CSSSelector.cpp 90 DEFINE_STATIC_LOCAL(AtomicString, firstChild, ("first-child"));
95 DEFINE_STATIC_LOCAL(AtomicString, nthChild, ("nth-child("));
97 DEFINE_STATIC_LOCAL(AtomicString, nthLastChild, ("nth-last-child("));
107 DEFINE_STATIC_LOCAL(AtomicString, lastChild, ("last-child"));
128 DEFINE_STATIC_LOCAL(AtomicString, onlyChild, ("only-child"));
502 else if (cs->relation() == CSSSelector::Child)
  /frameworks/base/core/res/res/values/
attrs_manifest.xml     [all...]
  /external/tinyxml/docs/
classTiXmlNode.html 55 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The first child of this node. Will be null if there are no children. <br></td></tr>
59 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The first child of this node with the matching 'value'. Will be null if none found. <br></td></tr>
63 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The first child of this node with the matching 'value'. Will be null if none found. <br></td></tr>
67 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The last child of this node. Will be null if there are no children. <br></td></tr>
71 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The last child of this node matching 'value'. Will be null if there are no children. <br></td></tr>
117 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Replace a child of this node. <a href="#a30"></a><br></td></tr>
121 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Delete a child of this node. <br></td></tr>
    [all...]

Completed in 1137 milliseconds

<<41424344454647484950>>