Searched refs:used (Results 1 – 25 of 63) sorted by relevance
123
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | README.md | 5 APKs in this directory are used by `PkgInstallSignatureVerificationTest`. 15 - version: denotes which APK Signature Scheme (v1, v2, and/or v3) was used 19 - keysize: the size of the key used for signing 21 which test certificates were used to generate a proof-of-rotation object,
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layer_info.rsh | 12 // An object that contains parameters used for computing matte for the current 18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a 20 // This data member is only used for PixelFormatF32.
|
D | layer_info_fast.rsh | 12 // An object that contains parameters used for computing matte for the current 18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a 20 // This data member is only used for PixelFormatF32.
|
D | pixel_format_f32.rsh | 17 // the color (red, green, blue) of FocusPixel is updated and ready to be used in 39 // matte/(dilation_radius+1) is the actual value used in layer blending.
|
/cts/apps/NotesApp/ |
D | README | 15 This package is used to generate CtsDefaultNotesApp.apk that is used in CtsVerifier test.
|
/cts/apps/EmptyDeviceOwner/ |
D | README | 15 This package is used to generate CtsEmptyDeviceOwner.apk that is used in assets of CtsVerifier.
|
/cts/apps/EmptyDeviceAdmin/ |
D | README | 15 This package is used to generate CtsEmptyDeviceAdmin.apk that is used in assets of CtsVerifier.
|
/cts/apps/CameraITS/ |
D | Android.bp | 17 // build/envsetup.sh is used as a known file to get the location of the top of the 27 // Placeholder file outside the glob used to find the top of the directory.
|
/cts/tests/tests/telephony2/ |
D | README.md | 3 This directory contains the set of Telephony CTS tests used to exercise permissions.
|
/cts/tests/devicepolicy/ |
D | Android.bp | 31 "testng", // used for assertThrows 71 "testng", // used for assertThrows 111 "testng", // used for assertThrows
|
/cts/hostsidetests/multidevices/ |
D | Android.bp | 17 // build/envsetup.sh is used as a known file to get the location of the top of the 53 // Placeholder file outside the glob used to find the top of the directory. 68 // Placeholder file outside the glob used to find the top of the directory.
|
/cts/tests/tests/webkit/shared/ |
D | README.md | 6 It also contains the AndroidManifest.xml that will be used
|
/cts/tests/tests/telephony5/ |
D | README.md | 3 This directory contains the set of Telephony CTS tests used to exercise
|
/cts/tests/libcore/okhttp/ |
D | Android.bp | 46 // Tests used in CTS and in Conscrypt MTS. 62 // Tests used in ART MTS.
|
/cts/tests/tests/content/BinderPermissionTestService/ |
D | README.txt | 2 check if their caller has certain permissions. This service is used by
|
/cts/tests/videocodec/ |
D | README.md | 4 The test vectors used by the test suite is available at [link](https://dl.google.com/android/xts/ct…
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | oob.rscript | 24 int srcMip = 0; // Only used in 1D tests
|
/cts/common/device-side/bedstead/modules/multiuser/ |
D | Android.bp | 42 "testng", // used for assertThrows
|
/cts/tests/location/location_gnss/protos/ |
D | ephemeris.proto | 12 // Time used for generating this data (typically, the queried time). 96 // Time used for generating this data (typically, the queried time).
|
/cts/tests/video/ |
D | README.md | 6 The test vectors used by the test suite is available at [link](https://dl.google.com/android/xts/ct…
|
/cts/common/device-side/bedstead/eventlib/ |
D | Android.bp | 42 "compatibility-device-util-axt", // used for SystemUtil.runShellCommandOrThrow
|
/cts/tests/mediapc/requirements/ |
D | requirements.proto | 99 // Whether this measurement is used to differentiate between tests. Some 119 // Variants are used when an alternative set of required values should apply 121 // When the variant should be used.
|
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | DatabaseAsserts.java | 197 final BitSet used = new BitSet(cursor.getCount()); in assertCursorValuesMatchExactly() local 204 if (used.get(pos)) continue; in assertCursorValuesMatchExactly() 207 used.set(pos); in assertCursorValuesMatchExactly()
|
/cts/tools/cts-test-metrics/ |
D | README | 1 The parse_test_metrics.py script can be used to parse test metrics json files. Run the following
|
/cts/tests/tests/media/ |
D | README.md | 22 ## Test files used in the tests 23 The test files used by the test suite are available on Google cloud
|
123