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

<<41424344454647484950>>

  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 123 case Axis.CHILD :
190 case Axis.CHILD :
419 * of a basic child iterator, but a specialised iterator is used
509 * filter on top of a basic child iterator, but a specialised
2009 int child = _firstch(parent); local
    [all...]
  /system/core/sh/
jobs.c 91 static int jobs_invalid; /* set in child */
834 * N is the command that will be evaluated by the child. Both jp and n may
877 /* This can fail because we are doing it in the child also */
891 TRACE(("In parent shell: child = %d\n", pid));
904 TRACE(("Child shell %d\n", getpid()));
964 * Under job control we have the problem that while a child process is
965 * running interrupts generated by the user are sent to the child but not
973 * signal if the child process was terminated by an interrupt signal.
1129 * a child exits, the shell will be sent SIGCLD signals continuously
  /dalvik/libcore/luni/src/main/java/java/util/
Properties.java 773 Node child = node.getFirstChild(); local
774 while (child != null) {
775 result = result + getTextContent(child);
776 child = child.getNextSibling();
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
XMLParser.java 231 Preferences child = prefs.node(names[i]); local
234 exportEntries(child, out);
235 exportSubTree(child, out);
430 Element child = (Element) children.item(i); local
431 String name = child.getAttribute("name"); //$NON-NLS-1$
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 123 // a child pointer.
470 private Context2 child = null; field in class:Context2
490 * @returns The child Namespace context object, or null if this
495 return child;
517 parent.child = this; // JJK: Doubly-linked
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_package.html 154 as is the height of each child. Each text view is as tall as it needs
237 Each of the four child text views has set <code>android:layout_weight="1"</code>
239 This means that each child is initially given a width of 0, and then all of the
363 content of its own. Instead, it assumes it has one child and pans up and down to keep
364 the interesting area of its child in view.</p>
_index.html 13 <dd>Demonstrates a simple LinearLayout, with child width set to WRAP_CONTENT. </dd>
16 <dd>Demonstrates a simple LinearLayout, with child width set to MATCH_PARENT.</dd>
56 <dd>Demonstrates a TableLayout with column-spanning rows and different child objects. </dd>
  /external/qemu/elff/
dwarf_cu.h 386 /* Process a child DIE (and all its children) in this compilation unit.
389 * die - DIE descriptor of the child to process in this method.
390 * parent_obj - Parent object of the child to process in this method.
394 * Pointer to the end of child's attribute list in the mapped .debug_info
398 * child's DIE.
  /external/tcpdump/
print-juniper.c 467 /* suppress Bundle-ID if frame was captured on a child-link
530 /* child-link ? */
559 /* suppress Bundle-ID if frame was captured on a child-link */
591 /* suppress Bundle-ID if frame was captured on a child-link */
872 /* MFR child links don't carry cookies */
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 198 var child = this.dataGrid.children[0];
199 while (child) {
200 child.refresh();
201 child = child.traverseNextNode(false, null, true);
  /external/webkit/WebKit/mac/History/
WebHistoryItem.mm 236 WebHistoryItem *child = kit(children[i].get());
238 [result appendString:[child description]];
409 WebHistoryItem *child = [[WebHistoryItem alloc] initFromDictionaryRepresentation:[childDicts objectAtIndex:i]];
410 core(_private)->addChildItem(core(child->_private));
411 [child release];
  /external/webkit/WebKit/mac/WebView/
WebFrameView.mm 559 if (WebFrameView *child = [self _largestChildWithScrollBars]) {
560 if ([child _scrollToBeginningOfDocument])
571 if (WebFrameView *child = [self _largestChildWithScrollBars]) {
572 if ([child _scrollToEndOfDocument])
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 192 for (GSList* child = children; child; child = g_slist_next(child))
193 appendString(result, dumpFramesAsText(static_cast<WebKitWebFrame* >(child->data)));
  /frameworks/base/core/java/android/os/
Process.java 411 * Sends an argument list to the zygote process, which starts a new child
412 * and returns the child's pid. Please note: the present implementation
415 * @return PID of new child process
433 * the child or -1 on failure.
643 * Sets the scheduling group for a process and all child threads
  /frameworks/base/docs/html/guide/topics/ui/
declaring-layout.jd 86 <p>Each layout file must contain exactly one root element, which must be a View or ViewGroup object. Once you've defined the root element, you can add additional layout objects or widgets as child elements to gradually build a View hierarchy that defines your layout. For example, here's an XML layout that uses a vertical {@link android.widget.LinearLayout}
193 contains property types that define the size and position for each child view, as
195 view group defines layout parameters for each child view (including the child view group).</p>
200 values. Each child element must define LayoutParams that are appropriate for its parent,
  /external/bluetooth/glib/glib/
gmain.c 274 /* Child status monitoring code */
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 730 PKIXPolicyNode child = new PKIXPolicyNode(new ArrayList(), local
737 node.addChild(child);
738 policyNodes[index].add(child);
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Attr.java 20 * since they are not actually child nodes of the element they describe, the
58 * the child nodes of the <code>Attr</code> node may be either
73 * the string value directly or by changing the <code>Attr</code> child
  /development/scripts/
divide_and_compress.py 21 child directories into a series of zip files named N.zip where 'N' ranges from
27 child directory's contents. In this way the files within an archive are ordered
58 ' a child of where the source files exist.'))
  /external/bluetooth/glib/docs/reference/glib/tmpl/
testing.sgml 263 @G_TEST_TRAP_SILENCE_STDOUT: Redirect stdout of the test child to
267 @G_TEST_TRAP_SILENCE_STDERR: Redirect stderr of the test child to
272 child process is shared with stdin of its parent process. It is
  /external/bluetooth/glib/po/
am.po 820 msgid "Failed to read data from child process"
825 msgid "Failed to create pipe for communicating with child process (%s)"
830 msgid "Failed to read from child pipe (%s)"
840 msgid "Failed to execute child process (%s)"
870 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
876 msgid "Failed to read data from child process (%s)"
881 msgid "Unexpected error in select() reading data from a child process (%s)"
896 msgid "Failed to execute child process \"%s\" (%s)"
901 msgid "Failed to redirect output or input of child process (%s)"
906 msgid "Failed to fork child process (%s)
    [all...]
as.po 847 msgid "Failed to read data from child process"
852 msgid "Failed to create pipe for communicating with child process (%s)"
857 msgid "Failed to read from child pipe (%s)"
867 msgid "Failed to execute child process (%s)"
897 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
904 msgid "Failed to read data from child process (%s)"
909 msgid "Unexpected error in select() reading data from a child process (%s)"
924 msgid "Failed to execute child process \"%s\" (%s)"
929 msgid "Failed to redirect output or input of child process (%s)"
934 msgid "Failed to fork child process (%s)
    [all...]
bg.po 874 msgid "Failed to read data from child process"
879 msgid "Failed to create pipe for communicating with child process (%s)"
884 msgid "Failed to read from child pipe (%s)"
894 msgid "Failed to execute child process (%s)"
924 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
932 msgid "Failed to read data from child process (%s)"
937 msgid "Unexpected error in select() reading data from a child process (%s)"
953 msgid "Failed to execute child process \"%s\" (%s)"
958 msgid "Failed to redirect output or input of child process (%s)"
963 msgid "Failed to fork child process (%s)
    [all...]
bn_IN.po 861 msgid "Failed to read data from child process"
866 msgid "Failed to create pipe for communicating with child process (%s)"
871 msgid "Failed to read from child pipe (%s)"
881 msgid "Failed to execute child process (%s)"
911 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
918 msgid "Failed to read data from child process (%s)"
923 msgid "Unexpected error in select() reading data from a child process (%s)"
938 msgid "Failed to execute child process \"%s\" (%s)"
943 msgid "Failed to redirect output or input of child process (%s)"
948 msgid "Failed to fork child process (%s)
    [all...]
bs.po 859 msgid "Failed to read data from child process"
864 msgid "Failed to create pipe for communicating with child process (%s)"
870 msgid "Failed to read from child pipe (%s)"
880 msgid "Failed to execute child process (%s)"
910 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
918 msgid "Failed to read data from child process (%s)"
923 msgid "Unexpected error in select() reading data from a child process (%s)"
940 msgid "Failed to execute child process \"%s\" (%s)"
945 msgid "Failed to redirect output or input of child process (%s)"
950 msgid "Failed to fork child process (%s)
    [all...]

Completed in 263 milliseconds

<<41424344454647484950>>