Home
last modified time | relevance | path

Searched defs:is_root (Results 1 – 18 of 18) sorted by relevance

/external/bcc/src/cc/frontends/p4/test/
DtestP4toEbpf.py28 def is_root(): function
/external/protobuf/src/google/protobuf/util/internal/
Dstructured_objectwriter.h82 bool is_root() const { return parent_ == nullptr; } in is_root() function
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_tracker.cc519 bool is_root) { in Process()
531 bool is_root) { in Thread()
542 bool is_root) { in Global()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_normalization.cc152 bool is_root = computation->root_instruction() == hlo; in InsertConvertAfterOutput() local
184 bool is_root = computation->root_instruction() == hlo; in ChangeOutputTypeThenInsertConvertBack() local
375 bool is_root = computation_->root_instruction() == hlo; in HandleMultipleOutputs() local
Dbfloat16_propagation.cc819 const bool is_root = hlo == computation->root_instruction(); in SkipNoopConversions() local
923 bool is_root = inst == inst->parent()->root_instruction(); in Run() local
Dhlo_instruction.h324 bool is_root) const { in format_instruction()
Dhlo_parser.cc962 bool is_root = EatIfPresent(TokKind::kw_ROOT); in ParseInstruction() local
/external/linux-kselftest/tools/testing/selftests/livepatch/
Dfunctions.sh28 function is_root() { function
/external/skqp/tools/skpbench/
D_adb.py40 def is_root(self): member in Adb
/external/skia/src/codec/
DSkParseEncodedOrigin.cpp12 bool littleEndian, bool is_root, SkEncodedOrigin* orientation) { in parse_encoded_origin()
/external/skia/tools/skpbench/
D_adb.py42 def is_root(self): member in Adb
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcublas_gemm_pad_for_tensor_cores.cc106 bool is_root = dot->user_count() == 0; in PadForTensorCores() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events.h120 void SetIsRoot(bool is_root) { is_root_ = is_root; } in SetIsRoot()
/external/openscreen/cast/common/certificate/
Dcast_cert_validator_internal.cc127 bool is_root = (i == step_index); in VerifyCertificateChain() local
/external/crosvm/devices/src/pci/
Dpci_root.rs111 fn is_root(&self) -> bool { in is_root() method
/external/rust/crates/nix/src/
Dunistd.rs56 pub fn is_root(self) -> bool { in is_root() method
/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp5869 static void __kmp_reap_thread(kmp_info_t *thread, int is_root) { in __kmp_reap_thread()
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py188 def is_root(): function