Home
last modified time | relevance | path

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

12345678910>>...16

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A 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 …]
H A 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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A 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 …]
H A 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()
/aosp_15_r20/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()
/aosp_15_r20/external/pigweed/pw_assert/
H A 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
/aosp_15_r20/system/extras/simpleperf/
H A DRecordFilter.cpp33 bool Check(const SampleRecord& sample) override { in Check() function in simpleperf::__anon1714678b0111::CpuFilter
49 bool Check(const SampleRecord& sample) override { in Check() function in simpleperf::__anon1714678b0111::PidFilter
69 bool Check(const SampleRecord& sample) override { in Check() function in simpleperf::__anon1714678b0111::TidFilter
95 bool Check(const SampleRecord& sample) override { in Check() function in simpleperf::__anon1714678b0111::ProcessNameFilter
126 bool Check(const SampleRecord& sample) override { in Check() function in simpleperf::__anon1714678b0111::ThreadNameFilter
151 bool Check(const SampleRecord& sample) override { in Check() function in simpleperf::__anon1714678b0111::UidFilter
260 bool Check(const SampleRecord& sample) override { in Check() function in simpleperf::TimeFilter
503 bool RecordFilter::Check(const SampleRecord& r) { in Check() function in simpleperf::RecordFilter
/aosp_15_r20/external/pytorch/torch/csrc/jit/testing/
H A Dfile_check.cpp42 struct Check { struct
43 Check( in Check() argument
49 Check( in Check() function
55 CheckType type_;
56 std::optional<size_t> count_;
57 const std::string search_str_;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A 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
/aosp_15_r20/external/crosvm/tools/impl/
H A 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],
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A 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
/aosp_15_r20/external/libvpx/test/
H A Dregister_state_check.h67 void Check() const { in Check() function
116 void Check() const { in Check() function
174 void Check() const { in Check() function
/aosp_15_r20/art/tools/bisection_search/
H A Dbisection_search.py185 def Check(self, output): member in IOutputCheck
207 def Check(self, output): member in EqualsOutputCheck
232 def Check(self, output): member in ExternalScriptOutputCheck
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dproject_builder_presubmit_runner.py145 presubmit_step: Check,
237 presubmit_step: Check,
506 presubmit_steps: list[Check],
/aosp_15_r20/external/gemmlowp/meta/generators/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A 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
/aosp_15_r20/external/libaom/test/
H A Dregister_state_check.h63 void Check() const { in Check() function
105 void Check() const { in Check() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Denable_if_test.cpp20 struct Check struct
24 struct Check<long> struct
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v3/
H A Dexternal_auth_pb2_grpc.py41 def Check(self, request, context): member in AuthorizationServicer
75 def Check(request, member in Authorization
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v2alpha/
H A Dexternal_auth_pb2_grpc.py41 def Check(self, request, context): member in AuthorizationServicer
75 def Check(request, member in Authorization
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v2/
H A Dexternal_auth_pb2_grpc.py41 def Check(self, request, context): member in AuthorizationServicer
75 def Check(request, member in Authorization
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/portability/
DRestrictSystemIncludesCheck.h45 explicit RestrictedIncludesPPCallbacks(RestrictSystemIncludesCheck &Check, in RestrictedIncludesPPCallbacks()
76 RestrictSystemIncludesCheck &Check; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/portability/
DRestrictSystemIncludesCheck.h45 explicit RestrictedIncludesPPCallbacks(RestrictSystemIncludesCheck &Check, in RestrictedIncludesPPCallbacks()
76 RestrictSystemIncludesCheck &Check; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/portability/
DRestrictSystemIncludesCheck.h45 explicit RestrictedIncludesPPCallbacks(RestrictSystemIncludesCheck &Check, in RestrictedIncludesPPCallbacks()
76 RestrictSystemIncludesCheck &Check; variable

12345678910>>...16