Home
last modified time | relevance | path

Searched refs:signed (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DRSUtils.java164 public static void genRandomLongs(long seed, long array[], boolean signed, int numberOfBits) { in genRandomLongs() argument
170 if (signed && l < 0) { in genRandomLongs()
181 if (signed) { in genRandomLongs()
187 public static void genRandomInts(long seed, int array[], boolean signed, int numberOfBits) { in genRandomInts() argument
189 genRandomLongs(seed, longs, signed, numberOfBits); in genRandomInts()
195 public static void genRandomShorts(long seed, short array[], boolean signed, int numberOfBits) { in genRandomShorts() argument
197 genRandomLongs(seed, longs, signed, numberOfBits); in genRandomShorts()
203 public static void genRandomBytes(long seed, byte array[], boolean signed, int numberOfBits) { in genRandomBytes() argument
205 genRandomLongs(seed, longs, signed, numberOfBits); in genRandomBytes()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSUtils.java269 public static void genRandomLongs(long seed, long array[], boolean signed, int numberOfBits) { in genRandomLongs() argument
275 if (signed && l < 0) { in genRandomLongs()
286 if (signed) { in genRandomLongs()
292 public static void genRandomInts(long seed, int array[], boolean signed, int numberOfBits) { in genRandomInts() argument
294 genRandomLongs(seed, longs, signed, numberOfBits); in genRandomInts()
300 public static void genRandomShorts(long seed, short array[], boolean signed, int numberOfBits) { in genRandomShorts() argument
302 genRandomLongs(seed, longs, signed, numberOfBits); in genRandomShorts()
308 public static void genRandomBytes(long seed, byte array[], boolean signed, int numberOfBits) { in genRandomBytes() argument
310 genRandomLongs(seed, longs, signed, numberOfBits); in genRandomBytes()
DRSBaseCompute.java201 int size, long seed, boolean signed, int numberOfBits) { in createRandomIntegerAllocation() argument
208 RSUtils.genRandomLongs(seed, inArray, signed, numberOfBits); in createRandomIntegerAllocation()
214 RSUtils.genRandomInts(seed, inArray, signed, numberOfBits); in createRandomIntegerAllocation()
219 RSUtils.genRandomShorts(seed, inArray, signed, numberOfBits); in createRandomIntegerAllocation()
224 RSUtils.genRandomBytes(seed, inArray, signed, numberOfBits); in createRandomIntegerAllocation()
/cts/hostsidetests/appsecurity/test-apps/keysets/uA/
DAndroid.bp15 //apks signed by cts-keyset-test-a
36 //apks signed by cts-keyset-test-b
53 //apks signed by cts-keyset-test-ec-a
70 //apks signed by cts-keyset-test-a and cts-keyset-test-b
/cts/tests/tests/secure_element/access_control/AccessControlApp1/
DAndroid.bp9 name: "signed-CtsSecureElementAccessControlTestCases1",
10 apk: "apk/signed-CtsSecureElementAccessControlTestCases1.apk",
/cts/tests/tests/secure_element/access_control/AccessControlApp2/
DAndroid.bp9 name: "signed-CtsSecureElementAccessControlTestCases2",
10 apk: "apk/signed-CtsSecureElementAccessControlTestCases2.apk",
/cts/tests/tests/secure_element/access_control/AccessControlApp3/
DAndroid.bp9 name: "signed-CtsSecureElementAccessControlTestCases3",
10 apk: "apk/signed-CtsSecureElementAccessControlTestCases3.apk",
/cts/hostsidetests/appsecurity/test-apps/keysets/uB/
DAndroid.bp15 //apks signed cts-keyset-test-a
36 //apks signed cts-keyset-test-b
53 //apks signed by cts-keyset-test-a and cts-keyset-test-c
/cts/hostsidetests/appsecurity/test-apps/keysets/permUse/
DAndroid.bp15 //apks signed cts-keyset-test-a
36 //apks signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/permDef/
DAndroid.bp15 //apks signed cts-keyset-test-a
36 //apks signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/uBsharedUser/
DAndroid.bp15 //apks signed cts-keyset-test-a
36 //apks signed cts-keyset-test-b
/cts/tests/tests/secure_element/omapi/
DAndroid.bp23 name: "signed-CtsOmapiTestCases",
24 apk: "apk/signed-CtsOmapiTestCases.apk",
/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/
DAndroid.bp28 // This is the first version of the test app signed with the initial signing
45 // This is the second version of the test app signed with the rotated signing
65 // This is the third version of the test app signed with the same rotated
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestAppPrebuilt/
DAndroid.bp15 // Prebuilts that are signed with corresponding key of
/cts/hostsidetests/appsecurity/test-apps/keysets/malOneDef/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/uNone/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/malNoDef/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/malBadKey/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/uEcA/
DAndroid.bp15 //apks signed by cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/uAB/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/uAuB/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/dexmetadata/host/
DREADME.md20 How to modify the signed .dm
/cts/tests/tests/carrierapi/
DAndroid.bp40 // This APK must be signed to match the test SIM's cert whitelist.
/cts/hostsidetests/appsecurity/res/pkgsigverify/
DREADME.md8 In general, they are differently signed forms of the tinyapp APK and follow
/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/ServiceTest/
DAndroid.bp53 // This is the instrumentation test package signed with the same signing key and

12