|   /external/ltrace/ | 
| Android.mk  | 50     summary.c \
  | 
| options.c  | 55 	.summary = 0,                 /* Report a summary on program exit */ 87 		"  -c                  count time and calls, and report a summary on exit.\n" 583 			options.summary++;
  | 
|   /external/chromium_org/chrome/browser/predictors/ | 
| resource_prefetch_predictor.cc  | 908       const URLRequestSummary& summary = new_resources[i];  local  910       if (new_index.find(summary.resource_url) == new_index.end()) 911         new_index[summary.resource_url] = i; 945  const URLRequestSummary& summary = new_resources[i];  local      [all...] | 
|   /external/lldb/examples/python/ | 
| sbvalue.py  | 17     argv.summary - return a summary of this value's value 61         if name == 'summary':
  | 
|   /external/oprofile/libpp/ | 
| xml_utils.cpp  | 395 xml_utils::output_summary_data(ostream & out, count_array_t const & summary, size_t pclass) 397 	size_t const count = summary[pclass]; 422 	count_array_t const & get_summary() { return summary; } 436 	// summary sample data 437 	count_array_t summary;  member in class:module_info  543 		summary[pclass] += counts[pclass]; 588 		(void)xml_support->output_summary_data(out, summary, p); 992 // to collect the summary sample data at each level and then 993 // traverse the hierarchy to intersperse the summary data for the 1001 	// for holding the summary data associated with each level and to b     [all...] | 
|   /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ | 
| webrunner.js  | 32                         summary = 0; 49                 // Save the summary output until all the test are complete 61                 // Save the summary output until all the test are complete 370                                 var summary = (runStyle === "runs/s" ? Math.pow(Math.E, maxTotal / maxTotalNum) : maxTotal).toFixed(2); 373                                         tpRecordTime( summary ); 378                                         pre.innerHTML = "__start_report" + summary + "__end_report"; 692                 // Keep a running summary going     [all...] | 
|   /external/ceres-solver/examples/ | 
| libmv_bundle_adjuster.cc  | 767   ceres::Solver::Summary summary;  local  768   ceres::Solve(options, &problem, &summary); 770   std::cout << "Final report:\n" << summary.FullReport();
  | 
|   /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ | 
| RSSFeedAddEntryTask.java  | 364 //  <summary> 365     Element summary = document.createElement("summary"); //$NON-NLS-1$  local  366     attachNode(document, entry, summary, txt[1]); 377     attachNode(document, summary, build, txt[2]);
  | 
|   /build/tools/droiddoc/templates-pdk/assets/ | 
| android-developer-reference.js  | 329     var summary = document.getElementById(base + "-summary"); 334         summary.style.display = "block"; 340         summary.style.display = "none";
  | 
|   /external/doclava/res/assets/templates/assets/ | 
| doclava-developer-reference.js  | 310     var summary = document.getElementById(base + "-summary"); 315         summary.style.display = "block"; 321         summary.style.display = "none";
  | 
|   /external/lldb/scripts/Python/interface/ | 
| SBTypeCategory.i  | 160                 '''An accessor function that returns an accessor object which allows lazy summary access from a lldb.SBTypeCategory object.''' 201             __swig_getmethods__["summary"] = get_summaries_access_object 202             if _newclass: summary = property(get_summaries_access_object, None, doc=r'''A read only property that returns an object that you can use to look for summaries by index or type name or regular expression.''')
  | 
|   /external/lldb/source/Commands/ | 
| CommandObjectFrame.cpp  | 386         // Be careful about the stack frame, if any summary formatter runs code, it might clear the StackFrameList 398         if (!m_option_variable.summary.IsCurrentValueEmpty()) 399             DataVisualization::NamedSummaryFormats::GetSummaryFormat(ConstString(m_option_variable.summary.GetCurrentValue()), summary_format_sp);
  | 
|   /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ | 
| gjslint.py  | 65 flags.DEFINE_boolean('summary', False, 66                      'Whether to show an error count summary.') 76                       '--check_html', '--summary'] 151   """Print a detailed summary of the number of errors in each file.""" 166   """Print a summary of the number of errors and files.""" 260     if FLAGS.summary:
  | 
|   /external/chromium_org/third_party/WebKit/Tools/Scripts/ | 
| display-profiler-output  | 475 def summary(mode)  method  600         puts "summary (s)     Print a summary of code block execution rates." 601         puts "full (f)        Same as summary, but prints more information." 611     when "summary", "s" 612         summary(:summary) 614         summary(:full) 805             puts "Usage: summary <code block hash> <engine>"
  | 
