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

  /external/skia/tools/skpbench/
_adb.py 33 if not self.is_root():
37 return self.is_root()
39 def is_root(self): member in class:Adb
  /external/protobuf/src/google/protobuf/util/internal/
structured_objectwriter.h 83 bool is_root() const { return parent_ == NULL; } function in class:google::protobuf::util::converter::StructuredObjectWriter::BaseElement
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
parsetree.py 275 def is_root(self): member in class:Tag
  /external/v8/tools/clang/blink_gc_plugin/
process-graph.py 142 def is_root(self): member in class:Edge
227 if edge.is_root():
Edge.h 246 Collection(RecordInfo* info, bool on_heap, bool is_root)
249 is_root_(is_root) {}
259 bool is_root() { return is_root_; } function in class:Collection
RecordInfo.cpp 685 bool is_root = Config::IsPersistentGCCollection(info->name()); local
686 bool on_heap = is_root || info->IsHeapAllocatedCollection();
690 Collection* edge = new Collection(info, on_heap, is_root);
  /system/extras/simpleperf/
utils.cpp 261 static int is_root = -1; local
262 if (is_root == -1) {
264 is_root = (getuid() == 0) ? 1 : 0;
266 is_root = 0;
269 return is_root == 1;

Completed in 1937 milliseconds