/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
D | PowerUtil.java | 218 long multiple = abs(threshold); in roundTimeToNearestThreshold() local 219 final long remainder = time % multiple; in roundTimeToNearestThreshold() 220 if (remainder < multiple / 2) { in roundTimeToNearestThreshold() 223 return time - remainder + multiple; in roundTimeToNearestThreshold() 244 var multiple = abs(threshold); in roundUpTimeToNextThreshold() local 245 return ((time + multiple - 1) / multiple) * multiple; in roundUpTimeToNextThreshold()
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 686 // Verify that the array length is a multiple of the vector size. 688 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 723 // Verify that the array length is a multiple of the vector size. 725 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 760 // Verify that the array length is a multiple of the vector size. 762 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 797 // Verify that the array length is a multiple of the vector size. 799 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 834 // Verify that the array length is a multiple of the vector size. 836 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); [all …]
|
/frameworks/multidex/instrumentation/ |
D | README | 2 for multiple dex applications. 5 of applications with multiple dexes.
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 266 // Verify that the array length is a multiple of the vector size. 268 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!"); 334 // Verify that the array length is a multiple of the vector size. 336 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!"); 402 // Verify that the array length is a multiple of the vector size. 404 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 4 in length!"); 470 // Verify that the array length is a multiple of the vector size. 472 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 4 in length!"); 666 // Verify that the array length is a multiple of the vector size. 668 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!"); [all …]
|
/frameworks/base/core/tests/overlaytests/device/test-apps/AppOverlayTwo/res/raw/ |
D | lorem_ipsum.txt | 1 Lorem ipsum: multiple overlays.
|
/frameworks/proto_logging/stats/atoms/power/ |
D | power_extension_atoms.proto | 85 // One power group id might have multiple displays or multiple display groups 118 // One power group id might have multiple displays or multiple display groups
|
/frameworks/compile/slang/tests/F_int_ptr_ptr/ |
D | stderr.txt.expect | 1 int_ptr_ptr.rscript:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 2758 // Verify that the array length is a multiple of the vector size. 2760 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 2795 // Verify that the array length is a multiple of the vector size. 2797 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 4 in length!"); 2865 // Verify that the array length is a multiple of the vector size. 2867 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 2902 // Verify that the array length is a multiple of the vector size. 2904 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 4 in length!"); 2972 // Verify that the array length is a multiple of the vector size. 2974 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); [all …]
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | dist-library-instrumentation-tests.gradle | 2 * This script plugin is used to build and dist the test APK outputs of a library with multiple 8 * "${project.archivesBaseName}Tests.apk". This allows multiple flavors of test APKs to be built
|
/frameworks/compile/slang/tests/F_multi_in_target_version/ |
D | stderr.txt.expect | 1 …or compute kernel root(). Kernels targeting SDK levels 11-22 may not use multiple input parameters.
|
/frameworks/base/tests/ActivityManagerPerfTests/ |
D | README.txt | 17 * Each sent time is tagged with an id since there can be multiple events that send back a time 18 * Each test will run multiple times to account for variation in test runs 48 * Each timestamp sent to the instrumentation test is tagged with a tag since multiple timestamps
|
/frameworks/av/media/janitors/ |
D | README | 3 This is to simplify our owner/approver management across the multiple
|
/frameworks/base/packages/SystemUI/aconfig/ |
D | biometrics_framework.aconfig | 4 # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
|
/frameworks/libs/modules-utils/java/android/annotation/ |
D | Size.java | 51 long multiple() default 1; in multiple() method
|
/frameworks/opt/telephony/flags/ |
D | iwlan.aconfig | 18 description: "Add multiple proposals of cipher suites in IKE SA and Child SA"
|
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/aconfig/ |
D | accessibility.aconfig | 4 # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
|
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/ |
D | README.md | 13 The UI consists of a `ViewPager` populated by multiple pages of shortcut buttons. 19 where the user is likely to want to press the button multiple times.
|
/frameworks/rs/cpu_ref/ |
D | rsCpuBLAS.inc | 18 // Will be include multiple times. 135 // Undefine the macro so that we can include this file multiple times to generate different functio…
|
/frameworks/compile/slang/tests/P_struct_field/ |
D | struct_field.rscript | 6 // with multiple fields of type struct, and reflect correct Java code
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
D | RequestedRefreshRateVoteTest.kt | 43 fun `updates requestedRefreshRates with multiple refresh rates`() { in updates requestedRefreshRates with multiple refresh rates()
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/ |
D | reflection3264_foreach_mismatch_name32.rscript | 4 // There are multiple name mismatches (cc*, dd*) but only the first is
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/ |
D | reflection3264_foreach_mismatch_name64.rscript | 4 // There are multiple name mismatches (cc*, dd*) but only the first is
|
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/ |
D | CredentialSelectorUiStateGetMapperTest.kt | 111 fun `On primary screen, multiple accounts returns SingleEntryPerAccount`() { in On primary screen, multiple accounts returns SingleEntryPerAccount() 148 fun `Returned multiple entry is sorted by credentialType and lastUsedTimeMillis`() { in Returned multiple entry is sorted by credentialType and lastUsedTimeMillis()
|
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/ |
D | WearApp.kt | 47 import com.android.credentialmanager.ui.screens.multiple.MultiCredentialsFoldScreen 48 import com.android.credentialmanager.ui.screens.multiple.MultiCredentialsFlattenScreen
|
/frameworks/multidex/library/ |
D | README | 3 This can be used by an Android project to install multiple dexes
|