/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | bootstrap-responsive.css | 33 .input-block-level { 98 input[type="checkbox"], 99 input[type="radio"] { 177 .input-large, 178 .input-xlarge, 179 .input-xxlarge, 180 input[class*="span"], 183 .uneditable-input { 192 .input-prepend input, 193 .input-append input, [all …]
|
D | bootstrap.css | 103 input, selector 111 input { selector 116 input::-moz-focus-inner { 121 input[type="button"], 122 input[type="reset"], 123 input[type="submit"] { 127 input[type="search"] { 133 input[type="search"]::-webkit-search-decoration, 134 input[type="search"]::-webkit-search-cancel-button { 159 .input-block-level { [all …]
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | BlockCipherTestBase.java | 176 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode() 177 int actualOutputSize = mCipher.getOutputSize(input); in testGetOutputSizeInEncryptionMode() 178 int expectedOutputSize = input + getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInEncryptionMode() 188 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode() 189 int actualOutputSize = mCipher.getOutputSize(input); in testGetOutputSizeInEncryptionMode() 190 if (actualOutputSize < input) { in testGetOutputSizeInEncryptionMode() 191 fail("getOutputSize(" + input + ") underestimated output size. min expected: <" in testGetOutputSizeInEncryptionMode() 192 + input + ">, actual: <" + actualOutputSize + ">"); in testGetOutputSizeInEncryptionMode() 201 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode() 202 int inputInclBuffered = buffered + input; in testGetOutputSizeInEncryptionMode() [all …]
|
D | AESGCMCipherTestBase.java | 152 byte[] aad, byte[] input, byte[] expectedOutput) throws Exception { in assertKatTransformWithAadProvidedInOneGo() argument 155 assertEquals(expectedOutput, doFinal(input)); in assertKatTransformWithAadProvidedInOneGo() 159 assertEquals(expectedOutput, doFinal(input)); in assertKatTransformWithAadProvidedInOneGo() 163 assertEquals(expectedOutput, doFinal(input)); in assertKatTransformWithAadProvidedInOneGo() 167 byte[] aad, byte[] input, byte[] expectedOutput, int maxChunkSize) throws Exception { in assertKatTransformWithAadProvidedInChunks() argument 176 assertEquals(expectedOutput, doFinal(input)); in assertKatTransformWithAadProvidedInChunks()
|
D | RSACipherTest.java | 55 byte[] input = new byte[] {1}; in testNoPaddingEncryptionAndDecryptionSucceedsWithInputShorterThanModulus() 57 byte[] expectedOutput = TestUtils.leftPadWithZeroBytes(input, modulusSizeBytes); in testNoPaddingEncryptionAndDecryptionSucceedsWithInputShorterThanModulus() 61 MoreAsserts.assertEquals(expectedOutput, cipher.doFinal(input)); in testNoPaddingEncryptionAndDecryptionSucceedsWithInputShorterThanModulus() 64 MoreAsserts.assertEquals(expectedOutput, cipher.doFinal(input)); in testNoPaddingEncryptionAndDecryptionSucceedsWithInputShorterThanModulus()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 90 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSBlurTest_blurTest() local 107 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); in Java_android_cts_rscpp_RSBlurTest_blurTest() 114 env->ReleasePrimitiveArrayCritical(inputByteArray, input, 0); in Java_android_cts_rscpp_RSBlurTest_blurTest() 130 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() local 142 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 159 env->ReleasePrimitiveArrayCritical(inputByteArray, input, 0); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 176 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSLUTTest_lutTest() local 188 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); in Java_android_cts_rscpp_RSLUTTest_lutTest() 200 env->ReleasePrimitiveArrayCritical(inputByteArray, input, 0); in Java_android_cts_rscpp_RSLUTTest_lutTest() 218 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local [all …]
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | ResultReporter.java | 47 InputStream input = new FileInputStream(reportFile); in reportResult() local 49 byte[] data = IssueReporter.getBytes(input, RESULT_XML_BYTES); in reportResult() 58 input.close(); in reportResult()
|
D | IssueReporter.java | 98 InputStream input = null; in setBugReport() local 100 input = dataStream.createInputStream(); in setBugReport() 101 mCurrentIssue.mBugReport = getBytes(input, BUGREPORT_SIZE); in setBugReport() 103 if (input != null) { in setBugReport() 104 input.close(); in setBugReport() 118 static byte[] getBytes(InputStream input, int size) throws IOException { in getBytes() argument 122 int numRead = input.read(buffer); in getBytes()
|
/cts/common/host-side/xml-plan-generator/tests/src/com/android/compatibility/common/xmlgenerator/ |
D | XmlPlanGeneratorTest.java | 94 private static String runGenerator(String input) throws Exception { in runGenerator() argument 106 out.print(input); in runGenerator() 121 private static void runTestListParser(String input) throws Exception { in runTestListParser() argument 123 final ByteArrayInputStream in = new ByteArrayInputStream(input.getBytes()); in runTestListParser()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | float16_gen.c | 48 FP16Constant input[] = { variable 80 const int numInputs = sizeof(input) / sizeof(FP16Constant); 217 printf("(short) 0x%04x, // %s\n", input[x].value, input[x].description); in printInput() 236 result = operation(input[x].value, input[y].value); in printReferenceOutput()
|
D | Float16TestData.java | 22 static short[] input = { field in Float16TestData
|
D | ScriptGroupTest.java | 329 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2PointWiseKernelToKernelDependency() local 330 input.copyFrom(array); in testBuilder2PointWiseKernelToKernelDependency() 351 ((Allocation)group.execute(input)[0]).copyTo(a); in testBuilder2PointWiseKernelToKernelDependency() 381 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2GatherScatterAcrossKernelsViaGlobals() local 382 input.copyFrom(array); in testBuilder2GatherScatterAcrossKernelsViaGlobals() 406 ((Allocation)group.execute(input)[0]).copyTo(a); in testBuilder2GatherScatterAcrossKernelsViaGlobals() 437 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2KernelOutputToGlobal() local 438 input.copyFrom(array); in testBuilder2KernelOutputToGlobal() 464 ((Allocation)group.execute(input, input1)[0]).copyTo(a); in testBuilder2KernelOutputToGlobal() 495 Allocation input = Allocation.createSized(mRS, Element.F32_4(mRS), ARRAY_SIZE); in testBuilder2InvokeToKernelDependency() local [all …]
|
D | Float16ArithmeticTest.java | 36 private int numInputs = Float16TestData.input.length; 127 mInput.copyFromUnchecked(Float16TestData.input); in setupTest() 138 short in1 = Float16TestData.input[x]; in checkFloat16Output() 139 short in2 = Float16TestData.input[y]; in checkFloat16Output()
|
D | BNNMTest.java | 38 private byte[] unsignedToSignedByte(int[] input) { in unsignedToSignedByte() argument 39 byte[] output = new byte[input.length]; in unsignedToSignedByte() 40 for (int i = 0; i < input.length; ++i) { in unsignedToSignedByte() 41 output[i] = (byte)(input[i]); in unsignedToSignedByte()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | PhotoUtil.java | 29 InputStream input = context.getResources().openRawResource(R.drawable.testimage); in getTestPhotoData() local 30 return FileUtils.readInputStreamFully(input); in getTestPhotoData()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountRemovalDummyActivity.java | 40 Bundle input = (savedInstanceState == null) ? getIntent().getExtras() : savedInstanceState; in onCreate() local 41 mResponse = input in onCreate()
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
D | TestSummaryXmlTest.java | 72 private Reader getStringAsReader(String input) { in getStringAsReader() argument 73 return new StringReader(input); in getStringAsReader()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 327 Allocation input = Allocation.createTyped(rs, inputType); in convertToSRGB() local 328 input.copyFromUnchecked(rawImageInput); in convertToSRGB() 332 converterKernel.set_inputRawBuffer(input); in convertToSRGB() 635 private static void map(float[] matrix, float[] input, /*out*/float[] output) { in map() argument 636 output[0] = input[0] * matrix[0] + input[1] * matrix[1] + input[2] * matrix[2]; in map() 637 output[1] = input[0] * matrix[3] + input[1] * matrix[4] + input[2] * matrix[5]; in map() 638 output[2] = input[0] * matrix[6] + input[1] * matrix[7] + input[2] * matrix[8]; in map()
|
D | BitmapUtils.java | 51 Allocation input = Allocation.createFromBitmap(rs, bmap); in calcHistograms() local 54 hist.forEach(input); in calcHistograms()
|
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/ |
D | TestListParser.java | 39 public static HashMap<String, TestSuite> parse(InputStream input) { in parse() argument 45 in = new Scanner(input); in parse()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | DecelerateInterpolatorTest.java | 155 final float input = 0.25f; in testGetInterpolation() local 160 float delta1 = interpolator1.getInterpolation(input); in testGetInterpolation() 161 float delta2 = interpolator2.getInterpolation(input); in testGetInterpolation()
|
D | AccelerateInterpolatorTest.java | 152 final float input = 0.25f; 157 float delta1 = interpolator1.getInterpolation(input); 158 float delta2 = interpolator2.getInterpolation(input);
|
/cts/tests/tests/security/src/android/security/cts/ |
D | PackageSignatureTest.java | 119 InputStream input = mContext.getResources().openRawResource(resId); in getSignature() local 125 while ((numBytes = input.read(buffer)) != -1) { in getSignature() 130 input.close(); in getSignature()
|
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/ |
D | ProgressBarModifier.java | 34 public float getInterpolation(float input) { in getInterpolation() argument
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
D | TestListParser.java | 34 public Collection<TestSuite> parse(InputStream input) { in parse() argument 40 scanner = new Scanner(input); in parse()
|