Searched defs:usage_string (Results 1 - 6 of 6) sorted by relevance

/external/lldb/examples/python/
H A Djump.py94 def usage_string(): function
111 result.AppendMessage(usage_string())
171 jump.__doc__ = usage_string()
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dwebsite_settings_handler.cc334 base::string16 usage_string; local
336 usage_string = ui::TimeFormat::Simple(ui::TimeFormat::FORMAT_ELAPSED,
340 origin_entry->SetStringWithoutPathExpansion("usageString", usage_string);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof144 sub usage_string { subroutine
287 print STDERR usage_string();
426 print usage_string();
/external/jemalloc/bin/
H A Dpprof144 sub usage_string { subroutine
287 print STDERR usage_string();
426 print usage_string();
/external/ppp/pppd/
H A Doptions.c327 static char *usage_string = "\ variable
1015 fprintf(stderr, usage_string, VERSION, progname);
/external/libpng/contrib/tools/
H A Dpngfix.c3675 static const char *usage_string[] = { local
3842 for (i=0; i < (sizeof usage_string)/(sizeof usage_string[0]); ++i)
3844 if (usage_string[i] != 0)
3845 fputs(usage_string[i], stderr);

Completed in 842 milliseconds