/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 | 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…
|
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 …]
|
/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/tests/tests/carrierapi/ |
D | Android.mk | 44 LOCAL_CERTIFICATE := build/make/target/product/security/testkey 50 LOCAL_CERTIFICATE := build/make/target/product/security/testkey
|
/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/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/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/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityAndWindowManagersState.java | 219 T product = null; in waitForValidProduct() local 221 product = supplier.get(); in waitForValidProduct() 222 if (product != null) { in waitForValidProduct() 223 if (tester.test(product)) { in waitForValidProduct() 230 return product; in waitForValidProduct()
|
/cts/tests/security/src/android/keystore/cts/ |
D | AuthorizationList.java | 200 private String product; field in AuthorizationList 303 product = getStringFromAsn1Value(value); in AuthorizationList() 591 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/pymodules/its/ |
D | device.py | 880 buf_size = numpy.product(buf.shape) 897 buf_size = numpy.product(buf.shape)
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 1318 int product = preferred.width * preferred.height; in setPreviewSizeByProfile() local 1320 if (size.width * size.height <= product) { in setPreviewSizeByProfile()
|