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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 19 Field summary
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
heap-snapshot-performance-test.js 28 var fullTimerCookie = timer.start("full-summary-snapshot-time");
  /external/chromium_org/third_party/codesighs/
autosummary.unix.bash 85 echo "usage: $0 <save_results> <old_results> <summary>"
89 echo " It is used to diff with current results and come up with a summary"
92 echo " <summary> is a file which will contain a human readable report."
101 echo "For much more detail on size drifts refer to the summary report."
244 $OBJROOT/dist/bin/maptsvdifftool $ZERODRIFT --summary --input $DIFFFILE
basesummary.unix.bash 93 echo "usage: $0 <save_results> <old_results> <summary>"
97 echo " It is used to diff with current results and come up with a summary"
100 echo " <summary> is a file which will contain a human readable report."
109 echo "For much more detail on size drifts refer to the summary report."
248 $OBJROOT/dist/bin/maptsvdifftool $ZERODRIFT --summary --input $DIFFFILE
basesummary.win.bash 87 echo "usage: $0 <save_results> <old_results> <summary>"
91 echo " It is used to diff with current results and come up with a summary"
94 echo " <summary> is a file which will contain a human readable report."
103 echo "For much more detail on size drifts refer to the summary report."
218 $OBJROOT/dist/bin/maptsvdifftool --negation --summary --input $DIFFFILE | dos2unix
  /external/chromium_org/third_party/icu/source/test/intltest/
jamotest.cpp 445 const UnicodeString& summary, UBool pass,
447 UnicodeString jsum = jamoToName(summary);
cpdtrtst.cpp 431 const UnicodeString& summary, UBool pass,
434 logln(UnicodeString("(")+tag+") " + prettify(summary));
437 + prettify(summary)
  /external/icu/icu4c/source/test/intltest/
jamotest.cpp 445 const UnicodeString& summary, UBool pass,
447 UnicodeString jsum = jamoToName(summary);
cpdtrtst.cpp 431 const UnicodeString& summary, UBool pass,
434 logln(UnicodeString("(")+tag+") " + prettify(summary));
437 + prettify(summary)
  /external/libvpx/libvpx/test/
tools_common.sh 197 "${decoder}" "$input" --summary --noblit "$@" > /dev/null 2>&1
199 cat "${input}" | "${decoder}" - --summary --noblit "$@" > /dev/null 2>&1
  /external/lldb/tools/lldb-perf/lib/
Xcode.cpp 21 auto summary = value.GetSummary(); local
30 printf("%s %s = 0x%llx (%llu) %s\n",value.GetTypeName(),value.GetName(),num_value, num_value,summary);
  /external/lldb/utils/test/
ras.py 28 """Run the testsuite and return a (summary, output) tuple."""
107 summary, output = runTestsuite(testDir, sessDir, opts.environments)
111 outer['Subject'] = summary
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 259 "Topics are 'data' to show a summary of the collected data, "
493 summary = self.coverage.data.summary(fullpath=True)
494 if summary:
495 filenames = sorted(summary.keys())
498 print("%s: %d lines" % (f, summary[f]))
control.py 16 from coverage.summary import SummaryReporter
496 summary = self.data.summary()
497 if not summary:
551 """Write a summary report to `file`.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 54 /// <summary>
56 /// </summary>
64 /// <summary>
66 /// </summary>
77 /// <summary>
79 /// </summary>
87 /// <summary>
89 /// </summary>
101 /// <summary>
103 /// </summary>
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_unittest.cc 113 ResourcePrefetchPredictor::URLRequestSummary summary; local
114 summary.navigation_id = CreateNavigationID(process_id, render_frame_id,
116 summary.resource_url = GURL(resource_url);
117 summary.resource_type = resource_type;
118 summary.mime_type = mime_type;
119 summary.was_cached = was_cached;
120 return summary;
    [all...]
  /external/ltrace/
handle_event.c 44 #include "summary.h"
468 if (! options.summary)
534 if (! options.summary)
536 } else if (options.summary) {
662 if (options.summary)
755 if (! options.summary)
789 if (opt_T || options.summary) {
827 if (opt_T || options.summary) {
  /external/ceres-solver/internal/ceres/
system_test.cc 151 Solver::Summary summary; local
154 &summary);
164 CHECK_NE(summary.termination_type, ceres::FAILURE)
  /external/chromium_org/tools/binary_size/
explain_binary_size_delta.py 151 """Stores a summary of data of a certain kind."""
161 """Outputs to stdout a summary of changes based on the symbol lists."""
189 summary = 'Total change: %s bytes' % DeltaStr(total_change)
190 print(summary)
191 print('=' * len(summary))
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 9 /// <summary>
11 /// </summary>
14 /// <summary>
16 /// </summary>
29 /// <summary>
32 /// </summary>
  /external/chromium_org/chrome/renderer/resources/
neterror.js 137 if (templateData.summary && !templateData.summary.msg) {
  /external/chromium_org/gpu/tools/
check_gpu_bots.py 490 def writeResults(self, summary):
496 f.write(json.dumps(summary))
532 summary = getSummary(offline_bots, failed_bots)
533 self.writeResults(summary)
  /external/chromium_org/testing/gtest/test/
gtest-test-part_test.cc 73 EXPECT_STREQ("something is terribly wrong", result.summary());
  /external/compiler-rt/lib/lsan/
lsan_common.cc 598 InternalScopedBuffer<char> summary(kMaxSummaryLength);
599 internal_snprintf(summary.data(), summary.size(),
602 ReportErrorSummary(summary.data());
  /external/gtest/test/
gtest-test-part_test.cc 73 EXPECT_STREQ("something is terribly wrong", result.summary());

Completed in 1068 milliseconds

1 2 3 4 5 6 78 91011>>