/cts/tools/release-parser/tests/resources/ |
D | build.prop | 24 ro.product.model=Pixel XL 25 ro.product.brand=google 26 ro.product.name=marlin 27 ro.product.device=marlin 28 # ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete, 29 # use ro.product.cpu.abilist instead. 30 ro.product.cpu.abi=arm64-v8a 31 ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi 32 ro.product.cpu.abilist32=armeabi-v7a,armeabi 33 ro.product.cpu.abilist64=arm64-v8a [all …]
|
D | android.test.runner.odex.pb.txt | 38 …product/sailfish/dex_bootjars/system/framework/arm64/boot.art:out/target/product/sailfish/dex_boot… 70 …product/sailfish/dex_bootjars/system/framework/boot.art --dex-file=out/target/common/obj/JAVA_LIBR…
|
D | build.prop.pb.txt | 14 key: "ro.product.manufacturer" 62 key: "ro.product.cpu.abilist64" 70 key: "ro.product.name" 78 key: "ro.product.brand" 90 key: "ro.product.locale" 110 key: "ro.product.model" 126 key: "ro.product.cpu.abi" 130 key: "ro.build.product" 134 key: "ro.product.device" 150 key: "ro.product.cpu.abilist32" [all …]
|
D | boot-framework.oat.pb.txt | 42 …product/sailfish/dex_bootjars/system/framework/arm64/boot.art:/system/framework/out/target/product… 66 …product/sailfish/dex_bootjars/system/framework/boot.prof --dex-file=out/target/common/obj/JAVA_LIB…
|
/cts/tests/tests/content/MultiArchApp/ |
D | README.md | 5 2. Find the libs in out/target/product/{$target}/data/ 6 E.g. out/target/product/redfin/data/nativetest/ and out/target/product/redfin/data/nativetest64/
|
/cts/tests/sample/src/android/sample/cts/ |
D | SampleDeviceReportLogTest.java | 67 int product = MULTIPLICATION_NUMBER_1 * MULTIPLICATION_NUMBER_2; in testMultiplication() local 68 Assert.assertTrue("Multiplication result do not match", product == MULTIPLICATION_RESULT); in testMultiplication() 75 reportLog.addValue(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE); in testMultiplication() 76 … reportLog.setSummary(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE); in testMultiplication()
|
/cts/libs/midi/src/com/android/midi/ |
D | MidiEchoTestService.java | 91 String product = properties.getString( in findEchoDevice() local 93 if (ECHO_PRODUCT.equals(product)) { in findEchoDevice()
|
D | MidiUmpEchoTestService.java | 95 String product = properties.getString( in findEchoDevice() local 97 if (ECHO_PRODUCT.equals(product)) { in findEchoDevice()
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 9 `<bus ID>:<vendor ID>:<product ID>:<counting number>`. Use 15 up the name, bus, vendor, and product information for connected input devices.
|
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestAppPrebuilt/ |
D | Android.bp | 16 // build/make/target/product/security/fsverity-release.x509.der
|
/cts/tests/openglperf2/assets/fragment/ |
D | perspective | 23 // Calculate the dot product of the light vector and vertex normal.
|
D | water | 30 // Calculate the dot product of the light vector and vertex normal.
|
/cts/tests/security/src/android/keystore/cts/ |
D | AuthorizationList.java | 207 private String product; field in AuthorizationList 324 product = getStringFromAsn1Value(value); in AuthorizationList() 453 product = CborUtils.getString(submodMap, key); in AuthorizationList() 748 return product; in getProduct()
|
/cts/hostsidetests/dexmetadata/host/ |
D | README.md | 23 the product that you `lunch`-ed.
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 35 optional string product = 8; field 49 // Build.BASE_OS The base OS build the product is based on. See b/23003940
|
/cts/apps/CameraITS/utils/ |
D | its_session_utils.py | 1472 buf_size = numpy.product(buf.shape) 1503 buf_size = numpy.product(buf.shape) 2022 buf_size = numpy.product(buf.shape) 2040 buf_size = numpy.product(buf.shape)
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 1342 int product = preferred.width * preferred.height; in setPreviewSizeByProfile() local 1344 if (size.width * size.height <= product) { in setPreviewSizeByProfile()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 26440 field public static final String PROPERTY_PRODUCT = "product";
|