/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.py | 18 if not self._adb.is_root(): 67 if not 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 | 21 if not self._adb.is_root(): 58 if not self._adb.is_root():
|
D | _hardware_pixel2.py | 20 if not self._adb.is_root(): 87 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_pixel.py | 18 if not self._adb.is_root(): 67 if not 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 | 21 if not self._adb.is_root(): 58 if not self._adb.is_root():
|
D | _hardware_pixel2.py | 20 if not self._adb.is_root(): 87 if not self._adb.is_root():
|
/external/bcc/src/cc/frontends/p4/test/ |
D | testP4toEbpf.py | 28 def is_root(): function 40 if not is_root(): 65 if is_root():
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | bfloat16_normalization.cc | 81 bool is_root = computation->root_instruction() == hlo; in InsertConvertAfterOutput() local 94 if (is_root) { in InsertConvertAfterOutput() 261 bool is_root = computation_->root_instruction() == hlo; in HandleMultipleOutputs() local 262 if (is_root) { in HandleMultipleOutputs()
|
D | bfloat16_propagation.cc | 699 const bool is_root = hlo == computation->root_instruction(); in SkipNoopConversions() local 701 if (is_root) { in SkipNoopConversions()
|
D | hlo_parser.cc | 638 bool is_root = EatIfPresent(TokKind::kw_ROOT); in ParseInstruction() local 646 if (is_root) { in ParseInstruction()
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | Edge.h | 229 Collection(RecordInfo* info, bool on_heap, bool is_root) in Collection() argument 232 is_root_(is_root) {} in Collection() 242 bool is_root() { return is_root_; } in is_root() function
|
D | CheckGCRootsVisitor.cpp | 51 if (edge->is_root()) in AtCollection()
|
D | RecordInfo.cpp | 706 bool is_root = Config::IsPersistentGCCollection(info->name()); in CreateEdge() local 707 bool on_heap = is_root || info->IsHeapAllocatedCollection(); in CreateEdge() 711 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/u-boot/fs/fat/ |
D | fat.c | 638 int is_root; /* is iterator at root directory */ member 671 itr->is_root = 1; in fat_itr_root() 703 itr->is_root = 0; in fat_itr_child() 706 itr->is_root = 1; in fat_itr_child() 744 if (itr->is_root && itr->fsdata->fatsize != 32) { in next_cluster()
|
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 165 goto is_root; in check_mntent_file() 214 is_root: in check_mntent_file()
|