Home
last modified time | relevance | path

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

123456

/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<'_> { impl
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()
140 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
158 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
179 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.cc71 TEST(Check, NoMessage) { in TEST() argument
77 TEST(Check, WithMessageAndArgs) { in TEST() argument
86 TEST(Check, IntComparison) { in TEST() argument
100 TEST(Check, UintComparison) { in TEST() argument
114 TEST(Check, PtrComparison) { in TEST() argument
128 TEST(Check, FloatComparison) { in TEST() argument
155 TEST(Check, ComparisonArgumentsWithCommas) { in TEST() argument
170 TEST(Check, ShortNamesWork) { in TEST() argument
199 TEST(Check, CheckOkMacrosCompile) { in TEST() argument
226 TEST(Check, AssertBackendCompileTestsInC) { in TEST() argument
/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/libvpx/test/
Dregister_state_check.h66 void Check() const { in Check() function
112 void Check() const { in Check() function
159 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/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(std::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/crosvm/bit_field/src/
Dlib.rs354 pub struct Check<T: checks::TotalSizeIsMultipleOfEightBits> { struct
355 marker: std::marker::PhantomData<T>,
/external/scudo/standalone/tests/
Dreport_test.cpp13 TEST(ScudoReportDeathTest, Check) { in TEST() argument
/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/tensorflow/tensorflow/core/profiler/internal/advisor/
Doperation_checker.h31 AdviceProto::Checker Check(const AdvisorOptionsProto::CheckerOption& options, in Check() function
Daccelerator_utilization_checker.h40 AdviceProto::Checker Check(const AdvisorOptionsProto::CheckerOption& options, in Check() function
Dexpensive_operation_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/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/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp51 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { in setSCEVChecks()
197 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
/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/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_hints.h51 bool Check(ModelHint hint) const { return hints & hint; } in Check() function
/external/googletest/googletest/test/
Dgtest_environment_test.cc112 void Check(bool condition, const char* msg) { in Check() function

123456