Home
last modified time | relevance | path

Searched defs:is_valid (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/rust/crates/which-rs/src/
Dchecker.rs19 fn is_valid(&self, path: &Path) -> bool { in is_valid() method
26 fn is_valid(&self, _path: &Path) -> bool { in is_valid() method
41 fn is_valid(&self, path: &Path) -> bool { in is_valid() method
51 fn is_valid(&self, path: &Path) -> bool { in is_valid() method
76 fn is_valid(&self, path: &Path) -> bool { in is_valid() method
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dchecked_math.h157 const bool is_valid = variable
229 const bool is_valid = Wrapper<L>::is_valid(lhs) && Wrapper<R>::is_valid(rhs) && in MathOp() local
240 const bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && in MathOp() local
257 constexpr CheckedNumeric(Src value, bool is_valid) : state_(value, is_valid) in CheckedNumeric()
265 static constexpr bool is_valid(Src) { return true; } in is_valid() function
/third_party/gn/src/base/numerics/
Dchecked_math.h233 bool is_valid = in MathOp() local
244 bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && in MathOp() local
260 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric()
267 static constexpr bool is_valid(Src) { return true; } in is_valid() function
/third_party/mbedtls/scripts/mbedtls_dev/
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(self) -> bool: member in EcpP448Raw
Dbignum_core.py119 def is_valid(self) -> bool: member in BignumCoreShiftL
847 def is_valid(self) -> bool: member in BignumCoreExpMod
862 def is_valid(self) -> bool: member in BignumCoreSubInt
/third_party/node/tools/
Dcheckimports.py18 def is_valid(file_name): function
/third_party/node/deps/v8/src/compiler/
Dfast-api-calls.h29 bool is_valid() const { return distinguishable_arg_index >= 0; } in is_valid() function
/third_party/node/deps/v8/src/codegen/
Dregister-base.h41 constexpr bool is_valid() const { return reg_code_ != kCode_no_reg; } in is_valid() function
/third_party/gn/src/base/memory/
Dweak_ptr.cc32 bool WeakReference::is_valid() const { in is_valid() function in base::internal::WeakReference
/third_party/node/deps/v8/src/interpreter/
Dbytecode-source-info.h68 bool is_valid() const { return position_type_ != PositionType::kNone; } in is_valid() function
Dbytecode-register.h27 bool is_valid() const { return index_ != kInvalidIndex; } in is_valid() function
/third_party/skia/src/core/
DSkMallocPixelRef.cpp14 static bool is_valid(const SkImageInfo& info) { in is_valid() function
/third_party/gn/src/gn/
Dbuilder_record_map.h25 bool is_valid() const { return !is_null() && !is_tombstone(); } in is_valid() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst_session.c1353 bool is_valid; in fst_test_req_send_fst_request() local
1405 bool is_valid; in fst_test_req_send_fst_response() local
1480 bool is_valid; in fst_test_req_send_ack_request() local
1508 bool is_valid; in fst_test_req_send_ack_response() local
1536 bool is_valid; in fst_test_req_send_tear_down() local
1563 bool is_valid; in fst_test_req_get_fsts_id() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst_session.c1353 Boolean is_valid; in fst_test_req_send_fst_request() local
1405 Boolean is_valid; in fst_test_req_send_fst_response() local
1480 Boolean is_valid; in fst_test_req_send_ack_request() local
1508 Boolean is_valid; in fst_test_req_send_ack_response() local
1536 Boolean is_valid; in fst_test_req_send_tear_down() local
1563 Boolean is_valid; in fst_test_req_get_fsts_id() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_validation_test.cc685 bool is_valid; member
717 bool is_valid; member
721 constexpr TypeParams TypeParamsFor(bool is_valid) { in TypeParamsFor()
770 bool is_valid; member
809 bool is_valid; member
/third_party/mesa3d/src/compiler/nir/
Dnir_repair_ssa.c72 bool is_valid = true; in repair_ssa_def() local
/third_party/node/deps/v8/src/codegen/arm64/
Dreglist-arm64.h145 bool is_valid() const { in is_valid() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dchecker_test.cc161 constexpr bool is_valid = ValidFormat<int, std::string>(long_format).result; in TEST() local
/third_party/gn/src/base/
Dscoped_generic.h133 bool is_valid() const { return data_.generic != traits_type::InvalidValue(); } in is_valid() function
/third_party/node/deps/v8/src/codegen/mips/
Dregister-mips.h217 bool is_valid() const { return reg_code == kFCSRRegister; } in is_valid() function
240 bool is_valid() const { in is_valid() function
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h790 virtual bool is_valid() { return true; } in is_valid() function
956 virtual bool is_valid() { return true; } in is_valid() function
980 virtual bool is_valid() { return subtype == NST_ALU_GROUP; } in is_valid() function
1004 virtual bool is_valid() { return subtype == NST_CF_INST; } in is_valid() function
1020 virtual bool is_valid() { return subtype == NST_ALU_INST; } in is_valid() function
1051 virtual bool is_valid() { return subtype == NST_ALU_PACKED_INST; } in is_valid() function
1067 virtual bool is_valid() { return subtype == NST_FETCH_INST; } in is_valid() function
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cFramebufferNoAttachmentsTests.cpp280 bool is_valid = false; in iterate() local
367 bool is_valid = false; in iterate() local
/third_party/node/deps/v8/src/codegen/mips64/
Dregister-mips64.h228 bool is_valid() const { return reg_code == kFCSRRegister; } in is_valid() function
251 bool is_valid() const { in is_valid() function
/third_party/ninja/src/
Dstate.h45 bool is_valid() const { return depth_ >= 0; } in is_valid() function

1234