/third_party/curl/src/ |
H A D | tool_cb_wrt.c | 54 bool tool_create_output_file(struct OutStruct *outs, in tool_create_output_file() argument 59 char *fname = outs->filename; in tool_create_output_file() 60 DEBUGASSERT(outs); in tool_create_output_file() 70 !outs->is_cd_filename)) { in tool_create_output_file() 108 outs->filename = newname; /* remember the new one */ in tool_create_output_file() 109 outs->alloc_filename = TRUE; in tool_create_output_file() 113 config->file_clobber_mode == CLOBBER_DEFAULT && outs->is_cd_filename) in tool_create_output_file() 128 outs->s_isreg = TRUE; in tool_create_output_file() 129 outs->fopened = TRUE; in tool_create_output_file() 130 outs in tool_create_output_file() 144 struct OutStruct *outs = &per->outs; tool_write_cb() local [all...] |
H A D | tool_cb_hdr.c | 72 struct OutStruct *outs = &per->outs; in tool_header_cb() local 92 if(outs->utf8seq[0]) in tool_header_cb() 93 memset(outs->utf8seq, 0, sizeof(outs->utf8seq)); in tool_header_cb() 175 if(outs->stream) { in tool_header_cb() 182 outs->filename = aprintf("%s/%s", per->config->output_dir, filename); in tool_header_cb() 184 if(!outs->filename) in tool_header_cb() 188 outs->filename = filename; in tool_header_cb() 190 outs in tool_header_cb() [all...] |
H A D | tool_operate.c | 377 struct OutStruct *outs = &per->outs; in post_per_transfer() local 420 if(!result && config->xattr && outs->fopened && outs->stream) { in post_per_transfer() 421 rc = fwrite_xattr(curl, per->this_url, fileno(outs->stream)); in post_per_transfer() 424 outs->filename, strerror(errno)); in post_per_transfer() 427 if(!result && !outs->stream && !outs->bytes) { in post_per_transfer() 435 if(!cond_unmet && !tool_create_output_file(outs, config)) in post_per_transfer() 439 if(!outs in post_per_transfer() 868 struct OutStruct *outs; single_transfer() local [all...] |
H A D | tool_cb_wrt.h | 35 bool tool_create_output_file(struct OutStruct *outs,
|
/third_party/icu/tools/multi/proj/icu4cscan/ |
H A D | xmlout.cpp | 51 char outs[200]; in XMLElement() local 53 sprintf(outs,"<%s %s", name, attribs); in XMLElement() 55 sprintf(outs, "<%s", name); in XMLElement() 58 strcat(outs, "/>"); in XMLElement() 60 strcat(outs, ">"); in XMLElement() 62 oldlevel = file.indent(outs, single); in XMLElement() 67 char outs[200]; in ~XMLElement() local 68 sprintf(outs,"</%s>", name); in ~XMLElement() 69 int newlevel = file.outdent(outs); in ~XMLElement()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | Operation.java | 246 private final ImmutableList<DfaNode> outs; field in Operation.Single 248 Single(boolean isTerminating, int digit, ImmutableList<DfaNode> outs) { in Single() argument 250 Preconditions.checkArgument(outs.size() == 1); in Single() 252 this.outs = outs; in Single() 261 return outs; in getOuts() 286 private final ImmutableList<DfaNode> outs; field in Operation.Any 288 Any(boolean isTerminating, int count, ImmutableList<DfaNode> outs) { in Any() argument 290 Preconditions.checkArgument(outs.size() == 1); in Any() 293 this.outs in Any() 340 private final ImmutableList<DfaNode> outs; global() field in Operation.Range 342 Range(boolean isTerminating, int digitMask, ImmutableList<DfaNode> outs) Range() argument [all...] |
H A D | MatcherCompiler.java | 274 ImmutableList<DfaNode> outs = Iterables.getLast(ops).getOuts(); in toString() 275 if (!outs.isEmpty()) { in toString() 277 for (DfaNode out : outs) { in toString()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | unistr.c | 546 * @outs: on return contains the (allocated) output multibyte string 547 * @outs_len: length of output buffer in bytes (ignored if *@outs is NULL) 552 char **outs, int outs_len) in ntfs_utf16_to_utf8() 556 char *original_outs_value = *outs; in ntfs_utf16_to_utf8() 566 if (!*outs) { in ntfs_utf16_to_utf8() 580 if (!*outs) { in ntfs_utf16_to_utf8() 582 *outs = ntfs_malloc(outs_len); in ntfs_utf16_to_utf8() 583 if (!*outs) in ntfs_utf16_to_utf8() 587 t = *outs; in ntfs_utf16_to_utf8() 655 if(nfconvert_utf8 && (t - *outs) > in ntfs_utf16_to_utf8() 551 ntfs_utf16_to_utf8(const ntfschar *ins, const int ins_len, char **outs, int outs_len) ntfs_utf16_to_utf8() argument 811 ntfs_utf8_to_utf16(const char *ins, ntfschar **outs) ntfs_utf8_to_utf16() argument 906 ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs, int outs_len) ntfs_ucstombs() argument 1027 ntfs_mbstoucs(const char *ins, ntfschar **outs) global() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 1414 outs().indent(Indent - FirstLineIndentedBy) << " - " << Split.first << "\n"; in printHelpStr() 1417 outs().indent(Indent) << Split.first << "\n"; in printHelpStr() 1423 outs() << " -" << ArgStr; in printOptionInfo() 1449 outs() << " -" << O.ArgStr; in printOptionInfo() 1453 outs() << "=<" << getValueStr(O, ValName) << '>'; in printOptionInfo() 1460 outs() << " -" << O.ArgStr; in printOptionName() 1461 outs().indent(GlobalWidth - O.ArgStr.size()); in printOptionName() 1593 outs() << " -" << O.ArgStr; in printOptionInfo() 1598 outs() << " =" << getOption(i); in printOptionInfo() 1599 outs() in printOptionInfo() [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | regexp_adapter_re2.cc | 68 const RE2::Arg outs[] = { out1, out2, out3, out4, out5, out6}; in DispatchRE2Call() local 69 const RE2::Arg* const args[] = {&outs[0], &outs[1], &outs[2], in DispatchRE2Call() 70 &outs[3], &outs[4], &outs[5]}; in DispatchRE2Call()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1708 outs().indent(Indent - FirstLineIndentedBy) in printHelpStr() 1712 outs().indent(Indent) << Split.first << "\n"; in printHelpStr() 1718 outs() << PrintArg(ArgStr); in printOptionInfo() 1748 outs() << PrintArg(O.ArgStr); in printOptionInfo() 1753 outs() << " <" << getValueStr(O, ValName) << ">..."; in printOptionInfo() 1755 outs() << "=<" << getValueStr(O, ValName) << '>'; in printOptionInfo() 1764 outs() << PrintArg(O.ArgStr); in printOptionName() 1765 outs().indent(GlobalWidth - O.ArgStr.size()); in printOptionName() 1943 outs() << PrintArg(O.ArgStr); in printOptionInfo() 1951 outs() << PrintAr in printOptionInfo() [all...] |
H A D | DebugCounter.cpp | 29 outs() << " -" << ArgStr; 38 outs() << " =" << Info.first; 39 outs().indent(NumSpaces) << " - " << Info.second << '\n';
|
H A D | FileOutputBuffer.cpp | 93 llvm::outs() << StringRef((const char *)Buffer.base(), BufferSize); 94 llvm::outs().flush();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbol.cpp | 124 outs() << "\n"; in dumpProperties() 125 defaultDump(outs(), 0, PdbSymbolIdField::All, PdbSymbolIdField::None); in dumpProperties() 126 outs().flush(); in dumpProperties() 132 outs() << "\n"; in dumpChildStats() 134 outs() << Stat.first << ": " << Stat.second << "\n"; in dumpChildStats() 136 outs().flush(); in dumpChildStats()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_amerge.c | 185 * @param outs pointer to the samples of the output, in packet format; 193 uint8_t **outs, int ns, int bps) in copy_samples() 204 memcpy((*outs) + bps * *(route_cur++), ins[i], bps); in copy_samples() 208 *outs += nb_ch * bps; in copy_samples() 225 uint8_t *outs, *ins[SWR_CH_MAX]; in try_push_frame() local 242 outs = outbuf->data[0]; in try_push_frame() 260 copy_samples(s->nb_inputs, s->in, s->route, ins, &outs, nb_samples, 1); in try_push_frame() 263 copy_samples(s->nb_inputs, s->in, s->route, ins, &outs, nb_samples, 2); in try_push_frame() 266 copy_samples(s->nb_inputs, s->in, s->route, ins, &outs, nb_samples, 4); in try_push_frame() 269 copy_samples(s->nb_inputs, s->in, s->route, ins, &outs, nb_sample in try_push_frame() 191 copy_samples(int nb_inputs, struct amerge_input in[], int *route, uint8_t *ins[], uint8_t **outs, int ns, int bps) copy_samples() argument [all...] |
/third_party/ninja/src/ |
H A D | dyndep_parser.cc | 143 vector<EvalString> outs; in ParseEdge() local 151 outs.push_back(out); in ParseEdge() 213 dyndeps->implicit_outputs_.reserve(outs.size()); in ParseEdge() 214 for (vector<EvalString>::iterator i = outs.begin(); i != outs.end(); ++i) { in ParseEdge()
|
H A D | manifest_parser.cc | 212 vector<EvalString> ins, outs, validations; in ParseEdge() local 219 outs.push_back(out); in ParseEdge() 227 // Add all implicit outs, counting how many as we go. in ParseEdge() 236 outs.push_back(out); in ParseEdge() 241 if (outs.empty()) in ParseEdge() 332 edge->outputs_.reserve(outs.size()); in ParseEdge() 333 for (size_t i = 0, e = outs.size(); i != e; ++i) { in ParseEdge() 334 string path = outs[i].Evaluate(env); in ParseEdge()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderControlFlow.cpp | 50 outs.emplace(Block::ID(branchInstruction.word(1))); in Block() 69 outs.emplace(Block::ID(branchInstruction.word(2))); in Block() 70 outs.emplace(Block::ID(branchInstruction.word(3))); in Block() 95 outs.emplace(Block::ID(branchInstruction.word(2))); in Block() 98 outs.emplace(Block::ID(branchInstruction.word(w))); in Block() 125 for(auto out : getBlock(id).outs) in TraverseReachableBlocks() 143 for(auto &outId : it.second.outs) in AssignBlockFields() 186 for(auto out : getBlock(id).outs) in ExistsPath() 314 for(auto out : block.outs) in EmitNonLoop() 410 for(auto out : block.outs) in EmitLoop() [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function_decl_test.cc | 39 std::ostringstream outs; in Names() local 41 outs << " OpName %" << id << " \"" << id << "\"\n"; in Names() 43 return outs.str(); in Names()
|
H A D | parser_impl_function_decl_test.cc | 52 std::ostringstream outs; in Names() local 54 outs << " OpName %" << id << " \"" << id << "\"\n"; in Names() 56 return outs.str(); in Names()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
H A D | WebAssemblyDisassembler.cpp | 132 outs() << " # " << FunctionCount << " functions in section."; in onSymbolStart() 140 outs() << " .local "; in onSymbolStart() 148 outs() << ", "; in onSymbolStart() 149 outs() << WebAssembly::anyTypeToString(Type); in onSymbolStart() 154 outs() << "\n"; in onSymbolStart()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | utils.c | 153 ntfschar **outs, int outs_len) in ntfs_mbstoucs_libntfscompat() 155 if(!outs) { in ntfs_mbstoucs_libntfscompat() 159 else if(*outs != NULL) { in ntfs_mbstoucs_libntfscompat() 173 ntfschar *re_outs = realloc(*outs, in ntfs_mbstoucs_libntfscompat() 178 *outs = re_outs; in ntfs_mbstoucs_libntfscompat() 183 memcpy(*outs, tmpstr, in ntfs_mbstoucs_libntfscompat() 193 return ntfs_mbstoucs(ins, outs); in ntfs_mbstoucs_libntfscompat() 152 ntfs_mbstoucs_libntfscompat(const char *ins, ntfschar **outs, int outs_len) ntfs_mbstoucs_libntfscompat() argument
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | unistr.h | 56 extern int ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs, 58 extern int ntfs_mbstoucs(const char *ins, ntfschar **outs);
|
/third_party/ltp/testcases/network/sctp/ |
H A D | sctp_big_chunk.c | 126 uint16_t outs = htons(10); in setup_client() local 132 update_packet_field(&off, &outs, 2); in setup_client()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 91 Table.PrintHelp(outs(), "llvm-dlltool [options] file...", "llvm-dlltool", in dlltoolDriverMain() 93 llvm::outs() << "\nTARGETS: i386, i386:x86-64, arm, arm64\n"; in dlltoolDriverMain()
|