Searched defs:Check (Results 1 – 10 of 10) sorted by relevance
45 status_t Check(const std::string& source) { in Check() function
41 status_t Check(const std::string& source) { in Check() function
59 status_t Check(const std::string& source) { in Check() function
63 status_t Check(const std::string& source, const std::string& target) { in Check() function
59 void Check(TypePredicate checker) { checkers.push_back(std::move(checker)); } in Check() function60 void Check(DefinedTypePredicate checker) { defined_checkers.push_back(std::move(checker)); } in Check() function
99 void Check(const AidlDocument& doc) { in Check() function in android::aidl::DiagnosticsVisitor
312 void Check(const AidlAnnotatable& annotatable, AidlAnnotation::TargetContext context) { in ValidateAnnotationContext() function
114 bool Check(const SampleRecord& sample) const { in Check() function in simpleperf::TimeFilter338 bool RecordFilter::Check(const SampleRecord* r) { in Check() function in simpleperf::RecordFilter
299 def Check(self, pubkey_file_name=None, metadata_sig_file=None, member in Payload
311 TEST_P(VintfFmCheckTest, Check) { in TEST_P() argument