Searched
full:child (Results
776 -
800 of
1967) sorted by null
<<31323334353637383940>>
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
noderemovechildoldchildnonexistent.java | 32 * NOT_FOUND_ERR DOMException if the old child is 33 * not a child of this node.
|
nodereplacechildoldchildnonexistent.java | 32 * NOT_FOUND_ERR DOMException if the old child is 33 * not a child of this node.
|
/dalvik/libcore/support/src/test/java/tests/util/ |
TestEnvironment.java | 175 for (String child : root.childrenNames()) { 176 root.node(child).removeNode();
|
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/ |
TextImpl.java | 74 // the child elements of entity references. 86 // the child elements of entity references.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMChildIterNodeList.java | 69 * so I can't use the existing Axis.CHILD iterator. Rather than 107 * The number of nodes in the list. The range of valid child node indices
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
Entity.java | 28 * replacement text</a> is available, the corresponding <code>Entity</code> node's child list 29 * represents the structure of that replacement value. Otherwise, the child
|
/external/bluetooth/bluez/rfcomm/ |
rfcomm.1 | 100 executed as soon as a client connects. When the child process 109 except that when the child process terminates or the client
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
trees-binary.sgml | 184 @G_IN_ORDER: vists a node's left child first, then the node itself, then its 185 right child. This is the one to use if you want the output sorted according
|
/external/bluetooth/glib/docs/reference/gobject/ |
tut_tools.xml | 108 * Stops emission of "child-notify" signals on @widget. The signals are 111 * This is the analogue of g_object_freeze_notify() for child properties.
|
/external/clearsilver/mod_ecs/ |
README | 17 each child process handles: MaxRequestsPerChild. 27 child to exit.
|
/external/clearsilver/perl/ |
test.pl | 139 $child = $sort_top->objChild(); 140 $name = $child->objName();
|
/external/netperf/ |
netcpu_looper.c | 107 "child %d asking for CPU %d as pid %d with %d CPUs\n", 128 "bind_to_processor: child %d asking for CPU %d as pid %d with %d CPUs\n", 155 "bind_to_processor: child %d asking for CPU %d of %d CPUs\n", 185 /* we are the child. we could decide to exec some separate */ 189 "Looper child %d is born, pid %d\n", 282 /* child for any one processor will write to the first of his two */ 361 /* we are the child. we could decide to exec some separate */ 453 /* now go through and kill-off all the child processes */
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_priqueue.h | 205 return par;//error-- parent<child 208 return par;//error-- parent<child
|
/external/opencore/oscl/unit_test/src/ |
test_case.h | 68 //adds a child to the test case 70 //number of child test cases
|
/external/skia/src/animator/ |
SkAnimateMaker.h | 55 void childrenAdd(SkDisplayable* child) { *fChildren.append() = child; }
|
/external/tinyxml/docs/ |
classTiXmlHandle-members.html | 9 <tr class="memlist"><td><a class="el" href="classTiXmlHandle.html#a7">Child</a>(const char *value, int index) const </td><td><a class="el" href="classTiXmlHandle.html">TiXmlHandle</a></td><td></td></tr> 10 <tr class="memlist"><td><a class="el" href="classTiXmlHandle.html#a8">Child</a>(int index) const </td><td><a class="el" href="classTiXmlHandle.html">TiXmlHandle</a></td><td></td></tr>
|
/external/webkit/JavaScriptCore/profiler/ |
ProfileGenerator.cpp | 138 // The console.ProfileGenerator that started this ProfileGenerator will be the first child. 153 // The console.ProfileGeneratorEnd that stopped this ProfileGenerator will be the last child.
|
/external/webkit/WebCore/bridge/qt/ |
qt_runtime.h | 55 QtField(QObject *child) 56 : m_type(ChildObject), m_childObject(child)
|
/external/webkit/WebCore/platform/chromium/ |
PopupMenuChromium.h | 69 // able to draw a border around its child. All its paint/event handling is 70 // just forwarded to the child listBox (with the appropriate transforms).
|
/external/webkit/WebCore/svg/ |
SVGForeignObjectElement.cpp | 187 bool SVGForeignObjectElement::childShouldCreateRenderer(Node* child) const 190 return StyledElement::childShouldCreateRenderer(child);
|
/external/webkit/WebKit/chromium/src/ |
WebPageSerializerImpl.cpp | 209 // make sure the meta will in first child of head tag. 354 // Complete the open tag for element when it has child/children. 374 // Write end tag when element has child/children. 410 for (const Node *child = node->firstChild(); child; child = child->nextSibling()) 411 buildContentForNode(child, param);
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
queueengine.py | 79 # Child processes exit with a special code to the parent queue process can detect the error was handled. 107 # handled in the child process and we should just keep looping.
|
/frameworks/base/awt/java/awt/image/ |
WritableRaster.java | 131 * Creates the child of this WritableRaster by sharing the specified 142 * the width of the child area. 144 * the height of the child area. 146 * the X coordinate of child area mapped to the parentX 149 * the Y coordinate of child area mapped to the parentY 153 * @return the child WritableRaster. 158 // awt.244=Width or Height of child Raster is less than or equal to 210 * Creates the translated child of this WritableRaster. New WritableRaster
|
/frameworks/base/awt/org/apache/harmony/awt/wtk/ |
NativeWindow.java | 64 * <p/> If child, position is relative to parent window. 78 * <p/> If child, position is relative to parent window.
|
/frameworks/base/cmds/runtime/ |
SignalHandler.cpp | 109 // First make sure this child hasn't already exited. 158 LOGI("Killing child %d (tag %d)\n", pid, ch.tag);
|
Completed in 178 milliseconds
<<31323334353637383940>>