/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTestCase.java | 106 android.appwidget.cts.R.integer.first_target_cell_appwidget_size)) in verifyInstalledProviders() 110 android.appwidget.cts.R.integer.first_target_cell_appwidget_size)) in verifyInstalledProviders() 112 … assertEquals(getIntResource(android.appwidget.cts.R.integer.first_update_period_millis), in verifyInstalledProviders() 118 assertEquals(getIntResource(android.appwidget.cts.R.integer.first_resize_mode), in verifyInstalledProviders() 120 assertEquals(getIntResource(android.appwidget.cts.R.integer.first_widget_category), in verifyInstalledProviders() 155 android.appwidget.cts.R.integer.second_target_cell_appwidget_size)) in verifyInstalledProviders() 159 android.appwidget.cts.R.integer.second_target_cell_appwidget_size)) in verifyInstalledProviders() 161 … assertEquals(getIntResource(android.appwidget.cts.R.integer.second_update_period_millis), in verifyInstalledProviders() 167 assertEquals(getIntResource(android.appwidget.cts.R.integer.second_resize_mode), in verifyInstalledProviders() 169 assertEquals(getIntResource(android.appwidget.cts.R.integer.second_widget_category), in verifyInstalledProviders()
|
/cts/hostsidetests/os/test-apps/StaticSharedLibProviderApp1/src/android/os/lib/provider/ |
D | StaticSharedLib.java | 26 context.getResources().getInteger(android.os.lib.provider.R.integer.version)); in getVersion() 30 .getInteger(android.os.lib.provider.recursive.R.integer.version); in getRecursiveVersion()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-5867/ |
D | poc.c | 69 control.value.integer.value[1] = DOLBY_PARAM_ID_VDHE; in main() 70 control.value.integer.value[3] = TOTAL_LENGTH_DOLBY_PARAM +1; in main()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature_warm/src/com/android/cts/splitapp/ |
D | FeatureR.java | 21 public static final int feature_integer = R.integer.feature_integer;
|
/cts/hostsidetests/os/test-apps/StaticSharedLibProviderApp4/src/android/os/lib/provider/ |
D | StaticSharedLib.java | 23 return context.getResources().getInteger(android.os.lib.provider.R.integer.version); in getVersion()
|
/cts/hostsidetests/os/test-apps/StaticSharedLibProviderApp7/src/android/os/lib/provider/ |
D | StaticSharedLib.java | 23 return context.getResources().getInteger(android.os.lib.provider.R.integer.version); in getVersion()
|
/cts/hostsidetests/os/test-apps/StaticSharedLibProviderAppRecursive/src/android/os/lib/provider/recursive/ |
D | StaticSharedLibRecursive.java | 24 android.os.lib.provider.recursive.R.integer.version); in getVersionRecursive()
|
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/ |
D | IntegerQuery.java | 26 static IntegerQuery<IntegerQuery<?>> integer() { in integer() method
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsThemeColorsTest.java | 122 theme.put(android.R.integer.config_longAnimTime, 5); in apply_setNonThemeColors_shouldNotChangeContext() 131 assertEquals(res.getInteger(android.R.integer.config_longAnimTime), in apply_setNonThemeColors_shouldNotChangeContext() 132 resultRes.getInteger(android.R.integer.config_longAnimTime)); in apply_setNonThemeColors_shouldNotChangeContext()
|
D | ViewFlipperTest.java | 91 R.integer.view_flipper_interval); in testViewFlipper()
|
/cts/apps/CameraITS/tests/scene2_a/ |
D | test_jpeg_quality.py | 45 def is_square(integer): argument 46 root = math.sqrt(integer) 47 return integer == int(root + 0.5)**2
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | camera_response_fast.rsh | 24 // Quantize a float in [0,1] using an integer in [0,kLUTLength-1].
|
D | camera_response.rsh | 24 // Quantize a float in [0,1] using an integer in [0,kLUTLength-1].
|
/cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp1/src/android/os/lib/consumer1/ |
D | UseSharedLibraryTest.java | 59 assertSame(1, context.getResources().getInteger(android.os.lib.provider.R.integer.version)); in testLoadCodeAndResources()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | SplitAppTest.java | 146 assertEquals(123, r.getInteger(R.integer.my_integer)); in testSingleBase() 353 assertEquals(123, r.getInteger(R.integer.my_integer)); in testFeatureWarmBase() 541 assertEquals(456, r.getInteger(R.integer.my_integer)); in testInheritUpdatedBase_withRevisionA()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowUntrustedTouchTest.java | 674 long durationSet = mResources.getInteger(R.integer.long_animation_duration); in testLongEnterAnimations_areLimited() 689 long durationSet = mResources.getInteger(R.integer.long_animation_duration); in testLongExitAnimations_areLimited()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ResourcesTest.java | 507 final int i = mResources.getInteger(R.integer.resource_test_int); in testGetInteger() 589 final boolean b = mResources.getBoolean(R.integer.resource_test_int); in testGetBoolean()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 15 satisfies a need for an easy-to-use integer benchmark; it gives a first 196 local integer operands) and by the change in Proc_4 (one operand
|