Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 59) sorted by relevance

123

/cts/suite/cts/deviceTests/browserbench/assets/octane/css/
Dbootstrap-responsive.css33 .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 …]
Dbootstrap.css103 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/
DBlockCipherTestBase.java176 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 …]
DAESGCMCipherTestBase.java152 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()
DRSACipherTest.java55 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/
Drs_jni.cpp90 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/
DResultReporter.java47 InputStream input = new FileInputStream(reportFile); in reportResult() local
49 byte[] data = IssueReporter.getBytes(input, RESULT_XML_BYTES); in reportResult()
58 input.close(); in reportResult()
DIssueReporter.java98 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/
DXmlPlanGeneratorTest.java94 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/
Dfloat16_gen.c48 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()
DFloat16TestData.java22 static short[] input = { field in Float16TestData
DScriptGroupTest.java329 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 …]
DFloat16ArithmeticTest.java36 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()
DBNNMTest.java38 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/
DPhotoUtil.java29 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/
DAccountRemovalDummyActivity.java40 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/
DTestSummaryXmlTest.java72 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/
DRawConverter.java327 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()
DBitmapUtils.java51 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/
DTestListParser.java39 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/
DDecelerateInterpolatorTest.java155 final float input = 0.25f; in testGetInterpolation() local
160 float delta1 = interpolator1.getInterpolation(input); in testGetInterpolation()
161 float delta2 = interpolator2.getInterpolation(input); in testGetInterpolation()
DAccelerateInterpolatorTest.java152 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/
DPackageSignatureTest.java119 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/
DProgressBarModifier.java34 public float getInterpolation(float input) { in getInterpolation() argument
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTestListParser.java34 public Collection<TestSuite> parse(InputStream input) { in parse() argument
40 scanner = new Scanner(input); in parse()

123