Home
last modified time | relevance | path

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

12345678910

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/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()
141 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
159 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
182 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/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()
141 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
159 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
182 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/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()
141 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
159 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
182 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/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/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()
141 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
159 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
182 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/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()
141 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
159 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
182 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/rust/android-crates-io/crates/strck/src/
Dlib.rs135 pub struct Check<I: Invariant, B: AsRef<str> + 'static = String> { struct
157 /// Invariant for a [`Ck`] or [`Check`]. argument
248 impl<I: Invariant, B: AsRef<str>> Check<I, B> { implementation
272 impl<I, B> fmt::Debug for Check<I, B> implementation
282 impl<I, B1, B2> PartialEq<Check<I, B2>> for Check<I, B1> implementation
293 impl<I, B1, B2> PartialOrd<Check<I, B2>> for Check<I, B1> implementation
304 impl<I: Invariant, B: AsRef<str>> Eq for Check<I, B> {} implementation
306 impl<I: Invariant, B: AsRef<str>> Ord for Check<I, B> { implementation
312 impl<I: Invariant, B: AsRef<str>> hash::Hash for Check<I, B> { implementation
318 impl<I: Invariant, B: AsRef<str>> ops::Deref for Check<I, B> { implementation
[all …]
Dpartial_eq.rs5 impl<'a, I, B1, B2> PartialEq<Check<I, B2>> for &'a Check<I, B1> implementation
16 impl<'a, I, B1, B2> PartialEq<&'a Check<I, B2>> for Check<I, B1> implementation
/external/crosvm/tools/impl/
Dpresubmit.py49 class Check(NamedTuple): class
120 def should_run_check_on_file(check: Check, file: Path):
329 checks_list: List[Check],
382 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/pytorch/torch/csrc/jit/testing/
Dfile_check.cpp42 struct Check { struct
43 Check( in Check() function
49 Check( in Check() argument
55 CheckType type_;
56 std::optional<size_t> count_;
57 const std::string search_str_;
/external/libaom/test/
Dregister_state_check.h63 void Check() const { in Check() function
105 void Check() const { in Check() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp149 auto *Check = in generateCreationChecksForBinOp() local
158 auto *Check = in generateCreationChecksForBinOp() local
200 Value *Check = in generateCreationChecks() local
213 Value *Check = in generateCreationChecks() local
/external/sdv/vsomeip/third_party/boost/type_traits/test/
Denable_if_test.cpp20 struct Check struct
24 struct Check<long> struct
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v2alpha/
Dexternal_auth_pb2_grpc.py41 def Check(self, request, context): member in AuthorizationServicer
75 def Check(request, member in Authorization
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v3/
Dexternal_auth_pb2_grpc.py41 def Check(self, request, context): member in AuthorizationServicer
75 def Check(request, member in Authorization
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v2/
Dexternal_auth_pb2_grpc.py41 def Check(self, request, context): member in AuthorizationServicer
75 def Check(request, member in Authorization
/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/pigweed/pw_build/py/pw_build/
Dproject_builder_presubmit_runner.py145 presubmit_step: Check,
237 presubmit_step: Check,
506 presubmit_steps: list[Check],

12345678910