/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 264 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/ |
D | build_ndk_docs.py | 48 check=True) 65 subprocess.run(['doxygen', str(doxyfile)], cwd=ANDROID_TOP, check=True)
|
D | .gitignore | 87 # intended to run in multiple environments; otherwise, check them in:
|
/development/vndk/tools/image-diff-tool/ |
D | compare_images_and_print.sh | 15 -c, --check 26 -c | --check)
|
/development/apps/ShareTest/src/com/android/sharetest/ |
D | ShareTestActivity.kt | 142 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/ |
D | VoicemailProviderHelpers.java | 96 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.jd | 9 connected device. This enables standalone Android Wear apps to check if the phone app is installed
|
/development/samples/browseable/Geofencing/ |
D | _index.jd | 10 … wearable with an option to check in. This notification automatically disappears when he/she leaves
|
/development/vndk/tools/header-checker/ |
D | README.md | 138 ## 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/ |
D | gerrit.py | 92 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
|
D | README.md | 20 check whether the Gerrit Code Review URL is in `~/.gitcookies`.
|
D | repo_pull.py | 161 raw_manifest_xml = run(manifest_cmd, stdout=PIPE, check=True).stdout
|
/development/tools/ndk/ndkabidump/ |
D | soong.py | 78 check=True,
|
/development/tools/ota_analysis/src/views/ |
D | PackageAnalysis.vue | 57 alert('Please check if this is a correct OTA package (.zip).')
|
D | Demo.vue | 68 alert('Please check if this is a correct OTA package (.zip).')
|
/development/tools/otagui/src/components/ |
D | OTAJobTable.vue | 48 "<a href=/check-job/" + row.id + '>'
|
/development/samples/VoiceInteractionService/ |
D | README.md | 18 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/ |
D | ApkCheck.java | 133 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/ |
D | BackupRestoreActivity.java | 187 mFillingGroup.check(whichFilling); in populateUI()
|
/development/python-packages/ |
D | .gitignore | 87 # intended to run in multiple environments; otherwise, check them in:
|
/development/scripts/ |
D | acov-llvm.py | 81 cmd, *args, **kwargs, check=True, stdout=subprocess.PIPE).stdout
|
D | cargo2rulesmk.py | 261 check=False, 942 check=True,
|
/development/tools/ota_analysis/src/components/ |
D | PayloadComposition.vue | 154 //TODO(lishutong) check the version of target file is same to the OTA target
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PictureInPicture.java | 188 mCurrentPositionGroup.check(positionId); in onCreate() 228 mCurrentPositionGroup.check(R.id.radio_current_start); in onPictureInPictureModeChanged()
|
/development/tools/mkstubs/ |
D | README.txt | 70 - We do not currently check whether a class or method uses only included types.
|