Searched
full:child (Results
1351 -
1375 of
1967) sorted by null
<<51525354555657585960>>
/external/ppp/pppd/ |
pppd.h | 264 extern struct notifier *fork_notifier; /* we are a new child process */ 477 pid_t safe_fork __P((int, int, int)); /* Fork & close stuff in child */ 482 /* Run program prog with args in child */ 587 void sys_close __P((void)); /* Clean up in a child before execing */ [all...] |
/external/skia/src/xml/ |
SkXMLWriter.cpp | 252 // the first child, need to close with >
|
/external/tinyxml/docs/ |
classTiXmlElement.html | 201 Although easy and concise, <a class="el" href="classTiXmlElement.html#a27">GetText()</a> is limited compared to getting the <a class="el" href="classTiXmlText.html">TiXmlText</a> child and accessing it directly.<p> 202 If the first child of 'this' is a <a class="el" href="classTiXmlText.html">TiXmlText</a>, the <a class="el" href="classTiXmlElement.html#a27">GetText()</a> returs the character string of the Text node, else null is returned.<p> 209 then the value of str would be null. The first child node isn't a text node, it is another element. From this XML: <div class="fragment"><pre class="fragment"> <foo>This is <b>text</b></foo> 211 WARNING: <a class="el" href="classTiXmlElement.html#a27">GetText()</a> accesses a child node - don't become confused with the similarly named <a class="el" href="classTiXmlHandle.html#a17">TiXmlHandle::Text()</a> and <a class="el" href="classTiXmlNode.html#a70">TiXmlNode::ToText()</a> which are safe type casts on the referenced node. </td>
|
/external/webkit/LayoutTests/http/conf/ |
apache2-httpd.conf | 140 # MaxRequestsPerChild: the number of requests each child process is 141 # allowed to process before the child dies. The child will exit so 149 # request per connection. For example, if a child process handles
|
cygwin-httpd.conf | 158 # MaxRequestsPerChild: the number of requests each child process is 159 # allowed to process before the child dies. The child will exit so 167 # request per connection. For example, if a child process handles
|
httpd.conf | 158 # MaxRequestsPerChild: the number of requests each child process is 159 # allowed to process before the child dies. The child will exit so 167 # request per connection. For example, if a child process handles
|
/external/webkit/WebCore/bindings/v8/ |
DOMDataStore.cpp | 70 // does not depend on base. We further assume that all child threads
|
/external/webkit/WebCore/dom/ |
ScriptElement.cpp | 78 // If a node is inserted as a child of the script element
|
/external/webkit/WebCore/editing/ |
BreakBlockquoteCommand.cpp | 151 // The first child of the cloned list might not be a list item element,
|
/external/webkit/WebCore/platform/graphics/ |
GlyphPageTreeNode.h | 156 // level 1 (the "root child") that stores the actual glyphs for a specific font data.
|
/external/webkit/WebCore/rendering/ |
RenderView.h | 154 // that can trigger repaint of a non-child (e.g. when a list item moves its list marker around).
|
/external/webkit/WebCore/svg/ |
SVGStyledElement.cpp | 201 // If we're the child of a resource element, be sure to invalidate it.
|
/external/webkit/WebCore/wml/ |
WMLPageState.cpp | 102 Frame* childFrame = frame->tree()->child(childItem->target());
|
/external/webkit/WebKit/android/WebCoreSupport/ |
GeolocationPermissions.h | 59 // - All permissions are shared between child frames of a main frame.
|
/external/webkit/WebKit/qt/docs/ |
qtwebkit.qdoc | 124 may contain many child frames.
|
/external/webkit/WebKit/win/Interfaces/ |
IWebDataSource.idl | 156 @result A WebArchive representing the data source, its subresources and child frames.
|
/frameworks/base/core/java/android/preference/ |
PreferenceGroup.java | 40 * The container for child {@link Preference}s. This is sorted based on the
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ViewGroupChildrenTest.java | 56 assertEquals("A ViewGroup should have no child by default", 0, mGroup.getChildCount());
|
/frameworks/base/docs/html/resources/articles/ |
layout-tricks-efficiency.jd | 16 parameter, which requires the child to be measured twice.</p>
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-webview.jd | 48 and add the following as a child of the <code><manifest></code> element:
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ClipDrawable.java | 32 * level value. You can control how much the child Drawable gets clipped in width
|
InsetDrawable.java | 109 + "child tag defining a drawable");
|
ScaleDrawable.java | 32 * level value. You can control how much the child Drawable changes in width
|
StateListDrawable.java | 168 + "child tag defining a drawable");
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
_errdefs.h | 48 __BIONIC_ERRDEF( ECHILD , 10, "No child processes" )
|
Completed in 204 milliseconds
<<51525354555657585960>>