Searched defs:summary (Results 76 - 100 of 120) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.cpp556 const AtomicString& HTMLTableElement::summary() const function in class:blink::HTMLTableElement
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp93 << Option<Summary> (DE_NULL, "summary", "Print summary at the end", s_yesNo, "yes")
108 , summary (false)
122 bool summary; member in struct:CommandLine
150 cmdLine.summary = opts.getOption<opt::Summary>();
381 printf("\nTest run summary:\n");
485 if (cmdLine.summary)
/external/oprofile/pp/
H A Dopreport.cpp42 /// storage for a merged file summary
43 struct summary { struct in namespace:__anon28475
47 bool operator<(summary const & rhs) const {
52 /// add a set of files to a summary
58 count_type summary::
92 vector<summary> deps;
103 /// find a matching summary (including main app summary)
104 summary & find_summary(string const & image);
108 summary
[all...]
/external/ceres-solver/internal/ceres/
H A Dsystem_test.cc151 Solver::Summary summary; local
154 &summary);
164 CHECK_NE(summary.termination_type, ceres::FAILURE)
/external/chromium_org/third_party/lcov/bin/
H A Dlcov142 sub summary();
294 "summary=s" => \@opt_summary,
467 $br_overall_found, $br_overall_hit) = summary();
511 --summary FILE Show summary coverage data for tracefiles
568 "--diff or --summary\n".
574 "--diff or --summary allowed!\n".
1709 # Add summary counts
1762 # Add summary counts
3875 # Convert summary o
3945 sub summary() subroutine
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dskdiff_main.cpp341 DiffSummary* summary) {
470 summary->add(drp);
491 summary->add(drp);
512 summary->add(drp);
586 DiffSummary summary; local
758 verbose, &summary);
759 summary.print(listFilenames, failOnResultType, failOnStatusType);
767 print_diff_page(summary.fNumMatches, colorThreshold, differences,
780 num_failing_results += summary.fResultsOfType[i].count();
787 num_failing_results += summary
330 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) argument
[all...]
/external/doclava/src/com/google/doclava/
H A DPageMetadata.java128 //check whether summary and image exist and if not, get them from itemprop/markup
161 * @param needsSummary Whether to extract summary metadata.
212 //found a summary string, now normalize it
217 //normalized summary ended up being too short to be meaningful
222 //summary looks good, store it to the file hdf data
389 * Normalize a page summary string and truncate as needed. Strings
394 * @param s String extracted from the page as it's summary.
642 buf.append(" \"summary\":\"" + list.get(i).mSummary + "\",\n" );
770 public void setSummary(String summary) { argument
771 mSummary = summary;
[all...]
/external/skia/tools/
H A Dskdiff_main.cpp341 DiffSummary* summary) {
470 summary->add(drp);
491 summary->add(drp);
512 summary->add(drp);
586 DiffSummary summary; local
758 verbose, &summary);
759 summary.print(listFilenames, failOnResultType, failOnStatusType);
767 print_diff_page(summary.fNumMatches, colorThreshold, differences,
780 num_failing_results += summary.fResultsOfType[i].count();
787 num_failing_results += summary
330 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) argument
[all...]
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc767 ceres::Solver::Summary summary; local
768 ceres::Solve(options, &problem, &summary);
770 std::cout << "Final report:\n" << summary.FullReport();
/external/libvpx/libvpx/
H A Dvpxdec.c66 static const arg_def_t summaryarg = ARG_DEF(NULL, "summary", 0,
67 "Show timing summary");
495 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local
572 summary = 1;
928 if (summary || progress) {
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor.cc908 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
946 if (old_index.find(summary.resource_url) != old_index.end())
951 row_to_add.resource_url = summary.resource_url;
952 row_to_add.resource_type = summary.resource_type;
958 old_index[summary.resource_url] = 0;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXNodeObject.cpp1228 const AtomicString& summary = toElement(curr)->getAttribute(summaryAttr); local
1229 if (!summary.isEmpty())
1230 return summary;
H A DAXRenderObject.cpp1175 const AtomicString& summary = toElement(curr->node())->getAttribute(summaryAttr); local
1176 if (!summary.isEmpty())
1177 return summary;
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxdec.c72 static const arg_def_t summaryarg = ARG_DEF(NULL, "summary", 0,
73 "Show timing summary");
710 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local
806 summary = 1;
1225 if (summary || progress) {
/external/lldb/source/API/
H A DSBValue.cpp600 lldb::SBTypeSummary summary; local
609 summary.SetSP(summary_sp);
612 return summary;
/external/oprofile/libpp/
H A Dxml_utils.cpp395 xml_utils::output_summary_data(ostream & out, count_array_t const & summary, size_t pclass) argument
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 dat
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_merge.c238 Counts* summary; member in struct:__anon32369
339 Counts* summary )
350 cpf->summary = summary;
382 if (cpf->summary)
383 ddel_Counts(cpf->summary);
426 fprintf(f, "summary:");
427 for (i = 0; i < cpf->summary->n_counts; i++)
428 fprintf(f, " %lld", cpf->summary->counts[i]);
581 // also add to running summary tota
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp4834 const UnicodeString& summary, UBool pass,
4837 logln(UnicodeString("(")+tag+") " + prettify(summary));
4840 + prettify(summary)
4833 expectAux(const UnicodeString& tag, const UnicodeString& summary, UBool pass, const UnicodeString& expectedResult) argument
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp411 * Display the summary of results with this ErrorType.
445 // First, print a single summary line.
446 SkString summary; local
447 summary.appendf("Ran %d tests:", fTestsRun);
450 summary.appendf(" %s=%d", getErrorTypeName(type), fFailedTests[type].count());
452 SkDebugf("%s\n", summary.c_str());
799 * expected) to the JSON summary. Regardless of this setting, if
801 * results to the JSON summary. (This is so that we will always
1483 DEFINE_string(writeJsonSummaryPath, "", "Write a JSON-formatted result summary to this file.");
2225 SkDebugf("reading expectations from JSON summary fil
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp4832 const UnicodeString& summary, UBool pass,
4835 logln(UnicodeString("(")+tag+") " + prettify(summary));
4838 + prettify(summary)
4831 expectAux(const UnicodeString& tag, const UnicodeString& summary, UBool pass, const UnicodeString& expectedResult) argument
/external/skia/gm/
H A Dgmmain.cpp410 * Display the summary of results with this ErrorType.
444 // First, print a single summary line.
445 SkString summary; local
446 summary.appendf("Ran %d tests:", fTestsRun);
449 summary.appendf(" %s=%d", getErrorTypeName(type), fFailedTests[type].count());
451 SkDebugf("%s\n", summary.c_str());
798 * expected) to the JSON summary. Regardless of this setting, if
800 * results to the JSON summary. (This is so that we will always
1473 DEFINE_string(writeJsonSummaryPath, "", "Write a JSON-formatted result summary to this file.");
2198 SkDebugf("reading expectations from JSON summary fil
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc3355 // Prints an XML summary of unit_test to output stream out.
3599 const string summary = location + "\n" + part.summary(); local
3601 << EscapeXmlAttribute(summary.c_str())
3641 // Prints an XML summary of unit_test to output stream out.
/external/gtest/src/
H A Dgtest.cc3068 // Prints an XML summary of unit_test to output stream out.
3316 const string summary = location + "\n" + part.summary(); local
3318 << EscapeXmlAttribute(summary.c_str())
3358 // Prints an XML summary of unit_test to output stream out.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jar ... html.HTMLParserConstants { public static int SUMMARY_LENGTH StringBuffer title StringBuffer summary java.util.Properties metaTags String currentMetaTag String currentMetaContent ...
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4552 // Prints an XML summary of unit_test to output stream out.
4800 const string summary = location + "\n" + part.summary(); local
4802 << EscapeXmlAttribute(summary.c_str())
4842 // Prints an XML summary of unit_test to output stream out.
9421 // Gets the summary of the failure message by omitting the stack trace

Completed in 5755 milliseconds

12345