Searched
full:child (Results
1226 -
1250 of
1967) sorted by null
<<41424344454647484950>>
/external/ppp/pppd/ |
utils.c | 1030 * thus changing our pid (we fork, the child carries on, and the parent dies). 1032 * of the child. This avoids a potential race which would exist if 1033 * we had the child rewrite the lockfile (the parent might die first, 1035 * between when the parent died and the child rewrote the lockfile).
|
/external/quake/src/com/android/quake/ |
DownloaderActivity.java | 121 for (File child : base.listFiles()) { 122 result &= deleteTree(child, true); 502 for (File child : base.listFiles()) { 503 result &= recursiveFilter(child, fileMap, keepSet, true); [all...] |
/external/skia/src/animator/ |
SkDisplayApply.cpp | 162 bool SkApply::contains(SkDisplayable* child) { 164 if (*curPtr == child || (*curPtr)->contains(child)) 167 return fDeleteScope && scope == child;
|
/external/strace/ |
strace.1 | 231 Trace child processes as they are created by currently traced 245 for a child that is currently 246 being traced, it is suspended until an appropriate child process either 248 determined from the child's current signal disposition).
|
/external/webkit/LayoutTests/http/conf/ |
apache2-debian-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
|
/external/webkit/WebCore/css/ |
CSSFontFaceSource.cpp | 140 // Select first <font-face> child
|
CSSSelector.h | 94 Child,
|
/external/webkit/WebCore/dom/ |
Node.h | 137 virtual bool removeChild(Node* child, ExceptionCode&); 254 // signaling that all child tags have been parsed and added. 480 * Notifies the node that it's list of children have changed (either by adding or removing child nodes), or a child
|
/external/webkit/WebCore/platform/ |
Theme.h | 49 // position cannot be determined by examining child content. Checkboxes and radio buttons are examples of
|
/external/webkit/WebCore/platform/gtk/ |
RenderThemeGtk.h | 65 // position cannot be determined by examining child content. Checkboxes and radio buttons are examples of
|
ScrollbarGtk.cpp | 46 * wheel over a child scrollbar in most cases. */
|
/external/webkit/WebCore/platform/text/ |
TextEncodingDetectorICU.cpp | 115 // a child frame in Shift_JIS and both frames do NOT specify the encoding
|
/external/webkit/WebCore/rendering/ |
RenderBoxModelObject.h | 88 virtual void childBecameNonInline(RenderObject* /*child*/) { }
|
RenderFrame.cpp | 129 // update again to pass the width to the child frame
|
RenderTable.h | 64 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
|
RenderThemeSafari.h | 53 // position cannot be determined by examining child content. Checkboxes and radio buttons are examples of
|
/external/webkit/WebKit/mac/WebView/ |
WebDataSource.h | 136 @result A WebArchive representing the data source, its subresources and child frames.
|
/external/webkit/WebKit/qt/Api/ |
qwebinspector.cpp | 87 // Remove association principally to prevent deleting a child frontend
|
/external/webkit/WebKit/qt/tests/qwebview/ |
tst_qwebview.cpp | 150 QVERIFY(page != 0); // deleting view must not have deleted the page, since it's not a child of view
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
executive.py | 97 # Cache the child's output locally so it can be used for error reports.
|
/external/webkit/WebKitTools/record-memory-win/ |
main.cpp | 95 // Start the child process.
|
/frameworks/base/awt/org/apache/harmony/awt/wtk/ |
Synchronizer.java | 30 * It is supposed to have a child class per native platform.
|
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 205 + "to a valid child."); 211 + "to a valid child."); 240 + " existing child."); 247 + " existing child."); [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListTouchBottomGravityManyTest.java | 71 assertEquals("Item zero not the first child in the list", 0, firstChild.getId());
|
/frameworks/base/docs/html/guide/basics/ |
building-blocks.jd | 12 and it's also possible to create completely separate child processes if you
|
Completed in 443 milliseconds
<<41424344454647484950>>