/external/protobuf/src/google/protobuf/util/internal/ |
D | json_objectwriter.cc | 52 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()
|
D | structured_objectwriter.h | 83 bool is_root() const { return parent_ == NULL; } in is_root() function
|
/external/skqp/tools/skpbench/ |
D | _adb.py | 34 if not self.is_root(): 38 return self.is_root() 40 def is_root(self): member in Adb
|
D | _hardware_android.py | 22 if not self._adb.is_root() and self._adb.root(): 36 if self._adb.is_root():
|
D | _hardware_pixel_c.py | 19 if not self._adb.is_root(): 52 if not self._adb.is_root():
|
D | _hardware_nexus_6p.py | 18 if not self._adb.is_root(): 72 if not self._adb.is_root():
|
D | _hardware_pixel.py | 29 if not self._adb.is_root(): 79 if not self._adb.is_root():
|
/external/skia/tools/skpbench/ |
D | _adb.py | 34 if not self.is_root(): 38 return self.is_root() 40 def is_root(self): member in Adb
|
D | _hardware_android.py | 22 if not self._adb.is_root() and self._adb.root(): 36 if self._adb.is_root():
|
D | _hardware_nexus_6p.py | 18 if not self._adb.is_root(): 66 if not self._adb.is_root():
|
D | _hardware_pixel_c.py | 19 if not self._adb.is_root(): 52 if not self._adb.is_root():
|
D | _hardware_pixel.py | 29 if not self._adb.is_root(): 74 if not self._adb.is_root():
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | Edge.h | 246 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
|
D | CheckGCRootsVisitor.cpp | 51 if (edge->is_root()) in AtCollection()
|
D | RecordInfo.cpp | 685 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()
|
D | CheckFinalizerVisitor.cpp | 59 might_be_collected_ = !edge->is_root(); in VisitCollection()
|
D | process-graph.py | 142 def is_root(self): member in Edge 227 if edge.is_root():
|
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 164 goto is_root; in check_mntent_file() 213 is_root: in check_mntent_file()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | bfloat16_normalization.cc | 80 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/ |
D | codegen.py | 511 if comp.is_root(): 1106 if node.is_root() and not node.is_anonymous:
|
D | parsetree.py | 275 def is_root(self): member in Tag
|
/external/tensorflow/tensorflow/compiler/xla/tools/parser/ |
D | hlo_parser.cc | 414 bool is_root = EatIfPresent(TokKind::kw_ROOT); in ParseInstruction() local 423 if (is_root) { in ParseInstruction()
|