Home
last modified time | relevance | path

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

12

/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
90 EXPAND_PACK(allow |= Allows::Check(sender, task)); in Check()
98 static bool Check(const Message& sender, const Task& task) { in Check() function
100 EXPAND_PACK(allow &= Allows::Check(sender, task)); in Check()
150 || AllowRootSystemTrusted::Check(sender, task); in PerformanceService()
153 partition_permission_check_ = AllowRootSystemTrusted::Check; in PerformanceService()
[all …]
/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
324 Check[] checks = new Check[]{ in test12()
325 new Check("BYSECOND", -100, -1, 60, 100), in test12()
326 new Check("BYMINUTE", -100, -1, 60, 100), in test12()
327 new Check("BYHOUR", -100, -1, 24, 100), in test12()
328 new Check("BYMONTHDAY", -100, -32, 0, 32, 100), in test12()
329 new Check("BYYEARDAY", -400, -367, 0, 367, 400), in test12()
330 new Check("BYWEEKNO", -100, -54, 0, 54, 100), in test12()
331 new Check("BYMONTH", -100, -5, 0, 13, 100) in test12()
[all …]
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dshared.rsh91 /* Check if two floats are essentially equal. Will fail with some values
97 // Check for sign equality
105 // Check with ULP distance
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dshared.rsh110 /* Check if two floats are essentially equal. Will fail with some values
116 // Check for sign equality
124 // Check with ULP distance
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dshared.rsh112 /* Check if two floats are essentially equal. Will fail with some values
118 // Check for sign equality
126 // Check with ULP distance
/frameworks/compile/slang/lit-tests/padding/
Dsmall_struct.rscript4 // Check that the data type small_struct is properly padded:
6 // Check that the helper function for unpacking an invokable's arguments
Dsmall_struct_2.rscript4 // Check that the data type small_struct_2 is properly padded:
6 // Check that the helper function for unpacking an invokable's arguments
Dbitfield.rscript4 // Check that the data types are properly padded:
7 // Check that only NoBitfield is exported:
Dmore_structs.rscript5 // Check that the data types are properly padded:
10 // Check that the helper function for unpacking an invokable's arguments
/frameworks/compile/slang/lit-tests/P_ref_count/
Dfunc_params.rscript4 // Check rsSetObject() calls are properly added.
20 // Check rsClearObject() calls are properly added.
/frameworks/av/media/libstagefright/codecs/common/include/
DvoMem.h47 VO_U32 (VO_API * Check) (VO_S32 uID, VO_PTR pBuffer, VO_U32 uSize);
/frameworks/base/services/robotests/
DREADME23 Check Android.mk file for more info.
/frameworks/av/media/codecs/amrwb/enc/fuzzer/
Damrwb_enc_fuzzer.cpp64 mMemOperator->Check = cmnMemCheck; in initEncoder()
/frameworks/compile/slang/
Dslang_rs_context.cpp321 void RSContext::markUsedByReducePragma(clang::FunctionDecl *FD, CheckName Check) { in markUsedByReducePragma() argument
325 if (Check == CheckNameYes) { in markUsedByReducePragma()
Dslang_rs_context.h275 void markUsedByReducePragma(clang::FunctionDecl *FD, CheckName Check);
/frameworks/compile/slang/lit-tests/bitcode_wrapper/
Dbitcode_wrapper_test.ll35 ; Check for the magic number.
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMTestHandler.java.broken105 // Check if timeout has occurred.
/frameworks/av/media/codecs/amrwb/enc/SampleCode/
DAMRWB_E_SAMPLE.c127 moper.Check = cmnMemCheck; in encode()
/frameworks/av/media/codecs/amrwb/enc/test/
DAmrwbEncoderTest.cpp48 mMemOperator.Check = cmnMemCheck; in AmrwbEncoderTest()
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg62 + "not exist. Check --param android_sdk=<path> lit parameter in test " \
/frameworks/native/cmds/flatland/
DREADME.txt72 flatland is being run. Check that the hardware clock frequencies are
/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll1 ; Check that bcc properly emits the respective slang and bcc llvm versions used
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp127 mMemOperator->Check = cmnMemCheck; in initEncoder()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrWbEnc.cpp202 mMemOperator->Check = cmnMemCheck; in initEncoder()
/frameworks/base/cmds/hid/
DREADME.md128 4. Check that the button press event was received.

12