Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dperformance_service.cpp52 static bool Check(const Message& sender, const Task&) { in Check() function
63 static bool Check(const Message& sender, const Task&) { in Check() function
73 static bool Check(const Message& sender, const Task&) { in Check() function
80 static bool Check(const Message& sender, const Task& task) { in Check() function
88 static bool Check(const Message& sender, const Task& task) { in Check() function
98 static bool Check(const Message& sender, const Task& task) { in Check() function
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java311 private static class Check { class in EventRecurrenceTest
312 Check(String k, int... v) { in Check() method in EventRecurrenceTest.Check
/frameworks/compile/slang/
Dslang_rs_context.cpp321 void RSContext::markUsedByReducePragma(clang::FunctionDecl *FD, CheckName Check) { in markUsedByReducePragma()