/aosp_15_r20/external/mbedtls/scripts/mbedtls_dev/ |
H A 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
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/which/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
|
/aosp_15_r20/external/angle/src/common/base/anglebase/numerics/ |
H A 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
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/ |
H A D | checked_math.h | 146 const bool is_valid = variable 214 const bool is_valid = in MathOp() local 225 const bool is_valid = in MathOp() local 242 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() 249 static constexpr bool is_valid(Src) { return true; } in is_valid() function
|
/aosp_15_r20/external/pdfium/third_party/base/numerics/ |
H A D | checked_math.h | 153 const bool is_valid = variable 221 const bool is_valid = in MathOp() local 232 const bool is_valid = in MathOp() local 249 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() 256 static constexpr bool is_valid(Src) { return true; } in is_valid() function
|
/aosp_15_r20/external/cronet/base/numerics/ |
H A D | checked_math.h | 152 const bool is_valid = variable 218 const bool is_valid = in MathOp() local 229 const bool is_valid = in MathOp() local 246 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() 253 static constexpr bool is_valid(Src) { return true; } in is_valid() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | message.rs | 55 fn is_valid(value: u32) -> bool; in is_valid() method 160 fn is_valid(value: u32) -> bool { in is_valid() method 200 fn is_valid(value: u32) -> bool { in is_valid() method 210 fn is_valid(&self) -> bool { in is_valid() method 369 fn is_valid(&self) -> bool { in is_valid() method 480 fn is_valid(&self) -> bool { in is_valid() method 543 fn is_valid(&self) -> bool { in is_valid() method 584 fn is_valid(&self) -> bool { in is_valid() method 598 fn is_valid(&self) -> bool { in is_valid() method 760 fn is_valid(&self) -> bool { in is_valid() method [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/numerics/ |
D | checked_math.h | 236 bool is_valid = in MathOp() local 247 bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && in MathOp() local 263 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() 270 static constexpr bool is_valid(Src) { return true; } in is_valid() function
|
/aosp_15_r20/external/libchrome/base/numerics/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/numerics/ |
D | checked_math.h | 236 bool is_valid = in MathOp() local 247 bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && in MathOp() local 263 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() 270 static constexpr bool is_valid(Src) { return true; } in is_valid() function
|
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/ |
H A D | message.rs | 234 fn is_valid(&self) -> bool { in is_valid() method 383 fn is_valid(&self) -> bool { in is_valid() method 503 fn is_valid(&self) -> bool { in is_valid() method 540 fn is_valid(&self) -> bool { in is_valid() method 586 fn is_valid(&self) -> bool { in is_valid() method 683 fn is_valid(&self) -> bool { in is_valid() method 735 fn is_valid(&self) -> bool { in is_valid() method 786 fn is_valid(&self) -> bool { in is_valid() method 805 fn is_valid(&self) -> bool { in is_valid() method 906 fn is_valid(&self) -> bool { in is_valid() method [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/fst/ |
H A D | fst_session.c | 1347 bool is_valid; in fst_test_req_send_fst_request() local 1399 bool is_valid; in fst_test_req_send_fst_response() local 1474 bool is_valid; in fst_test_req_send_ack_request() local 1502 bool is_valid; in fst_test_req_send_ack_response() local 1530 bool is_valid; in fst_test_req_send_tear_down() local 1557 bool is_valid; in fst_test_req_get_fsts_id() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | DirectConvolutionLayer.cpp | 244 …bool is_valid = bool(CLDirectConvolutionLayer::validate(&input_info.clone()->set_is_resizable(fals… variable 301 …bool is_valid = bool(CLDirectConvolutionLayer::validate(&input_info.clone()->set_is_resizable(fals… variable 549 …bool is_valid = bool(CLDirectConvolutionLayer::validate(&input_info.clone()->set_is_resizable(fals… local
|
/aosp_15_r20/external/minijail/ |
H A D | unittest_util.h | 71 bool is_valid() const { return !path.empty(); } in is_valid() function 97 bool is_valid() const { return !path.empty(); } in is_valid() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/minijail/ |
D | unittest_util.h | 71 bool is_valid() const { return !path.empty(); } in is_valid() function 97 bool is_valid() const { return !path.empty(); } in is_valid() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/minijail/ |
D | unittest_util.h | 71 bool is_valid() const { return !path.empty(); } in is_valid() function 97 bool is_valid() const { return !path.empty(); } in is_valid() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/minijail/ |
D | unittest_util.h | 71 bool is_valid() const { return !path.empty(); } in is_valid() function 97 bool is_valid() const { return !path.empty(); } in is_valid() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/minijail/ |
D | unittest_util.h | 71 bool is_valid() const { return !path.empty(); } in is_valid() function 97 bool is_valid() const { return !path.empty(); } in is_valid() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | oob_data.py | 23 def __init__(self, is_valid, transport, byte_string_address, byte_string_c, byte_string_r): argument 37 def is_valid(self): member in OobData
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_mojo_param_traits.cc | 24 bool is_valid; in Read() local 58 bool is_valid; in Read() local
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_mojo_param_traits.cc | 23 bool is_valid; in Read() local 57 bool is_valid; in Read() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | DepthwiseConvolutionLayer.cpp | 166 …bool is_valid = bool(NEDepthwiseConvolutionLayer::validate(&input_info.clone()->set_is_resizable(f… local 238 …bool is_valid = bool(NEDepthwiseConvolutionLayer::validate(&input_info.clone()->set_is_resizable(f… variable
|
/aosp_15_r20/external/icing/icing/index/hit/ |
H A D | hit.h | 65 bool is_valid() const { return value_ != kInvalidValue; } in is_valid() function 182 bool is_valid() const { return value() != kInvalidValue; } in is_valid() function
|
/aosp_15_r20/external/libchrome/dbus/ |
H A D | property.h | 163 bool is_valid() const { return is_valid_; } in is_valid() function 166 void set_valid(bool is_valid) { is_valid_ = is_valid; } in set_valid()
|