Home
last modified time | relevance | path

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

1234

/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...]
H A Dchecked_math.h233 bool is_valid = in MathOp() local
244 bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && MathOp() local
260 CheckedNumeric(Src value, bool is_valid) CheckedNumeric() argument
267 static constexpr bool is_valid(Src) { return true; } is_valid() function
273 static constexpr bool is_valid(const CheckedNumeric<Src> v) { is_valid() function
283 static constexpr bool is_valid(const StrictNumeric<Src>) { return true; } is_valid() function
[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
/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
H A Dhash_table_base_unittest.cc61 bool is_valid() const { return !is_null() && !is_tombstone(); } in is_valid() function
H A Dstring_atom.cc50 bool is_valid() const { return !is_null(); } in is_valid() function
H A Dpointer_set.h44 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...]
H A Dbignum_mod_raw.py82 def is_valid(self) -> bool: member in BignumModRawFixQuasiReduction
/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
/third_party/gn/src/util/test/
H A Dgn_test.cc109 bool is_valid() const { return console_ != INVALID_HANDLE_VALUE; } in is_valid() function
/third_party/mesa3d/src/compiler/nir/
H A Dnir_repair_ssa.c72 bool is_valid = true; in repair_ssa_def() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dreglist-arm64.h145 bool is_valid() const { in is_valid() function in v8::internal::CPURegList

Completed in 14 milliseconds

1234