HomeSort by relevance Sort by last modified time
    Searched refs:summary (Results 251 - 275 of 321) sorted by null

<<111213

  /external/chromium_org/chrome/common/extensions/docs/static/sass/
_normalize.scss 66 summary {
  /external/chromium_org/remoting/webapp/
client_plugin.js 173 * @return {remoting.ClientSession.PerfStats} A summary of the connection
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
AdvancedSearchView.js 44 this._searchStatusBarElement = this.element.createChild("div", "search-status-bar-summary");
  /external/chromium_org/tools/perf/metrics/
media.js 198 // Returns a summary (info + metrics) for all media metrics.
  /external/doclava/src/com/google/doclava/
PageMetadata.java 128 //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
256 if (Doclava.META_DBG) System.out.println("Summary (" + sumFrom + "): " + sum.length()
389 * Normalize a page summary string and truncate as needed. Strings
394 * @param s String extracted from the page as it's summary.
564 private String mSummary; // Summary for card or similar use
642 buf.append(" \"summary\":\"" + list.get(i).mSummary + "\",\n" )
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 142 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".
3945 sub summary() subroutine
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 1175 const AtomicString& summary = toElement(curr->node())->getAttribute(summaryAttr); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 1039 summary {
1043 summary::-webkit-details-marker {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.cpp 556 const AtomicString& HTMLTableElement::summary() const function in class:blink::HTMLTableElement
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 411 * 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
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/lldb/test/functionalities/data-formatter/data-formatter-objc/
TestDataFormatterObjC.py 197 """Check that Unicode characters come out of CFString summary correctly."""
204 """Check that Unicode characters come out of CFString summary correctly."""
229 """Check that Unicode characters come out of CFString summary correctly."""
245 self.runCmd('type summary clear', check=False)
276 self.runCmd('type summary clear', check=False)
282 self.runCmd("type summary add --summary-string \"${var%@}\" MyClass")
290 # Now let's delete the 'MyClass' custom summary.
291 self.runCmd("type summary delete MyClass")
294 self.expect("type summary list", matching=False
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
progress_center_item_group.js 293 * Obtains the summary of the set.
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 10026 volatile int summary = 1; \/* Print the error summary at the end *\/ local
10160 summary = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorStyle.css     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 61 this.summaryElement_ = element.querySelector('.preview-summary');
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 420 * @return {Array.<cvox.NavDescription>} The summary of the current position.
892 * @return {Array.<cvox.NavDescription>} The summary of the current position.
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 94 this.summary_ = $('downloads-summary-text');
153 * Update the summary block above the results
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 274 json_filename: basename of the JSON summary file to load for each builder
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
file_manager.css 1141 /* The selection summary text at the bottom of the preview pane. */
1142 .preview-summary {
1150 .preview-summary .calculating-size {
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]

Completed in 1392 milliseconds

<<111213