Home
last modified time | relevance | path

Searched refs:is_root (Results 1 – 22 of 22) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.cc52 if (!element_->is_root()) { in ~JsonObjectWriter()
67 if (element()->is_root()) NewLine(); in EndObject()
81 if (element()->is_root()) NewLine(); in EndList()
170 if (not_first || !element()->is_root()) NewLine(); in WritePrefix()
Dstructured_objectwriter.h83 bool is_root() const { return parent_ == NULL; } in is_root() function
/external/skqp/tools/skpbench/
D_adb.py34 if not self.is_root():
38 return self.is_root()
40 def is_root(self): member in Adb
D_hardware_android.py22 if not self._adb.is_root() and self._adb.root():
36 if self._adb.is_root():
D_hardware_nexus_6p.py18 if not self._adb.is_root():
72 if not self._adb.is_root():
D_hardware_pixel_c.py19 if not self._adb.is_root():
52 if not self._adb.is_root():
D_hardware_pixel.py29 if not self._adb.is_root():
79 if not self._adb.is_root():
/external/skia/tools/skpbench/
D_adb.py34 if not self.is_root():
38 return self.is_root()
40 def is_root(self): member in Adb
D_hardware_android.py22 if not self._adb.is_root() and self._adb.root():
36 if self._adb.is_root():
D_hardware_nexus_6p.py18 if not self._adb.is_root():
66 if not self._adb.is_root():
D_hardware_pixel_c.py19 if not self._adb.is_root():
52 if not self._adb.is_root():
D_hardware_pixel.py29 if not self._adb.is_root():
74 if not self._adb.is_root():
/external/v8/tools/clang/blink_gc_plugin/
DEdge.h246 Collection(RecordInfo* info, bool on_heap, bool is_root) in Collection() argument
249 is_root_(is_root) {} in Collection()
259 bool is_root() { return is_root_; } in is_root() function
DCheckGCRootsVisitor.cpp51 if (edge->is_root()) in AtCollection()
DRecordInfo.cpp685 bool is_root = Config::IsPersistentGCCollection(info->name()); in CreateEdge() local
686 bool on_heap = is_root || info->IsHeapAllocatedCollection(); in CreateEdge()
690 Collection* edge = new Collection(info, on_heap, is_root); in CreateEdge()
DCheckFinalizerVisitor.cpp59 might_be_collected_ = !edge->is_root(); in VisitCollection()
Dprocess-graph.py142 def is_root(self): member in Edge
227 if edge.is_root():
/external/e2fsprogs/lib/ext2fs/
Dismounted.c164 goto is_root; in check_mntent_file()
213 is_root: in check_mntent_file()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_normalization.cc80 bool is_root = computation->root_instruction() == hlo; in InsertConvertAfterOutput() local
88 if (is_root) { in InsertConvertAfterOutput()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dcodegen.py511 if comp.is_root():
1106 if node.is_root() and not node.is_anonymous:
Dparsetree.py275 def is_root(self): member in Tag
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc414 bool is_root = EatIfPresent(TokKind::kw_ROOT); in ParseInstruction() local
423 if (is_root) { in ParseInstruction()