Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 26) 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/apps/ShareTest/src/com/android/sharetest/
DShareTestActivity.kt142 check(R.id.no_media) in <lambda>()
147 check(R.id.short_text) in <lambda>()
149 requireViewById<RadioGroup>(R.id.action_selection).check(R.id.no_actions) in <lambda>()
155 textSelection.check(R.id.short_text) in <lambda>()
167 requireViewById<RadioGroup>(R.id.image_latency).check(R.id.image_latency_none) in <lambda>()
180 requireViewById<RadioGroup>(R.id.image_get_type_latency).check( in <lambda>()
196 radioGroup.check(R.id.image_query_latency_none) in <lambda>()
209 requireViewById<RadioGroup>(R.id.image_load_failure_rate).check( 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/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/tools/ota_analysis/src/views/
DPackageAnalysis.vue57 alert('Please check if this is a correct OTA package (.zip).')
DDemo.vue68 alert('Please check if this is a correct OTA package (.zip).')
/development/tools/otagui/src/components/
DOTAJobTable.vue48 "<a href=/check-job/" + row.id + '>'
/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
Dcargo2rulesmk.py261 check=False,
942 check=True,
/development/tools/ota_analysis/src/components/
DPayloadComposition.vue154 //TODO(lishutong) check the version of target file is same to the OTA target
/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