Searched refs:product (Results 1 – 9 of 9) sorted by relevance
/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/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/tests/midi/src/android/midi/cts/ |
D | MidiEchoTest.java | 165 String product = (String) properties.get( in findEchoDevice() local 167 if (ECHO_PRODUCT.equals(product)) { in findEchoDevice()
|
/cts/apps/CameraITS/pymodules/its/ |
D | device.py | 713 buf_size = numpy.product(buf.shape)
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 1188 int product = preferred.width * preferred.height; in setPreviewSizeByProfile() local 1190 if (size.width * size.height <= product) { in setPreviewSizeByProfile()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 21792 public static java.math.BigInt product(
|