/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
Layer.h | 83 // children 123 after this layer draws (but before its children draw).
|
/external/webkit/Source/WebKit/chromium/src/ |
WebHistoryItem.cpp | 259 WebVector<WebHistoryItem> WebHistoryItem::children() const function in class:WebKit::WebHistoryItem 261 return m_private->children();
|
/external/webkit/Source/WebKit/gtk/tests/ |
testdomnode.c | 104 /* Body has 3 children */ 139 /* Body shouldn't have any children at this point */
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrameInternal.h | 90 - (NSObject *)nodeWithName:(NSString *)name position:(NSPoint)position rect:(NSRect)rect view:(NSView *)view children:(NSArray *)children;
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
GridTouchVerticalSpacingStackFromBottomTest.java | 130 assertTrue(String.format("Too many children created: %d expected no more than %d", 148 assertTrue(String.format("Too many children created: %d expected no more than %d",
|
GridTouchVerticalSpacingTest.java | 114 assertTrue(String.format("Too many children created: %d expected no more than %d", 133 assertTrue(String.format("Too many children created: %d expected no more than %d",
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListOfShortShortTallShortShortTest.java | 78 assertEquals("number of list children", 1, mListView.getChildCount()); 122 assertEquals("number of list children", 1, mListView.getChildCount());
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
render.rs | 175 if (gRootNode && rsIsObject(gRootNode->children)) { 176 rsForEach(gTransformScript, gRootNode->children, nullAlloc, 0, 0);
|
/gdk/samples/quake/jni/ |
gl_refrag.cpp | 150 R_SplitEntityOnNode (node->children[0]); 153 R_SplitEntityOnNode (node->children[1]);
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodeappendchildinvalidnodetype.java | 33 * a type that does not allow children of the type "newChild" 37 * created Attr node. An Element node cannot have children
|
hc_nodechildnodesappendchild.java | 32 * is live. Changes on the node's children are immediately 35 * Create a NodeList of the children of the second employee
|
hc_nodeinsertbeforeinvalidnodetype.java | 33 * a type that does not allow children of the type "newChild" 37 * created Attr node. An Element node cannot have children
|
nodeappendchildinvalidnodetype.java | 33 * a type that does not allow children of the type "newChild" 37 * created Attr node. An Element node cannot have children
|
nodeinsertbeforeinvalidnodetype.java | 33 * a type that does not allow children of the type "newChild" 37 * created Attr node. An Element node cannot have children
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_die.h | 141 * in which children DIEs have been discovered). 194 * in which children DIEs have been discovered).
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilParElementImpl.java | 41 * For children of a sequence, the only legal value for begin is 104 * For children of a sequence, the only legal value for begin is
|
/pdk/build/ |
pdk_utils.py | 40 children = os.listdir(src_full_path) 41 for child in children:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
wait.h | 135 set in OPTIONS, return status for stopped children; otherwise don't. 167 WUNTRACED bit is set in OPTIONS, return status for stopped children;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
wait.h | 135 set in OPTIONS, return status for stopped children; otherwise don't. 167 WUNTRACED bit is set in OPTIONS, return status for stopped children;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
wait.h | 135 set in OPTIONS, return status for stopped children; otherwise don't. 167 WUNTRACED bit is set in OPTIONS, return status for stopped children;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttrsXmlParser.java | 322 // parent. Simplify the children name. 506 // does this <attr> have <enum> children? 519 // does this <attr> have <flag> children? 544 * if the node has any children nodes named "target" (e.g. "enum" or "flag"). 548 * and the requested children nodes. 550 * This method collects all the possible names of these children nodes and 557 * @return Null if there are no such children nodes, otherwise an array of length >= 1 558 * of all the names of these children nodes.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
AnimatorDescriptors.java | 104 // Allow arbitrary nesting: the children of all of these element can include 132 * @param childrenElements an array of children allowed by this element, or null
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
PasteAction.java | 76 // This UI Node can have children. The new XML is 105 // This UI Node doesn't accept children. The new XML is inserted as the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestNode.java | 76 public TestNode add(TestNode... children) { 77 for (TestNode child : children) {
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 109 parent.children.add(lastNode); 141 for (ViewNode node : root.children) {
|