Home
last modified time | relevance | path

Searched defs:_root (Results 1 – 20 of 20) sorted by relevance

/external/scapy/test/contrib/automotive/
Dinterface_mockup.py30 _root = os.geteuid() == 0 variable
32 _root = False variable
/external/executorch/build/
Dexecutorch-config.cmake29 set(_root "${CMAKE_CURRENT_LIST_DIR}/../..") variable
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeNodeStream.cs46 object _root; field in Antlr.Runtime.Tree.CommonTreeNodeStream
/external/rust/android-crates-io/crates/tracing-subscriber/src/registry/
Dmod.rs549 let _root = tracing::info_span!("root").entered(); in spanref_scope_iteration_order() localVariable
588 let _root = tracing::info_span!("root").entered(); in spanref_scope_fromroot_iteration_order() localVariable
/external/ComputeLibrary/src/runtime/CL/mlgo/
DHeuristicTree.cpp93 constexpr HeuristicTree::NodeID HeuristicTree::_root; member in arm_compute::mlgo::HeuristicTree
/external/jackson-core/src/test/java/perf/
DEnumByBytesLookup.java15 private final Trie<E> _root; field in EnumByBytesLookup
/external/pytorch/torch/csrc/fx/
Dnode.cpp115 NodeBase* _root; member
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTextTrieMap.java27 private Node _root = new Node(); field in TextTrieMap
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DTextTrieMap.java25 private Node _root = new Node(); field in TextTrieMap
/external/pytorch/torch/csrc/dynamo/
Dpython_compiled_autograd.cpp168 static CacheNode _root; in root() local
Dguards.cpp1845 RootGuardManager* _root; member in torch::dynamo::__anon98d733b60211::GuardManager
/external/scapy/scapy/layers/
Dsmbclient.py1618 def _getr(self, directory, _root, _verb=True): argument
/external/tinyxml2/
Dtinyxml2.h449 Item* _root; variable
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py358 _root = None variable
/external/libvpx/tools/
Dcpplint.py552 _root = None variable
/external/google-styleguide/cpplint/
Dcpplint.py552 _root = None variable
/external/libaom/tools/
Dcpplint.py552 _root = None variable
/external/python/cpython3/Lib/
Dturtle.py3704 _root = None variable in _Screen
/external/armnn/third-party/ghc/
Dfilesystem.hpp504 impl_string_type::const_iterator _root; member in ghc::filesystem::path::iterator
/external/python/cpython3/Lib/tkinter/
D__init__.py1707 def _root(self): member in Misc