HomeSort by relevance Sort by last modified time
    Searched refs:outs (Results 76 - 100 of 271) sorted by null

1 2 34 5 6 7 8 91011

  /external/scapy/scapy/
supersocket.py 39 self.outs = self.ins
45 return self.outs.send(sx)
54 if hasattr(self, "outs"):
55 if not hasattr(self, "ins") or self.ins != self.outs:
56 if self.outs and self.outs.fileno() != -1:
57 self.outs.close()
78 self.outs = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_RAW)
79 self.outs.setsockopt(socket.SOL_IP, socket.IP_HDRINCL, 1)
117 self.outs.sendto(sx,(x.dst,0)
    [all...]
  /frameworks/compile/mclinker/lib/Script/
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";
Operand.cpp 44 mcld::outs() << m_Name;
82 mcld::outs() << m_Value;
114 mcld::outs() << m_Name;
149 mcld::outs() << m_pOutputDesc->getSection()->name();
183 mcld::outs() << "fragment";
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 115 raw_ostream *out = &outs();
157 outs() << "------- Running JIT -------\n";
168 if (out != &outs())
  /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";
  /external/llvm/examples/ModuleMaker/
ModuleMaker.cpp 65 WriteBitcodeToFile(M, outs());
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 57 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name
69 outs() << " Line info @ " << msg->line_number_table[i].Offset
73 outs() << "\n";
85 outs() << "Method unload [" << UnloadId << "]\n";
  /external/swiftshader/third_party/LLVM/examples/ModuleMaker/
ModuleMaker.cpp 59 WriteBitcodeToFile(M, outs());
  /frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h 57 /// outs() - This returns a reference to a raw_ostream for standard output.
58 /// Use it like: outs() << "foo" << "bar";
59 mcld::raw_fd_ostream& outs();
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.h 45 Allocation *const* outs; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
  /external/swiftshader/third_party/LLVM/tools/llvm-ranlib/
llvm-ranlib.cpp 37 outs() << "\nArchive Symbol Table:\n";
42 outs() << " " << format("%9u", offset) << "\t" << I->first <<"\n";
  /frameworks/rs/rsov/compiler/unit_tests/
TestRunner.h 48 llvm::outs() << "Test(" << TC.description << ") {\n";
50 llvm::outs() << "\n} (" << TC.description << ") [" << getCheckSuccessNum()
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 144 private void processRMI(InputStream ins, OutputStream outs)
165 outs.write(okHeader);
166 ObjectOutputStream out = new ObjectOutputStream(outs);
221 private void lookupName(String cmd, InputStream ins, OutputStream outs)
227 outs.write(okHeader);
228 ObjectOutputStream out = new ObjectOutputStream(outs);
  /external/tensorflow/tensorflow/python/framework/
subscribe.py 125 outs = []
127 outs += s(tensor)
129 with ops.control_dependencies(outs):
171 outs = []
175 outs += s(source_tensor)
177 out_ops = [out.op if isinstance(out, ops.Tensor) else out for out in outs]
  /external/tensorflow/tensorflow/contrib/nccl/kernels/
nccl_manager_test.cc 84 std::vector<Tensor> outs; member in struct:tensorflow::NcclManagerTest::TestCase
141 test_case->outs.emplace_back(gpu_allocator(device), DT_FLOAT, shape);
163 while (test_case->num_completed != test_case->outs.size()) {
171 for (int i = 0; i < test_case->outs.size(); ++i) {
174 const Tensor& out_gpu = test_case->outs[i];
201 &test_case->outs[device_num], CreateDoneCallback(test_case.get()));
267 &test_case->ins[device_num], &test_case->outs[device_num],
  /external/llvm/tools/dsymutil/
BinaryHolder.cpp 48 outs() << "trying to open '" << Filename << "'\n";
72 outs() << "\tloaded file.\n";
112 outs() << "\tmember had timestamp mismatch.\n";
116 outs() << "\tfound member in current archive.\n";
143 outs() << "\topened new archive '" << ArchiveFilename << "'\n";
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
training.py     [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 306 outs() << '\n' << Filename << ":\n\n";
449 outs() << MachOObj->getStringAtIndex(Symbols[SymIdx].StringIndex)
457 outs() << format("%8llx:\t", Sections[SectIdx].Address + Index);
459 IP->printInst(&Inst, outs(), "");
468 outs() << "\t## " << dli.getFileName() << ':'
472 outs() << "\n";
542 outs() << "# " << End-fi->first << " bytes of data:\n";
544 outs() << format("%8x:\t", Sections[SectIdx].Address + pos);
546 outs() << format("\t.byte 0x%02x\n", (uint8_t)Bytes[pos]);
552 outs() << "# Loop begin:\n"
    [all...]
  /development/vndk/tools/vtable-dumper/
elf_handling.h 40 using llvm::outs;
161 outs() << "\nError: "
164 outs().flush();
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 54 outs() << ToolName << ": " << Error << ".\n";
318 outs() << "Printing " << Name << "\n";
323 outs().write(Data.data(), Data.size());
329 outs() << ((mode & 004) ? "r" : "-");
330 outs() << ((mode & 002) ? "w" : "-");
331 outs() << ((mode & 001) ? "x" : "-");
344 outs() << ' ' << C.getUID();
345 outs() << '/' << C.getGID();
348 outs() << ' ' << format("%6llu", Size.get());
349 outs() << ' ' << C.getLastModified().str()
    [all...]
  /external/v8/tools/clang/empty_string/
EmptyStringConverter.cpp 189 llvm::outs() << "==== BEGIN EDITS ====\n";
191 llvm::outs() << "r:::" << r.getFilePath() << ":::" << r.getOffset()
195 llvm::outs() << "==== END EDITS ====\n";
  /frameworks/ml/nn/common/
CpuExecutor.cpp 323 const hidl_vec<uint32_t>& outs = operation.outputs; local
331 auto allParametersPresent = [&operation, &ins, &outs, this](size_t requiredIns,
351 return verify(requiredIns, ins, "in") && verify(requiredOuts, outs, "out");
367 RunTimeOperandInfo& out = mOperands[outs[0]];
400 RunTimeOperandInfo& out = mOperands[outs[0]];
430 RunTimeOperandInfo& output = mOperands[outs[0]];
446 RunTimeOperandInfo& output = mOperands[outs[0]];
504 RunTimeOperandInfo& output = mOperands[outs[0]];
591 RunTimeOperandInfo& output = mOperands[outs[0]];
671 RunTimeOperandInfo& output = mOperands[outs[0]]
    [all...]

Completed in 331 milliseconds

1 2 34 5 6 7 8 91011