HomeSort by relevance Sort by last modified time
    Searched refs:is_root (Results 1 - 14 of 14) sorted by null

  /cts/tools/utils/cts/
tools.py 39 def __init__(self, is_root=False):
40 self.is_root = is_root
75 self.root_suite = self.TestSuite(is_root=True)
  /external/chromium_org/tools/clang/blink_gc_plugin/
Edge.h 203 Collection(RecordInfo* info, bool on_heap, bool is_root)
206 is_root_(is_root) {}
216 bool is_root() { return is_root_; } function in class:Collection
RecordInfo.cpp 538 bool is_root = Config::IsPersistentGCCollection(info->name()); local
539 bool on_heap = is_root || info->IsHeapAllocatedCollection();
543 Collection* edge = new Collection(info, on_heap, is_root);
process-graph.py 142 def is_root(self): member in class:Edge
227 if edge.is_root():
BlinkGCPlugin.cpp 227 might_be_collected_ = !edge->is_root();
612 if (edge->is_root())
    [all...]
  /external/chromium_org/content/renderer/pepper/
v8_var_converter.cc 337 bool is_root = true; local
364 if (is_root) {
365 is_root = false;
490 bool is_root = true; local
518 if (is_root) {
519 is_root = false;
  /external/chromium_org/ui/base/models/
tree_node_model_unittest.cc 316 EXPECT_TRUE(root.is_root());
320 EXPECT_FALSE(child1->is_root());
tree_node_model.h 117 bool is_root() const { return parent_ == NULL; } function in class:ui::TreeNode
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 148 goto is_root;
197 is_root:
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 567 bool is_root = IsRootLayer(layer); local
571 DCHECK(!is_root);
577 DCHECK(!is_root);
583 DCHECK(!is_root);
599 DCHECK(!is_root);
612 DCHECK(!is_root);
626 DCHECK(!is_root);
645 DCHECK(!is_root);
650 if (is_root)
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 246 bool is_root = node->GetParent() == NULL; local
253 is_root);
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js 333 function Node(o, is_root, node_class) {
334 if (is_root == null) {
335 is_root = false;
343 if (is_root) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 214 if (node->is_root()) {
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 132 DCHECK(topmost->is_root());
    [all...]

Completed in 252 milliseconds