/external/dropbear/ |
scp.c | 205 /* Fork a child to execute the command on the remote host using ssh. */ 213 /* Child. */
|
/external/expat/lib/ |
expat.h | 803 This must be called on the most deeply nested child parser instance 804 first, and on its parent parser only after the child parser has finished, [all...] |
/external/grub/stage2/ |
fsys_reiserfs.c | 227 unsigned long dc_block_number; /* Disk child's block number. */ 228 unsigned short dc_size; /* Disk child's used space. */ [all...] |
/external/ppp/pppd/ |
tty.c | 919 * start_charshunt - create a child process to run the character shunt. 933 /* child */ [all...] |
/external/webkit/WebCore/rendering/ |
RenderTableCell.cpp | 108 // The child cells rely on the grids up in the sections to do their calcPrefWidths work. Normally the sections are set up early, as table 110 // grids. We must refresh those grids before the child cells try to use them. [all...] |
/external/webkit/WebKit/qt/Api/ |
qgraphicswebview.cpp | 560 of the object. If the current document is a child of the web 1171 This signal tracks the progress of all child frames.
|
qwebview.cpp | 354 of the object. If the current document is a child of the web 1181 This signal tracks the progress of all child frames.
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
DumpRenderTree.cpp | 92 // where a frameset is loaded, and then new content is loaded into one of the child frames, 93 // that child frame is the "topmost frame that is loading". [all...] |
/external/webkit/WebKitTools/Scripts/ |
VCSUtils.pm | 85 # status of a child process. 87 # Args: pass the child error status returned by the last pipe close,
|
/frameworks/base/core/java/android/widget/ |
RemoteViews.java | 598 * @param viewId The id of the parent {@link ViewGroup} to add child into. 599 * @param nestedView {@link RemoteViews} that describes the child. [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
AccountFolderList.java | 274 * Build the group and child cursors that support the summary views (aka "at a glance"). 279 * a more dynamic child-cursor here, probably listening for update notifications on a number [all...] |
/external/opencore/extern_tools_v2/bin/linux/ |
tar | |
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
PhoneWindow.java | 100 // mDecor itself, or a child of mDecor where the contents go. 2522 Drawable child; field in class:PhoneWindow.DrawableFeatureState [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-gdb | |
i686-unknown-linux-gnu-gdbtui | |
/external/clearsilver/cs/ |
csparse.c | 2687 HDF *var, *child; local [all...] |
/external/webkit/WebCore/editing/ |
Editor.cpp | 299 Node* child = fragment->firstChild(); 300 if (child && fragment->lastChild() == child && child->isCharacterDataNode()) 301 return client()->shouldInsertText(static_cast<CharacterData*>(child)->data(), replacingDOMRange.get(), givenAction); [all...] |
/external/webkit/WebCore/platform/gtk/ |
gtk2drawing.c | 300 buttonChild = GTK_BIN(gParts->comboBoxButtonWidget)->child; 410 buttonChild = GTK_BIN(gParts->comboBoxEntryButtonWidget)->child; [all...] |
/external/webkit/WebKit/android/jni/ |
WebViewCore.cpp | 441 WebCore::Frame* child = f->tree()->firstChild(); local 443 while (child) { 444 success &= layoutIfNeededRecursive(child); 445 child = child->tree()->nextSibling(); [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/ |
BeautifulSoup.py | 765 """Return only the first child of this Tag matching the given [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeProxy.java | 367 // we can't just wap DTMNodeList around an Axis.CHILD iterator. [all...] |
/dalvik/vm/jdwp/ |
JdwpHandler.c | 323 * in "main", which is a child of "system". [all...] |
/external/bison/tests/ |
glr-regression.at | 389 make_value (char const *parent, char const *child) 393 (char *) malloc (strlen (parent) + strlen (child) + sizeof format); 394 sprintf (value, format, parent, child); [all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-6 | 340 that we don't miss the very first child if it exits 341 before we set up the child watch. In that case we had 745 * tests/child-test.c: use GINT_TO_POINTER for g_child_watch_add [all...] |
/external/libxml2/ |
c14n.c | [all...] |