/external/rust/cxx/syntax/ |
D | check.rs | 13 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 …]
|
D | ident.rs | 4 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/ |
D | assert_backend_compile_test.cc | 71 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/ |
D | PoisonChecking.cpp | 157 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/ |
D | register_state_check.h | 66 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/ |
D | HealthGrpc.cs | 52 …::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
|
D | HealthServiceImpl.cs | 87 …public override Task<HealthCheckResponse> Check(HealthCheckRequest request, ServerCallContext cont… in Check() method in Grpc.HealthCheck.HealthServiceImpl
|
/external/libaom/libaom/test/ |
D | register_state_check.h | 62 void Check() const { in Check() function 104 void Check() const { in Check() function
|
/external/pigweed/pw_kvs/ |
D | fake_flash_memory.cc | 25 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/ |
D | utilities.h | 21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check() function
|
/external/crosvm/bit_field/src/ |
D | lib.rs | 354 pub struct Check<T: checks::TotalSizeIsMultipleOfEightBits> { struct 355 marker: std::marker::PhantomData<T>,
|
/external/scudo/standalone/tests/ |
D | report_test.cpp | 13 TEST(ScudoReportDeathTest, Check) { in TEST() argument
|
/external/gemmlowp/meta/generators/ |
D | transform_kernels_common.py | 38 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/ |
D | operation_checker.h | 31 AdviceProto::Checker Check(const AdvisorOptionsProto::CheckerOption& options, in Check() function
|
D | accelerator_utilization_checker.h | 40 AdviceProto::Checker Check(const AdvisorOptionsProto::CheckerOption& options, in Check() function
|
D | expensive_operation_checker.h | 31 AdviceProto::Checker Check(const AdvisorOptionsProto::CheckerOption& options, in Check() function
|
/external/grpc-grpc/src/proto/grpc/health/v1/ |
D | health.proto | 42 rpc Check(HealthCheckRequest) returns (HealthCheckResponse); rpc
|
/external/grpc-grpc/src/python/grpcio_health_checking/grpc_health/v1/ |
D | health.py | 33 def Check(self, request, context): member in HealthServicer
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/health/v1/ |
D | health.proto | 45 rpc Check(HealthCheckRequest) returns (HealthCheckResponse); rpc
|
/external/xz-java/src/org/tukaani/xz/check/ |
D | Check.java | 15 public abstract class Check { class
|
/external/grpc-grpc-java/services/src/main/proto/grpc/health/v1/ |
D | health.proto | 45 rpc Check(HealthCheckRequest) returns (HealthCheckResponse); rpc
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopVersioning.cpp | 51 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/ |
D | LoopVersioning.cpp | 52 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { in setSCEVChecks() 201 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_hints.h | 51 bool Check(ModelHint hint) const { return hints & hint; } in Check() function
|
/external/googletest/googletest/test/ |
D | gtest_environment_test.cc | 112 void Check(bool condition, const char* msg) { in Check() function
|