Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/external/llvm/include/llvm/Support/
DOutputBuffer.h25 std::vector<unsigned char> &Output; variable
33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {} in OutputBuffer()
40 size_t Size = Output.size(); in align()
45 Output.resize(Size + Pad); in align()
53 Output.push_back(X); in outbyte()
57 Output.push_back(X & 255); in outhalf()
58 Output.push_back(X >> 8); in outhalf()
60 Output.push_back(X >> 8); in outhalf()
61 Output.push_back(X & 255); in outhalf()
66 Output.push_back((X >> 0) & 255); in outword()
[all …]
/external/llvm/test/
DMakefile.tests31 .PRECIOUS: Output/%.bc Output/%.ll
32 .PRECIOUS: Output/%.tbc Output/%.tll
33 .PRECIOUS: Output/.dir
34 .PRECIOUS: Output/%.llvm.bc
35 .PRECIOUS: Output/%.llvm
48 $(RM) -rf Output/
51 Output/%.ll: %.c $(LCC1) Output/.dir $(INCLUDES)
55 Output/%.ll: %.cpp $(LCC1XX) Output/.dir $(INCLUDES)
59 Output/%.ll: %.cc $(LCC1XX) Output/.dir $(INCLUDES)
65 Output/%.bc: Output/%.ll $(LGCCAS)
[all …]
/external/clang/lib/Driver/
DTools.h35 const InputInfo &Output,
52 const InputInfo &Output,
69 const InputInfo &Output,
83 const InputInfo &Output,
206 const InputInfo &Output,
217 const InputInfo &Output,
231 const InputInfo &Output,
247 const InputInfo &Output,
260 const InputInfo &Output,
274 const InputInfo &Output,
[all …]
DArg.cpp79 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput()
81 render(Args, Output); in renderAsInput()
86 Output.push_back(getValue(Args, i)); in renderAsInput()
89 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render()
93 Output.push_back(getValue(Args, i)); in render()
104 Output.push_back(Args.MakeArgString(OS.str())); in render()
109 Output.push_back(Args.GetOrMakeJoinedArgString( in render()
112 Output.push_back(getValue(Args, i)); in render()
116 Output.push_back(getOption().getName().data()); in render()
118 Output.push_back(getValue(Args, i)); in render()
DArgList.cpp146 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const { in AddLastArg() argument
149 A->render(*this, Output); in AddLastArg()
153 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs() argument
158 (*it)->render(*this, Output); in AddAllArgs()
162 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues() argument
168 Output.push_back((*it)->getValue(*this, i)); in AddAllArgValues()
172 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated() argument
180 Output.push_back(MakeArgString(llvm::StringRef(Translation) + in AddAllArgsTranslated()
183 Output.push_back(Translation); in AddAllArgsTranslated()
184 Output.push_back((*it)->getValue(*this, 0)); in AddAllArgsTranslated()
DTools.cpp188 const InputInfo &Output, in AddPreprocessingOptions() argument
203 if (Output.getType() == types::TY_Dependencies) { in AddPreprocessingOptions()
204 DepFile = Output.getFilename(); in AddPreprocessingOptions()
223 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()
1036 const InputInfo &Output, in ConstructJob() argument
1063 if (Output.getType() == types::TY_Dependencies) in ConstructJob()
1414 if (Output.isFilename()) { in ConstructJob()
1416 CmdArgs.push_back(Args.MakeArgString(Output.getFilename())); in ConstructJob()
1460 AddPreprocessingOptions(D, Args, CmdArgs, Output, Inputs); in ConstructJob()
2104 if (Output.getType() == types::TY_Dependencies) { in ConstructJob()
[all …]
/external/llvm/test/lib/
Dllvm2cpp.exp24 file mkdir Output
29 set generated [file join Output $filename.cpp]
30 set executable [file join Output $filename.exe]
31 set output [file join Output $filename.gen]
32 set assembly [file join Output $filename.asm]
34 set bytecode [file join Output $filename.bc]
/external/chromium/sdch/open-vcdiff/src/
Dencodetable_test.cc197 standard_writer.Output(&output_string); in TEST_F()
203 standard_writer.Output(&output_string); in TEST_F()
210 interleaved_writer.Output(&output_string); in TEST_F()
215 exercise_writer.Output(&output_string); in TEST_F()
224 standard_writer.Output(&output_string); in TEST_F()
243 exercise_writer.Output(&output_string); in TEST_F()
262 standard_writer.Output(&output_string); in TEST_F()
282 exercise_writer.Output(&output_string); in TEST_F()
303 standard_writer.Output(&output_string); in TEST_F()
338 interleaved_writer.Output(&output_string); in TEST_F()
[all …]
/external/oprofile/libutil++/tests/
Dfile_manip_tests.cpp22 template <typename Input, typename Output>
25 Output output;
29 template <typename Input, typename Output, typename Result>
31 Output const & output, Result const & result) in check_result()
42 template <typename Input, typename Output, typename Result>
44 Input input2, Output const & output, Result const & result) in check_result()
Dstring_manip_tests.cpp22 template <typename Input, typename Output>
25 Output output;
29 template <typename Input, typename Output, typename Result>
31 Output const & output, Result const & result) in check_result()
/external/clang/tools/scan-build/
Dc++-analyzer150 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
159 exit 0 if (!defined ($Output));
163 $Output =~ s/[.]gch$//;
164 push @CmdArgs, $Output;
400 my $Output;
528 $Output = $ARGV[$i];
647 Analyze($Clang, \@NewArgs, \@AnalyzeArgs, $FileLang, $Output,
652 Analyze($Clang, \@CmdArgs, \@AnalyzeArgs, $FileLang, $Output,
Dccc-analyzer150 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
159 exit 0 if (!defined ($Output));
163 $Output =~ s/[.]gch$//;
164 push @CmdArgs, $Output;
400 my $Output;
528 $Output = $ARGV[$i];
647 Analyze($Clang, \@NewArgs, \@AnalyzeArgs, $FileLang, $Output,
652 Analyze($Clang, \@CmdArgs, \@AnalyzeArgs, $FileLang, $Output,
/external/protobuf/java/src/main/java/com/google/protobuf/
DByteString.java316 public static Output newOutput(final int initialCapacity) { in newOutput()
317 return new Output(new ByteArrayOutputStream(initialCapacity)); in newOutput()
323 public static Output newOutput() { in newOutput()
331 public static final class Output extends FilterOutputStream { class in ByteString
337 private Output(final ByteArrayOutputStream bout) { in Output() method in ByteString.Output
/external/clang/include/clang/Frontend/
DAnalyses.def33 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", createHTMLDiagnosticCl…
34 ANALYSIS_DIAGNOSTICS(PLIST, "plist", "Output analysis results using Plists", createPlistDiagnosticC…
35 ANALYSIS_DIAGNOSTICS(PLIST_HTML, "plist-html", "Output analysis results using HTML wrapped with Pli…
/external/v8/src/
Dliveedit.h159 class Output {
166 virtual ~Output() {} in ~Output()
171 Output* result_writer);
/external/icu4c/test/testdata/
Dcasing.txt22 Headers { "Input", "Output", "Locale" }
30 Headers { "Input", "Output", "Locale" }
38 Headers { "Input", "Output", "Locale", "Type", "Options" }
63 Headers { "Input", "Output", "Options" }
/external/clang/include/clang/Basic/
DMacroBuilder.h25 MacroBuilder(llvm::raw_ostream &Output) : Out(Output) {} in MacroBuilder() argument
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text75 Output:
112 Output:
159 Output:
177 Output:
198 Output:
207 Output:
222 Output:
237 Output:
275 Output:
298 Output:
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text75 Output:
112 Output:
159 Output:
177 Output:
198 Output:
207 Output:
222 Output:
237 Output:
275 Output:
298 Output:
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt75 Output:
112 Output:
159 Output:
177 Output:
198 Output:
207 Output:
222 Output:
237 Output:
275 Output:
298 Output:
/external/bzip2/
DREADME.XML.STUFF30 Output: manual.html
33 Output: manual.pdf
36 Output: manual.ps
/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp192 unsigned Output = phi->getOperand(0).getReg(); in runOnMachineFunction() local
199 if (Input != Output) { in runOnMachineFunction()
201 MRI.constrainRegClass(Input, MRI.getRegClass(Output)); in runOnMachineFunction()
202 MRI.replaceRegWith(Output, Input); in runOnMachineFunction()
/external/bison/tests/
Dsets.at135 # TC: Output
167 AT_CHECK([[sed -n 's/[ ]*$//;/^RTC: Firsts Output BEGIN/,/^RTC: Firsts Output END/p' stderr]], [],
168 [[RTC: Firsts Output BEGIN
182 RTC: Firsts Output END
/external/bison/data/
Dc.m4219 # Output the definition of this token as #define.
227 # Output the definition of the tokens (if there are) as #defines.
237 # Output the definition of this token as an enum.
244 # Output the definition of the tokens (if there are) as enums.
263 # Output the definition of the tokens (if there are) as enums and #defines.
314 # Output the arguments ANSI-C definition.
327 # Output the argument names.
337 # Output the K&R argument declarations.
391 # Output the arguments NAME1, NAME2...
/external/clang/include/clang/Driver/
DArg.h102 void render(const ArgList &Args, ArgStringList &Output) const;
108 void renderAsInput(const ArgList &Args, ArgStringList &Output) const;

12345678910>>...13