HomeSort by relevance Sort by last modified time
    Searched refs:is_root (Results 1 - 15 of 15) 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
_hardware_nexus_6p.py 26 if not self._adb.is_root():
76 if not self._adb.is_root():
124 if not self._adb.is_root():
_hardware_pixel_c.py 32 if not self._adb.is_root():
56 if not self._adb.is_root():
81 if not self._adb.is_root():
_hardware_android.py 34 if self._adb.is_root():
61 if self._adb.is_root():
  /external/protobuf/src/google/protobuf/util/internal/
json_objectwriter.cc 52 if (!element_->is_root()) {
67 if (element()->is_root()) NewLine();
81 if (element()->is_root()) NewLine();
170 if (not_first || !element()->is_root()) NewLine();
structured_objectwriter.h 83 bool is_root() const { return parent_ == NULL; } function in class:google::protobuf::util::converter::StructuredObjectWriter::BaseElement
  /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/v8/tools/clang/blink_gc_plugin/
CheckGCRootsVisitor.cpp 51 if (edge->is_root())
Edge.h 242 Collection(RecordInfo* info, bool on_heap, bool is_root)
245 is_root_(is_root) {}
255 bool is_root() { return is_root_; } function in class:Collection
CheckFinalizerVisitor.cpp 59 might_be_collected_ = !edge->is_root();
RecordInfo.cpp 647 bool is_root = Config::IsPersistentGCCollection(info->name()); local
648 bool on_heap = is_root || info->IsHeapAllocatedCollection();
652 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():
  /system/extras/simpleperf/
utils.cpp 260 static int is_root = -1; local
261 if (is_root == -1) {
263 is_root = (getuid() == 0) ? 1 : 0;
265 is_root = 0;
268 return is_root == 1;
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 161 goto is_root;
210 is_root:
  /external/openssh/
channels.c     [all...]

Completed in 1566 milliseconds