Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 25 of 151) sorted by relevance

1234567

/external/rust/cxx/syntax/
Dcheck.rs13 pub(crate) struct Check<'a> { struct
34 do_typecheck(&mut Check { in typecheck() argument
42 fn do_typecheck(cx: &mut Check) { in do_typecheck()
76 impl Check<'_> { implementation
82 fn check_type_ident(cx: &mut Check, name: &NamedType) { in check_type_ident()
95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box()
113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec()
139 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
157 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
178 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr()
[all …]
Dident.rs4 fn check(cx: &mut Check, name: &Pair) { in check()
11 fn check_cxx_ident(cx: &mut Check, ident: &str) { in check()
20 fn check_rust_ident(cx: &mut Check, ident: &str) { in check()
27 pub(crate) fn check_all(cx: &mut Check, apis: &[Api]) { in check_all()
/external/pigweed/pw_assert/
Dassert_backend_compile_test.cc72 TEST(Check, NoMessage) { in TEST() argument
78 TEST(Check, WithMessageAndArgs) { in TEST() argument
87 TEST(Check, IntComparison) { in TEST() argument
101 TEST(Check, UintComparison) { in TEST() argument
115 TEST(Check, PtrComparison) { in TEST() argument
129 TEST(Check, FloatComparison) { in TEST() argument
156 TEST(Check, ComparisonArgumentsWithCommas) { in TEST() argument
171 TEST(Check, ShortNamesWork) { in TEST() argument
200 TEST(Check, CheckOkMacrosCompile) { in TEST() argument
227 TEST(Check, AssertBackendCompileTestsInC) { in TEST() argument
/external/crosvm/tools/impl/
Dpresubmit.py51 class Check(NamedTuple): class
122 def should_run_check_on_file(check: Check, file: Path):
313 checks_list: List[Check],
367 checks_list: List[Check],
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp157 auto *Check = in generatePoisonChecksForBinOp() local
166 auto *Check = in generatePoisonChecksForBinOp() local
202 Value *Check = in generatePoisonChecks() local
214 Value *Check = in generatePoisonChecks() local
297 if (auto *Check = generatePoisonChecks(I)) in rewrite() local
/external/libvpx/test/
Dregister_state_check.h67 void Check() const { in Check() function
116 void Check() const { in Check() function
174 void Check() const { in Check() function
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs52 …::System.Threading.Tasks.Task<global::Grpc.Health.V1.HealthCheckResponse> Check(global::Grpc.Healt… in Check() method in Grpc.Health.V1.Health.HealthBase
82 …public virtual global::Grpc.Health.V1.HealthCheckResponse Check(global::Grpc.Health.V1.HealthCheck… in Check() method in Grpc.Health.V1.Health.HealthClient
86 …public virtual global::Grpc.Health.V1.HealthCheckResponse Check(global::Grpc.Health.V1.HealthCheck… in Check() method in Grpc.Health.V1.Health.HealthClient
DHealthServiceImpl.cs87 …public override Task<HealthCheckResponse> Check(HealthCheckRequest request, ServerCallContext cont… in Check() method in Grpc.HealthCheck.HealthServiceImpl
/external/libaom/test/
Dregister_state_check.h62 void Check() const { in Check() function
104 void Check() const { in Check() function
/external/pigweed/pw_kvs/
Dfake_flash_memory.cc25 Status FlashError::Check(span<FlashError> errors, in Check() function in pw::kvs::FlashError
37 Status FlashError::Check(FlashMemory::Address start_address, size_t size) { in Check() function in pw::kvs::FlashError
/external/gwp_asan/gwp_asan/
Dutilities.h21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check() function
/external/tensorflow/tensorflow/python/framework/
Dpython_api_dispatcher.cc225 PyTypeChecker::MatchType PyInstanceChecker::Check(PyObject* value) { in Check() function in tensorflow::py_dispatch::PyInstanceChecker
274 PyTypeChecker::MatchType PyListChecker::Check(PyObject* value) { in Check() function in tensorflow::py_dispatch::PyListChecker
307 PyTypeChecker::MatchType PyUnionChecker::Check(PyObject* value) { in Check() function in tensorflow::py_dispatch::PyUnionChecker
/external/crosvm/bit_field/src/
Dlib.rs355 pub struct Check<T: checks::TotalSizeIsMultipleOfEightBits> { struct
356 marker: std::marker::PhantomData<T>,
/external/cronet/net/cert/pki/
Dmock_signature_verify_cache.cc21 SignatureVerifyCache::Value MockSignatureVerifyCache::Check( in Check() function in net::MockSignatureVerifyCache
/external/scudo/standalone/tests/
Dreport_test.cpp13 TEST(ScudoReportDeathTest, Check) { in TEST() argument
/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Doperation_checker.h31 AdviceProto::Checker Check(const AdvisorOptionsProto::CheckerOption& options, in Check() function
/external/grpc-grpc/src/proto/grpc/health/v1/
Dhealth.proto42 rpc Check(HealthCheckRequest) returns (HealthCheckResponse); rpc
/external/gemmlowp/meta/generators/
Dtransform_kernels_common.py38 def Check(self, in_type, out_type, kernel_size, leftovers): member in MinMaxTransformation
82 def Check(self, in_type, out_type, kernel_size, leftovers): member in DequantizeTransformation
151 def Check(self, in_type, out_type, kernel_size, leftovers): member in QuantizeTransformation
220 def Check(self, in_type, out_type, kernel_size, leftovers): member in RequantizeTransformation
/external/grpc-grpc/src/python/grpcio_health_checking/grpc_health/v1/
Dhealth.py33 def Check(self, request, context): member in HealthServicer
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/health/v1/
Dhealth.proto45 rpc Check(HealthCheckRequest) returns (HealthCheckResponse); rpc
/external/xz-java/src/org/tukaani/xz/check/
DCheck.java15 public abstract class Check { class
/external/grpc-grpc-java/services/src/main/proto/grpc/health/v1/
Dhealth.proto45 rpc Check(HealthCheckRequest) returns (HealthCheckResponse); rpc
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp52 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { in setSCEVChecks()
201 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp51 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { in setSCEVChecks()
197 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_hints.h57 bool Check(ModelHint hint) const { return hints & hint; } in Check() function

1234567