/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
_sigdefs.h | 49 __BIONIC_SIGDEF(SIGCHLD,17,"Child exited")
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
_sigdefs.h | 49 __BIONIC_SIGDEF(SIGCHLD,17,"Child exited")
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
_sigdefs.h | 49 __BIONIC_SIGDEF(SIGCHLD,17,"Child exited")
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
_sigdefs.h | 49 __BIONIC_SIGDEF(SIGCHLD,17,"Child exited")
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
_sigdefs.h | 49 __BIONIC_SIGDEF(SIGCHLD,17,"Child exited")
|
/packages/apps/Calendar/src/com/android/calendar/ |
WeekActivity.java | 31 * The view id used for all the views we create. It's OK to have all child
|
/prebuilt/android-arm/gdbserver/ |
gdbserver | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
DropFeedback.java | 86 * the given descriptor as a child of the given parent part. 369 * end of the parent child list. 384 for (Object child : parent.getChildren()) { 385 if (child instanceof UiElementEditPart) { 386 UiElementEditPart childPart = (UiElementEditPart) child; 482 * second element or at the end of the child list if the second element is null. 500 for (Object child : parent.getChildren()) { 501 if (child instanceof UiElementEditPart) { 502 UiElementEditPart childPart = (UiElementEditPart) child;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
AttrsXmlParser.java | 382 * @param filter The child node to look for, either "enum" or "flag". 390 for (Node child = attrNode.getFirstChild(); child != null; child = child.getNextSibling()) { 391 if (child.getNodeType() == Node.ELEMENT_NODE && child.getNodeName().equals(filter)) { 392 Node nameNode = child.getAttributes().getNamedItem("name"); //$NON-NLS-1$ 404 Node valueNode = child.getAttributes().getNamedItem("value"); //$NON-NLS-1$
|
/system/extras/tests/sdcard/ |
sysutil.cpp | 208 // @return a message describing the reason why the child exited. The 376 fprintf(stderr, "Child pid %d did not exit cleanly %s\n", 548 printErrno("Failed to read", "child"); 586 printErrno("Failed to write", "child");
|
/system/netd/ |
main.cpp | 126 LOGD("Child process %d exited", pid);
|
/external/bluetooth/glib/po/ |
kn.po | 856 msgid "Failed to read data from child process" 857 msgstr "child ????????????? ???????????? ???????? ?????? ?????????" 861 msgid "Failed to create pipe for communicating with child process (%s)" 866 msgid "Failed to read from child pipe (%s)" 867 msgstr "child pipe (%s) ???? ???????? ??????" 876 msgid "Failed to execute child process (%s)" 877 msgstr "child ????????? (%s) ????? ?????????????????? ??????" 906 "Unexpected error in g_io_channel_win32_poll() reading data from a child " 909 "child ????????? ???? ???????????? ?????? g_io_channel_win32_poll() ????? ????????? " 914 msgid "Failed to read data from child process (%s) [all...] |
/external/webkit/WebKit/android/nav/ |
CachedFrame.cpp | 518 const CachedFrame* child = hasFrame(test); local 519 if (child != NULL) { 520 const CachedNode* childDoc = child->validDocument(); 523 child->findClosest(bestData, originalDirection, direction, clip); 602 CachedFrame* child = mCachedFrames.begin(); local 603 while (child != mCachedFrames.end()) { 604 child->mParent = this; 605 child->finishInit(); 606 child++; 735 testData.mNode->setCondition(CachedNode::CHILD); 1037 CachedFrame* child = mCachedFrames.begin(); local [all...] |
/external/clearsilver/cgi/ |
cgi.c | 295 HDF *obj, *child; local 335 child = hdf_obj_child (obj); 336 if (child == NULL) 345 while (child != NULL) 348 child = hdf_obj_next (child); 824 HDF *obj, *child; local 849 child = hdf_get_obj (cgi->hdf, "cgiout.other"); 850 if (child) 852 child = hdf_obj_child (child) [all...] |
/external/webkit/WebCore/editing/ |
CompositeEditCommand.cpp | 164 Node* child = refChild->firstChild(); local 165 for (int i = 0; child && i < offset; i++) 166 child = child->nextSibling(); 167 if (child) 168 insertNodeBefore(insertChild, child); 193 Node* child = node->childNode(from); local 194 for (unsigned i = from; child && i < to; i++, child = child->nextSibling() 764 RefPtr<Node> child = item->cloneNode(isTableElement(item)); local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TableLayoutTest.java | 530 // get the original width of each child. 546 // Test: set column 2 which is the start column for child 1 is able to be shrunk. 564 // Test: set column 4 which is the column for child 2 is able to be shrunk. 582 // Test: set column 3 which is the end column for child 1 is able to be shrunk. 600 // Test: set column 1 which is the column for child 0 is unable to be shrunk. 660 notes = "Test addView(View child)", 703 notes = "Test addView(View child, int index)", 752 notes = "Test addView(View child, ViewGroup.LayoutParams params)", [all...] |
/external/tinyxml/docs/ |
index.html | 123 TiXmlElement* child = element->FirstChildElement( "Child" ); 124 if ( child ) 126 TiXmlElement* child2 = child->NextSiblingElement( "Child" ); 133 TiXmlElement* child2 = docHandle.FirstChild( "Document" ).FirstChild( "Element" ).Child( "Child", 1 ).Element(); 184 The first line is a declaration, and gets turned into the <a class="el" href="classTiXmlDeclaration.html">TiXmlDeclaration</a> class. It will be the first child of the document node.<p> 194 Creates another <a class="el" href="classTiXmlElement.html">TiXmlElement</a> which is a child of the "ToDo" element. This element has 1 attribute, with the name "priority" and the value "1".<p> 196 A <a class="el" href="classTiXmlText.html">TiXmlText</a>. This is a leaf node and cannot contain other nodes. It is a child of the "Item" <a class="el" href="classTiXmlElement.html">TiXmlElement</a>.<p [all...] |
/external/webkit/WebCore/dom/ |
Position.cpp | 223 Node* child = n->childNode(o - 1); local 224 if (child) 225 return lastDeepEditingPositionForNode(child); 227 // There are two reasons child might be 0: 230 // 2) The old offset was a bogus offset like (<br>, 1), and there is no child. 261 Node* child = n->childNode(o); local 262 if (child || (!n->hasChildNodes() && o < lastOffsetForEditing(n))) { 263 if (child) 264 return firstDeepEditingPositionForNode(child); 266 // There are two reasons child might be 0 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | 498 for (UiElementNode child : mUiChildren) { 499 if (child.hasError()) { 589 * Finds a child node relative to this node using a path-like expression. 590 * F.ex. "node1/node2" would find a child "node1" that contains a child "node2" and 594 * @param path The path like expression to select a child node. [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
DomFront.java | 132 for (SsaBasicBlock child : node.getDomChildren()) { 136 sb.append(child);
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
TouchDex.java | 51 * This calls fork() and then, in the child, calls cont(dexFiles). 59 * The entry point for the child process. args[0] can be a colon-separated
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodeinsertbeforenewchilddiffdocument.java | 37 * child that was created from a different document than the 39 * insert such a child should raise the desired exception.
|
hc_noderemovechildoldchildnonexistent.java | 32 * NOT_FOUND_ERR DOMException if the old child is 33 * not a child of this node.
|
hc_nodereplacechildoldchildnonexistent.java | 32 * NOT_FOUND_ERR DOMException if the old child is 33 * not a child of this node.
|
nodeinsertbeforenewchilddiffdocument.java | 37 * child that was created from a different document than the 39 * insert such a child should raise the desired exception.
|