/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<'_> { 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 …]
|
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 | 72 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/ |
D | presubmit.py | 51 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/ |
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/test/ |
D | register_state_check.h | 67 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/ |
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/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(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/tensorflow/tensorflow/python/framework/ |
D | python_api_dispatcher.cc | 225 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/ |
D | lib.rs | 355 pub struct Check<T: checks::TotalSizeIsMultipleOfEightBits> { struct 356 marker: std::marker::PhantomData<T>,
|
/external/cronet/net/cert/pki/ |
D | mock_signature_verify_cache.cc | 21 SignatureVerifyCache::Value MockSignatureVerifyCache::Check( in Check() function in net::MockSignatureVerifyCache
|
/external/scudo/standalone/tests/ |
D | report_test.cpp | 13 TEST(ScudoReportDeathTest, Check) { in TEST() argument
|
/external/tensorflow/tensorflow/core/profiler/internal/advisor/ |
D | 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/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/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/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/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/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_hints.h | 57 bool Check(ModelHint hint) const { return hints & hint; } in Check() function
|