| /third_party/rust/crates/which-rs/src/ |
| D | checker.rs | 19 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/ |
| D | checked_math.h | 157 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/ |
| D | checked_math.h | 233 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/ |
| D | ecp.py | 87 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
|
| D | bignum_core.py | 119 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/ |
| D | checkimports.py | 18 def is_valid(file_name): function
|
| /third_party/node/deps/v8/src/compiler/ |
| D | fast-api-calls.h | 29 bool is_valid() const { return distinguishable_arg_index >= 0; } in is_valid() function
|
| /third_party/node/deps/v8/src/codegen/ |
| D | register-base.h | 41 constexpr bool is_valid() const { return reg_code_ != kCode_no_reg; } in is_valid() function
|
| /third_party/gn/src/base/memory/ |
| D | weak_ptr.cc | 32 bool WeakReference::is_valid() const { in is_valid() function in base::internal::WeakReference
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | bytecode-source-info.h | 68 bool is_valid() const { return position_type_ != PositionType::kNone; } in is_valid() function
|
| D | bytecode-register.h | 27 bool is_valid() const { return index_ != kInvalidIndex; } in is_valid() function
|
| /third_party/skia/src/core/ |
| D | SkMallocPixelRef.cpp | 14 static bool is_valid(const SkImageInfo& info) { in is_valid() function
|
| /third_party/gn/src/gn/ |
| D | builder_record_map.h | 25 bool is_valid() const { return !is_null() && !is_tombstone(); } in is_valid() function
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
| D | fst_session.c | 1353 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/ |
| D | fst_session.c | 1353 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/ |
| D | type_validation_test.cc | 685 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/ |
| D | nir_repair_ssa.c | 72 bool is_valid = true; in repair_ssa_def() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | reglist-arm64.h | 145 bool is_valid() const { in is_valid() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| D | checker_test.cc | 161 constexpr bool is_valid = ValidFormat<int, std::string>(long_format).result; in TEST() local
|
| /third_party/gn/src/base/ |
| D | scoped_generic.h | 133 bool is_valid() const { return data_.generic != traits_type::InvalidValue(); } in is_valid() function
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | register-mips.h | 217 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/ |
| D | sb_ir.h | 790 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/ |
| D | es31cFramebufferNoAttachmentsTests.cpp | 280 bool is_valid = false; in iterate() local 367 bool is_valid = false; in iterate() local
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | register-mips64.h | 228 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/ |
| D | state.h | 45 bool is_valid() const { return depth_ >= 0; } in is_valid() function
|