/dalvik/libcore/xml/src/main/java/javax/xml/namespace/ |
NamespaceContext.java | 54 * <child xmlns:prefix2="http://Namespace-name-URI"> 56 * </child>
|
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
package.html | 206 of the child text nodes is returned. 245 <code><manufacturer></code> child element:</p>
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/res/ |
XMLErrorResources.java | 326 "Attribute child does not have an owner document!"}, 329 "Attribute child does not have an owner document element!"},
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
UnImplNode.java | 209 * @param index index of a child of this node in its list of children 649 * @param newChild New child node to insert 650 * @param refChild Insert in front of this child 667 * @param newChild Replace existing child with this one 668 * @param oldChild Existing child to be replaced 685 * @param oldChild Child to be removed [all...] |
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/ |
LSParserFilter.java | 29 * <code>acceptNode</code> method on the filter. The child nodes of an 132 * as a child to its parent.
|
/development/simulator/app/ |
DeviceManager.cpp | 509 * without killing it. Even if the runtime is our child, the children of 512 * We want to be able to run the child under GDB or Valgrind, both 559 * to learn the pgrp from the child during the initial communication 962 * The read failed. This usually means the child has died. 979 printf("Sim: child says it's now in pgrp %d\n", arg); 1030 /* kill the group, not our immediate child */ [all...] |
/external/bluetooth/bluez/test/ |
scotest.c | 179 /* Child */ 319 /* Child */
|
/external/srec/tools/grxmlcompile/ |
grxmldoc.cpp | 145 // The "current" subgraph is substituted with the new subgraph for all ops on child nodes. 146 // After processing child nodes the original subgraph is reinstated 169 TiXmlNode* child; local 170 for( child = node.FirstChild(); child; child = child->NextSibling() ) 172 parseNode ( *child, p_SubGraph, level+1 ); [all...] |
/external/webkit/WebCore/bridge/qt/ |
qt_instance.cpp | 325 return ""; // deleted child object 354 if (m_type == ChildObject) // QtScript doesn't allow setting to a named child
|
/external/webkit/WebCore/dom/ |
Text.cpp | 95 // We would need to visit EntityReference child text nodes if they existed 112 // We would need to visit EntityReference child text nodes if they existed
|
/external/webkit/WebCore/inspector/front-end/ |
audits.css | 133 #audit-result-view .section.expanded .section-content > p:nth-of-type(1) > *:nth-child(1) { 145 div.panel.audits .sidebar > ol.sidebar-tree > li:nth-child(1) {
|
/external/webkit/WebKit/android/nav/ |
CachedFrame.h | 78 void addFrame(CachedFrame& child) { mCachedFrames.append(child); }
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
mock.py | 121 for child in self._children.itervalues():
122 child.reset_mock()
|
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/ |
JPEGImageWriter.java | 319 Raster child = sourceRaster.createChild(srcXOff, local 322 scanRaster.setRect(child);
|
/frameworks/base/core/java/android/widget/ |
DialerFilter.java | 57 throw new IllegalStateException("DialerFilter must have a child EditText named hint"); 69 throw new IllegalStateException("DialerFilter must have a child EditText named primary");
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HierarchicalStateMachineTest.java | 590 * Test that unhandled messages in a child are handled by the parent. 605 // Set the initial state will be the child 674 * with transition from child 1 to child 2 and child 2 690 // Set the initial state will be child 1 767 * Test transition from one child to another of a "complex" 787 // Set the initial state will be the child [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
menu-resource.jd | 83 child of a <code><menu></code> element. 123 Menu). Must be a child of a <code><menu></code> or <code><group></code> element.
|
/frameworks/base/docs/html/resources/articles/ |
layout-tricks-merge.jd | 48 the sole child of another <code>FrameLayout</code>:</p> 50 <div style="text-align: center;"><img src="images/merge2.png" alt="A layout with only one child of same dimensions can be removed"></div>
|
/packages/apps/Contacts/src/com/android/contacts/ |
DialtactsActivity.java | 305 * This is so child activities can check if they are supposed to display a filter. 334 * Stores the uri associated with a dial intent. This is so child activities can
|
GroupingListAdapter.java | 34 * child. Groups are collapsible and collapsed by default. 253 * stand-alone element, a group or a group child. Also computes the
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsChatGroupManager.java | 177 // FIXME: UserMapList is a child of Joined in version 1.3 393 // FIXME: UserMapping is the child of UserMapList in version 1.3
|
/packages/apps/Music/src/com/android/music/ |
TouchInterceptor.java | 157 final View child = getChildAt(i); local 158 child.getHitRect(frame);
|
/sdk/traceview/src/com/android/traceview/ |
MethodData.java | 133 // Find the child method in the parent 144 // Find the parent method in the child
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/bin/ |
sh-linux-gnu-gprof | |
/bionic/libc/bionic/ |
dlmalloc.c | 1922 struct malloc_tree_chunk* child[2]; member in struct:malloc_tree_chunk [all...] |