Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
DOverlayBaseTest.java273 XmlResourceParser parser = mResources.getXml(R.xml.integer); in testAppXml()
414 final int resId = R.integer.matrix_100000; in testMatrix100000()
421 final int resId = R.integer.matrix_100001; in testMatrix100001()
428 final int resId = R.integer.matrix_100010; in testMatrix100010()
435 final int resId = R.integer.matrix_100011; in testMatrix100011()
442 final int resId = R.integer.matrix_100100; in testMatrix100100()
449 final int resId = R.integer.matrix_100101; in testMatrix100101()
456 final int resId = R.integer.matrix_100110; in testMatrix100110()
463 final int resId = R.integer.matrix_100111; in testMatrix100111()
470 final int resId = R.integer.matrix_101000; in testMatrix101000()
[all …]
/frameworks/av/media/libstagefright/omx/
DAndroid.bp85 "signed-integer-overflow",
86 "unsigned-integer-overflow",
132 "signed-integer-overflow",
133 "unsigned-integer-overflow",
175 "signed-integer-overflow",
176 "unsigned-integer-overflow",
206 "signed-integer-overflow",
207 "unsigned-integer-overflow",
239 "signed-integer-overflow",
240 "unsigned-integer-overflow",
/frameworks/base/libs/androidfw/tests/
DSparseEntry_bench.cpp42 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceOldSparse, Small, sparse::R::integer::foo_9);
49 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceOldNotSparse, Small, sparse::R::integer::foo_9);
56 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceSparse, Small, sparse::R::integer::foo_9);
63 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceNotSparse, Small, sparse::R::integer::foo_9);
71 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceOldSparseRuntime, Small, sparse::R::integer::foo_9);
79 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceOldNotSparseRuntime, Small, sparse::R::integer::foo_9);
87 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceSparseRuntime, Small, sparse::R::integer::foo_9);
95 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceNotSparseRuntime, Small, sparse::R::integer::foo_9);
DAppAsLib_test.cpp38 ssize_t block = table.getResource(app::R::integer::number1, &val); in TEST()
57 ssize_t block = table.getResource(lib::R::integer::number1, &val); in TEST()
76 ssize_t block = table.getResource(lib::R::integer::number1, &val); in TEST()
/frameworks/av/media/libstagefright/
DAndroid.bp76 "unsigned-integer-overflow",
77 "signed-integer-overflow",
126 "unsigned-integer-overflow",
127 "signed-integer-overflow",
187 "unsigned-integer-overflow",
188 "signed-integer-overflow",
220 "unsigned-integer-overflow",
221 "signed-integer-overflow",
375 "unsigned-integer-overflow",
376 "signed-integer-overflow",
/frameworks/av/media/codec2/components/base/
DAndroid.bp64 "unsigned-integer-overflow",
65 "signed-integer-overflow",
123 "unsigned-integer-overflow",
124 "signed-integer-overflow",
137 "signed-integer-overflow",
181 "unsigned-integer-overflow",
182 "signed-integer-overflow",
/frameworks/av/media/libmedia/
DAndroid.bp148 "unsigned-integer-overflow",
149 "signed-integer-overflow",
207 "unsigned-integer-overflow",
208 "signed-integer-overflow",
242 "unsigned-integer-overflow",
243 "signed-integer-overflow",
297 "unsigned-integer-overflow",
298 "signed-integer-overflow",
416 "unsigned-integer-overflow",
417 "signed-integer-overflow",
/frameworks/native/services/sensorservice/aidl/fuzzer/
DAndroid.bp41 "signed-integer-overflow",
42 "unsigned-integer-overflow",
46 "signed-integer-overflow",
47 "unsigned-integer-overflow",
/frameworks/base/core/java/android/database/sqlite/
DSQLiteGlobal.java99 com.android.internal.R.integer.db_journal_size_limit)); in getJournalSizeLimit()
136 com.android.internal.R.integer.db_wal_autocheckpoint)); in getWALAutoCheckpoint()
146 com.android.internal.R.integer.db_connection_pool_size)); in getWALConnectionPoolSize()
157 com.android.internal.R.integer.db_default_idle_connection_timeout)); in getIdleConnectionTimeout()
174 com.android.internal.R.integer.db_wal_truncate_size)); in getWALTruncateSize()
/frameworks/base/core/java/android/os/vibrator/
DVibrationConfig.java80 com.android.internal.R.integer.config_vibrationWaveformRampDownDuration, 0); in VibrationConfig()
82 com.android.internal.R.integer.config_vibrationWaveformRampStepDuration, 0); in VibrationConfig()
84 com.android.internal.R.integer.config_requestVibrationParamsTimeout, 0); in VibrationConfig()
96 com.android.internal.R.integer.config_defaultAlarmVibrationIntensity); in VibrationConfig()
98 com.android.internal.R.integer.config_defaultHapticFeedbackIntensity); in VibrationConfig()
100 com.android.internal.R.integer.config_defaultMediaVibrationIntensity); in VibrationConfig()
102 com.android.internal.R.integer.config_defaultNotificationVibrationIntensity); in VibrationConfig()
104 com.android.internal.R.integer.config_defaultRingVibrationIntensity); in VibrationConfig()
/frameworks/base/core/tests/mockingcoretests/src/android/os/
DBundleRecyclingTest.java288 public final int integer; field in BundleRecyclingTest.CustomParcelable
291 CustomParcelable(int integer, String string) { in CustomParcelable() argument
292 this.integer = integer; in CustomParcelable()
297 integer = in.readInt(); in CustomParcelable()
308 out.writeInt(integer); in writeToParcel()
321 return integer == that.integer && string.equals(that.string); in equals()
326 return Objects.hash(integer, string); in hashCode()
/frameworks/rs/script_api/include/
Drs_value_types.rsh28 * Unsigned integer: uchar, uint8_t ushort, uint16_t uint, uint32_t ulong, uint64_t
134 * int8_t: 8 bit signed integer
136 * 8 bit signed integer type.
141 * int16_t: 16 bit signed integer
143 * A 16 bit signed integer type.
148 * int32_t: 32 bit signed integer
150 * A 32 bit signed integer type.
155 * int64_t: 64 bit signed integer
157 * A 64 bit signed integer type.
168 * uint8_t: 8 bit unsigned integer
[all …]
Drs_object_types.rsh142 RS_TYPE_SIGNED_8 = 4, // An 8 bit signed integer.
143 RS_TYPE_SIGNED_16 = 5, // A 16 bit signed integer.
144 RS_TYPE_SIGNED_32 = 6, // A 32 bit signed integer.
145 RS_TYPE_SIGNED_64 = 7, // A 64 bit signed integer.
146 RS_TYPE_UNSIGNED_8 = 8, // An 8 bit unsigned integer.
147 RS_TYPE_UNSIGNED_16 = 9, // A 16 bit unsigned integer.
148 RS_TYPE_UNSIGNED_32 = 10, // A 32 bit unsigned integer.
149 RS_TYPE_UNSIGNED_64 = 11, // A 64 bit unsigned integer.
151 …RS_TYPE_UNSIGNED_5_6_5 = 13, // A 16 bit unsigned integer packing graphical data in 5, 6, and 5 bi…
152 …RS_TYPE_UNSIGNED_5_5_5_1 = 14, // A 16 bit unsigned integer packing graphical data in 5, 5, 5, and…
[all …]
/frameworks/base/cmds/uinput/
DREADME.md57 | `id` | integer | Device ID |
60 | `vid` | 16-bit integer | Vendor ID |
61 | `pid` | 16-bit integer | Product ID |
65 | `ff_effects_max` | integer | `ff_effects_max` value |
75 control code as an integer value or a string label (e.g. `"UI_SET_EVBIT"`), and data is a vector of
80 | `type` | integer\|string | `UI_SET_` control type |
81 | `data` | integer\|string array | control values |
92 | `code` | integer\|string | Axis code or label |
100 | `value` | integer | Latest reported value |
101 | `minimum` | integer | Minimum value for the axis |
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWirelessChargingLayout.java97 R.integer.wireless_charging_fade_offset); in init()
99 R.integer.wireless_charging_fade_duration); in init()
111 R.integer.wireless_charging_battery_level_text_scale_animation_duration)); in init()
117 R.integer.wireless_charging_battery_level_text_opacity_duration)); in init()
119 R.integer.wireless_charging_anim_opacity_offset)); in init()
212 R.integer.wireless_charging_battery_level_text_scale_animation_duration)); in init()
219 R.integer.wireless_charging_battery_level_text_opacity_duration)); in init()
221 context.getResources().getInteger(R.integer.wireless_charging_anim_opacity_offset)); in init()
248 R.integer.wireless_charging_battery_level_text_opacity_duration)); in init()
250 context.getResources().getInteger(R.integer.wireless_charging_anim_opacity_offset)); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/dagger/
DObservableServiceModule.java50 R.integer.config_communalSourceMaxReconnectAttempts); in providesMaxReconnectAttempts()
57 R.integer.config_communalSourceReconnectBaseDelay); in provideBaseReconnectDelayMs()
64 R.integer.config_connectionMinDuration); in providesMinConnectionDuration()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBypassControllerTest.kt120 R.integer.config_face_auth_supported_posture, in defaultConfigPostureClosed()
130 R.integer.config_face_auth_supported_posture, in defaultConfigPostureOpened()
140 R.integer.config_face_auth_supported_posture, in defaultConfigPostureFlipped()
150 R.integer.config_face_auth_supported_posture, in defaultConfigPostureUnknown()
271 R.integer.config_face_unlock_bypass_override, in defaultConfigPostureClosed_canOverrideByPassAlways_shouldReturnFalse()
285 R.integer.config_face_unlock_bypass_override, in defaultConfigPostureUnknown_canNotOverrideByPassAlways_shouldReturnTrue()
297 R.integer.config_face_unlock_bypass_override, in defaultConfigPostureUnknown_canNotOverrideByPassNever_shouldReturnFalse()
330 R.integer.config_face_unlock_bypass_override, in canBypass_bypassDisabled()
340 R.integer.config_face_unlock_bypass_override, in canBypass_bypassEnabled_alternateBouncerShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
DComplicationHostViewModule.java105 return resources.getInteger(R.integer.complicationFadeOutMs); in providesComplicationsFadeOutDuration()
114 return resources.getInteger(R.integer.complicationFadeOutDelayMs); in providesComplicationsFadeOutDelay()
123 return resources.getInteger(R.integer.complicationFadeInMs); in providesComplicationsFadeInDuration()
132 return resources.getInteger(R.integer.complicationRestoreMs); in providesComplicationsRestoreTimeout()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DDisplayObserverTest.java133 when(mResources.getInteger(R.integer.config_externalDisplayPeakRefreshRate)) in setup()
135 when(mResources.getInteger(R.integer.config_externalDisplayPeakWidth)) in setup()
137 when(mResources.getInteger(R.integer.config_externalDisplayPeakHeight)) in setup()
236 when(mResources.getInteger(R.integer.config_externalDisplayPeakRefreshRate)) in testExternalDisplay_doNotApplyLimitToUserPreferredMode()
238 when(mResources.getInteger(R.integer.config_externalDisplayPeakWidth)) in testExternalDisplay_doNotApplyLimitToUserPreferredMode()
240 when(mResources.getInteger(R.integer.config_externalDisplayPeakHeight)) in testExternalDisplay_doNotApplyLimitToUserPreferredMode()
269 when(mResources.getInteger(R.integer.config_externalDisplayPeakRefreshRate)) in testDefaultDisplayAdded_notAppliedLimitToUserPreferredMode()
271 when(mResources.getInteger(R.integer.config_externalDisplayPeakWidth)) in testDefaultDisplayAdded_notAppliedLimitToUserPreferredMode()
273 when(mResources.getInteger(R.integer.config_externalDisplayPeakHeight)) in testDefaultDisplayAdded_notAppliedLimitToUserPreferredMode()
295 when(mResources.getInteger(R.integer.config_externalDisplayPeakRefreshRate)) in testDefaultDisplayAdded()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/
DDreamOverlayModule.java129 R.integer.config_dreamOverlayBurnInProtectionUpdateIntervalMillis); in providesBurnInProtectionUpdateInterval()
136 return resources.getInteger(R.integer.config_dreamOverlayMillisUntilFullJitter); in providesMillisUntilFullJitter()
154 return (long) resources.getInteger(R.integer.config_dreamOverlayInBlurDurationMs); in providesDreamInBlurAnimationDuration()
163 return (long) resources.getInteger(R.integer.config_dreamOverlayInComplicationsDurationMs); in providesDreamInComplicationsAnimationDuration()
183 return (long) resources.getInteger(R.integer.config_dreamOverlayInTranslationYDurationMs); in providesDreamInComplicationsTranslationYDuration()
/frameworks/base/libs/androidfw/tests/data/appaslib/
DR.h29 struct integer { struct
47 struct integer { struct
/frameworks/base/services/core/java/com/android/server/display/config/
DRefreshRateData.java128 return resources.getInteger(R.integer.config_defaultRefreshRate); in loadDefaultRefreshRate()
138 return resources.getInteger(R.integer.config_defaultPeakRefreshRate); in loadDefaultPeakRefreshRate()
149 return resources.getInteger(R.integer.config_defaultRefreshRateInHbmHdr); in loadDefaultRefreshRateInHbm()
160 return resources.getInteger(R.integer.config_defaultRefreshRateInHbmSunlight); in loadDefaultRefreshRateInHbmSunlight()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java89 R.integer.starting_window_app_reveal_icon_fade_out_duration); in SplashScreenExitAnimation()
91 R.integer.starting_window_app_reveal_anim_delay); in SplashScreenExitAnimation()
95 R.integer.starting_window_app_reveal_anim_duration); in SplashScreenExitAnimation()
97 R.integer.starting_window_exit_animation_type); in SplashScreenExitAnimation()
/frameworks/av/media/module/libmediatranscoding/transcoder/tools/
DAndroid.bp28 "unsigned-integer-overflow",
29 "signed-integer-overflow",
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxConfigurationPersisterTest.java79 R.integer.config_letterboxDefaultPositionForHorizontalReachability), in setUp()
81 R.integer.config_letterboxDefaultPositionForVerticalReachability), in setUp()
83 R.integer.config_letterboxDefaultPositionForBookModeReachability), in setUp()
85 R.integer.config_letterboxDefaultPositionForTabletopModeReachability in setUp()
109 R.integer.config_letterboxDefaultPositionForHorizontalReachability); in test_whenStoreIsCreated_valuesAreDefaults()
116 R.integer.config_letterboxDefaultPositionForVerticalReachability); in test_whenStoreIsCreated_valuesAreDefaults()

12345678910>>...20