HomeSort by relevance Sort by last modified time
    Searched refs:outs (Results 51 - 75 of 267) sorted by null

1 23 4 5 6 7 8 91011

  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 53 mcld::outs() << "HIDDEN ( ";
56 mcld::outs() << "PROVIDE ( ";
59 mcld::outs() << "PROVIDE_HIDDEN ( ";
67 mcld::outs() << " = ";
72 mcld::outs() << " )";
74 mcld::outs() << ";\n";
InputCmd.cpp 58 mcld::outs() << "INPUT ( ";
68 mcld::outs() << "AS_NEEDED ( ";
70 mcld::outs() << " )";
73 mcld::outs() << "-l";
74 mcld::outs() << input->name() << " ";
80 mcld::outs() << " )";
82 mcld::outs() << " )\n";
  /prebuilts/go/darwin-x86/test/
235.go 51 outs := make([]T, n)
54 ins[i], outs[i] = M(F[i])
65 xs[i] = <-outs[i]
  /prebuilts/go/linux-x86/test/
235.go 51 outs := make([]T, n)
54 ins[i], outs[i] = M(F[i])
65 xs[i] = <-outs[i]
  /external/swiftshader/third_party/LLVM/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 89 outs() << Filename
92 dictx->dump(outs());
96 outs() << (dli.getFileName() ? dli.getFileName() : "<unknown>") << ':'
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 93 outs() << Tag.getName();
95 outs() << " " << Tag.getModifiers();
96 outs() << "\n";
100 if (!outs().has_colors())
105 outs().changeColor(raw_ostream::RED);
107 outs().changeColor(raw_ostream::CYAN);
116 if (!outs().has_colors())
119 outs().changeColor(raw_ostream::WHITE, false);
197 outs() << (char)CurChar;
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
llvm-objdump.cpp 91 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
92 outs().flush();
144 outs() << output;
161 outs() << '\n';
162 outs() << Obj->getFileName()
211 outs() << "Disassembly of section " << name << ':';
275 outs() << '\n' << Symbols[si].second << ":\n";
288 outs() << format("%8"PRIx64":\t", SectionAddr + Index);
290 IP->printInst(&Inst, outs(), "");
291 outs() << "\n"
    [all...]
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 108 mcld::outs() << "** name\ttype\tpath\tsize ("
114 mcld::outs() << counter++ << " * " << (*input)->name();
117 mcld::outs() << "\tarchive\t(";
120 mcld::outs() << "\tobject\t(";
123 mcld::outs() << "\tshared\t(";
126 mcld::outs() << "\tscript\t(";
129 mcld::outs() << "\textern\t(";
135 mcld::outs() << (*input)->path() << ")\n";
355 mcld::outs().setColor(m_pConfig->options().color());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-io-intel.d 22 f: 48 6f rex.W outs dx,DWORD PTR ds:\[rsi\]
23 11: 66 48 6f data16 rex.W outs dx,DWORD PTR ds:\[rsi\]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-io-intel.d 22 f: 48 6f rex.W outs dx,DWORD PTR ds:\[rsi\]
23 11: 66 48 6f data16 rex.W outs dx,DWORD PTR ds:\[rsi\]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
CrashDebugger.cpp 68 outs() << "Checking to see if these passes crash: "
86 outs() << "Checking to see if these passes crash: "
145 outs() << "Checking for crash with only these global variables: ";
147 outs() << ": ";
220 outs() << "Checking for crash with only these functions: ";
222 outs() << ": ";
282 outs() << "Checking for crash with only these blocks:";
286 outs() << " " << BBs[i]->getName();
288 outs() << "... <" << Blocks.size() << " total>";
289 outs() << ": ";
    [all...]
  /external/curl/src/
tool_operate.c 475 struct OutStruct outs; local
491 memset(&outs, 0, sizeof(struct OutStruct));
492 outs.stream = stdout;
493 outs.config = config;
584 DEBUGASSERT(!outs.filename);
615 outs.fopened = TRUE;
616 outs.stream = file;
617 outs.init = config->resume_from;
620 outs.stream = NULL; /* open when needed */
622 outs.filename = outfile
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp     [all...]
  /external/javassist/sample/evolve/
DemoServer.java 75 private void runJava(OutputStream outs) throws IOException {
76 OutputStreamWriter out = new OutputStreamWriter(outs);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 82 outs() << "Checking to see if these passes crash: "
98 outs() << "Checking to see if these passes crash: "
157 outs() << "Checking for crash with only these global variables: ";
159 outs() << ": ";
255 outs() << "Checking for crash with only these functions: ";
257 outs() << ": ";
357 outs() << "Checking for crash with only these blocks:";
361 outs() << " " << BBs[i]->getName();
363 outs() << "... <" << Blocks.size() << " total>";
364 outs() << ": "
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 339 outs() << "\nArchive Symbol Table:\n";
344 outs() << " " << format("%9u", offset) << "\t" << I->first <<"\n";
369 outs() << "Printing " << I->getPath().str() << "\n";
372 outs().write(data, len);
386 outs() << "r";
388 outs() << "-";
390 outs() << "w";
392 outs() << "-";
394 outs() << "x";
396 outs() << "-";
    [all...]
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 115 raw_ostream *out = &outs();
157 outs() << "------- Running JIT -------\n";
168 if (out != &outs())
  /external/r8/src/test/java/com/android/tools/r8/dex/
ExtraFileTest.java 55 List<String> outs = local
61 outs.forEach(f -> Assert.assertTrue("Failed to find file " + f, Files.exists(Paths.get(f))));
64 outs, local
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainFDriver.cpp 100 raw_ostream *out = &outs();
143 outs() << "------- Running JIT -------\n";
153 if (out != &outs())
  /external/swiftshader/third_party/LLVM/tools/llvm-nm/
llvm-nm.cpp 151 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
152 outs().flush();
168 outs() << '\n' << CurrentFilename << ":\n";
170 outs() << "\n" << CurrentFilename << ":\n";
172 outs() << "\n\nSymbols from " << CurrentFilename << ":\n\n"
200 outs() << i->Name << " " << i->TypeChar << " "
204 outs() << SymbolAddrStr << ' ';
206 outs() << SymbolSizeStr;
208 outs() << ' ';
210 outs() << i->TypeChar << " " << i->Name << "\n";
    [all...]
  /external/v8/tools/clang/base_bind_rewriters/
BaseBindRewriters.cpp 102 llvm::outs() << "==== BEGIN EDITS ====\n";
106 llvm::outs() << "r:::" << r.getFilePath() << ":::" << r.getOffset()
109 llvm::outs() << "==== END EDITS ====\n";
  /external/v8/tools/clang/pass_to_move/
PassToMove.cpp 104 llvm::outs() << "==== BEGIN EDITS ====\n";
108 llvm::outs() << "r:::" << r.getFilePath() << ":::" << r.getOffset()
111 llvm::outs() << "==== END EDITS ====\n";

Completed in 954 milliseconds

1 23 4 5 6 7 8 91011