HomeSort by: relevance | last modified time | path
    Searched refs:formatted (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/bsd/atf/dist/tools/
ui.cpp 88 std::string formatted; local
90 formatted = tag + pad;
92 formatted = fullpad;
93 assert(formatted.length() == col);
106 formatted += '\n' + tag + pad;
108 formatted += '\n' + fullpad;
111 formatted += ' ';
115 formatted += word;
119 return formatted;
148 std::string formatted; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
json.h 83 virtual void print (pretty_printer *pp, bool formatted) const = 0;
85 void dump (FILE *, bool formatted) const;
100 void print (pretty_printer *pp, bool formatted) const final override;
129 void print (pretty_printer *pp, bool formatted) const final override;
145 void print (pretty_printer *pp, bool formatted) const final override;
161 void print (pretty_printer *pp, bool formatted) const final override;
180 void print (pretty_printer *pp, bool formatted) const final override;
202 void print (pretty_printer *pp, bool formatted) const final override;
json.cc 85 value::dump (FILE *outf, bool formatted) const
89 print (&pp, formatted);
110 object::print (pretty_printer *pp, bool formatted) const
113 if (formatted)
124 if (formatted)
137 if (formatted)
139 value->print (pp, formatted);
140 if (formatted)
143 if (formatted)
243 array::print (pretty_printer *pp, bool formatted) cons
    [all...]
diagnostic-format-json.cc 60 bool formatted)
65 m_formatted (formatted)
309 bool formatted)
310 : json_output_format (context, formatted)
327 bool formatted,
329 : json_output_format (context, formatted),
385 bool formatted)
389 formatted));
397 bool formatted,
402 formatted,
    [all...]
diagnostic-format-sarif.cc 161 bool formatted);
409 bool formatted)
418 m_formatted (formatted)
1779 bool formatted)
1781 m_builder (&context, formatted)
1791 bool formatted,
1793 : sarif_output_format (context, formatted),
1813 bool formatted,
1815 : sarif_output_format (context, formatted),
1871 bool formatted)
    [all...]
diagnostic.h 142 /* Text to be formatted. */
1080 bool formatted);
1082 bool formatted,
1085 bool formatted);
1087 bool formatted,
1090 bool formatted,
  /src/external/bsd/atf/dist/atf-c/
utils.c 184 atf_dynstr_t formatted; local
188 error = atf_dynstr_init_ap(&formatted, contents, ap);
194 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted),
195 atf_dynstr_length(&formatted)) != -1);
198 atf_dynstr_fini(&formatted);
268 atf_dynstr_t formatted; local
272 error = atf_dynstr_init_ap(&formatted, regex, ap);
280 found = grep_string(atf_dynstr_cstring(&formatted), line);
285 atf_dynstr_fini(&formatted);
302 atf_dynstr_t formatted; local
    [all...]
tc.c 360 * The formatted reason is stored in out_reason. out_reason is initialized
951 atf_dynstr_t formatted; local
957 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
960 create_resfile(ctx->resfile, "expected_exit", exitcode, &formatted);
968 atf_dynstr_t formatted; local
974 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
977 create_resfile(ctx->resfile, "expected_signal", signo, &formatted);
984 atf_dynstr_t formatted; local
990 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
993 create_resfile(ctx->resfile, "expected_death", -1, &formatted);
1001 atf_dynstr_t formatted; local
    [all...]
  /src/external/bsd/kyua-testers/dist/
error.c 259 /// \param error Error to append to the formatted message.
387 char formatted[1024]; local
391 (void)vsnprintf(formatted, sizeof(formatted), message, ap);
394 return kyua_error_new(kyua_generic_error_type, formatted, sizeof(formatted),
567 char formatted[1024]; local
571 (void)vsnprintf(formatted, sizeof(formatted), message, ap);
574 return kyua_error_new(kyua_usage_error_type, formatted, sizeof(formatted)
    [all...]
  /src/sys/dev/pci/ixgbe/
if_fdir.c 122 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_TCPV4;
129 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_UDPV4;
135 input.formatted.vlan_id = htobe16(mp->m_pkthdr.ether_vtag);
ixgbe_82599.c 1576 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK);
1577 flow_type = input.formatted.flow_type &
1678 input->formatted.bkt_hash = bucket_hash & 0x1FFF;
1692 u32 mask = IXGBE_NTOHS(input_mask->formatted.dst_port);
1694 mask |= (u32)IXGBE_NTOHS(input_mask->formatted.src_port);
1739 if (input_mask->formatted.bkt_hash)
1743 switch (input_mask->formatted.vm_pool & 0x7F) {
1753 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) {
1756 if (input_mask->formatted.dst_port ||
1757 input_mask->formatted.src_port)
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_read_open2.c 59 test(int formatted, archive_open_callback *o, archive_read_callback *r,
64 if (formatted)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
formatted_ref.exp 18 # Note: This test is essentially a transcription of gdb.cp/formatted-ref.exp,
34 untested formatted-ref.exp
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
formatted_ref.exp 18 # Note: This test is essentially a transcription of gdb.cp/formatted-ref.exp,
34 untested formatted-ref.exp
  /src/share/locale/ctype/
gen_ctype_utf8.pl 337 my $formatted = sprintf $format, $_, $adj;
338 push @ranges, $formatted;
  /src/external/gpl3/gcc/dist/gcc/fortran/
ioparm.def 79 IOPARM (inquire, formatted, 1 << 25, char2)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
ioparm.def 79 IOPARM (inquire, formatted, 1 << 25, char2)
  /src/external/bsd/tmux/dist/
arguments.c 934 char *formatted; local
951 formatted = format_single_from_target(item, value->string);
952 ll = strtonum(formatted, minval, maxval, &errstr);
953 free(formatted);
  /src/usr.bin/make/unit-tests/
varmod-gmtime.mk 177 # formatted timestamp.
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.en 52 {It appears that your disk, %s, has not been formatted and initialized
  /src/external/gpl3/gcc/dist/libgfortran/io/
inquire.c 172 p = "FORMATTED";
201 cf_strcpy (iqp->formatted, iqp->formatted_len, p);
717 cf_strcpy (iqp->formatted, iqp->formatted_len, p);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
inquire.c 172 p = "FORMATTED";
201 cf_strcpy (iqp->formatted, iqp->formatted_len, p);
717 cf_strcpy (iqp->formatted, iqp->formatted_len, p);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/
package.d 151 basic manner in which a value will be formatted and is the minimum
159 $(TD To be formatted in a human readable format.
162 $(TD To be formatted as a character.))
164 $(TD To be formatted as a signed decimal integer.))
166 $(TD To be formatted as a decimal image of the underlying bit representation.))
168 $(TD To be formatted as a binary image of the underlying bit representation.))
170 $(TD To be formatted as an octal image of the underlying bit representation.))
172 $(TD To be formatted as a hexadecimal image of the underlying bit representation.))
174 $(TD To be formatted as a real number in decimal scientific notation.))
176 $(TD To be formatted as a real number in decimal natural notation.)
    [all...]
  /src/tests/usr.bin/indent/
t_options.lua 32 -- The test files contain the input to be formatted, the formatting options
37 -- Specifies the input to be formatted.
  /src/external/bsd/ipf/dist/perl/
ipfmeta.pl 144 (this does not look good, formatted)

Completed in 180 milliseconds

1 2