/external/strace/ |
strace-log-merge | 9 then combines and sorts them, and prints result to standard output. 12 option which prints timestamps (otherwise sorting won't do any good).
|
/prebuilts/go/darwin-x86/doc/progs/ |
image_package6.go | 15 fmt.Println(m0.Bounds().Dx(), m1.Bounds().Dx()) // prints 8, 4 16 fmt.Println(m0.Stride == m1.Stride) // prints true
|
image_package2.go | 15 fmt.Println(r.Dx(), r.Dy(), image.Pt(0, 0).In(r)) // prints 3 4 false
|
image_package3.go | 14 fmt.Println(r.Dx(), r.Dy(), image.Pt(0, 0).In(r)) // prints 3 4 true
|
image_package4.go | 15 fmt.Printf("%#v\n", r.Size()) // prints image.Point{X:2, Y:1}
|
/prebuilts/go/linux-x86/doc/progs/ |
image_package6.go | 15 fmt.Println(m0.Bounds().Dx(), m1.Bounds().Dx()) // prints 8, 4 16 fmt.Println(m0.Stride == m1.Stride) // prints true
|
image_package2.go | 15 fmt.Println(r.Dx(), r.Dy(), image.Pt(0, 0).In(r)) // prints 3 4 false
|
image_package3.go | 14 fmt.Println(r.Dx(), r.Dy(), image.Pt(0, 0).In(r)) // prints 3 4 true
|
image_package4.go | 15 fmt.Printf("%#v\n", r.Size()) // prints image.Point{X:2, Y:1}
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug149.go | 12 println(len(s1)); // prints 0 16 println(len(s2)); // prints 0
|
bug148.go | 47 This prints:
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug149.go | 12 println(len(s1)); // prints 0 16 println(len(s2)); // prints 0
|
bug148.go | 47 This prints:
|
/external/llvm/test/MC/ARM/ |
dwarf-cfi-initial-state.s | 13 # When llvm-dwarfdump prints the full info for the DW_CFA_def_cfa
|
/external/icu/icu4c/source/samples/ |
readme.txt | 9 cal - prints out a calendar. 15 date - prints out the current date, localized.
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
version.go | 16 Long: `Version prints the Go version, as reported by runtime.Version.`,
|
fmt.go | 22 by the import paths. It prints the names of the files that are modified. 27 The -n flag prints commands that would be executed. 28 The -x flag prints commands as they are executed.
|
env.go | 19 Env prints Go environment information. 21 By default env prints information as a shell script 23 names is given as arguments, env prints the value of
|
vet.go | 25 The -n flag prints commands that would be executed. 26 The -x flag prints commands as they are executed.
|
/prebuilts/go/linux-x86/src/cmd/go/ |
version.go | 16 Long: `Version prints the Go version, as reported by runtime.Version.`,
|
fmt.go | 22 by the import paths. It prints the names of the files that are modified. 27 The -n flag prints commands that would be executed. 28 The -x flag prints commands as they are executed.
|
env.go | 19 Env prints Go environment information. 21 By default env prints information as a shell script 23 names is given as arguments, env prints the value of
|
/prebuilts/go/darwin-x86/src/cmd/fix/ |
doc.go | 18 directory tree. When fix rewrites a file, it prints a line to standard 21 If the -diff flag is set, no files are rewritten. Instead fix prints 29 Fix prints the full list of fixes it can apply in its help output;
|
/prebuilts/go/linux-x86/src/cmd/fix/ |
doc.go | 18 directory tree. When fix rewrites a file, it prints a line to standard 21 If the -diff flag is set, no files are rewritten. Instead fix prints 29 Fix prints the full list of fixes it can apply in its help output;
|
/development/tools/findunused/ |
findunusedstrings | 7 -p option prints out unused strings, otherwise a total count is printed
|