Searched defs:summary (Results 1 - 25 of 120) sorted by last modified time

12345

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/
H A 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("Handove
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A 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("Receivin
[all...]
H A 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("Handove
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c12857 UInt summary = 0; local
12861 summary = 1;
12864 summary = 2;
12867 summary = 3;
12872 if (rN == 15 && (summary == 2 || summary == 3 || isT))
12902 if (summary == 2 || summary == 3) {
12904 assign(rnTnew, binop(summary == 2 ? Iop_Add32 : Iop_Sub32,
12911 assign(taT, summary
12994 UInt summary = 0; local
13764 UInt summary = 0; local
14560 UInt summary; local
[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/skia/tools/lua/
H A Dlua_pictures.cpp91 const char* summary = gSummarizeFunc; local
93 summary = FLAGS_tailFunc[0];
97 SkLua L(summary);
/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/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPreference.java23 protected CharSequence summary; field in class:ShadowPreference
114 this.summary = context.getResources().getText(summaryResId);
118 public void setSummary(CharSequence summary) { argument
119 this.summary = summary;
124 return summary;
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h81 // Gets the summary of the failure message.
82 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
101 // Gets the summary of the failure message by omitting the stack
111 internal::String summary_; // The test failure summary.
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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/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/objenesis/tck/src/org/objenesis/tck/
H A DTextReporter.java30 * being read by a human. If can be reused to provide a summary reports of different candidates as
65 private final PrintStream summary; field in class:TextReporter
88 * @param summary Output of main report.
91 public TextReporter(PrintStream summary, PrintStream log) { argument
92 this.summary = summary;
142 * Print the final summary report
146 summary.println("Running TCK on platform: " + platformDescription);
147 summary.println();
149 summary
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h82 // Gets the summary of the failure message.
83 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
102 // Gets the summary of the failure message by omitting the stack
112 internal::String summary_; // The test failure summary.
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h82 // Gets the summary of the failure message.
83 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
102 // Gets the summary of the failure message by omitting the stack
112 internal::String summary_; // The test failure summary.
/external/ltrace/
H A Doptions.h41 int summary; /* count time, calls, and report a summary on program exit */ member in struct:options_t
/external/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h56 OptionValueString summary; // the name of a named summary member in class:lldb_private::OptionGroupVariable
57 OptionValueString summary_string; // a summary string
/external/lldb/source/API/
H A DSBTypeCategory.cpp333 SBTypeSummary summary)
341 if (!summary.IsValid())
347 if (summary.IsFunctionCode())
350 const char* script = summary.GetData();
370 summary.SetFunctionName(output.c_str());
379 m_opaque_sp->GetRegexSummaryNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), summary.GetSP());
381 m_opaque_sp->GetSummaryNavigator()->Add(ConstString(type_name.GetName()), summary.GetSP());
332 AddTypeSummary(SBTypeNameSpecifier type_name, SBTypeSummary summary) argument
H A DSBValue.cpp600 lldb::SBTypeSummary summary; local
609 summary.SetSP(summary_sp);
612 return summary;
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp21 auto summary = value.GetSummary(); local
30 printf("%s %s = 0x%llx (%llu) %s\n",value.GetTypeName(),value.GetName(),num_value, num_value,summary);

Completed in 5644 milliseconds

12345