/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/tools/external_crates/google_metadata/ |
D | Cargo.toml | 16 unexpected_cfgs = { level = "warn", check-cfg = ['cfg(soong)'] }
|
/development/apps/ShareTest/src/com/android/sharetest/ |
D | ShareTestActivity.kt | 149 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/ |
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/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/ |
D | QuickSettingsGrid.kt | 213 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()
|
D | Shade.kt | 242 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/ |
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/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/transitions/ |
D | ShadeTransitions.kt | 58 check(minDistance > 0f) { in shadeTransitions() 98 check(distance > 0f) { in shadeTransitions()
|
/development/samples/MotionMechanics/src/com/android/mechanics/demo/staging/behavior/reveal/ |
D | RevealContainer.kt | 106 check(node.contentScope === contentScope) in create()
|
/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
|
/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.
|