HomeSort by relevance Sort by last modified time
    Searched refs:output (Results 26 - 50 of 11134) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
asm-errors.d 2 #error-output: asm-errors.err
  /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...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
ResourcesTest.java 29 private MemoryMultiReportOutput output; field in class:ResourcesTest
37 output = new MemoryMultiReportOutput();
38 root = new ReportOutputFolder(output);
53 output.assertFile("jacoco-resources/branchfc.gif");
54 output.assertFile("jacoco-resources/branchnc.gif");
55 output.assertFile("jacoco-resources/branchpc.gif");
56 output.assertFile("jacoco-resources/bundle.gif");
57 output.assertFile("jacoco-resources/class.gif");
58 output.assertFile("jacoco-resources/down.gif");
59 output.assertFile("jacoco-resources/greenbar.gif")
    [all...]
  /external/libvpx/libvpx/test/
vpxenc.sh 129 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.ivf"
134 --output="${output}"
136 if [ ! -e "${output}" ]; then
137 elog "Output file does not exist."
146 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
150 --output="${output}"
152 if [ ! -e "${output}" ]; then
153 elog "Output file does not exist.
    [all...]
  /external/webrtc/webrtc/common_audio/
fir_filter_unittest.cc 31 const float* output,
34 output,
42 float output[kInputLength]; local
45 filter->Filter(kInput, kInputLength, output);
47 VerifyOutput(kInput, output, kInputLength);
52 float output[kInputLength]; local
55 filter->Filter(kInput, kInputLength, output);
57 EXPECT_FLOAT_EQ(5.f, output[0]);
58 EXPECT_FLOAT_EQ(20.f, output[3]);
59 EXPECT_FLOAT_EQ(25.f, output[4])
65 float output[kInputLength]; local
78 float output[kInputLength]; local
91 float output[kInputLength]; local
108 float output[kInputLength]; local
164 float output[kConstantInputLength]; local
183 float output[kHighFrequencyInputLength]; local
194 float output[kCoefficientsLength]; 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...]
  /external/skia/src/utils/
SkFloatToDecimal.h 17 not use scientific notation.) and `sscanf(output, "%f", &x)` will return
25 This function will always add a terminating '\0' to the output.
28 @param output The buffer to write the string into. Must be non-null.
30 @return strlen(output)
32 unsigned SkFloatToDecimal(float value, char output[kMaximumSkFloatToDecimalLength]);
  /external/skqp/src/utils/
