Home
last modified time | relevance | path

Searched refs:Check (Results 1 – 25 of 104) sorted by relevance

12345

/system/extras/simpleperf/
DRecordFilter_test.cpp53 ASSERT_TRUE(filter.Check(GetRecord(0, 0))); in TEST_F()
58 ASSERT_FALSE(filter.Check(GetRecord(1, 1))); in TEST_F()
59 ASSERT_TRUE(filter.Check(GetRecord(2, 2))); in TEST_F()
64 ASSERT_FALSE(filter.Check(GetRecord(1, 1))); in TEST_F()
65 ASSERT_TRUE(filter.Check(GetRecord(1, 2))); in TEST_F()
72 ASSERT_FALSE(filter.Check(GetRecord(1, 1))); in TEST_F()
73 ASSERT_TRUE(filter.Check(GetRecord(2, 2))); in TEST_F()
80 ASSERT_FALSE(filter.Check(GetRecord(1, 1))); in TEST_F()
81 ASSERT_TRUE(filter.Check(GetRecord(1, 2))); in TEST_F()
89 ASSERT_FALSE(filter.Check(GetRecord(pid, pid))); in TEST_F()
[all …]
/system/tools/aidl/
Ddiagnostics.cpp96 void Check(const AidlDocument& doc) { in Check() function in android::aidl::DiagnosticsVisitor
254 DiagnoseInterfaceName{diag}.Check(doc); in Diagnose()
255 DiagnoseInoutParameter{diag}.Check(doc); in Diagnose()
256 DiagnoseConstName{diag}.Check(doc); in Diagnose()
257 DiagnoseExplicitDefault{diag}.Check(doc); in Diagnose()
258 DiagnoseMixedOneway{diag}.Check(doc); in Diagnose()
259 DiagnoseOutArray{diag}.Check(doc); in Diagnose()
260 DiagnoseFileDescriptor{diag}.Check(doc); in Diagnose()
261 DiagnoseOutNullable{diag}.Check(doc); in Diagnose()
Daidl.cpp354 void Check(const AidlAnnotatable& annotatable, AidlAnnotation::TargetContext context) { in ValidateAnnotationContext() function
362 Check(m, AidlAnnotation::CONTEXT_TYPE_INTERFACE); in ValidateAnnotationContext()
365 Check(m, AidlAnnotation::CONTEXT_TYPE_UNSTRUCTURED_PARCELABLE); in ValidateAnnotationContext()
368 Check(m, AidlAnnotation::CONTEXT_TYPE_STRUCTURED_PARCELABLE); in ValidateAnnotationContext()
371 Check(m, AidlAnnotation::CONTEXT_TYPE_ENUM); in ValidateAnnotationContext()
373 void Visit(const AidlUnionDecl& m) override { Check(m, AidlAnnotation::CONTEXT_TYPE_UNION); } in ValidateAnnotationContext()
375 Check(m.GetType(), AidlAnnotation::CONTEXT_TYPE_SPECIFIER | AidlAnnotation::CONTEXT_METHOD); in ValidateAnnotationContext()
377 Check(arg->GetType(), AidlAnnotation::CONTEXT_TYPE_SPECIFIER); in ValidateAnnotationContext()
381 Check(m.GetType(), AidlAnnotation::CONTEXT_TYPE_SPECIFIER | AidlAnnotation::CONTEXT_CONST); in ValidateAnnotationContext()
384 Check(m.GetType(), AidlAnnotation::CONTEXT_TYPE_SPECIFIER | AidlAnnotation::CONTEXT_FIELD); in ValidateAnnotationContext()
[all …]
/system/vold/fs/
DF2fs.h30 status_t Check(const std::string& source);
DExfat.h30 status_t Check(const std::string& source);
DVfat.h30 status_t Check(const std::string& source);
DExt4.h30 status_t Check(const std::string& source, const std::string& target);
/system/sepolicy/vendor/
Dvndservicemanager.te21 # Check SELinux permissions.
/system/sepolicy/prebuilts/api/29.0/public/
Dhwservicemanager.te21 # Check SELinux permissions.
Dkeystore.te18 # Check SELinux permissions.
Dservicemanager.te24 # Check SELinux permissions.
/system/sepolicy/public/
Dhwservicemanager.te19 # Check SELinux permissions.
/system/sepolicy/prebuilts/api/27.0/public/
Dkeystore.te17 # Check SELinux permissions.
Dhwservicemanager.te21 # Check SELinux permissions.
Dservicemanager.te23 # Check SELinux permissions.
/system/sepolicy/prebuilts/api/30.0/public/
Dhwservicemanager.te21 # Check SELinux permissions.
Dkeystore.te19 # Check SELinux permissions.
/system/sepolicy/prebuilts/api/26.0/public/
Dhwservicemanager.te21 # Check SELinux permissions.
Dkeystore.te17 # Check SELinux permissions.
Dservicemanager.te24 # Check SELinux permissions.
/system/sepolicy/prebuilts/api/28.0/public/
Dhwservicemanager.te21 # Check SELinux permissions.
Dkeystore.te18 # Check SELinux permissions.
Dservicemanager.te24 # Check SELinux permissions.
/system/sepolicy/prebuilts/api/31.0/public/
Dhwservicemanager.te19 # Check SELinux permissions.
/system/vold/model/
DPrivateVolume.cpp135 int res = ext4::Check(mDmDevPath, mPath); in doMount()
149 int res = f2fs::Check(mDmDevPath); in doMount()

12345