Home
last modified time | relevance | path

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

1234567

/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/java/tests/RSTest_CompatLib/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/java/tests/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/java/tests/RsTest/src/com/android/rs/test/
Dshared.rsh94 /* Check if two floats are essentially equal. Will fail with some values
100 // Check for sign equality
108 // Check with ULP distance
/frameworks/volley/
Drules.gradle5 // Check if the android plugin version supports unit testing.
/frameworks/base/docs/html/training/wearables/
Dwearable-sounds.jd38 // Check whether the device has a speaker.
40 // Check FEATURE_AUDIO_OUTPUT to guard against false positives.
/frameworks/base/docs/html/training/managing-audio/
Daudio-output.jd17 <li><a href="#CheckHardware">Check What Hardware is Being Used</a></li>
36 <h2 id="CheckHardware">Check What Hardware is Being Used</h2>
/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/docs/html/training/search/
Dbackward-compat.jd19 … <li><a href="{@docRoot}training/search/backward-compat.html#check-ver">Check the Android Build
64 <h2 id="check-ver">Check the Android Build Version at Runtime</h2>
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/
Dhardware.jd184 // Check if the telephony hardware feature is available.
189 // Check if android.hardware.touchscreen feature is available.
222 // Check if the camera hardware feature is available.
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dresult.jd90 // Check which request we're responding to
127 // Check which request it is that we're responding to
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dresult.jd90 // Check which request we're responding to
127 // Check which request it is that we're responding to
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dresult.jd90 // Check which request we're responding to
127 // Check which request it is that we're responding to
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dresult.jd90 // Check which request we're responding to
127 // Check which request it is that we're responding to
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dresult.jd90 // Check which request we're responding to
127 // Check which request it is that we're responding to
/frameworks/compile/slang/
Dslang_rs_context.cpp320 void RSContext::markUsedByReducePragma(clang::FunctionDecl *FD, CheckName Check) { in markUsedByReducePragma() argument
324 if (Check == CheckNameYes) { in markUsedByReducePragma()
/frameworks/base/docs/html/training/material/
Dcompatibility.jd12 <li><a href="#CheckVersion">Check the System Version</a></li>
141 <h2 id="CheckVersion">Check the System Version</h2>
159 // Check if we're running on Android 5.0 or higher
/frameworks/base/docs/html/distribute/engage/
Dapp-updates.jd27 Check out the video below see how Kiwi uses frequent updates to engage and
/frameworks/base/docs/html/training/safetynet/
Dindex.jd13 <li><a href="#cts-check">Requesting a Compatibility Check</a>
16 <li><a href="#compat-check-request">Send Compatibility Check Request</a></li>
17 <li><a href="#compat-check-response">Read Compatibility Check Response</a></li>
18 <li><a href="#verify-compat-check">Verify Compatibility Check Response</a></li>
114 Requesting a Compatibility Check
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd-wifi-direct.jd106 // Command failed. Check for P2P_UNSUPPORTED, ERROR, or BUSY
206 // Command failed. Check for P2P_UNSUPPORTED, ERROR, or BUSY
225 // Command failed. Check for P2P_UNSUPPORTED, ERROR, or BUSY
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Daacenc.c66 voMemoprator.Check = cmnMemCheck; in voAACEncInit()
135 hAacEnc->voMemoprator.Check = cmnMemCheck; in voAACEncInit()
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
DAAC_E_SAMPLES.c187 moper.Check = cmnMemCheck; in main()
/frameworks/base/docs/html/training/
Dindex.jd24 <p>Check out this trailer for a course about the fundamentals of
/frameworks/compile/slang/lit-tests/bitcode_wrapper/
Dbitcode_wrapper_test.ll35 ; Check for the magic number.
/frameworks/base/docs/html/topic/performance/power/network/
Daction-app-traffic.jd12 <li><a href="#check-connect">Allow System to Check for Connectivity</a></li>
109 <h2 id="check-connect">Allow System to Check for Connectivity</h2>

1234567