Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 158) sorted by relevance

1234567

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DPowerUtil.java218 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/
DScriptC_reduce_general_input.java.expect686 // 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/
DREADME2 for multiple dex applications.
5 of applications with multiple dexes.
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect266 // 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/
Dlorem_ipsum.txt1 Lorem ipsum: multiple overlays.
/frameworks/proto_logging/stats/atoms/power/
Dpower_extension_atoms.proto85 // 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/
Dstderr.txt.expect1 int_ptr_ptr.rscript:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect2758 // 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/
Ddist-library-instrumentation-tests.gradle2 * 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/
Dstderr.txt.expect1 …or compute kernel root(). Kernels targeting SDK levels 11-22 may not use multiple input parameters.
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt17 * 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/
DREADME3 This is to simplify our owner/approver management across the multiple
/frameworks/base/packages/SystemUI/aconfig/
Dbiometrics_framework.aconfig4 # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
/frameworks/libs/modules-utils/java/android/annotation/
DSize.java51 long multiple() default 1; in multiple() method
/frameworks/opt/telephony/flags/
Diwlan.aconfig18 description: "Add multiple proposals of cipher suites in IKE SA and Child SA"
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/aconfig/
Daccessibility.aconfig4 # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/
DREADME.md13 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/
DrsCpuBLAS.inc18 // 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/
Dstruct_field.rscript6 // with multiple fields of type struct, and reflect correct Java code
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DRequestedRefreshRateVoteTest.kt43 fun `updates requestedRefreshRates with multiple refresh rates`() { in updates requestedRefreshRates with multiple refresh rates()
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/
Dreflection3264_foreach_mismatch_name32.rscript4 // There are multiple name mismatches (cc*, dd*) but only the first is
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/
Dreflection3264_foreach_mismatch_name64.rscript4 // There are multiple name mismatches (cc*, dd*) but only the first is
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/
DCredentialSelectorUiStateGetMapperTest.kt111 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/
DWearApp.kt47 import com.android.credentialmanager.ui.screens.multiple.MultiCredentialsFoldScreen
48 import com.android.credentialmanager.ui.screens.multiple.MultiCredentialsFlattenScreen
/frameworks/multidex/library/
DREADME3 This can be used by an Android project to install multiple dexes

1234567