Searched refs:output (Results 1 - 25 of 1532) 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/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/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/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/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/libvpx/libvpx/test/
H A Dvpxenc.sh70 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.ivf"
76 --output="${output}" \
79 if [ ! -e "${output}" ]; then
88 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_piped_input.ivf"
95 --output="${output}" \
98 if [ ! -e "${output}" ]; then
108 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
113 --output
[all...]
H A Didct_test.cc31 for (i = 0; i < 256; i++) output[i] = ((i & 0xF) < 4 && (i < 64)) ? 0 : -1;
38 unsigned char output[256]; member in class:__anon9399::IDCTTest
47 EXPECT_EQ(0, output[i]) << i;
49 EXPECT_EQ(255, output[i]);
55 ASM_REGISTER_STATE_CHECK(UUT(input, output, 16, output, 16));
59 EXPECT_EQ(0, output[i]) << "i==" << i;
61 EXPECT_EQ(255, output[i]) << "i==" << i;
68 ASM_REGISTER_STATE_CHECK(UUT(input, output, 16, output, 1
[all...]
/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/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dfilemixin.py34 output = []
38 return ''.join(output)
39 output.append(next)
40 if size and size > 0 and len(output) >= size:
41 return ''.join(output)
44 return ''.join(output)
/external/javassist/src/main/javassist/bytecode/
H A DClassFileWriter.java76 private ByteStream output; field in class:ClassFileWriter
89 output = new ByteStream(512);
90 output.writeInt(0xCAFEBABE); // magic
91 output.writeShort(minor);
92 output.writeShort(major);
93 constPool = new ConstPoolWriter(output);
130 output.writeShort(accessFlags);
131 output.writeShort(thisClass);
132 output.writeShort(superClass);
134 output
254 protected ByteStream output; field in class:ClassFileWriter.FieldWriter
312 protected ByteStream output; field in class:ClassFileWriter.MethodWriter
521 ByteStream output; field in class:ClassFileWriter.ConstPoolWriter
[all...]
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc157 io::CodedInputStream* input, uint32 tag, io::CodedOutputStream* output) {
162 output->WriteVarint32(tag);
163 output->WriteVarint64(value);
169 output->WriteVarint32(tag);
170 output->WriteLittleEndian64(value);
176 output->WriteVarint32(tag);
177 output->WriteVarint32(length);
181 output->WriteString(temp);
185 output->WriteVarint32(tag);
187 if (!SkipMessage(input, output)) retur
156 SkipField( io::CodedInputStream* input, uint32 tag, io::CodedOutputStream* output) argument
232 SkipMessage(io::CodedInputStream* input, io::CodedOutputStream* output) argument
302 WriteInt32(int field_number, int32 value, io::CodedOutputStream* output) argument
307 WriteInt64(int field_number, int64 value, io::CodedOutputStream* output) argument
312 WriteUInt32(int field_number, uint32 value, io::CodedOutputStream* output) argument
317 WriteUInt64(int field_number, uint64 value, io::CodedOutputStream* output) argument
322 WriteSInt32(int field_number, int32 value, io::CodedOutputStream* output) argument
327 WriteSInt64(int field_number, int64 value, io::CodedOutputStream* output) argument
332 WriteFixed32(int field_number, uint32 value, io::CodedOutputStream* output) argument
337 WriteFixed64(int field_number, uint64 value, io::CodedOutputStream* output) argument
342 WriteSFixed32(int field_number, int32 value, io::CodedOutputStream* output) argument
347 WriteSFixed64(int field_number, int64 value, io::CodedOutputStream* output) argument
352 WriteFloat(int field_number, float value, io::CodedOutputStream* output) argument
357 WriteDouble(int field_number, double value, io::CodedOutputStream* output) argument
362 WriteBool(int field_number, bool value, io::CodedOutputStream* output) argument
367 WriteEnum(int field_number, int value, io::CodedOutputStream* output) argument
373 WriteString(int field_number, const string& value, io::CodedOutputStream* output) argument
381 WriteStringMaybeAliased( int field_number, const string& value, io::CodedOutputStream* output) argument
390 WriteBytes(int field_number, const string& value, io::CodedOutputStream* output) argument
397 WriteBytesMaybeAliased( int field_number, const string& value, io::CodedOutputStream* output) argument
407 WriteGroup(int field_number, const MessageLite& value, io::CodedOutputStream* output) argument
415 WriteMessage(int field_number, const MessageLite& value, io::CodedOutputStream* output) argument
424 WriteGroupMaybeToArray(int field_number, const MessageLite& value, io::CodedOutputStream* output) argument
439 WriteMessageMaybeToArray(int field_number, const MessageLite& value, io::CodedOutputStream* output) argument
[all...]
/external/bison/lib/
H A Dfprintf.c1 /* Formatted output to a stream.
32 /* Print formatted output to the stream FP.
39 char *output; local
45 output = vasnprintf (buf, &lenbuf, format, args);
49 if (!output)
55 if (fwrite (output, 1, len, fp) < len)
57 if (output != buf)
60 free (output);
66 if (output != buf)
67 free (output);
[all...]
H A Dvfprintf.c1 /* Formatted output to a stream.
32 /* Print formatted output to the stream FP.
39 char *output; local
43 output = vasnprintf (buf, &lenbuf, format, args);
46 if (!output)
52 if (fwrite (output, 1, len, fp) < len)
54 if (output != buf)
57 free (output);
63 if (output != buf)
64 free (output);
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DTeeInputStream.java14 private final OutputStream output; field in class:TeeInputStream
20 * @param output output stream to copy any input read to.
22 public TeeInputStream(InputStream input, OutputStream output) argument
25 this.output = output;
41 output.write(buf, off, i);
54 output.write(i);
64 this.output.close();
69 return output;
[all...]
/external/ppp/pppd/plugins/radius/
H A Dmd5.c6 void rc_md5_calc (unsigned char *output, unsigned char *input, unsigned int inlen) argument
12 MD5_Final (output, &context);
/external/vboot_reference/scripts/image_signing/
H A Dfirmware_boot.sh56 output=${base}-NN.fd
57 cp ${input} ${output}
58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
62 output=${base}-DD.fd
63 cp ${input} ${output}
64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
68 output=${base}-ND.fd
69 cp ${input} ${output}
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test.py32 """Tests the text output of Google C++ Testing Framework.
89 """Removes all file location info from a Google Test program's output.
92 test_output: the output of a Google Test program.
95 output with all file location info (in the form of
104 def RemoveStackTraceDetails(output):
105 """Removes all stack traces from a Google Test program's output."""
109 'Stack trace: (omitted)\n\n', output)
112 def RemoveStackTraces(output):
113 """Removes all traces of stack traces from a Google Test program's output."""
116 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
[all...]
/external/gtest/test/
H A Dgtest_output_test.py32 """Tests the text output of Google C++ Testing Framework.
89 """Removes all file location info from a Google Test program's output.
92 test_output: the output of a Google Test program.
95 output with all file location info (in the form of
104 def RemoveStackTraceDetails(output):
105 """Removes all stack traces from a Google Test program's output."""
109 'Stack trace: (omitted)\n\n', output)
112 def RemoveStackTraces(output):
113 """Removes all traces of stack traces from a Google Test program's output."""
116 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
[all...]
/external/protobuf/gtest/test/
H A Dgtest_output_test.py32 """Tests the text output of Google C++ Testing Framework.
91 """Removes all file location info from a Google Test program's output.
94 test_output: the output of a Google Test program.
97 output with all file location info (in the form of
106 def RemoveStackTraceDetails(output):
107 """Removes all stack traces from a Google Test program's output."""
111 'Stack trace: (omitted)\n\n', output)
114 def RemoveStackTraces(output):
115 """Removes all traces of stack traces from a Google Test program's output."""
118 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
[all...]
/external/tcpdump/tests/
H A DTESTonce15 ($name,$input,$output,$options)=split(/\s+/,$_, 4);
25 $output=$ARGV[2];
28 print "Usage: TESTonce name [input output options]\n";
33 print " Input: $input, OUTPUT: $output, OPTIONS: $options\n" if $debug;
36 exec("../tcpdump 2>/dev/null -n -r $input $options | tee NEW/$output | diff -w - $output >DIFF/$output.diff");
/external/v8/samples/
H A Dcount-hosts.js35 if (!output[request.host]) {
36 output[request.host] = 1;
38 output[request.host]++
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c27 static void fdct4(const int16_t *input, int16_t *output) { argument
38 output[0] = fdct_round_shift(temp1);
39 output[2] = fdct_round_shift(temp2);
42 output[1] = fdct_round_shift(temp1);
43 output[3] = fdct_round_shift(temp2);
46 void vp9_fdct4x4_1_c(const int16_t *input, int16_t *output, int stride) { argument
53 output[0] = sum << 1;
54 output[1] = 0;
57 void vp9_fdct4x4_c(const int16_t *input, int16_t *output, int stride) { argument
110 out = output;
122 fadst4(const int16_t *input, int16_t *output) argument
169 vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type) argument
202 fdct8(const int16_t *input, int16_t *output) argument
254 vp9_fdct8x8_1_c(const int16_t *input, int16_t *output, int stride) argument
271 int16_t *output = intermediate; local
336 vp9_fdct16x16_1_c(const int16_t *input, int16_t *output, int stride) argument
347 vp9_fdct16x16_c(const int16_t *input, int16_t *output, int stride) argument
525 fadst8(const int16_t *input, int16_t *output) argument
603 vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type) argument
636 vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride) argument
831 fadst16(const int16_t *input, int16_t *output) argument
1000 vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type) argument
1042 fdct32(const int *input, int *output, int round) argument
1365 vp9_fdct32x32_1_c(const int16_t *input, int16_t *output, int stride) argument
1378 int output[32 * 32]; local
1406 int output[32 * 32]; local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc151 io::CodedOutputStream output(raw_output_);
152 output.WriteLittleEndian32(0x04034b50); // magic
153 WriteShort(&output, 10); // version needed to extract
154 WriteShort(&output, 0); // flags
155 WriteShort(&output, 0); // compression method: stored
156 WriteShort(&output, 0); // last modified time
157 WriteShort(&output, 0); // last modified date
158 output.WriteLittleEndian32(info.crc32); // crc-32
159 output.WriteLittleEndian32(info.size); // compressed size
160 output
[all...]
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_compile.py10 output = None variable
21 output = args.pop(0) variable
23 if output == None:
24 print "No output file name!"
32 push_to_device(output)
35 os.rename(output, output + '.real')
36 os.symlink(android_run, output)

Completed in 902 milliseconds

1234567891011>>