Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 25 of 1002) sorted by relevance

12345678910>>...41

/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh41 summary=""
45 summary="$summary Badness: $n_badness"
50 summary="$summary Warnings: $n_warn"
55 summary="$summary Bugs: $n_bugs"
60 summary="$summary Call Traces: $n_calltrace"
65 summary="$summary lockdep: $n_badness"
70 summary="$summary Stalls: $n_stalls"
75 summary="$summary Starves: $n_starves"
77 print_warning Summary: $summary
/external/objenesis/tck/src/main/java/org/objenesis/tck/
DTextReporter.java60 private final PrintStream summary; field in TextReporter
86 public TextReporter(PrintStream summary, PrintStream log) { in TextReporter() argument
87 this.summary = summary; in TextReporter()
148 summary.println("Running TCK on platform: " + platformDescription); in printResult()
149 summary.println(); in printResult()
152 summary.println("Instantiators used: "); in printResult()
156 summary.println(" " + o.getKey() + ": " + inst); in printResult()
158 summary.println(); in printResult()
161 summary.println("Not serializable parent constructor called as expected: " in printResult()
163 summary.println(); in printResult()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwps-nfc.py32 def summary(txt): function
39 summary(txt)
148 summary("received handover request {}".format(request.type))
151 summary("not a handover request")
156 summary("error decoding 'Hr' message: {}".format(e))
159 summary("send handover response {}".format(response.type))
164 summary("HandoverServer - request received")
175 summary("WPS carrier type match - add WPS carrier record")
178 summary("Could not get handover select carrier record from wpa_supplicant")
186 summary("Handover report rejected (responder)")
[all …]
Dp2p-nfc.py39 def summary(txt): function
46 summary(txt)
161 summary("Could not get handover request carrier record from wpa_supplicant")
190 summary("Trying to initiate NFC connection handover")
192 summary("Connected for handover")
194 summary("Handover connection refused")
198 summary("Other exception: " + str(e))
202 summary("Sending handover request")
205 summary("Failed to send handover request")
209 summary("Receiving handover response")
[all …]
/external/wpa_supplicant_8/hostapd/
Dwps-ap-nfc.py28 def summary(txt): function
35 summary(txt)
119 summary("received handover request {}".format(request.type))
122 summary("not a handover request")
127 summary("error decoding 'Hr' message: {}".format(e))
130 summary("send handover response {}".format(response.type))
134 summary("HandoverServer - request received")
146 summary("WPS carrier type match - add WPS carrier record")
149 summary("Could not get handover select carrier record from hostapd")
156 summary("Handover report rejected")
[all …]
/external/abi-compliance-checker/modules/Internals/Styles/
DCmpSystems.css17 table.summary, table.legend {
23 table.summary tr, table.summary td, table.summary th, table.legend td
32 table.summary th {
36 table.summary td {
41 table.summary td.object {
47 table.summary td.ver, table.summary th.ver {
/external/autotest/frontend/client/src/autotest/common/
DStatusSummary.java20 StatusSummary summary = new StatusSummary(); in getStatusSummary() local
21 summary.passed = getField(group, passCountField); in getStatusSummary()
22 summary.complete = getField(group, completeCountField); in getStatusSummary()
23 summary.incomplete = getField(group, incompleteCountField); in getStatusSummary()
24 summary.total = getField(group, groupCountField); in getStatusSummary()
27 summary.contents = Utils.JSONtoStrings(group.get("extra_info").isArray()); in getStatusSummary()
30 return summary; in getStatusSummary()
/external/autotest/client/site_tests/graphics_GpuReset/
Dgraphics_GpuReset.py59 summary = ''
63 summary += 'graphics_GpuReset iteration %d of %d\n' % (i, self.loops)
65 summary += 'initctl stop ui\n'
72 summary += utils.system_output(cmd, retain_output=True)
73 summary += '\n'
76 summary += 'initctl start ui\n'
85 f.write(summary)
92 results = summary.splitlines()
/external/valgrind/auxprogs/
Dgsl19test83 rm -rf log.verbose gsl-1.9 summary.txt
87 echo > summary.txt
117 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt
118 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.txt
119 (echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)) >> summary.txt
120 (echo -n " Valgrind passes: " && (grep PASS: out-V | wc -l)) >> summary.txt
121 echo >> summary.txt
Dgsl16test80 rm -rf log.verbose gsl-1.6-patched summary.txt
84 echo > summary.txt
112 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt
113 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.txt
114 (echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)) >> summary.txt
115 (echo -n " Valgrind passes: " && (grep PASS: out-VAL | wc -l)) >> summary.txt
116 echo >> summary.txt
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties7 CertPathReviewer.emptyCertPath.summary = PKIXCertPathReviewer: the CertPath is empty.
16 CertPathReviewer.notPermittedDN.summary = Name constraint error: certificate DN is not permitted.
23 CertPathReviewer.excludedDN.summary = Name constraint error: certificate DN is excluded.
30 CertPathReviewer.notPermittedEmail.summary = Name constraint error: not permitted email address.
37 CertPathReviewer.excludedEmail.summary = Name constraint error: excluded email address.
44 CertPathReviewer.notPermittedIP.summary = Name constraint error: not permitted IP address.
51 CertPathReviewer.excludedIP.summary = Name constraint error: excluded IP address.
57 CertPathReviewer.ncExtError.summary = Error processing the name constraints extension.
63 CertPathReviewer.subjAltNameExtError.summary = Error processing the subject alternative name extens…
70 CertPathReviewer.ncSubjectNameError.summary = Name constraint checking failed: exception extracting…
[all …]
/external/llvm/test/Bitcode/
Dthinlto-function-summary.ll1 ; RUN: opt -name-anon-functions -module-summary < %s | llvm-bcanalyzer -dump | FileCheck %s -check-…
2 ; Check for summary block/records.
4 ; Check the value ids in the summary entries against the
6 ; Also check the linkage field on the summary entries.
20 ; RUN: opt -name-anon-functions -module-summary < %s | llvm-dis | FileCheck %s
43 ; FIXME: Anonymous function and alias not currently in summary until
44 ; follow on fixes to rename anonymous functions and emit alias summary
47 ; ends up in the value symbol table and having a summary.
Dsummary_version.ll1 ; Check summary versioning
2 ; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
9 ; Need a function for the summary to be populated.
/external/libvpx/libvpx/test/
Dvpxdec.sh66 vpxdec "${VP8_IVF_FILE}" --summary --noblit
72 vpxdec_pipe "${VP8_IVF_FILE}" --summary --noblit
79 vpxdec "${VP9_WEBM_FILE}" --summary --noblit
87 vpxdec "${VP9_FPM_WEBM_FILE}" --summary --noblit --threads=$threads \
101 "${VP9_LT_50_FRAMES_WEBM_FILE}" --summary --noblit 2>&1 \
/external/toolchain-utils/automation/clients/report/dejagnu/
Dreport.py41 def _PrepareSummary(res_types, summary): argument
44 return summary.get(res_type, 0)
81 summary_all = _PrepareSummary(res_types, test_run.summary)
85 summary = filter(has_2nd, summary_all)
88 if summary or tests:
89 groups[res_group] = {'summary': summary, 'tests': tests}
/external/pdfium/third_party/libopenjpeg20/
D0012-mct_sse.patch26 /* <summary> */
28 /* </summary> */
35 /* <summary> */
37 /* </summary> */
44 /* <summary> */
46 /* </summary> */
/external/autotest/server/site_tests/cheets_CTS/
Dcheets_CTS.py191 datetime_id = self._parse_tradefed_datetime(output, self.summary)
300 self.summary = ''
343 self.summary += 'run(t=%d, p=%d, f=%d, ne=%d, w=%d)' % counts
359 self.summary)
404 self.summary += ' cont(t=%d, p=%d, f=%d, ne=%d, w=%d)' % (
411 self.summary)
421 (total_passed, notexecuted, self.summary))
449 self.summary += (
455 self.summary)
464 self.summary))
[all …]
/external/valgrind/none/tests/amd64/
Daes.c29 static void expand ( V128* dst, char* summary ) in expand() argument
32 assert( strlen(summary) == 32 ); in expand()
35 UChar x = summary[31-2*i]; in expand()
37 UChar y = summary[31-2*i-1]; in expand()
56 static void unexpand ( V128* dst, char* summary ) in unexpand() argument
60 *summary++ = tohex((dst->uChar[i] >> 4) & 0xf); in unexpand()
61 *summary++ = tohex(dst->uChar[i] & 0xf); in unexpand()
63 *summary = 0; in unexpand()
/external/e2fsprogs/tests/f_resize_inode/
Dexpect14 Pass 5: Checking group summary information
27 Pass 5: Checking group summary information
42 Pass 5: Checking group summary information
55 Pass 5: Checking group summary information
70 Pass 5: Checking group summary information
83 Pass 5: Checking group summary information
98 Pass 5: Checking group summary information
111 Pass 5: Checking group summary information
124 Pass 5: Checking group summary information
157 Pass 5: Checking group summary information
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py59 def upload(file, project_name, user_name, password, summary, labels=None): argument
83 form_fields = [('summary', summary)]
155 def upload_find_auth(file_path, project_name, summary, labels=None, argument
195 summary, labels)
226 if not options.summary:
243 options.summary, labels,
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPreference.java23 protected CharSequence summary; field in ShadowPreference
114 this.summary = context.getResources().getText(summaryResId); in setSummary()
118 public void setSummary(CharSequence summary) { in setSummary() argument
119 this.summary = summary; in setSummary()
124 return summary; in getSummary()
/external/autotest/server/site_tests/cheets_CTS_N/
Dcheets_CTS_N.py198 datetime_id = self._parse_tradefed_datetime_v2(output, self.summary)
316 self.summary = ''
371 self.summary += msg
389 self.summary)
440 self.summary += ' ' + msg
442 logging.warning('Test count inconsistent. %s', self.summary)
454 self.summary))
457 self.summary)
460 self.summary))
465 (steps, total_passed, waived, self.summary))
/external/llvm/test/Linker/
Dfuncimport.ll2 ; bitcode without summary sections gracefully.
5 ; RUN: llvm-link %t.bc -summary-index=%t.bc -S
9 ; RUN: opt -module-summary %s -o %t.bc
10 ; RUN: opt -module-summary %p/Inputs/funcimport.ll -o %t2.bc
15 ; RUN: llvm-link %t.bc -summary-index=%t3.thinlto.bc -S | FileCheck %s --check-prefix=EXPORTSTATIC
27 ; RUN: llvm-link %t2.bc -summary-index=%t3.thinlto.bc -import=globalfunc1:%t.bc -S | FileCheck %s -…
38 ; RUN: llvm-link %t2.bc -summary-index=%t3.thinlto.bc -import=globalfunc2:%t.bc -S | FileCheck %s -…
46 ; RUN: llvm-link %t2.bc -summary-index=%t3.thinlto.bc -import=globalfunc1:%t.bc -import=globalfunc2…
55 ; RUN: llvm-link %t2.bc -summary-index=%t3.thinlto.bc -import=globalfunc2:%t.bc -import=globalfunc1…
63 ; RUN: llvm-link %t2.bc -summary-index=%t3.thinlto.bc -import=linkoncefunc:%t.bc -S | FileCheck %s …
[all …]
/external/clang/utils/
DClangDataFormat.py30 return SourceLocation(srcloc).summary()
33 return QualType(qualty).summary()
36 return StringRef(strref).summary()
60 def summary(self): member in SourceLocation
76 def summary(self): member in QualType
88 def summary(self): member in StringRef
/external/skia/infra/bots/recipe_modules/skia_swarming/
Dapi.py195 summary = step_result.swarming.summary
196 if summary['shards'][0]['state'] in states_infra_failure:
203 self._add_log_links(step_result, step_result.swarming.summary)
206 def _add_log_links(self, step_result, summary): argument
209 shards = summary.get('shards')
214 for _, task in summary.get('tasks', {}).iteritems():

12345678910>>...41