Searched refs:output (Results 1 - 25 of 2713) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/s390x/
H A Dlam_stam.c5 char output[44]; variable
14 "larl 2,output\n\t"
18 write(1, output, sizeof output);
/external/curl/.github/
H A DISSUE_TEMPLATE7 [curl -V output perhaps?]
/external/gmock/test/
H A Dgmock_output_test.py32 """Tests the text output of Google C++ Mocking Framework.
65 def RemoveReportHeaderAndFooter(output):
66 """Removes Google Test result report's header and footer from the output."""
68 output = re.sub(r'.*gtest_main.*\n', '', output)
69 output = re.sub(r'\[.*\d+ tests.*\n', '', output)
70 output = re.sub(r'\[.* test environment .*\n', '', output)
71 output
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock_output_test.py32 """Tests the text output of Google C++ Mocking Framework.
65 def RemoveReportHeaderAndFooter(output):
66 """Removes Google Test result report's header and footer from the output."""
68 output = re.sub(r'.*gtest_main.*\n', '', output)
69 output = re.sub(r'\[.*\d+ tests.*\n', '', output)
70 output = re.sub(r'\[.* test environment .*\n', '', output)
71 output
[all...]
/external/libchrome/base/
H A Dbase64url_unittest.cc15 std::string output; local
17 &output);
20 EXPECT_EQ("aGVsbG8_d29ybGQ=", output);
23 Base64UrlEncode("??", Base64UrlEncodePolicy::INCLUDE_PADDING, &output);
24 EXPECT_EQ("Pz8=", output);
26 Base64UrlEncode("", Base64UrlEncodePolicy::INCLUDE_PADDING, &output);
27 EXPECT_EQ("", output);
31 std::string output; local
32 Base64UrlEncode("hello?world", Base64UrlEncodePolicy::OMIT_PADDING, &output);
35 EXPECT_EQ("aGVsbG8_d29ybGQ", output);
46 std::string output; local
66 std::string output; local
80 std::string output; local
92 std::string output; local
101 std::string output; local
[all...]
/external/webrtc/webrtc/test/testsupport/
H A Dperf_test_unittest.cc22 std::string output; local
23 AppendResult(output, "measurement", "modifier", "trace", 42, "units", false);
24 EXPECT_EQ(expected, output);
25 std::cout << output; local
28 AppendResult(output, "foo", "bar", "baz", 7, "widgets", true);
29 EXPECT_EQ(expected, output);
30 std::cout << output; local
/external/libvpx/libvpx/vp8/encoder/arm/
H A Ddct_arm.c16 void vp8_short_fdct8x4_armv6(short *input, short *output, int pitch) argument
18 vp8_short_fdct4x4_armv6(input, output, pitch);
19 vp8_short_fdct4x4_armv6(input + 4, output + 16, pitch);
/external/bison/src/
H A Doutput.h25 void output (void);
/external/curl/tests/unit/
H A Dunit1601.c39 unsigned char output[16]; variable
40 unsigned char *testp = output;
41 Curl_md5it(output, (const unsigned char *)"1");
47 Curl_md5it(output, (const unsigned char *)"hello-you-fool");
H A Dunit1398.c35 char output[24]; variable
40 rc = curl_msnprintf(output, 4, "%.*s", width, buf);
42 fail_unless(!strcmp(output, "bug"), "wrong output");
45 rc = curl_msnprintf(output, 4, "%.*s", width, str);
47 fail_unless(!strcmp(output, "bug"), "wrong output");
51 rc = curl_msnprintf(output, 4, "%.*s", width, buf);
53 fail_unless(!strcmp(output, "bu"), "wrong output");
[all...]
H A Dunit1600.c44 unsigned char output[21]; variable
45 unsigned char *testp = output;
46 Curl_ntlm_core_mk_nt_hash(easy, "1", output);
52 Curl_ntlm_core_mk_nt_hash(easy, "hello-you-fool", output);
59 Curl_ntlm_core_mk_nt_hash(easy, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", output);
/external/tcpdump/tests/
H A DTESTonce6 print "Usage: TESTonce name input output options\n";
12 $output=$ARGV[2];
18 $r = system "..\\windump -n -r $input $options 2>NUL | sed 's/\\r//' | tee NEW/$output | diff $output - >DIFF/$output.diff";
24 $r = system "../tcpdump 2>/dev/null -n -r $input $options >NEW/$output";
27 open(OUTPUT, ">>"."NEW/$output") || die "fail to open $output\n";
33 $r = system "cat NEW/$output | diff $output
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c13 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) { argument
68 out = output;
75 output[j + i * 4] = (output[j + i * 4] + 1) >> 2;
80 void vpx_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride) { argument
87 output[0] = sum << 1;
88 output[1] = 0;
95 tran_low_t *output = intermediate; local
138 output[0] = (tran_low_t)fdct_round_shift(t0);
139 output[
177 vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride) argument
188 vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride) argument
368 vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride) argument
392 vpx_fdct32(const tran_high_t *input, tran_high_t *output, int round) argument
717 tran_high_t output[32 * 32]; local
746 tran_high_t output[32 * 32]; local
772 vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride) argument
784 vpx_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) argument
799 vpx_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride) argument
804 vpx_highbd_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride) argument
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DScriptTagModuleWriter.java24 output.print("const LETag ");
25 output.print(data.getTagLabel(value));
26 output.print(kind);
27 output.print("Tag = ");
28 output.print(data.makeTag(value));
29 output.print("; /* '");
30 output.print(data.getTag(value));
31 output.print("' (");
32 output.print(data.getName(value));
33 output
[all...]
H A DThaiStateTransition.java51 public void write(PrintStream output) argument
53 output.print("{");
56 output.print(" ");
59 output.print(nextState);
61 output.print(", t");
62 output.print(action);
63 output.print("}");
/external/v8/tools/gyp/test/rules-use-built-dependencies/src/
H A Dmain.cc12 const char output[] = "output"; local
13 fwrite(output, 1, sizeof(output) - 1, file);
/external/v8/build/android/pylib/utils/
H A Drepo_utils.py15 output = cmd_helper.GetCmdOutput(command_line, cwd=in_directory)
16 return output[0:40]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
H A DResourcesTest.java29 private MemoryMultiReportOutput output; field in class:ResourcesTest
37 output = new MemoryMultiReportOutput();
38 root = new ReportOutputFolder(output);
53 output.assertFile(".resources/branchfc.gif");
54 output.assertFile(".resources/branchnc.gif");
55 output.assertFile(".resources/branchpc.gif");
56 output.assertFile(".resources/bundle.gif");
57 output.assertFile(".resources/class.gif");
58 output.assertFile(".resources/down.gif");
59 output
[all...]
/external/libvpx/libvpx/test/
H A Dvpxenc.sh120 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.ivf"
125 --output="${output}"
127 if [ ! -e "${output}" ]; then
137 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
141 --output="${output}"
143 if [ ! -e "${output}" ]; then
153 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_rt.webm"
156 --output
[all...]
/external/libphonenumber/demo/src/com/google/phonenumbers/
H A DPhoneNumberParserServlet.java95 StringBuilder output;
97 output = getOutputForSingleNumber(phoneNumber, defaultCountry, languageCode, regionCode);
111 output = getOutputForFile(defaultCountry, fileContents);
114 resp.getWriter().println(output);
119 StringBuilder output = new StringBuilder();
120 output.append("<HTML><HEAD><TITLE>Results generated from phone numbers in the file provided:"
122 output.append("<TABLE align=center border=1>");
123 output.append("<TH align=center>ID</TH>");
124 output.append("<TH align=center>Raw phone number</TH>");
125 output
157 appendLine(String title, String data, StringBuilder output) argument
[all...]
/external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
H A Dplatform_CryptohomeTPMReOwn.py29 output = self.__run_cmd("/usr/sbin/tpm_clear --force")
32 output = self.__run_cmd("/usr/bin/tpm_init_temp_fix")
35 output = self.__run_cmd("/usr/sbin/cryptohome --action=remove " +
39 output = self.__run_cmd("/usr/sbin/cryptohome " +
41 if (output.find("TPM Ready: true") >= 0):
49 output = self.__run_cmd("/usr/sbin/cryptohome --action=mount" +
52 if (output.find("Mount succeeded") < 0):
56 output = self.__run_cmd("echo TEST_CONTENT > " +
58 output = self.__run_cmd("/usr/sbin/cryptohome --action=unmount")
59 output
[all...]
/external/webrtc/webrtc/common_audio/
H A Dfir_filter_unittest.cc31 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[
30 VerifyOutput(const float* expected_output, const float* output, size_t length) argument
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...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCase.java33 private ITestCaseOutput output; field in class:TestCase
49 return this.output;
52 public TestCase(ITestCaseInput input, ITestCaseOutput output) { argument
54 this.output = output;
59 return String.format("[%s]->[%s]", input.getScript(), output.getScript());
67 this.output = out;
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestResult.java33 private String output; // stdout field in class:gUnitTestResult
38 public gUnitTestResult(boolean success, String output) { argument
40 this.output = output;
43 public gUnitTestResult(boolean success, String output, boolean isLexerTest) { argument
44 this(success, output);
48 public gUnitTestResult(boolean success, String output, String returned) { argument
49 this(success, output);
58 return output;
/external/webrtc/webrtc/base/
H A Dmessagedigest_unittest.cc27 // 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 buffe
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...]

Completed in 904 milliseconds

1234567891011>>