|   /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ | 
| data.py  | 243     def summary(self, fullpath=False):  member in class:CoverageData 
  | 
|   /external/chromium_org/third_party/closure_linter/closure_linter/ | 
| gjslint.py  | 70 flags.DEFINE_boolean('summary', False, 71                      'Whether to show an error count summary.') 87                       '--check_html', '--summary', '--quiet'] 169   """Print a detailed summary of the number of errors in each file.""" 184   """Print a summary of the number of errors and files.""" 287     if FLAGS.summary:
  | 
|   /external/lzma/CS/7zip/Compress/LzmaAlone/ | 
| LzmaBench.cs  | 8 	/// <summary>
 10 	/// </summary>
  | 
|   /external/chromium_org/extensions/browser/api/web_request/ | 
| web_request_api.cc  |     [all...] | 
|   /build/tools/droiddoc/templates-ds/ | 
| class.cs  | 37 Summary: 178 <?cs # summary macros ?> 271 <?cs # make sure there's a summary view to display ?> 285 <h2>Summary</h2> 289 <!-- ======== NESTED CLASS SUMMARY ======== --> 296 <!-- =========== FIELD SUMMARY =========== --> 304 <!-- =========== FIELD SUMMARY =========== --> 318   <div id="inherited-attrs-<?cs var:cl.qualified ?>-summary" style="display: none;"> 331 <!-- =========== ENUM CONSTANT SUMMARY =========== --> 346 <!-- =========== ENUM CONSTANT SUMMARY =========== --     [all...] | 
|   /build/tools/droiddoc/templates-sac/ | 
| class.cs  | 37 Summary: 178 <?cs # summary macros ?> 271 <?cs # make sure there's a summary view to display ?> 285 <h2>Summary</h2> 289 <!-- ======== NESTED CLASS SUMMARY ======== --> 296 <!-- =========== FIELD SUMMARY =========== --> 304 <!-- =========== FIELD SUMMARY =========== --> 318   <div id="inherited-attrs-<?cs var:cl.qualified ?>-summary" style="display: none;"> 331 <!-- =========== ENUM CONSTANT SUMMARY =========== --> 346 <!-- =========== ENUM CONSTANT SUMMARY =========== --     [all...] | 
|   /build/tools/droiddoc/templates-sdk/ | 
| class.cs  | 40 Summary: 182 <?cs # summary macros ?> 290 <?cs # make sure there's a summary view to display ?> 304 <h2>Summary</h2> 308 <!-- ======== NESTED CLASS SUMMARY ======== --> 315 <!-- =========== FIELD SUMMARY =========== --> 323 <!-- =========== FIELD SUMMARY =========== --> 337   <div id="inherited-attrs-<?cs var:cl.qualified ?>-summary" style="display: none;"> 350 <!-- =========== ENUM CONSTANT SUMMARY =========== --> 368 <!-- =========== ENUM CONSTANT SUMMARY =========== --     [all...] | 
|   /build/tools/droiddoc/templates-sdk-dyn/ | 
| class.cs  | 37 Summary: 178 <?cs # summary macros ?> 271 <?cs # make sure there's a summary view to display ?> 285 <h2>Summary</h2> 289 <!-- ======== NESTED CLASS SUMMARY ======== --> 296 <!-- =========== FIELD SUMMARY =========== --> 304 <!-- =========== FIELD SUMMARY =========== --> 318   <div id="inherited-attrs-<?cs var:cl.qualified ?>-summary" style="display: none;"> 331 <!-- =========== ENUM CONSTANT SUMMARY =========== --> 346 <!-- =========== ENUM CONSTANT SUMMARY =========== --     [all...] | 
|   /external/doclava/res/assets/templates/ | 
| class.cs  | 31 Summary: 168 <?cs # summary macros ?> 261 <?cs # make sure there's a summary view to display ?> 275 <h2>Summary</h2> 279 <!-- ======== NESTED CLASS SUMMARY ======== --> 286 <!-- =========== FIELD SUMMARY =========== --> 294 <!-- =========== FIELD SUMMARY =========== --> 308   <div id="inherited-attrs-<?cs var:cl.qualified ?>-summary" style="display: none;"> 321 <!-- =========== ENUM CONSTANT SUMMARY =========== --> 336 <!-- =========== ENUM CONSTANT SUMMARY =========== --     [all...] | 
|   /external/chromium_org/third_party/opus/src/doc/ | 
| customdoxygen.css  | 758 div.summary 767 div.summary a 991   .summary { display: none; }
  | 
|   /external/libopus/doc/ | 
| customdoxygen.css  | 758 div.summary 767 div.summary a 991   .summary { display: none; }
  |