SkFloatToDecimal.h 17 not use scientific notation.) and `sscanf(output, "%f", &x)` will return
25 This function will always add a terminating '\0' to the output.
28 @param output The buffer to write the string into. Must be non-null.
30 @return strlen(output)
32 unsigned SkFloatToDecimal(float value, char output[kMaximumSkFloatToDecimalLength]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
UTF16BECharsetTest.java 39 byte[] output = new byte[] { 0, 97, 0, 98, 93, 20, 101, 79 };
40 internalTestEncode(input, output);
50 char[] output = "ab\u5D14\u654F".toCharArray(); local
51 internalTestDecode(input, output);
UTF16LECharsetTest.java 39 byte[] output = new byte[] { 97, 0, 98, 0, 20, 93, 79, 101 };
40 internalTestEncode(input, output);
50 char[] output = "ab\u5D14\u654F".toCharArray(); local
51 internalTestDecode(input, output);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestCase.java 33 private ITestCaseOutput output; field in class:TestCase
49 return this.output;
52 public TestCase(ITestCaseInput input, ITestCaseOutput output) {
54 this.output = output;
59 return String.format("[%s]->[%s]", input.getScript(), output.getScript());
67 this.output = out;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ThaiStateTransition.java 53 public void write(PrintStream output)
55 output.print("{");
58 output.print(" ");
61 output.print(nextState);
63 output.print(", t");
64 output.print(action);
65 output.print("}");
ScriptRunModuleWriter.java 30 output.println(preamble);
35 output.print(" {0x");
36 output.print(Utility.hex(scriptData.getRecord(record).startChar(), 6));
37 output.print(", 0x");
38 output.print(Utility.hex(scriptData.getRecord(record).endChar(), 6));
39 output.print(", ");
40 output.print(scriptData.getTag(script));
41 output.print("ScriptCode}");
42 output.print((record == recordCount - 1) ? " " : ",");
43 output.print(" // ")
    [all...]
  /cts/suite/audio_quality/test_description/processing/
playback_sample.py 23 # Output: device (double) frequency
26 output = []
38 output.append(RESULT_ERROR)
39 output.append(outputData)
40 output.append(outputTypes)
41 return output
52 output.append(RESULT_PASS)
54 output.append(RESULT_OK)
57 output.append(outputData)
58 output.append(outputTypes
    [all...]
  /prebuilts/misc/windows/sdl2/test/
gcc-fat.sh 32 # Output both PowerPC and Intel object files
47 -o) output=$2;;
56 if test x"$output" = x; then
58 output=a.out
60 output=`echo $source | sed -e 's|.*/||' -e 's|\(.*\)\.[^\.]*|\1|'`.o
64 if test x"$output" != x; then
65 dir=ppc/`dirname $output`
74 if test -f "ppc/$1" && test "$1" != "$output"; then
82 if test x"$output" != x; then
83 cp $output ppc/$outpu
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/differencevisualizers/
PassFailVisualizer.java 31 int[] output = new int[ideal.length]; local
32 for (int y = 0; y < output.length; y++) {
34 output[y] = Color.WHITE;
36 output[y] = Color.RED;
39 return output;
  /external/curl/tests/unit/
unit1600.c 50 unsigned char output[21]; variable
51 unsigned char *testp = output;
52 Curl_ntlm_core_mk_nt_hash(easy, "1", output);
58 Curl_ntlm_core_mk_nt_hash(easy, "hello-you-fool", output);
65 Curl_ntlm_core_mk_nt_hash(easy, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", output);
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_ENUMOUTPUT.c 8 * 28 Mar 2009 0.2 Clean up ret and errno variable names and dprintf() output
40 struct v4l2_output output; local
46 memset(&output, 0xff, sizeof(output));
47 output.index = i;
48 ret_enum = ioctl(get_video_fd(), VIDIOC_ENUMOUTPUT, &output);
57 CU_ASSERT_EQUAL(output.index, i);
59 CU_ASSERT(0 < strlen((char *)output.name));
61 ((char *)output.name, sizeof(output.name)))
123 struct v4l2_output output; local
142 struct v4l2_output output; local
161 struct v4l2_output output; local
181 struct v4l2_output output; local
    [all...]
  /system/tpm/tpm_manager/common/
print_tpm_manager_proto.cc 130 std::string output = local
134 output += indent + " index: ";
135 base::StringAppendF(&output, "%u (0x%08X)", value.index(), value.index());
136 output += "\n";
139 output += indent + " policy: ";
141 &output, "%s",
143 output += "\n";
146 output += indent + " world_read_allowed: ";
147 base::StringAppendF(&output, "%s",
149 output += "\n"
179 std::string output = local
236 std::string output = local
285 std::string output = local
306 std::string output = local
325 std::string output = local
346 std::string output = local
386 std::string output = local
407 std::string output = local
440 std::string output = local
468 std::string output = local
511 std::string output = local
532 std::string output = local
546 std::string output = local
576 std::string output = local
595 std::string output = local
650 std::string output = local
664 std::string output = local
730 std::string output = local
744 std::string output = local
766 std::string output = local
789 std::string output = local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorSpace.java 33 * YUV to RGB conversion is done using the ITU-R BT.601 transformation. The output buffer must
37 * @param output buffer to hold RGBA8888 data.
42 ByteBuffer input, ByteBuffer output, int width, int height) {
44 expectOutputSize(output, width * height * 4);
45 nativeYuv420pToRgba8888(input, output, width, height);
51 * The input data is expected to be encoded in 8-bit interleaved ARGB channels. The output
52 * buffer must be large enough to hold the data. The output buffer may be the same as the
56 * @param output buffer to hold RGBA8888 data.
61 ByteBuffer input, ByteBuffer output, int width, int height) {
63 expectOutputSize(output, width * height * 4)
    [all...]
  /libcore/tools/docs/crypto/
format_supported_algorithm_table.py 51 parser = argparse.ArgumentParser(description='Output algorithm support HTML tables')
62 output = []
65 output.append('<h2 id="SupportedAlgorithms">Supported Algorithms</h2>')
66 output.append('')
67 output.append('<ul>')
70 output.append(' <li><a href="#Supported{name}">'
72 output.append('</ul>')
129 output.append('<h3 id="Supported{name}">{name}</h3>'.format(**category))
130 output.append('<table>')
131 output.append(' <thead>'
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 33 private String output; // stdout field in class:gUnitTestResult
38 public gUnitTestResult(boolean success, String output) {
40 this.output = output;
43 public gUnitTestResult(boolean success, String output, boolean isLexerTest) {
44 this(success, output);
48 public gUnitTestResult(boolean success, String output, String returned) {
49 this(success, output);
58 return output;
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/
XmlPrinterTest.java 15 String output = xmlOutput.output(expression); local
17 assertEquals("<root type='BinaryExpr' operator='PLUS'><left type='IntegerLiteralExpr' value='1'></left><right type='IntegerLiteralExpr' value='1'></right></root>", output);
26 String output = xmlOutput.output(expression); local
28 assertEquals("<root operator='PLUS'><left value='1'></left><right value='1'></right></root>", output);
37 String output = xmlOutput.output(expression); local
39 assertEquals("<root type='MethodCallExpr'><name type='SimpleName' identifier='a'></name><arguments><argument type='IntegerLiteralExpr' value='1'></argument><argument type='IntegerLiteralExpr' value='2'></argument></arguments></root>", output);
  /external/webrtc/webrtc/base/
messagedigest_unittest.cc 27 // Test the raw buffer versions of the APIs; also check output buffer size.
28 char output[16]; local
29 EXPECT_EQ(sizeof(output),
30 ComputeDigest(DIGEST_MD5, "abc", 3, output, sizeof(output)));
32 hex_encode(output, sizeof(output)));
34 ComputeDigest(DIGEST_MD5, "abc", 3, output, sizeof(output) - 1));
48 // Test the raw buffer versions of the APIs; also check output buffer size
49 char output[20]; local
60 std::string output; local
94 char output[16]; local
134 char output[20]; local
146 std::string output; local
    [all...]
  /external/libchrome/base/strings/
string_number_conversions_unittest.cc 73 std::string output; member in struct:base::__anon24301
82 EXPECT_EQ(cases[i].output, Uint64ToString(cases[i].input));
91 std::string output; member in struct:base::__anon24302
105 EXPECT_EQ(cases[i].output, Uint64ToString(cases[i].input));
111 int output; member in struct:base::__anon24303
141 int output = cases[i].output ^ 1; // Ensure StringToInt wrote something. local
142 EXPECT_EQ(cases[i].success, StringToInt(cases[i].input, &output));
143 EXPECT_EQ(cases[i].output, output);
156 int output; local
174 unsigned output; member in struct:base::__anon24304
205 unsigned output = local
221 unsigned output; local
239 int64_t output; member in struct:base::__anon24305
276 int64_t output = 0; local
291 int64_t output; local
304 uint64_t output; member in struct:base::__anon24306
343 uint64_t output = 0; local
358 uint64_t output; local
374 size_t output; member in struct:base::__anon24307
412 size_t output = 0; local
427 size_t output; local
440 int64_t output; member in struct:base::__anon24308
475 int output = 0; local
484 int output; local
492 uint32_t output; member in struct:base::__anon24309
540 uint32_t output = 0; local
549 uint32_t output; local
557 int64_t output; member in struct:base::__anon24310
599 int64_t output = 0; local
608 int64_t output; local
616 uint64_t output; member in struct:base::__anon24311
662 uint64_t output = 0; local
671 uint64_t output; local
679 const char* output; member in struct:base::__anon24312
704 std::vector<uint8_t> output; local
719 double output; member in struct:base::__anon24313
784 double output; local
798 double output; local
885 double output; local
    [all...]

Completed in 568 milliseconds

12 3 4 5 6 7 8 91011>>