/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/ |
ColorDescriptors.java | 50 null /*children: added later*/, true /*mandatory*/); 72 // Selector children
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UseCompoundDrawableRefactoring.java | 144 List<Element> children = DomUtilities.getChildren(layout); local 145 if (children.size() != 2) { 146 status.addFatalError("The LinearLayout must have exactly two children"); 149 Element first = children.get(0); 150 Element second = children.get(1); 213 List<Element> children = DomUtilities.getChildren(layout); local 214 Element first = children.get(0); 215 Element second = children.get(1);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiModelTreeContentProvider.java | 46 * Returns all the UI node children of the given element or null if not the right kind 70 * Returns true if the UI node has any UI children nodes. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestDragElement.java | 71 public TestDragElement add(TestDragElement... children) { 76 for (TestDragElement child : children) {
|
/system/core/init/ |
ueventd.c | 63 /* Prevent fire-and-forget children from becoming zombies. 64 * If we should need to wait() for some children in the future
|
/external/webkit/Source/WebCore/inspector/front-end/ |
TimelinePanel.js | 270 this._overviewPane.showMemoryGraph(this._rootRecord.children); 351 if (record.type == recordTypes.TimerFire && record.children && record.children.length) { 352 var childRecord = record.children[0]; 356 record.children.shift(); 357 record.children = childRecord.children.concat(record.children); 371 var childrenCount = record.children ? record.children.length : 0 [all...] |
/cts/suite/audio_quality/test_description/test/ |
dut_speaker_play.xml | 26 <!-- equivalent of for loop. all children will be completed before moving to the next
|
test_rms_vma.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
/cts/tests/tests/webkitsecurity/assets/ |
div-within-anchors-causes-crash.html | 54 document.body.removeChild(document.body.children[2])
|
/development/ide/xcode/expat.xcodeproj/ |
project.pbxproj | 45 children = ( 55 children = ( 70 children = ( 78 children = (
|
/development/ide/xcode/giflib.xcodeproj/ |
project.pbxproj | 49 children = ( 62 children = ( 76 children = ( 84 children = (
|
/development/ide/xcode/ports-mac.xcodeproj/ |
project.pbxproj | 44 children = ( 54 children = ( 69 children = ( 77 children = (
|
/development/samples/ApiDemos/res/layout/ |
linear_layout_1.xml | 17 <!-- Demonstrates a simple linear layout. The height of the layout is the sum of its children. -->
|
linear_layout_2.xml | 17 <!-- Demonstrates a simple linear layout. The layout fills the screen, with the children stacked from the top. -->
|
linear_layout_3.xml | 19 children stacked from the top. The middle child gets allocated any extra
|
linear_layout_6.xml | 19 match_parent on its children to get every item to be the same width.
|
linear_layout_8.xml | 19 children stacked from the top.
|
/development/samples/StackWidget/ |
_index.html | 20 provide children of the collection with click behaviour.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.js | 11 * children; e.g., ^(type ID)+ adds ID to type and then 2nd iteration
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
ASTTreeParser.stg | 34 /** match ^(root children) in tree parser; override here to 37 tree(root, actionsAfterRoot, children, nullableChildList, 59 <children:element()> 64 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
ASTTreeParser.stg | 63 /** match ^(root children) in tree parser; override here to 66 tree(root, actionsAfterRoot, children, nullableChildList, 88 <children:element()> 93 <children:element()>
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
WhitespaceStrippingElementMatcher.java | 29 * strip whitespace nodes from it's children.
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility.h | 57 // recurse into children of |src| and build the whole subtree. 80 // Returns the number of children of this object. 139 const std::vector<BrowserAccessibility*>& children() const { function in class:BrowserAccessibility 197 // The children of this object.
|
/external/chromium/chrome/browser/chromeos/login/ |
default_images_view.h | 37 // Initializes this view, its children and layout.
|
/external/chromium/chrome/browser/extensions/ |
extension_bookmarks_module_constants.cc | 16 const char kChildrenKey[] = "children";
|