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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Makefile 2 go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go macro
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Makefile 2 go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go macro
  /prebuilts/go/darwin-x86/src/fmt/
doc.go 6 Package fmt implements formatted I/O with functions analogous
136 fmt.Printf("%v\n", i)
182 When printing a struct, fmt cannot and therefore does not invoke
196 fmt.Sprintf("%[2]d %[1]d\n", 11, 22)
198 fmt.Sprintf("%[3]*.[2]*[1]f", 12.0, 2, 6)
200 fmt.Sprintf("%6.2f", 12.0)
204 fmt.Sprintf("%d %d %#[1]x %#x", 16, 17)
231 print routine, the fmt package reformats the error message
233 through the fmt package. For example, if a String method
333 package fmt package
    [all...]
export_test.go 5 package fmt package
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Makefile 2 go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go macro
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Makefile 2 go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go macro
  /prebuilts/go/linux-x86/src/fmt/
doc.go 6 Package fmt implements formatted I/O with functions analogous
136 fmt.Printf("%v\n", i)
182 When printing a struct, fmt cannot and therefore does not invoke
196 fmt.Sprintf("%[2]d %[1]d\n", 11, 22)
198 fmt.Sprintf("%[3]*.[2]*[1]f", 12.0, 2, 6)
200 fmt.Sprintf("%6.2f", 12.0)
204 fmt.Sprintf("%d %d %#[1]x %#x", 16, 17)
231 print routine, the fmt package reformats the error message
233 through the fmt package. For example, if a String method
333 package fmt package
    [all...]
export_test.go 5 package fmt package
  /prebuilts/go/darwin-x86/src/syscall/
mksysnum_linux.pl 21 sub fmt { subroutine
45 fmt($1, $2);
49 fmt($1, $2);
52 fmt($1, $prev+$2)
55 fmt($1, $2);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug192.go 9 import "fmt" // GCCGO_ERROR "previous"
11 var fmt int // ERROR "redecl|redefinition" var
bug233.go 8 import p "fmt"
10 var fmt = 10 var
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4510.dir/
f2.go 7 func fmt() {} func
  /prebuilts/go/linux-x86/src/syscall/
mksysnum_linux.pl 21 sub fmt { subroutine
45 fmt($1, $2);
49 fmt($1, $2);
52 fmt($1, $prev+$2)
55 fmt($1, $2);
  /prebuilts/go/linux-x86/test/fixedbugs/
bug192.go 9 import "fmt" // GCCGO_ERROR "previous"
11 var fmt int // ERROR "redecl|redefinition" var
bug233.go 8 import p "fmt"
10 var fmt = 10 var
  /prebuilts/go/linux-x86/test/fixedbugs/issue4510.dir/
f2.go 7 func fmt() {} func
  /external/icu/icu4c/source/i18n/
currfmt.h 92 NumberFormat* fmt; member in class:CurrencyFormat
  /external/linux-kselftest/tools/testing/selftests/bpf/
dev_cgroup.c 18 char fmt[] = " %d:%d \n"; local
22 fmt[0] = 'b';
25 fmt[0] = 'c';
28 fmt[0] = '?';
33 fmt[8] = 'r';
36 fmt[9] = 'w';
39 fmt[10] = 'm';
41 bpf_trace_printk(fmt, sizeof(fmt), ctx->major, ctx->minor);
  /external/libcxx/test/std/re/re.results/re.results.form/
form4.pass.cpp 15 // format(const char_type* fmt,
31 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
32 std::string out = m.format(fmt);
40 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
41 std::string out = m.format(fmt, std::regex_constants::format_sed);
49 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; local
50 std::string out = m.format(fmt, std::regex_constants::format_sed);
59 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
60 std::wstring out = m.format(fmt);
68 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2" local
77 const wchar_t fmt[] = L"match: &, m[1]: \\\\1, m[2]: \\\\2"; local
    [all...]
form1.pass.cpp 33 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
35 fmt, fmt + std::char_traits<char>::length(fmt)).base();
46 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
48 fmt, fmt + std::char_traits<char>::length(fmt)).base();
58 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
60 fmt, fmt + std::char_traits<char>::length(fmt)).base()
70 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
83 const char fmt[] = "match: &, m[1]: \\\\1, m[2]: \\\\2"; local
97 const char fmt[] = "match: &, m[1]: \\\\1, m[2]: \\\\2"; local
110 const char fmt[] = "match: &, m[1]: \\\\1, m[2]: \\\\2"; local
124 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
136 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
149 const wchar_t fmt[] = L"match: &, m[1]: \\\\1, m[2]: \\\\2"; local
    [all...]
  /external/strace/
alpha.c 44 static const char const fmt[] = "%s %ld"; local
45 static char outstr[sizeof(fmt) + 3 * sizeof(rval)];
46 xsprintf(outstr, fmt, what, rval);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.results/re.results.form/
form4.pass.cpp 15 // format(const char_type* fmt,
31 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
32 std::string out = m.format(fmt);
40 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
41 std::string out = m.format(fmt, std::regex_constants::format_sed);
49 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; local
50 std::string out = m.format(fmt, std::regex_constants::format_sed);
59 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
60 std::wstring out = m.format(fmt);
68 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2" local
77 const wchar_t fmt[] = L"match: &, m[1]: \\\\1, m[2]: \\\\2"; local
    [all...]
  /external/compiler-rt/test/asan/TestCases/
printf-5.c 17 volatile char fmt[2]; local
18 memcpy((char *)fmt, "%c %d %f %s\n", sizeof(fmt));
19 printf((char *)fmt, c, x, f, s);
  /external/icu/icu4c/source/samples/translit/answers/
main_1.cpp 24 DateFormat *fmt; local
35 fmt = DateFormat::createDateInstance(DateFormat::kFull, greece);
36 fmt->setCalendar(*cal);
61 fmt->format(cal->getTime(status), str, status);
69 delete fmt;
  /external/libpcap/
bpf_image.c 55 const char *fmt, *op; local
64 fmt = "0x%x";
70 fmt = "#%d";
75 fmt = "";
80 fmt = "[%d]";
85 fmt = "[%d]";
90 fmt = "[%d]";
95 fmt = "#pktlen";
100 fmt = "[x + %d]";
105 fmt = "[x + %d]"
    [all...]

Completed in 2508 milliseconds

1 2 3 4 5 6 7 8 91011>>