/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiClassAttributeNode.java | 548 for (IJavaElement child : children) { 549 if (child instanceof IPackageFragment) { 550 fragment = (IPackageFragment)child;
|
/system/core/sh/ |
TOUR | 223 tin; otherwise it forks off a child to execute the command and 224 connects the standard output of the child to a pipe. 233 restored without forking off a child process. This is accom-
|
/external/webkit/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
StylesheetRoot.java | 363 for (ElemTemplateElement child = templ.getFirstChildElem(); 364 child != null; child = child.getNextSiblingElem()) 366 composeTemplates(child); [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 122 * LogFactoryImpl is loaded via a child classloader of the TCCL (this [all...] |
/external/bluetooth/glib/glib/ |
gslice.c | 493 ChunkLink *child = head->data; 495 for (child = head->data; child; child = child->next) [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebFrame.mm | [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
Bridge.java | 811 View child = group.getChildAt(c); local 869 View child = content.getChildAt(i); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/ |
GraphicalLayoutEditor.java | 530 // which parent is a document -- an XML document can only have one child. This [all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-4 | 91 * tests/child-test.c: Do not run the g_child_watch_* test 158 * tests/child-test.c: Use a macro GPID_FORMAT for the format to 164 Don't close the child handle until in the child watch callback. 188 only if the child actually exited. 203 * tests/child-test.c: Make the test a little more 270 * tests/child-test.c glib/gmain.c : 312 * tests/child-test.c (main): Only run, if threads are enabled. 453 * tests/child-test.c: Test child_watch sources. 942 a test for adding an interface first to the child class [all...] |
ChangeLog.pre-2-16 | 756 force child poll loop to abort if waitpid() signaled child exit, 757 eventhough the child's report file descriptor wasn't closed. [all...] |
/external/v8/include/ |
v8.h | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
gimple.h | 634 Child function holding the body of the parallel region. */ 651 Child function holding firstprivate initialization if needed. */ [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
tut_howto.xml | 646 to child classes: 663 * to the child class: 712 <listitem><para>Child class B re-implements method <function>foo</function>.</para></listitem> 713 <listitem><para>In the method B::foo, the child class B calls its parent class method A::foo.</para></listitem> 722 to modify it to add method calls to new specialized method calls: it is faster to hack the child class [all...] |
/external/kernel-headers/original/linux/ |
fs.h | 569 * 2: child/target 573 * parent -> child -> normal -> xattr -> quota [all...] |
/external/webkit/WebCore/accessibility/mac/ |
AccessibilityObjectWrapper.mm | 163 - (NSUInteger)accessibilityIndexOfChild:(id)child; 631 // If an object is a child of a live region, then add these [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebframe.cpp | 524 context. The \a object will be inserted as a child of the frame's window 548 context. The \a object will be inserted as a child of the frame's window 929 for (Frame *child = tree->firstChild(); child; child = child->tree()->nextSibling()) { 930 FrameLoader *loader = child->loader(); [all...] |
/frameworks/base/awt/java/awt/image/ |
Raster.java | [all...] |
/external/strace/ |
ChangeLog | 307 * strace.c (main) [!USE_PROCFS]: In child process, raise SIGSTOP 445 * strace.c (trace): Use handle_group_exit for non-TCB_ATTACHED child 449 TCB_GROUP_EXITING and don't be surprised at child deaths when their [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/ |
CharBuffer.java | 467 * Child class implements this method to realize {@code array()}. 474 * Child class implements this method to realize {@code arrayOffset()}. 481 * Child class implements this method to realize {@code hasArray()}.
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 256 PolicyNode child = new PolicyNode() { local 258 // child 287 s.add(child); [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
LocPathIterator.java | 105 * it doesn't wish to load child walkers. 502 * The number of nodes in the list. The range of valid child node indices 1009 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
|
/external/dnsmasq/src/ |
dnsmasq.c | 848 my_syslog(LOG_WARNING, _("child process killed by signal %d"), ev.data); 852 my_syslog(LOG_WARNING, _("child process exited with status %d"), ev.data); 1060 /* death of a child goes through the select loop, so [all...] |
/external/webkit/WebCore/editing/ |
visible_units.cpp | 628 Node* child = node->childNode(offset); local 629 Node* n = child ? child->nextLeafNode() : node->nextLeafNode(); [all...] |
/frameworks/base/awt/resources/org/apache/harmony/awt/internal/nls/ |
messages.properties | 250 awt.148=child is null 406 awt.244=Width or Height of child Raster is less than or equal to zero 471 awt.285=Width or Height of child Raster is less than or equal to zero
|