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

  /external/skia/tools/skpbench/
_adb.py 34 if not self.is_root():
38 return self.is_root()
40 def is_root(self): member in class:Adb
  /external/skqp/tools/skpbench/
_adb.py 34 if not self.is_root():
38 return self.is_root()
40 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
  /system/core/adb/
remount_service.cpp 65 static std::string find_mount(const char* dir, bool is_root) {
66 if (is_root) {
89 bool is_root = strcmp(dir, "/") == 0; local
90 std::string dev = find_mount(dir, is_root);
95 if (dev.empty() && !is_root) {
  /tools/test/connectivity/acts/framework/acts/controllers/
adb.py 112 def is_root(self, user_id=None): member in class:AdbProxy
134 return self.is_root()
142 if self.is_root(user_id):
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
parsetree.py 275 def is_root(self): member in class:Tag
  /external/tensorflow/tensorflow/compiler/xla/service/
bfloat16_normalization.cc 80 bool is_root = computation->root_instruction() == hlo; local
88 if (is_root) {
  /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 271 static int is_root = -1; local
272 if (is_root == -1) {
274 is_root = (getuid() == 0) ? 1 : 0;
276 is_root = 0;
279 return is_root == 1;
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 414 bool is_root = EatIfPresent(TokKind::kw_ROOT); local
423 if (is_root) {
    [all...]

Completed in 485 milliseconds