HomeSort by relevance Sort by last modified time
    Searched refs:PrintErr (Results 1 - 25 of 32) sorted by null

1 2

  /external/pdfium/testing/tools/
safetynet_measure.py 17 from common import PrintErr
35 PrintErr("FAILURE: Can't find test executable '%s'"
37 PrintErr('Use --build-dir to specify its location.')
40 PrintErr("FAILURE: Test executable '%s' lacks execution permissions"
59 PrintErr('profiler=%s not supported, aborting' % self.args.profiler)
148 PrintErr('--interesting-section requires profiler to be callgrind.')
safetynet_compare.py 20 from common import PrintErr
264 PrintErr('Warning: No local changes to compare')
335 PrintErr('Syncing...')
345 PrintErr('Done.')
364 PrintErr("Checking out branch '%s'" % branch)
368 PrintErr('Stashing local changes')
372 PrintErr('Restoring local changes')
381 PrintErr('Syncing...')
383 PrintErr('Done.')
385 PrintErr('Building...'
    [all...]
common.py 48 PrintErr('\nError when invoking "%s"' % ' '.join(cmd))
50 PrintErr(output)
52 PrintErr(err)
154 def PrintErr(s):
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webui.go 65 func (ec *errorCatcher) PrintErr(args ...interface{}) {
67 ec.UI.PrintErr(args...)
196 o.UI.PrintErr(u.String())
221 ui.options.UI.PrintErr(err)
241 ui.options.UI.PrintErr(err)
267 ui.options.UI.PrintErr("Failed to execute dot. Is Graphviz installed?\n", err)
329 ui.options.UI.PrintErr(err)
353 ui.options.UI.PrintErr(err)
374 ui.options.UI.PrintErr(err)
interactive.go 74 o.UI.PrintErr(err)
80 o.UI.PrintErr(err)
87 o.UI.PrintErr(err)
115 o.UI.PrintErr(err)
342 ui.PrintErr("Unknown command: " + args)
fetch.go 108 o.UI.PrintErr("Saved profile in ", tempFile.Name())
112 o.UI.PrintErr("Could not save profile: ", err)
155 ui.PrintErr(fmt.Sprintf("Fetched %d source profiles out of %d", got, want))
158 ui.PrintErr(fmt.Sprintf("Fetched %d base profiles out of %d", got, want))
221 ui.PrintErr(s.addr + ": " + err.Error())
297 ui.PrintErr("Could not use temp dir ", tmpDir, ": ", err.Error())
424 ui.PrintErr("Ignoring local file " + name + ": build-id mismatch (" + m.BuildID + " != " + fileBuildID + ")")
options.go 123 func (ui *stdUI) PrintErr(args ...interface{}) {
driver.go 140 o.UI.PrintErr("Generating report in ", output)
293 ui.PrintErr(fmt.Sprintf("For tag %s used unit %s, also encountered unit(s) %s", k, numLabelUnits[k], strings.Join(units, ", ")))
driver_focus.go 89 ui.PrintErr(name, ":Interpreted '", value, "' as range, not regexp")
213 ui.PrintErr(option + " expression matched no samples")
interactive_test.go 174 func (ui *testUI) PrintErr(args ...interface{}) {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webui.go 65 func (ec *errorCatcher) PrintErr(args ...interface{}) {
67 ec.UI.PrintErr(args...)
196 o.UI.PrintErr(u.String())
221 ui.options.UI.PrintErr(err)
241 ui.options.UI.PrintErr(err)
267 ui.options.UI.PrintErr("Failed to execute dot. Is Graphviz installed?\n", err)
329 ui.options.UI.PrintErr(err)
353 ui.options.UI.PrintErr(err)
374 ui.options.UI.PrintErr(err)
interactive.go 74 o.UI.PrintErr(err)
80 o.UI.PrintErr(err)
87 o.UI.PrintErr(err)
115 o.UI.PrintErr(err)
342 ui.PrintErr("Unknown command: " + args)
fetch.go 108 o.UI.PrintErr("Saved profile in ", tempFile.Name())
112 o.UI.PrintErr("Could not save profile: ", err)
155 ui.PrintErr(fmt.Sprintf("Fetched %d source profiles out of %d", got, want))
158 ui.PrintErr(fmt.Sprintf("Fetched %d base profiles out of %d", got, want))
221 ui.PrintErr(s.addr + ": " + err.Error())
297 ui.PrintErr("Could not use temp dir ", tmpDir, ": ", err.Error())
424 ui.PrintErr("Ignoring local file " + name + ": build-id mismatch (" + m.BuildID + " != " + fileBuildID + ")")
options.go 123 func (ui *stdUI) PrintErr(args ...interface{}) {
driver.go 140 o.UI.PrintErr("Generating report in ", output)
293 ui.PrintErr(fmt.Sprintf("For tag %s used unit %s, also encountered unit(s) %s", k, numLabelUnits[k], strings.Join(units, ", ")))
driver_focus.go 89 ui.PrintErr(name, ":Interpreted '", value, "' as range, not regexp")
213 ui.PrintErr(option + " expression matched no samples")
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer.go 75 s.UI.PrintErr("ignoring unrecognized symbolization option: " + mode)
76 s.UI.PrintErr("expecting -symbolize=[local|fastlocal|remote|none][:force][:demangle=[none|full|templates|default]")
84 s.UI.PrintErr("local symbolization: " + err.Error())
320 ui.PrintErr("Main binary filename not available.")
342 ui.PrintErr("Local symbolization failed for ", name, ": ", err)
347 ui.PrintErr("Local symbolization failed for ", name, ": build ID mismatch")
355 ui.PrintErr("Some binary filenames not available. Symbolization may be incomplete.\n" +
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer.go 75 s.UI.PrintErr("ignoring unrecognized symbolization option: " + mode)
76 s.UI.PrintErr("expecting -symbolize=[local|fastlocal|remote|none][:force][:demangle=[none|full|templates|default]")
84 s.UI.PrintErr("local symbolization: " + err.Error())
320 ui.PrintErr("Main binary filename not available.")
342 ui.PrintErr("Local symbolization failed for ", name, ": ", err)
347 ui.PrintErr("Local symbolization failed for ", name, ": build ID mismatch")
355 ui.PrintErr("Some binary filenames not available. Symbolization may be incomplete.\n" +
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 120 static void PrintErr(const char *s)
127 PrintErr(s);
134 PrintErr("\nERROR: ");
149 PrintErr("Error code = ");
290 PrintErr("Error code = 0x");
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 94 // PrintErr messages may trigger an error failure. A fixed number of
96 func (ui *TestUI) PrintErr(args ...interface{}) {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 94 // PrintErr messages may trigger an error failure. A fixed number of
96 func (ui *TestUI) PrintErr(args ...interface{}) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/driver/
driver.go 200 // PrintErr shows an error message to the user.
202 // For line-based UI, PrintErr writes to standard error.
203 PrintErr(...interface{})
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/plugin/
plugin.go 186 // PrintErr shows an error message to the user.
188 // For line-based UI, PrintErr writes to standard error.
189 PrintErr(...interface{})
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/driver/
driver.go 200 // PrintErr shows an error message to the user.
202 // For line-based UI, PrintErr writes to standard error.
203 PrintErr(...interface{})
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/plugin/
plugin.go 186 // PrintErr shows an error message to the user.
188 // For line-based UI, PrintErr writes to standard error.
189 PrintErr(...interface{})

Completed in 1126 milliseconds

1 2