Home
last modified time | relevance | path

Searched defs:is_valid (Results 1 - 25 of 180) sorted by relevance

12345678

/third_party/node/tools/
H A Dcheckimports.py18 def is_valid(file_name): function
/third_party/gn/src/base/numerics/
H A Dchecked_math_impl.h71 bool is_valid = true; in Do() local
131 bool is_valid = true; in Do() local
[all...]
/third_party/skia/src/core/
H A DSkMallocPixelRef.cpp14 static bool is_valid(const SkImageInfo& info) { in is_valid() function
/third_party/rust/crates/which-rs/src/
H A Dchecker.rs19 fn is_valid(&self, path: &Path) -> bool { in is_valid() functions
26 fn is_valid(&self, _path: &Path) -> bool { in is_valid() functions
41 fn is_valid(&self, path: &Path) -> bool { in is_valid() functions
51 fn is_valid(&self, path: &Path) -> bool { in is_valid() functions
76 fn is_valid(&self, path: &Path) -> bool { in is_valid() functions
H A Dfinder.rs18 fn is_valid(&self, path: &Path) -> bool; in is_valid() functions
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dcookie.h25 bool is_valid; member
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dcookie.h25 bool is_valid; member
/third_party/gn/src/base/memory/
H A Dweak_ptr.cc32 bool WeakReference::is_valid() const { in is_valid() function in base::internal::WeakReference
/third_party/gn/src/gn/
H A Dunique_vector.h27 bool is_valid() const { return !is_null(); } in is_valid() function
H A Dbuilder_record_map.h25 bool is_valid() const { return !is_null() && !is_tombstone(); } in is_valid() function
/third_party/node/deps/v8/src/codegen/
H A Dregister-base.h41 constexpr bool is_valid() const { return reg_code_ != kCode_no_reg; } in is_valid() function in v8::internal::RegisterBase
/third_party/vixl/src/aarch32/
H A Doperands-aarch32.cc241 bool is_valid = true; in ImmediateVmov() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dchecker_test.cc161 constexpr bool is_valid = ValidFormat<int, std::string>(long_format).result; in TEST() local
/third_party/gn/src/base/
H A Dscoped_generic.h133 bool is_valid() const { return data_.generic != traits_type::InvalidValue(); } in is_valid() function in base::ScopedGeneric
/third_party/mbedtls/scripts/mbedtls_dev/
H A Decp.py87 def is_valid(self) -> bool: member in EcpP192R1Raw
166 def is_valid(self) -> bool: member in EcpP224R1Raw
251 def is_valid(self) -> bool: member in EcpP256R1Raw
374 def is_valid(self) -> bool: member in EcpP384R1Raw
480 def is_valid(self) -> bool: member in EcpP521R1Raw
552 def is_valid(self) -> bool: member in EcpP192K1Raw
626 def is_valid(self) -> bool: member in EcpP224K1Raw
702 def is_valid(self) -> bool: member in EcpP256K1Raw
771 def is_valid(self) -> bool: member in EcpP255Raw
870 def is_valid(sel member in EcpP448Raw
[all...]
/third_party/ninja/src/
H A Dstate.h45 bool is_valid() const { return depth_ >= 0; } in is_valid() function
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-source-info.h68 bool is_valid() const { return position_type_ != PositionType::kNone; } in is_valid() function in v8::internal::interpreter::final
/third_party/rust/crates/aho-corasick/src/
H A Dautomaton.rs107 fn is_valid(&self, id: Self::ID) -> bool; in is_valid() functions
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dentry_point_validation_test.cc345 bool is_valid; member
349 constexpr Params ParamsFor(bool is_valid) { in ParamsFor() argument
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/
H A Dnhm_idle.c69 static int *is_valid; variable
H A Dsnb_idle.c58 static int *is_valid; variable
H A Dhsw_ext_idle.c60 static int *is_valid; variable
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_cec.c197 bool is_valid = adv7511->cec_valid_addrs & (1 << i); in adv7511_cec_adap_log_addr() local
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.c65 bool is_valid = v4l2_fwht_validate_fmt(&v4l2_fwht_pixfmts[i], in v4l2_fwht_find_nth_fmt() local
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dscu_remote_node_context.h112 u32 is_valid:1; member

Completed in 12 milliseconds

12345678