HomeSort by relevance Sort by last modified time
    Searched defs:fmt (Results 1 - 25 of 703) 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
131 fmt.Printf("%v\n", i)
177 When printing a struct, fmt cannot and therefore does not invoke
191 fmt.Sprintf("%[2]d %[1]d\n", 11, 22)
193 fmt.Sprintf("%[3]*.[2]*[1]f", 12.0, 2, 6),
195 fmt.Sprintf("%6.2f", 12.0),
199 fmt.Sprintf("%d %d %#[1]x %#x", 16, 17)
226 print routine, the fmt package reformats the error message
228 through the fmt package. For example, if a String method
328 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
131 fmt.Printf("%v\n", i)
177 When printing a struct, fmt cannot and therefore does not invoke
191 fmt.Sprintf("%[2]d %[1]d\n", 11, 22)
193 fmt.Sprintf("%[3]*.[2]*[1]f", 12.0, 2, 6),
195 fmt.Sprintf("%6.2f", 12.0),
199 fmt.Sprintf("%d %d %#[1]x %#x", 16, 17)
226 print routine, the fmt package reformats the error message
228 through the fmt package. For example, if a String method
328 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/fmtlib/fmt/
printf.cc 13 namespace fmt { namespace
32 } // namespace fmt
  /external/icu/icu4c/source/i18n/
currfmt.h 92 NumberFormat* fmt; member in class:CurrencyFormat
  /external/iproute2/examples/bpf/
bpf_cyclic.c 14 char fmt[] = "cb: %u\n"; local
16 trace_printk(fmt, sizeof(fmt), skb->cb[0]++);
bpf_graft.c 41 char fmt[] = "aaa\n"; local
43 trace_printk(fmt, sizeof(fmt));
50 char fmt[] = "bbb\n"; local
52 trace_printk(fmt, sizeof(fmt));
59 char fmt[] = "fallthrough\n"; local
62 trace_printk(fmt, sizeof(fmt));
bpf_shared.c 38 char fmt[] = "map val: %d\n"; local
43 trace_printk(fmt, sizeof(fmt), *val);
  /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...]
  /external/strace/
alpha.c 41 static const char const fmt[] = "%s %ld"; local
42 static char outstr[sizeof(fmt) + 3 * sizeof(rval)];
43 snprintf(outstr, sizeof(outstr), fmt, what, rval);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/
form4.pass.cpp 15 // format(const char_type* fmt,
30 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
31 std::string out = m.format(fmt);
39 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
40 std::string out = m.format(fmt, std::regex_constants::format_sed);
48 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; local
49 std::string out = m.format(fmt, std::regex_constants::format_sed);
58 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
59 std::wstring out = m.format(fmt);
67 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2" local
76 const wchar_t fmt[] = L"match: &, m[1]: \\\\1, m[2]: \\\\2"; local
    [all...]
  /prebuilts/ndk/r13/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...]

Completed in 765 milliseconds

1 2 3 4 5 6 7 8 91011>>