/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/ |
D | Cube.java | 32 int one = 0x10000; in Cube() local 34 -one, -one, -one, in Cube() 35 one, -one, -one, in Cube() 36 one, one, -one, in Cube() 37 -one, one, -one, in Cube() 38 -one, -one, one, in Cube() 39 one, -one, one, in Cube() 40 one, one, one, in Cube() 41 -one, one, one, in Cube() 45 0, 0, 0, one, in Cube() [all …]
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageItemInfoIconTest.java | 146 private boolean comparePixelData(Drawable one, Drawable two) { in comparePixelData() argument 148 if (one.equals(two)) { in comparePixelData() 152 return comparePixelData(drawableToBitmap(one), drawableToBitmap(two)); in comparePixelData() 155 private boolean comparePixelData(Bitmap one, Bitmap two) { in comparePixelData() argument 156 if (one.getWidth() != two.getWidth()) { in comparePixelData() 160 if (one.getHeight() != two.getHeight()) { in comparePixelData() 164 for (int x = 0; x < one.getWidth(); x++) { in comparePixelData() 165 for (int y = 0; y < one.getHeight(); y++) { in comparePixelData() 166 if (one.getPixel(x, y) != two.getPixel(x, y)) { in comparePixelData()
|
/cts/tests/tests/location/src/android/location/cts/asn1/base/ |
D | BitStream.java | 66 public void appendBit(boolean one) { in appendBit() argument 67 if (one) { in appendBit()
|
/cts/tests/signature/api-check/ |
D | Android.mk | 26 $(eval $(call copy-one-file,$(INTERNAL_PLATFORM_HIDDENAPI_FLAGS),$(LOCAL_BUILT_MODULE)))
|
/cts/build/ |
D | compatibility_test_suite.mk | 52 $(eval $(call copy-one-file,$(LOCAL_PATH)/DynamicConfig.xml,$(dynamic_config_local)))
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 35 one C version of Dhrystone such that results can be compared without 65 always be encouraged to use more than just one benchmark. 125 of the benchmark, this does have an impact - though a very minor one - 196 local integer operands) and by the change in Proc_4 (one operand 251 compilation units are merged into one file, the rule is that separate 255 while compiling one unit, has no information about the use of 264 program preparation time (although not as much as compilation in one 318 procedure merging and/or compilation in one unit can be done to
|
/cts/tests/tests/os/jni/ |
D | Android.bp | 74 // can be run on armv8 cores) since one of the tested instruction, swp, is
|
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | README.txt | 18 if one exists, included in the signing block of the APK, as well as the
|
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtilsTest.java | 1763 String one = "Hello Android, hello World!"; in testRegionMatches() local 1766 assertTrue(TextUtils.regionMatches(one, 0, two, 0, "Hello".length())); in testRegionMatches() 1769 assertFalse(TextUtils.regionMatches(one, 0, two, 0, "Hello A".length())); in testRegionMatches() 1772 assertTrue(TextUtils.regionMatches(one, "Hello Android, hello ".length(), in testRegionMatches() 1774 assertFalse(TextUtils.regionMatches(one, "Hello Android, hello ".length(), in testRegionMatches() 1778 TextUtils.regionMatches(one, Integer.MIN_VALUE, two, 0, "Hello".length()); in testRegionMatches() 1783 TextUtils.regionMatches(one, Integer.MAX_VALUE, two, 0, "Hello".length()); in testRegionMatches() 1789 TextUtils.regionMatches(one, 0, two, Integer.MIN_VALUE, "Hello".length()); in testRegionMatches() 1794 TextUtils.regionMatches(one, 0, two, Integer.MAX_VALUE, "Hello".length()); in testRegionMatches() 1800 TextUtils.regionMatches(one, 0, two, 0, Integer.MIN_VALUE); in testRegionMatches() [all …]
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentLifecycleTest.java | 742 final Fragment one = new Fragment(); in targetFragmentNoCycles() local 747 one.setTargetFragment(two, 0); in targetFragmentNoCycles() 749 three.setTargetFragment(one, 0); in targetFragmentNoCycles() 759 final Fragment one = new Fragment(); in targetFragmentSetClear() local 762 one.setTargetFragment(two, 0); in targetFragmentSetClear() 763 one.setTargetFragment(null, 0); in targetFragmentSetClear()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layered_filter_f32_helper.rsh | 61 // Filters target layer when processing layers in pass one from the back-most to 114 // Filters target layer when processing layers in pass one from the back-most to
|
D | layered_filter_d1new_helper.rsh | 18 // This allocation contains the kernel stack info: only one float per cell 121 // Filters target layer when processing layers in pass one from the back-most to
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 299 // Smallest test unit, which ideally tests only one feature or function.
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 78 /* otherwise build a new one with the given label attached */
|
/cts/tests/tests/media/src/android/media/cts/ |
D | .goutputstream-9KZYJZ | 690 // There are a total of 19 metadata access units in the test stream; every one of them
|