Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 28) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java264 if ( _check) check(); in glFrustumf()
271 if ( _check) check(); in glFrustumx()
363 if ( _check) check(); in glLoadIdentity()
369 if ( _check) check(); in glLoadMatrixf()
377 if ( _check) check(); in glLoadMatrixf()
383 if ( _check) check(); in glLoadMatrixx()
391 if ( _check) check(); in glLoadMatrixx()
438 if ( _check) check(); in glMatrixMode()
444 if ( _check) check(); in glMultMatrixf()
452 if ( _check) check(); in glMultMatrixf()
[all …]
/development/tools/ndk/
Dbuild_ndk_docs.py48 check=True)
65 subprocess.run(['doxygen', str(doxyfile)], cwd=ANDROID_TOP, check=True)
D.gitignore87 # intended to run in multiple environments; otherwise, check them in:
/development/vndk/tools/image-diff-tool/
Dcompare_images_and_print.sh15 -c, --check
26 -c | --check)
/development/tools/external_crates/google_metadata/
DCargo.toml16 unexpected_cfgs = { level = "warn", check-cfg = ['cfg(soong)'] }
/development/apps/ShareTest/src/com/android/sharetest/
DShareTestActivity.kt149 check(R.id.no_media) in <lambda>()
154 requireViewById<RadioGroup>(R.id.text_selection).apply { check(R.id.short_text) } in <lambda>()
155 requireViewById<RadioGroup>(R.id.action_selection).check(R.id.no_actions) in <lambda>()
161 textSelection.check(R.id.short_text) in <lambda>()
174 requireViewById<RadioGroup>(R.id.image_latency).check(R.id.image_latency_none) in <lambda>()
189 .check(R.id.image_get_type_latency_none) in <lambda>()
202 radioGroup.check(R.id.image_query_latency_none) in <lambda>()
217 .check(R.id.image_load_failure_rate_none) in <lambda>()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailProviderHelpers.java96 check(!voicemail.hasId(), "Inserted voicemails must not have an id", voicemail); in insert()
97 check(voicemail.hasTimestampMillis(), "Inserted voicemails must have a timestamp", in insert()
99 check(voicemail.hasNumber(), "Inserted voicemails must have a number", voicemail); in insert()
111 check(!voicemail.hasUri(), "Can't update the Uri of a voicemail", voicemail); in update()
212 private void check(boolean assertion, String message, Voicemail voicemail) { in check() method in VoicemailProviderHelpers
/development/samples/browseable/WearVerifyRemoteApp/
D_index.jd9 connected device. This enables standalone Android Wear apps to check if the phone app is installed
/development/samples/browseable/Geofencing/
D_index.jd10 … wearable with an option to check in. This notification automatically disappears when he/she leaves
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
DQuickSettingsGrid.kt213 check(contentsSize >= 2 && contentsSize <= 4) in tileHeight()
214 repeat(contentsSize) { check(measurables[it].size == 1) } in tileHeight()
238 check(constraints.minWidth == constraints.maxWidth) in tileHeight()
239 check(constraints.minHeight == constraints.maxHeight) in tileHeight()
DShade.kt242 check(measurables.size == 3) in ShadeLayout()
243 check(measurables[0].size == 1) { "background should compose only top-level composable" } in ShadeLayout()
244 check(measurables[1].size == 1) { "underScrim should compose only top-level composable" } in ShadeLayout()
245 check(measurables[2].size == 1) in ShadeLayout()
/development/vndk/tools/header-checker/
DREADME.md138 ## Opt-in ABI check
142 check for common libraries by the following steps:
166 - `enabled` explicitly enables or disables the check.
176 3. Verify that the ABI check is working.
328 You can disable the ABI check entirely by setting the environment variable
333 You can disable the ABI check for a specific library by using the property
/development/tools/repo_pull/
Dgerrit.py92 check = kwargs.pop('check', False)
110 if check and returncode:
167 proc = run(cmd, stdout=PIPE, input=req.data, check=True)
574 raw_manifest_xml = run(manifest_cmd, stdout=PIPE, check=True).stdout
DREADME.md20 check whether the Gerrit Code Review URL is in `~/.gitcookies`.
Drepo_pull.py161 raw_manifest_xml = run(manifest_cmd, stdout=PIPE, check=True).stdout
/development/tools/ndk/ndkabidump/
Dsoong.py78 check=True,
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/transitions/
DShadeTransitions.kt58 check(minDistance > 0f) { in shadeTransitions()
98 check(distance > 0f) { in shadeTransitions()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/staging/behavior/reveal/
DRevealContainer.kt106 check(node.contentScope === contentScope) in create()
/development/samples/VoiceInteractionService/
DREADME.md18 14. If it didn't, check if the pregrant worked:
31 3. Either check the logs for the sampled bytes to match, e.g. "sample=[95, 2, 97, ...]" should
/development/tools/apkcheck/src/com/android/apkcheck/
DApkCheck.java133 check(apiDescr, apkDescr); in main()
250 static boolean check(ApiList pubList, ApiList apkDescr) { in check() method in ApkCheck
/development/samples/BackupRestore/src/com/example/android/backuprestore/
DBackupRestoreActivity.java187 mFillingGroup.check(whichFilling); in populateUI()
/development/python-packages/
D.gitignore87 # intended to run in multiple environments; otherwise, check them in:
/development/scripts/
Dacov-llvm.py81 cmd, *args, **kwargs, check=True, stdout=subprocess.PIPE).stdout
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPictureInPicture.java188 mCurrentPositionGroup.check(positionId); in onCreate()
228 mCurrentPositionGroup.check(R.id.radio_current_start); in onPictureInPictureModeChanged()
/development/tools/mkstubs/
DREADME.txt70 - We do not currently check whether a class or method uses only included types.

12