Searched defs:Out (Results 1 - 25 of 139) sorted by relevance

123456

/external/libcxx/test/re/re.alg/re.alg.replace/
H A Dtest1.pass.cpp32 typedef output_iterator<char*> Out; typedef
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out; typedef
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out; typedef
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
70 typedef output_iterator<char*> Out; typedef
83 typedef output_iterator<char*> Out; typedef
96 typedef output_iterator<char*> Out; typedef
[all...]
H A Dtest2.pass.cpp32 typedef output_iterator<char*> Out; typedef
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out; typedef
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out; typedef
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
70 typedef output_iterator<char*> Out; typedef
83 typedef output_iterator<char*> Out; typedef
96 typedef output_iterator<char*> Out; typedef
[all...]
/external/chromium_org/tools/grit/grit/tool/
H A Dinterface.py45 def Out(self, text): member in class:Tool
/external/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp34 raw_ostream& clang::ento::operator<<(raw_ostream &Out, argument
36 Out << Checker.getCheckName().getName();
37 return Out;
/external/llvm/lib/MC/
H A DYAML.cpp23 const yaml::BinaryRef &Val, void *, llvm::raw_ostream &Out) {
24 Val.writeAsHex(Out);
22 output( const yaml::BinaryRef &Val, void *, llvm::raw_ostream &Out) argument
/external/clang/include/clang/Basic/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
/external/clang/lib/Basic/
H A DVersionTuple.cpp22 llvm::raw_string_ostream Out(Result);
23 Out << *this;
28 raw_ostream& clang::operator<<(raw_ostream &Out, argument
30 Out << V.getMajor();
32 Out << '.' << *Minor;
34 Out << '.' << *Subminor;
35 return Out;
/external/llvm/lib/IR/
H A DAsmWriter.h67 formatted_raw_ostream &Out; member in class:llvm::AssemblyWriter
H A DIRPrintingPasses.cpp83 raw_ostream &Out; member in class:__anon25860::PrintBasicBlockPass
88 PrintBasicBlockPass() : BasicBlockPass(ID), Out(dbgs()) {}
89 PrintBasicBlockPass(raw_ostream &Out, const std::string &Banner) argument
90 : BasicBlockPass(ID), Out(Out), Banner(Banner) {}
93 Out << Banner << BB;
/external/llvm/tools/opt/
H A DBreakpointPrinter.cpp26 raw_ostream &Out; member in struct:__anon26421::BreakpointPrinter
30 BreakpointPrinter(raw_ostream &out) : ModulePass(ID), Out(out) {}
66 Out << Name << "\n";
H A DNewPMDriver.cpp35 tool_output_file *Out, StringRef PassPipeline,
78 MPM.addPass(PrintModulePass(Out->os()));
81 MPM.addPass(BitcodeWriterPass(Out->os()));
93 Out->keep();
34 runPassPipeline(StringRef Arg0, LLVMContext &Context, Module &M, tool_output_file *Out, StringRef PassPipeline, OutputKind OK, VerifierKind VK) argument
H A DPassPrinters.cpp28 raw_ostream &Out; member in struct:__anon26423::FunctionPassPrinter
34 : FunctionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) {
41 Out << "Printing analysis '" << PassToPrint->getPassName()
45 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, F.getParent());
62 raw_ostream &Out; member in struct:__anon26423::CallGraphSCCPassPrinter
67 : CallGraphSCCPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) {
74 Out << "Printing analysis '" << PassToPrint->getPassName() << "':\n";
81 .print(Out, F->getParent());
99 raw_ostream &Out; member in struct:__anon26423::ModulePassPrinter
104 : ModulePass(ID), PassToPrint(PI), Out(ou
131 raw_ostream &Out; member in struct:__anon26423::LoopPassPrinter
164 raw_ostream &Out; member in struct:__anon26423::RegionPassPrinter
198 raw_ostream &Out; member in struct:__anon26423::BasicBlockPassPrinter
[all...]
/external/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp63 typedef int (*ConvertFuncPtr)(yaml::Input & YIn, raw_ostream &Out);
65 int convertYAML(yaml::Input & YIn, raw_ostream &Out, ConvertFuncPtr Convert) { argument
69 return Convert(YIn, Out);
87 std::unique_ptr<tool_output_file> Out(
111 int Res = convertYAML(YIn, Out->os(), Convert);
113 Out->keep();
/external/chromium_org/mojo/nacl/generator/
H A Dinterface_dsl.py45 self.result_param.Out(self.return_type)
93 def Out(self, ty): member in class:Param
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dresample_fractional.c44 void WebRtcSpl_Resample48khzTo32khz(const int32_t *In, int32_t *Out, argument
66 Out[0] = tmp;
77 Out[1] = tmp;
81 Out += 2;
90 void WebRtcSpl_Resample32khzTo24khz(const int32_t *In, int32_t *Out, argument
112 Out[0] = tmp;
123 Out[1] = tmp;
134 Out[2] = tmp;
138 Out += 3;
199 void WebRtcSpl_Resample44khzTo32khz(const int32_t *In, int32_t *Out, argument
[all...]
H A Dresample.c22 static void WebRtcSpl_32khzTo22khzIntToShort(const int32_t *In, int16_t *Out,
25 void WebRtcSpl_32khzTo22khzIntToInt(const int32_t *In, int32_t *Out,
423 int32_t* Out,
436 Out[0] = ((int32_t)In[3] << 15) + (1 << 14);
439 WebRtcSpl_DotProdIntToInt(&In[0], &In[22], kCoefficients32To22[0], &Out[1], &Out[10]);
442 WebRtcSpl_DotProdIntToInt(&In[2], &In[20], kCoefficients32To22[1], &Out[2], &Out[9]);
445 WebRtcSpl_DotProdIntToInt(&In[3], &In[19], kCoefficients32To22[2], &Out[3], &Out[
422 WebRtcSpl_32khzTo22khzIntToInt(const int32_t* In, int32_t* Out, int32_t K) argument
464 WebRtcSpl_32khzTo22khzIntToShort(const int32_t *In, int16_t *Out, int32_t K) argument
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DHTMLPrint.cpp35 raw_ostream *Out; member in class:__anon17970::HTMLPrinter
42 : Out(OS), PP(pp), SyntaxHighlight(_SyntaxHighlight),
92 Out->write(Buffer, RewriteBuf.size());
/external/webrtc/src/common_audio/signal_processing/
H A Dresample_fractional.c44 void WebRtcSpl_Resample48khzTo32khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, argument
66 Out[0] = tmp;
77 Out[1] = tmp;
81 Out += 2;
90 void WebRtcSpl_Resample32khzTo24khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, argument
112 Out[0] = tmp;
123 Out[1] = tmp;
134 Out[2] = tmp;
138 Out += 3;
199 void WebRtcSpl_Resample44khzTo32khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, argument
[all...]
/external/clang/lib/AST/
H A DInheritViz.cpp38 raw_ostream &Out; member in class:clang::InheritanceHierarchyWriter
43 InheritanceHierarchyWriter(ASTContext& Context, raw_ostream& Out) argument
44 : Context(Context), Out(Out) { }
47 Out << "digraph \"" << DOT::EscapeString(Type.getAsString()) << "\" {\n";
49 Out << "}\n";
76 Out << " ";
81 Out << " [ shape=\"box\", label=\"" << DOT::EscapeString(TypeName);
87 Out << "\\n(" << CanonType.getAsString() << ")";
91 Out << " \"];\
[all...]
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp86 int ShowEnabledWarnings::run(unsigned int argc, char **argv, raw_ostream &Out) { argument
140 Out << getCharForLevel(I->Level) << " ";
141 Out << I->Name;
143 Out << " [-W" << I->Flag << "]";
144 Out << '\n';
/external/clang/unittests/AST/
H A DStmtPrinterTest.cpp34 void PrintStmt(raw_ostream &Out, const ASTContext *Context, const Stmt *S) { argument
37 S->printPretty(Out, /*Helper*/ nullptr, Policy);
55 llvm::raw_svector_ostream Out(Printed);
56 PrintStmt(Out, Result.Context, S);
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp41 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { argument
43 endian::Writer<little> LE(Out);
54 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){ argument
55 Out.write(K.data(), N);
58 static void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, argument
61 endian::Writer<little> LE(Out);
/external/llvm/lib/Support/
H A DConvertUTFWrapper.cpp84 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) { argument
85 assert(Out.empty());
113 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT);
114 UTF8 *Dst = reinterpret_cast<UTF8 *>(&Out[0]);
115 UTF8 *DstEnd = Dst + Out.size();
122 Out.clear();
126 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]);
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp55 SourceMgr &SM, raw_ostream &Out,
163 raw_ostream &Out) {
224 ErrorOccurred |= PrintInsts(*DisAsm, ByteArray, SM, Out, Streamer,
53 PrintInsts(const MCDisassembler &DisAsm, const ByteArrayTy &Bytes, SourceMgr &SM, raw_ostream &Out, MCStreamer &Streamer, bool InAtomicBlock, const MCSubtargetInfo &STI) argument
157 disassemble(const Target &T, const std::string &Triple, MCSubtargetInfo &STI, MCStreamer &Streamer, MemoryBuffer &Buffer, SourceMgr &SM, raw_ostream &Out) argument
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp278 static std::error_code elf2yaml(raw_ostream &Out, argument
286 yaml::Output Yout(Out);
292 std::error_code elf2yaml(raw_ostream &Out, const object::ObjectFile &Obj) { argument
294 return elf2yaml(Out, *ELFObj->getELFFile());
297 return elf2yaml(Out, *ELFObj->getELFFile());
300 return elf2yaml(Out, *ELFObj->getELFFile());
303 return elf2yaml(Out, *ELFObj->getELFFile());

Completed in 5833 milliseconds

123456