/external/chromium/chrome/common/ |
zip.h | 12 // An entry will *not* be created in the zip for the root folder -- children
|
/external/chromium-trace/src/shared/js/cr/ui/ |
tree.js | 63 * Returns the tree item that are children of this tree. 66 return this.children; 83 this.insertBefore(treeItem, this.children[index]); 242 '<div class=tree-children></div>'; 268 * The tree items children. 271 return this.lastElementChild.children; 470 * Whether the tree item has children. 474 return this.hasAttribute('may-have-children'); 479 this.setAttribute('may-have-children', ''); 480 rowItem.setAttribute('may-have-children', ''); [all...] |
/external/clang/bindings/python/examples/cindex/ |
cindex-dump.py | 41 children = None 43 children = [get_info(c, depth+1) 54 'children' : children }
|
/external/elfutils/tests/ |
show-abbrev.c | 90 int children = dwarf_abbrevhaschildren (abbrev); local 91 if (children < 0) 99 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n", 100 (unsigned long long int) offset, code, tag, children);
|
/external/guava/guava/src/com/google/common/collect/ |
BstSide.java | 20 * A side of a binary search tree node, used to index its children.
|
/external/oprofile/libpp/ |
callgraph_container.h | 68 * allow quick lookup of children (we'll do this several times 75 typedef std::map<symbol_entry, count_array_t, less_symbol> children; typedef in struct:arc_recorder::cg_data 78 children callers; 80 children callees;
|
/external/sepolicy/ |
zygote.te | 12 # Move children into the peer process group.
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptProfile.cpp | 76 RefPtr<InspectorArray> children = InspectorArray::create(); local 80 children->pushObject(buildInspectorObjectFor(child)); 82 result->setArray("children", children);
|
/external/webkit/Source/WebCore/inspector/ |
InspectorTimelineAgent.h | 126 TimelineRecordEntry(PassRefPtr<InspectorObject> record, PassRefPtr<InspectorObject> data, PassRefPtr<InspectorArray> children, const String& type) 127 : record(record), data(data), children(children), type(type) 132 RefPtr<InspectorArray> children; member in struct:WebCore::InspectorTimelineAgent::TimelineRecordEntry
|
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditResultView.js | 92 var treeElement = new TreeElement(null, null, !!result.children); 101 if (result.children) { 102 for (var i = 0; i < result.children.length; ++i) 103 this._appendResult(treeElement, result.children[i]);
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
profiler-test-many-calls-in-the-same-scope.html | 37 the profile. In the profile many functions should be the children of startTest.
|
/external/webkit/Source/WebCore/rendering/ |
RenderFrameSet.h | 60 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderFrameSet 61 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderFrameSet 93 virtual RenderObjectChildList* virtualChildren() { return children(); } 94 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
|
RenderTableSection.h | 41 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderTableSection 42 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderTableSection 125 virtual RenderObjectChildList* virtualChildren() { return children(); } 126 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGContainer.h | 39 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderSVGContainer 40 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderSVGContainer 46 virtual RenderObjectChildList* virtualChildren() { return children(); } 47 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
|
RenderSVGRoot.h | 42 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderSVGRoot 43 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderSVGRoot 50 virtual RenderObjectChildList* virtualChildren() { return children(); } 51 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
transform_def.rsh | 33 rs_allocation children;
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DocumentFragment.java | 27 * <p>Furthermore, various operations -- such as inserting nodes as children 31 * <p>The children of a <code>DocumentFragment</code> node are zero or more 42 * take children) the children of the <code>DocumentFragment</code> and not
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
JJTAddressListParserState.java | 62 /* Returns the number of children on the stack in the current node 85 children. That number of nodes are popped from the stack and 86 made the children of the definite node. Then the definite node 103 made children of the the conditional node, which is then pushed
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoringTest.java | 52 // Test handling of LinearLayout "weight" attributes on its children: the child with 53 // weight > 0 should fill and subsequent children attach on the bottom/right 62 // Test handling of LinearLayout "gravity" attributes on its children 81 // Test handling of LinearLayout "gravity" attributes on its children
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion30.txt | 6 android:animationCache : Defines whether layout animations should create a drawing cache for their children. [boolean]
|
/sdk/ide_common/src/com/android/ide/common/resources/configuration/ |
ResourceQualifier.java | 71 * <p/>This is declared as abstract to force children classes to implement it. 78 * <p/>Children class that re-implements this must implement 118 * <p/>This is declared as abstract to force children classes to implement it. 125 * <p/>This is declared as abstract to force children classes to implement it.
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
ScrollViewChildDetector.java | 44 * Check which looks at the children of ScrollViews and ensures that they fill/match 53 "ScrollView children must set their layout_width or layout_height attributes " + 81 List<Element> children = LintUtils.getChildren(element); local 84 for (Element child : children) {
|
UseCompoundDrawableDetector.java | 81 List<Element> children = LintUtils.getChildren(element); local 82 Element first = children.get(0); 83 Element second = children.get(1); 97 "This tag and its children can be replaced by one <TextView/> and " +
|
/sdk/traceview/src/com/android/traceview/ |
Call.java | 35 long mInclusiveRealTime; // real time spent in this call including its children 36 long mExclusiveRealTime; // real time spent in this call including its children 38 long mInclusiveCpuTime; // cpu time spent in this call including its children 39 long mExclusiveCpuTime; // cpu time spent in this call excluding its children
|
/cts/tests/src/android/widget/cts/util/ |
ExpandableListScenario.java | 92 * Sets the number of children per group. 94 * @param numChildrenPerGroup The number of children per group. 103 * groups and children per group. 180 .children.get(ExpandableListView.getPackedPositionChild(packedPosition)) 210 if (child >= mGroups.get(group).children.size() || child < 0) { 268 * Returns a group index containing either the number of children or at 309 return mGroups.get(groupPosition).children.get(childPosition).id; 313 return mGroups.get(groupPosition).children.size(); 355 List<MyChild> children; field in class:ExpandableListScenario.MyGroup 359 children = new ArrayList<MyChild>(numChildren) [all...] |