/external/chromium_org/tools/perf/metrics/unittest_data/ |
D | baidu_repeat_timeline.json | 1 [{"children":[{"data":{"requestId":"2664.3","requestMethod":"GET","url":"http:\/\/www.baidu.com\/"}… array
|
D | 2ch_repeat_timeline.json | 1 [{"children":[{"data":{"requestId":"3176.3","requestMethod":"GET","url":"http:\/\/2ch.net\/"},"fram… array
|
D | cern_repeat_timeline.json | 1 [{"children":[{"data":{"requestId":"1312.3","requestMethod":"GET","url":"http:\/\/info.cern.ch\/hyp… array
|
D | sample_timeline.json | 11 "children": [] array 17 "children": [] array 23 "children": [] array 34 "children": [] array 45 "children": [ array 55 "children": [] array 66 "children": [] array 79 "children": [] array
|
/external/junit/src/org/junit/runners/model/ |
D | RunnerBuilder.java | 79 public List<Runner> runners(Class<?> parent, Class<?>[] children) in runners() 90 public List<Runner> runners(Class<?> parent, List<Class<?>> children) in runners() 95 private List<Runner> runners(Class<?>[] children) { in runners()
|
/external/chromium_org/components/test/data/bookmarks/ |
D | model_without_sync.json | 5 "children": [ { array 6 "children": [ { array 26 "children": [ { array 27 "children": [ { array
|
D | meta_info_as_string.json | 5 "children": [ { array 28 "children": [ ], array 36 "children": [ ], array
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 61 ConstStmtRange children() const { in children() function 196 StmtRange children() { return StmtRange(&Condition, &Condition + 1); } in children() function 250 StmtRange children() { return StmtRange(&NumThreads, &NumThreads + 1); } in children() function 306 StmtRange children() { return StmtRange(&Safelen, &Safelen + 1); } in children() function 362 StmtRange children() { return StmtRange(&NumForLoops, &NumForLoops + 1); } in children() function 431 StmtRange children() { return StmtRange(); } in children() function 502 StmtRange children() { return StmtRange(); } in children() function 600 StmtRange children() { return StmtRange(&ChunkSize, &ChunkSize + 1); } in children() function 629 StmtRange children() { return StmtRange(); } in children() function 658 StmtRange children() { return StmtRange(); } in children() function [all …]
|
/external/chromium_org/sync/syncable/ |
D | parent_child_index.cc | 60 OrderedChildSet* children = NULL; in Insert() local 80 OrderedChildSet* children = parent->second; in Remove() local 98 const OrderedChildSet* children = parent->second; in Contains() local
|
/external/chromium_org/chrome/browser/ui/ash/accessibility/ |
D | ax_root_obj_wrapper.cc | 19 std::vector<views::AXAuraObjWrapper*> children; in HasChild() local 34 aura::Window::Windows children = in GetChildren() local
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | WrapContentsInDummySpanCommand.cpp | 44 NodeVector children; in executeApply() local 68 NodeVector children; in doUnapply() local
|
D | MergeIdenticalElementsCommand.cpp | 52 NodeVector children; in doApply() local 79 WillBeHeapVector<RefPtrWillBeMember<Node> > children; in doUnapply() local
|
D | SplitElementCommand.cpp | 52 WillBeHeapVector<RefPtrWillBeMember<Node> > children; in executeApply() local 85 NodeVector children; in doUnapply() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMedia.h | 48 const RenderObjectChildList* children() const { return &m_children; } in children() function 49 RenderObjectChildList* children() { return &m_children; } in children() function
|
D | RenderTableCol.h | 48 const RenderObjectChildList* children() const { return &m_children; } in children() function 49 RenderObjectChildList* children() { return &m_children; } in children() function
|
D | RenderTableRow.h | 46 const RenderObjectChildList* children() const { return &m_children; } in children() function 47 RenderObjectChildList* children() { return &m_children; } in children() function
|
D | RenderInline.h | 111 const RenderObjectChildList* children() const { return &m_children; } in children() function 112 RenderObjectChildList* children() { return &m_children; } in children() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderConstExprTests.cpp | 56 …const std::vector<tcu::TestNode*> children = createTests(m_testCtx, m_context.getRenderContext(), … in addChildGroup() local 294 …const std::vector<tcu::TestNode*> children = createTests(m_testCtx, m_context.getRenderContext(), … in init() local 316 …const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_testCtx, m_context.getRenderCont… in init() local
|
/external/chromium_org/media/formats/mp4/ |
D | box_reader.h | 173 template<typename T> bool BoxReader::ReadChildren(std::vector<T>* children) { in ReadChildren() 179 bool BoxReader::MaybeReadChildren(std::vector<T>* children) { in MaybeReadChildren() 202 bool BoxReader::ReadAllChildren(std::vector<T>* children) { in ReadAllChildren()
|
/external/doclava/src/com/google/doclava/ |
D | NavTree.java | 29 List<Node> children = new ArrayList<Node>(); in writeNavTree() local 134 List<Node> children = new ArrayList<Node>(); in makePackageNode() local 147 List<Node> children = new ArrayList<Node>(); in addClassNodes() local 166 Node(String label, String link, List<Node> children, String since) { in Node()
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
D | heap.js | 42 children: {}, property 73 children: {}, property
|
/external/chromium_org/chrome/browser/resources/quota_internals/ |
D | event_handler.js | 190 treeViewObject.detail = {payload: {}, children: {}}; property 207 detail: {payload: {}, children: {}} property 229 detail: {payload: {}, children: {}} property 252 detail: {payload: {}, children: {}} property
|
/external/chromium_org/components/policy/core/browser/ |
D | managed_bookmarks_tracker.cc | 55 const base::ListValue* children = NULL; in LoadInitial() local 115 const base::ListValue* children = NULL; in UpdateBookmarks() local 165 const base::ListValue** children) { in LoadBookmark()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTableSectionElement.cpp | 59 RefPtrWillBeRawPtr<HTMLCollection> children = rows(); in insertRow() local 76 RefPtrWillBeRawPtr<HTMLCollection> children = rows(); in deleteRow() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGContainer.h | 45 const RenderObjectChildList* children() const { return &m_children; } in children() function 46 RenderObjectChildList* children() { return &m_children; } in children() function
|