| /external/webrtc/webrtc/common_audio/ |
| audio_util_unittest.cc | 46 int16_t output[kSize]; local 47 FloatToS16(kInput, kSize, output); 48 ExpectArraysEq(kReference, output, kSize); 56 float output[kSize]; local 57 S16ToFloat(kInput, kSize, output); 58 ExpectArraysEq(kReference, output, kSize); 66 int16_t output[kSize]; local 67 FloatS16ToS16(kInput, kSize, output); 68 ExpectArraysEq(kReference, output, kSize); 84 float output[kSize] local 102 float output[kSize]; local [all...] |
| sparse_fir_filter_unittest.cc | 26 void VerifyOutput(const float (&expected_output)[N], const float (&output)[N]) { 27 EXPECT_EQ(0, memcmp(expected_output, output, sizeof(output))); 37 float output[arraysize(kInput)]; local 39 filter.Filter(kInput, arraysize(kInput), output); 40 VerifyOutput(kInput, output); 69 float output[arraysize(kInput)]; local 71 filter.Filter(kInput, arraysize(kInput), output); 72 EXPECT_FLOAT_EQ(5.f, output[0]); 73 EXPECT_FLOAT_EQ(20.f, output[3]) 83 float output[arraysize(kInput)]; local 96 float output[arraysize(kInput)]; local 109 float output[arraysize(kInput)]; local 119 float output[arraysize(kInput)]; local 168 float output[arraysize(kConstantInput)]; local 185 float output[arraysize(kHighFrequencyInput)]; local 199 float output[arraysize(kCoeffs)]; local 215 float output[arraysize(kInput)]; local [all...] |
| /frameworks/base/cmds/statsd/tests/e2e/ |
| PartialBucket_e2e_test.cpp | 45 vector<uint8_t> output; local 49 ADB_DUMP, &output); 51 reports.ParseFromArray(output.data(), output.size());
|
| /frameworks/base/cmds/statsd/tests/guardrail/ |
| StatsdStats_test.cpp | 39 vector<uint8_t> output; local 40 stats.dumpStats(&output, false /*reset stats*/); 43 bool good = report.ParseFromArray(&output[0], output.size()); 66 vector<uint8_t> output; local 67 stats.dumpStats(&output, false); 70 bool good = report.ParseFromArray(&output[0], output.size()); 87 vector<uint8_t> output; local 88 stats.dumpStats(&output, false) 136 vector<uint8_t> output; local 222 vector<uint8_t> output; local 251 vector<uint8_t> output; local 308 vector<uint8_t> output; local [all...] |
| /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/ |
| MultipartTest.java | 60 StringBuffer output = new StringBuffer(); local 62 output.append("--"); 63 output.append(boundry); 64 output.append(CRLF); 66 output.append("Content-Disposition: form-data; name=\"stringpart\""); 67 output.append(CRLF); 68 output.append("Content-Type: text/plain; charset=US-ASCII"); 69 output.append(CRLF); 70 output.append("Content-Transfer-Encoding: 8bit"); 71 output.append(CRLF) [all...] |
| /frameworks/base/libs/hwui/utils/ |
| Blur.cpp | 101 uint8_t* output = dest + y * width; local 131 *output = (uint8_t)blurredPixel; 132 output++; 143 uint8_t* output = dest + y * width; local 175 *output = (uint8_t)blurredPixel; 176 output++;
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/ |
| TunablePaddingTest.java | 116 int output = (int) (metrics.density * value); local 117 verify(mView).setPadding(eq(output), eq(0), eq(0), eq(0));
|
| /frameworks/base/services/coverage/java/com/android/server/coverage/ |
| CoverageService.java | 121 try (BufferedOutputStream output = new BufferedOutputStream( 123 output.write(RT.getAgent().getExecutionData(false)); 124 output.flush();
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
| CacheQuotaStrategyTest.java | 116 Pair<Long, List<CacheQuotaHint>> output = local 119 assertThat(output.first).isEqualTo(1000); 120 assertThat(output.second).containsExactly(buildCacheQuotaHint("uuid", 0, 100),
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/ |
| SliceFullAccessListTest.java | 86 ByteArrayOutputStream output = new ByteArrayOutputStream(); local 88 out.setOutput(output, Encoding.UTF_8.name()); 92 assertEquals(TEST_XML, output.toString(Encoding.UTF_8.name()));
|
| SlicePermissionManagerTest.java | 76 ByteArrayOutputStream output = new ByteArrayOutputStream(); local 78 serializer.setOutput(output, Encoding.UTF_8.name()); 85 ByteArrayInputStream input = new ByteArrayInputStream(output.toByteArray());
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
| AverageFilter.java | 63 float output = (temp[0] + temp[1] + temp[2] + temp[3] + temp[4]) / NUM_FRAMES; local 64 if (mLogVerbose) Log.v(TAG, "Avg= " + output + "temp1= " + temp[0] + "temp2= " + 69 outFrame.setValue(output);
|
| /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
| TrackerDataHelper.java | 31 /** formats data output */ 34 /** formats output as Comma separated value CSV file */ 36 /** formats output as KML file */ 57 * @param formatter - formats the output from the get*Output* methods 65 * Creates a instance with no output formatting capabilities. Useful for 144 * Returns the output header particular to the associated formatter 151 * Returns the output footer particular to the associated formatter 159 * output 162 * @return CharSequence output, null if given cursor is invalid or no mor 169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor)); local [all...] |
| /frameworks/base/tools/bit/ |
| make.cpp | 50 string output = trim(get_command_output(cmd, &err, quiet)); local 52 g_buildVars[name] = output; 53 return output;
|
| /frameworks/compile/mclinker/lib/Core/ |
| Linker.cpp | 88 // 3. - initialize output's standard sections 144 // If the output is dependent on its loaded address, and it does not need 145 // to call outside functions, then we can treat the output static dependent 150 // Since the output is static dependent, there should not have any 152 // references in the output module. 189 // 9.a - add symbols to output 190 // After all input symbols have been resolved, add them to output symbol 210 // 11. - scan all relocation entries by output symbols. 243 // 15. - write out output 280 std::unique_ptr<FileOutputBuffer> output; local 293 std::unique_ptr<FileOutputBuffer> output; local [all...] |
| /frameworks/ml/nn/runtime/test/ |
| TestValidation.cpp | 298 uint32_t output = 0; local 300 1, &output), 303 1, &output), 311 1, &output), 317 1, &output), 323 uint32_t output = 0; local 324 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(nullptr, 1, &input, 1, &output), 326 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 0, nullptr, 1, &output), 333 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 1, &input, 1, &output),
|
| /frameworks/ml/nn/runtime/test/specs/V1_0/ |
| max_pool_float_2.mod.py | 38 output = Output("output", "TENSOR_FLOAT32", variable 42 "MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act0).To(output) 50 output0 = {output: output_values}
|
| max_pool_float_3.mod.py | 38 output = Output("output", "TENSOR_FLOAT32", variable 42 "MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act3).To(output) 50 output0 = {output: output_values}
|
| max_pool_quant8_2.mod.py | 38 output = Output("output", "TENSOR_QUANT8_ASYMM", variable 42 "MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act0).To(output) 50 output0 = {output: output_values}
|
| max_pool_quant8_3.mod.py | 38 output = Output("output", "TENSOR_QUANT8_ASYMM", variable 42 "MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act2).To(output) 50 output0 = {output: output_values}
|
| rnn.mod.py | 32 output = Output("output", "TENSOR_FLOAT32", "{%d, %d}" % (batches, units)) variable 35 activation_param).To([hidden_state_out, output]) 199 output0[output] = golden_outputs[golden_start:golden_end] 200 output0[output].extend(output0[output])
|
| svdf.mod.py | 34 output = Output("output", "TENSOR_FLOAT32", "{%d, %d}" % (batches, units)) variable 37 rank_param, activation_param).To([state_out, output]) 128 output: []} 137 output0[output] = golden_outputs[golden_start:golden_end]
|
| svdf2.mod.py | 34 output = Output("output", "TENSOR_FLOAT32", "{%d, %d}" % (batches, units)) variable 37 rank_param, activation_param).To([state_out, output]) 143 output: []} 152 output0[output] = golden_outputs[golden_start:golden_end]
|
| /frameworks/ml/nn/runtime/test/specs/V1_1/ |
| max_pool_float_2_relaxed.mod.py | 38 output = Output("output", "TENSOR_FLOAT32", variable 42 "MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act0).To(output) 51 output0 = {output: output_values}
|
| max_pool_float_3_relaxed.mod.py | 38 output = Output("output", "TENSOR_FLOAT32", variable 42 "MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act3).To(output) 51 output0 = {output: output_values}
|