Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 5 of 5) 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.pb.cc350 static void Check(ConstPtr p) { in SerializeWithCachedSizes() function
405 static void Check(ConstPtr p) { in InternalSerializeWithCachedSizesToArray() function
/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp588 auto Check = [](bool expectPass, int result) { in TEST_P() local