/external/chromium/chrome/browser/resources/options/ |
sync_setup_overlay.js | 441 for (var i = 0; i < overlay.children.length; i++) 442 overlay.children[i].classList.add('hidden');
|
/external/clang/lib/AST/ |
StmtDumper.cpp | 61 // Print out children. 62 Stmt::child_range CI = S->children();
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 322 // Find the top level nodes - children of root + the unreachable (parentless) 376 // Push the children into the queue.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
BuildsView.java | 370 // Set the children sorter 373 // Sort children using specific comparison (see the implementation
|
/external/elfutils/libdw/ |
libdw.h | 264 /* Check whether the DIE has children. */ 408 /* Return true if abbreviation is children flag set. */
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
BatchNode.java | 109 if (!children.isEmpty()) { 116 for (Spatial child : children.getArray()) {
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainGrid.java | 58 * TerrainGrid itself is an actual TerrainQuad. Its four children are the visible four tiles. 128 * the new TerrainQuad tiles to be children of this TerrainGrid parent.
|
/external/kernel-headers/original/linux/ |
perf_event.h | 192 inherit : 1, /* children inherit it */ 688 * These accumulate total time (in nanoseconds) that children
|
/external/libvpx/vpx_mem/memory_manager/include/ |
cavl_impl.h | 672 ** in the tree structure by one of its immediate children. */ 878 /* h is root of current subtree, child is one of its children. */
|
/external/linux-tools-perf/util/include/linux/added/ |
perf_event.h | 202 inherit : 1, /* children inherit it */ 821 * These accumulate total time (in nanoseconds) that children
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 544 // Having printed this SDNode, walk the children: 564 // Dump children that have grandchildren on their own line(s).
|
/external/llvm/lib/Transforms/Scalar/ |
EarlyCSE.cpp | 287 // iterator so that the children do not need to be store spearately. 559 // It has been processed, and there are no more children to process,
|
/external/netperf/ |
netserver.c | 729 /* we should try to "reap" some of our children. on some */ 733 /* we have reaped all the children there are to reap at */
|
/external/regex-re2/re2/ |
prefilter.cc | 262 // Sometimes when iterating on children of a node, 263 // some children might have NULL Info. Adding
|
/external/strace/ |
defs.h | 365 int nchildren; /* # of traced children */ 367 int nzombies; /* # of formerly traced children now dead */
|
/external/v8/src/ |
profile-generator.h | 150 INLINE(const List<ProfileNode*>* children() const) { return &children_list_; } function in class:v8::internal::ProfileNode 555 Vector<HeapGraphEdge> children() { function in class:v8::internal::BASE_EMBEDDED [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
AVLTree.h | 374 // h is root of current subtree, child is one of its children. 822 // in the tree structure by one of its immediate children.
|
/external/webkit/Source/WebCore/loader/archive/cf/ |
LegacyWebArchive.cpp | 445 unsigned children = frame->tree()->childCount(); local 446 for (unsigned i = 0; i < children; ++i) {
|
/external/webkit/Source/WebCore/platform/gtk/ |
RenderThemeGtk2.cpp | [all...] |
/external/webkit/Source/WebKit/chromium/src/js/ |
Tests.js | 241 var node = panel.visibleView.profileDataGridTree.children[0]; 284 var node = panel.visibleView.dataGrid.children[0];
|
/external/webkit/Source/WebKit/qt/tests/qwebframe/ |
tst_qwebframe.cpp | 708 const QObjectList & children = parent->children(); local 709 foreach (QObject* child, children) { 2859 QList<QWebFrame*> children = m_page->mainFrame()->childFrames(); local [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.h | 364 * - a directory (no data, has children links 379 struct list_head children; /* list of child links */ member in struct:__anon15793
|
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 41 * A special widget composed of two children views: the handle, that the users drags, 217 + "to different children."); [all...] |
TabHost.java | 43 * Container for a tabbed window view. This object holds two children: a set of tab labels that the 705 // focus if none of their children have it. They need focus to be able to
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
services.jd | 230 parents) and the user interface elements that may be contained by that component (its children). In 254 parents and children of the component that originated the accessibility event and investigate their
|