/third_party/typescript/tests/ts_extra_tests/tool/ |
D | test_helper.py | 65 def get_path_file(dir_path, all_file_path=None, is_root=False, limit_version=None): argument 71 is_root = True 73 is_root = False 74 if is_root:
|
/third_party/rust/crates/rustix/tests/process/ |
D | id.rs | 8 assert_eq!(process::getuid().is_root(), libc::getuid() == 0); in test_getuid() 17 assert_eq!(process::getgid().is_root(), libc::getgid() == 0); in test_getgid() 26 assert_eq!(process::geteuid().is_root(), libc::geteuid() == 0); in test_geteuid() 35 assert_eq!(process::getegid().is_root(), libc::getegid() == 0); in test_getegid()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | json_objectwriter.cc | 50 if (element_ && !element_->is_root()) { in ~JsonObjectWriter() 65 if (element() && element()->is_root()) NewLine(); in EndObject() 79 if (element()->is_root()) NewLine(); in EndList() 175 if (not_first || !element()->is_root()) NewLine(); in WritePrefix()
|
D | structured_objectwriter.h | 82 bool is_root() const { return parent_ == nullptr; } in is_root() function
|
/third_party/flutter/skia/infra/bots/ |
D | gen_compile_isolate.py | 105 def is_root(self): member in Tree.Node 112 if not self.is_root: 136 if not self.is_root and immediate_children >= COMBINE_PATHS_THRESHOLD: 155 if not self.is_root:
|
/third_party/skia/tools/skpbench/ |
D | _adb.py | 36 if not self.is_root(): 40 return self.is_root() 42 def is_root(self): member in Adb
|
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():
|
D | _hardware_android.py | 23 if not self._adb.is_root() and self._adb.root(): 37 if self._adb.is_root():
|
/third_party/flutter/skia/tools/skpbench/ |
D | _adb.py | 36 if not self.is_root(): 40 return self.is_root() 42 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():
|
/third_party/json/third_party/amalgamate/ |
D | amalgamate.py | 250 if not self.is_root: 254 def __init__(self, file_path, amalgamation, is_root): argument 258 self.is_root = is_root
|
/third_party/skia/src/codec/ |
D | SkParseEncodedOrigin.cpp | 12 bool littleEndian, bool is_root, SkEncodedOrigin* orientation) { in parse_encoded_origin() argument 43 } else if (kSubIFDOffsetTag == tag && kSubIFDOffsetType == type && 1 == count && is_root) { in parse_encoded_origin()
|
/third_party/rust/crates/nix/test/common/ |
D | mod.rs | 44 if !Uid::current().is_root() && CtlValue::Int(0) == ctl.value().unwrap() 83 if !Uid::current().is_root() {
|
/third_party/rust/crates/rustix/src/process/ |
D | id.rs | 73 pub const fn is_root(self) -> bool { in is_root() method 100 pub const fn is_root(self) -> bool { in is_root() method
|
/third_party/rust/crates/tracing/tracing-core/src/ |
D | event.rs | 103 pub fn is_root(&self) -> bool { in is_root() method
|
D | span.rs | 152 pub fn is_root(&self) -> bool { in is_root() method
|
/third_party/rust/crates/tracing/tracing-subscriber/src/layer/ |
D | context.rs | 173 if event.is_root() { in event_span()
|
/third_party/libfuse/test/ |
D | test_syscalls.c | 1964 int is_root; in main() local 2016 is_root = (geteuid() == 0); in main() 2073 if(!is_root) { in main()
|