/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/sample/src/android/sample/cts/ |
D | SampleDeviceReportLogTest.java | 65 int product = MULTIPLICATION_NUMBER_1 * MULTIPLICATION_NUMBER_2; in testMultiplication() local 66 assertTrue("Multiplication result do not match", product == MULTIPLICATION_RESULT); in testMultiplication() 73 reportLog.addValue(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE); in testMultiplication() 74 … reportLog.setSummary(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE); in testMultiplication()
|
/cts/suite/audio_quality/lib/src/audio/ |
D | AudioHardware.cpp | 66 android::String8 product = StringUtil::substr(resultStr, pmatch[1].rm_so, in detectAudioHw() local 68 LOGI("Audio device %s found", product.string()); in detectAudioHw()
|
/cts/hostsidetests/dexmetadata/host/ |
D | README.md | 4 (located at build/make/target/product/security/fsverity-release.x509.der). The 17 Alternatively, copy the .der file to /{system, product}/etc/security/fsverity.
|
/cts/libs/midi/src/com/android/midi/ |
D | MidiEchoTestService.java | 89 String product = (String) properties.get( in findEchoDevice() local 91 if (ECHO_PRODUCT.equals(product)) { in findEchoDevice()
|
/cts/hostsidetests/compilation/assets/ |
D | README.txt | 5 $ cp ${ANDROID_BUILD_TOP}/out/target/product/${TARGET_PRODUCT}/data/app/CtsCompilationApp/CtsCompil…
|
/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 | 205 private String product; field in AuthorizationList 312 product = getStringFromAsn1Value(value); in AuthorizationList() 435 product = CborUtils.getString(submodMap, key); in AuthorizationList() 724 return product; in getProduct()
|
/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 | 763 buf_size = numpy.product(buf.shape) 781 buf_size = numpy.product(buf.shape)
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 1341 int product = preferred.width * preferred.height; in setPreviewSizeByProfile() local 1343 if (size.width * size.height <= product) { in setPreviewSizeByProfile()
|