HomeSort by relevance Sort by last modified time
    Searched defs:Out (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 55 OwningPtr<MemoryBuffer> Out;
56 MemoryBuffer::getFile(OutputFilename.c_str(), Out);
59 if (Out && In->getBufferSize() == Out->getBufferSize() &&
60 memcmp(In->getBufferStart(), Out->getBufferStart(),
61 Out->getBufferSize()) == 0) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InvTransformResidualAndAdd.c 69 OMX_S16 In[16], Out[16];
102 armVCM4P10_TransformResidual4x4 (Out, In);
109 Value = (OMX_S32) Out [j * 4 + i] + pSrcPred [j * iSrcPredStep + i];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/
test1.pass.cpp 15 // regex_replace(OutputIterator out,
32 typedef output_iterator<char*> Out;
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out;
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out;
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book))
    [all...]
test2.pass.cpp 15 // regex_replace(OutputIterator out,
32 typedef output_iterator<char*> Out;
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out;
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out;
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book))
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
interface.py 45 def Out(self, text):
46 '''Always writes out 'text'.'''
50 '''Writes out 'text' if the verbose option is on.'''
55 '''Writes out 'text' if the extra-verbose option is on.
  /external/clang/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
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/Rewrite/Frontend/
HTMLPrint.cpp 35 raw_ostream *Out;
42 : Out(OS), PP(pp), SyntaxHighlight(_SyntaxHighlight),
92 Out->write(Buffer, RewriteBuf.size());
  /external/llvm/lib/IR/
AsmWriter.h 66 formatted_raw_ostream &Out;
PrintModulePass.cpp 26 raw_ostream *Out; // raw_ostream to print on
30 PrintModulePass() : ModulePass(ID), Out(&dbgs()),
33 : ModulePass(ID), Banner(B), Out(o), DeleteStream(DS) {}
36 if (DeleteStream) delete Out;
40 (*Out) << Banner << M;
51 raw_ostream *Out; // raw_ostream to print on
55 PrintFunctionPass() : FunctionPass(ID), Banner(""), Out(&dbgs()),
58 : FunctionPass(ID), Banner(B), Out(o), DeleteStream(DS) {}
61 if (DeleteStream) delete Out;
68 (*Out) << Banner << static_cast<Value&>(F)
    [all...]
  /external/clang/lib/AST/
InheritViz.cpp 30 /// InheritanceHierarchyWriter - Helper class that writes out a
38 raw_ostream &Out;
43 InheritanceHierarchyWriter(ASTContext& Context, raw_ostream& Out)
44 : Context(Context), Out(Out) { }
47 Out << "digraph \"" << DOT::EscapeString(Type.getAsString()) << "\" {\n";
49 Out << "}\n";
53 /// WriteNode - Write out the description of node in the inheritance
57 /// WriteNodeReference - Write out a reference to the given node,
76 Out << " ";
    [all...]
  /external/llvm/lib/Analysis/
LoopPass.cpp 29 raw_ostream &Out; // raw_ostream to print on.
34 : LoopPass(ID), Banner(B), Out(o) {}
41 Out << Banner;
45 (*b)->print(Out);
RegionPass.cpp 184 raw_ostream &Out; // raw_ostream to print on.
188 PrintRegionPass() : RegionPass(ID), Out(dbgs()) {}
190 : RegionPass(ID), Banner(B), Out(o) {}
197 Out << Banner;
200 (*I)->print(Out);
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 140 formatted_raw_ostream &Out,
152 // FIXME: The intent is that this should eventually write out a YAML file,
157 PM.add(createPrintModulePass(&Out));
184 MCStreamer *S = getTarget().createAsmStreamer(*Context, Out,
206 *Context, *MAB, Out,
258 raw_ostream &Out,
280 *MAB, Out, MCE,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
227 raw_debug_ostream Out;
260 T->createMCInstPrinter(AsmPrinterVariant, *AsmInfo, Out));
335 Printer->printInst(&Inst, Out, "");
337 Printer->printInst(&Inst, Out);
341 Out.flush();
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 169 /// out of the polymorphic object.
171 static void mergePolyMatchers(const PolyMatcher &Poly, MatcherList *Out,
175 static void mergePolyMatchers(const PolyMatcher &Poly, MatcherList *Out,
177 Out->add(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
178 mergePolyMatchers(Poly, Out, typename TypeList::tail());
265 MatcherList Out;
267 Out = outvalueToMatcherList(
275 return Out;
Registry.cpp 133 std::vector<MatcherCreateCallback *> &Out,
138 std::vector<MatcherCreateCallback *> &Out,
140 Out.push_back(internal::makeMatcherAutoMarshall(
142 collectOverloads(Name, Out, typename FromTypeList::tail());
146 std::vector<MatcherCreateCallback *> &Out) {
147 collectOverloads(Name, Out, FromTypes());
158 std::vector<MatcherCreateCallback *> &Out) {
160 ToTypes>::collectOverloads(Name, Out);
428 MatcherList Out = constructMatcher(MatcherName, NameRange, Args, Error);
429 if (Out.empty()) return Out
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 163 llvm::raw_svector_ostream Out(OutName);
164 MContext.mangleCXXRTTIName(QualType(ETy, 0), Out);
165 Out.flush();
280 llvm::raw_svector_ostream Out(OutName);
281 MContext.mangleCXXRTTIName(QualType(Ty, 0), Out);
282 Out.flush();
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 27 std::vector<ParserValue> Out(1);
28 Out[0].Value = Arg1;
29 return Out;
33 std::vector<ParserValue> Out(2);
34 Out[0].Value = Arg1;
35 Out[1].Value = Arg2;
36 return Out;
43 const MatcherList Out =
46 return Out;
53 const MatcherList Out = Registry::constructMatcher
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 189 // Figure out the target triple.
213 tool_output_file *Out =
217 delete Out;
221 return Out;
242 static int AsLexInput(SourceMgr &SrcMgr, MCAsmInfo &MAI, tool_output_file *Out) {
261 Out->os() << "identifier: " << Lexer.getTok().getString();
264 Out->os() << "int: " << Lexer.getTok().getString();
267 Out->os() << "real: " << Lexer.getTok().getString();
270 Out->os() << "string: " << Lexer.getTok().getString();
273 case AsmToken::Amp: Out->os() << "Amp"; break
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
227 raw_debug_ostream Out;
260 T->createMCInstPrinter(AsmPrinterVariant, *AsmInfo, Out));
335 Printer->printInst(&Inst, Out, "");
337 Printer->printInst(&Inst, Out);
341 Out.flush();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 153 uint32_t* Out = NULL;
156 Out = static_cast<uint32_t*>(malloc(ARMPLT1::EntrySize));
158 if (!Out)
165 Out[0] = arm_plt1[0] | ((Offset >> 20) & 0xFF);
166 Out[1] = arm_plt1[1] | ((Offset >> 12) & 0xFF);
167 Out[2] = arm_plt1[2] | (Offset & 0xFFF);
169 plt1->setValue(reinterpret_cast<unsigned char*>(Out));
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 170 uint32_t* Out = NULL;
173 Out = static_cast<uint32_t*>(malloc(HexagonPLT1::EntrySize));
175 if (!Out)
178 memcpy(Out, hexagon_plt1, plt1->size());
180 int32_t *dest = (int32_t *)Out;
190 plt1->setValue(reinterpret_cast<unsigned char*>(Out));
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 86 ArgStream(std::vector<std::string> *Out) : Out(Out) {}
93 std::vector<std::string> *Out;
  /external/clang/lib/Frontend/
ASTConsumers.cpp 39 ASTPrinter(raw_ostream *Out = NULL, bool Dump = false,
41 : Out(Out ? *Out : llvm::outs()), Dump(Dump),
57 bool ShowColors = Out.has_colors();
59 Out.changeColor(raw_ostream::BLUE);
60 Out << (Dump ? "Dumping " : "Printing ") << getName(D) << ":\n";
62 Out.resetColor();
64 Out << "\n";
83 DC->dumpLookups(Out);
    [all...]
FrontendActions.cpp 249 // Dig out the module definition.
293 // If no output file was provided, figure out where this module would go
331 llvm::raw_ostream &Out;
334 DumpModuleInfoListener(llvm::raw_ostream &Out) : Out(Out) { }
337 Out.indent(4) << Text << ": " << (Value? "Yes" : "No") << "\n"
340 Out.indent(2)
350 Out.indent(2) << "Language options:\n";
354 Out.indent(4) << Description << ": "
    [all...]

Completed in 647 milliseconds

1 2 3