HomeSort by: relevance | last modified time | path
    Searched defs:summary (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/
make-check-all.sh 169 summary () function
196 | summary
  /src/external/gpl3/gdb/dist/gdb/testsuite/
make-check-all.sh 170 summary () function
197 | summary
  /src/external/bsd/nvi/docs/USD.doc/exref/
Makefile 10 SUBARTICLES= reference summary
12 SRCS.summary= ex.summary
  /src/external/bsd/nvi/docs/USD.doc/vitut/
Makefile 10 SUBARTICLES= vitut summary
12 SRCS.summary= vi.summary
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
getifaddrs.c 88 const char *summary = local
91 state = test_state_create(srp_servers, "ioloop_map_interface_addresses test", NULL, summary, NULL);
  /src/bin/dd/
misc.c 72 summary(void) function
145 summary();
153 summary();
187 * Write summary to stderr according to format 'fmt'. If 'enable' is 0, it
  /src/external/apache2/llvm/dist/clang/utils/
ClangDataFormat.py 25 debugger.HandleCommand("type summary add -F ClangDataFormat.SourceLocation_summary clang::SourceLocation")
26 debugger.HandleCommand("type summary add -F ClangDataFormat.QualType_summary clang::QualType")
27 debugger.HandleCommand("type summary add -F ClangDataFormat.StringRef_summary llvm::StringRef")
30 return SourceLocation(srcloc).summary()
33 return QualType(qualty).summary()
36 return StringRef(strref).summary()
60 def summary(self): member in class:SourceLocation
76 def summary(self): member in class:QualType
88 def summary(self): member in class:StringRef
  /src/external/bsd/wpa/dist/hostapd/
wps-ap-nfc.py 28 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...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 84 // Gets the summary of the failure message.
85 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
108 // Gets the summary of the failure message by omitting the stack
118 std::string summary_; // The test failure summary.
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
p2p-nfc.py 39 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...]
wps-nfc.py 32 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...]
dpp-nfc.py 50 def summary(txt, color=None): function
61 summary(txt)
72 summary("Could not find wpa_supplicant: %s", str(error))
76 summary("No wpa_supplicant control interface found")
86 summary("Trying to use control interface " + ctrl)
91 summary("Could not connect to wpa_supplicant")
100 summary("Could not parse DPP URI from NFC URI record", color=C_RED)
103 summary("peer_id=%d for URI from NFC Tag: %s" % (peer_id, uri))
112 summary("Initiate DPP authentication: " + cmd)
115 summary("Failed to initiate DPP Authentication", color=C_RED
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
symbol-summary.h 1 /* Callgraph summary data structure.
40 m_allocator ("function summary" PASS_MEM_STAT)
124 /* Symbol table the summary is registered to. */
127 /* Insertion function defined by a summary. */
129 /* Removal function defined by a summary. */
131 /* Duplication function defined by a summary. */
134 /* Internal summary insertion hook pointer. */
136 /* Internal summary removal hook pointer. */
138 /* Internal summary duplication hook pointer. */
142 /* Return true when the summary uses GGC memory for allocation. *
292 function_summary *summary = (function_summary <T *> *) (data); local
301 function_summary *summary = (function_summary <T *> *) (data); local
310 function_summary *summary = (function_summary <T *> *) (data); local
482 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
491 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
503 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
778 call_summary *summary = (call_summary <T *> *) (data); local
787 call_summary *summary = (call_summary <T *> *) (data); local
940 fast_call_summary *summary = (fast_call_summary <T *, V> *) (data); local
949 fast_call_summary *summary = (fast_call_summary <T *, V> *) (data); local
    [all...]
ipa-fnsummary.h 88 /* Summary about function and stack frame sizes. We keep this info
124 /* Keep all field empty so summary dumping works during its computation.
189 are often adjusted by IPA optimizations and thus this summary
190 is generated from call summary information when needed. */
232 class ipa_fn_summary_t *summary local
234 summary->disable_insertion_hook ();
235 return summary;
279 /* Keep all field empty so summary dumping works during its computation.
316 /* Hook that is called by summary when an edge is duplicated. */
355 /* This object describe a context of call. That is a summary of know
    [all...]
ipa-prop.h 585 /* Summary describing a single formal parameter. */
1066 /* Function summary for ipa_node_params. */
1076 /* Hook that is called by summary when a node is duplicated. */
1083 /* Summary to manange ipa_edge_args structures. */
1096 /* Hook that is called by summary when an edge is removed. */
1098 /* Hook that is called by summary when an edge is duplicated. */
1105 /* Function summary where the parameter infos are actually stored. */
1107 /* Call summary to store information about edges such as jump functions. */
1110 /* Function summary for IPA-CP transformation. */
1122 ipcp_transformation_t *summary local
    [all...]
tree-ssa-dse.cc 372 modref_summary *summary = get_modref_function_summary (call, &interposed); local
374 if (summary && !interposed)
375 for (auto kill : summary->kills)
1092 TODO: We can also use modref summary to handle calls. */
1334 /* Try to prove, using modref summary, that all memory written to by a call is
1379 modref_summary *summary = get_modref_function_summary (node); local
1380 if (!summary || !summary->try_dse)
1386 for (auto base_node : summary->stores->bases)
1446 modref summary. Note we specifically allow ref to be initialize
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
symbol-summary.h 1 /* Callgraph summary data structure.
40 m_allocator ("function summary" PASS_MEM_STAT)
124 /* Symbol table the summary is registered to. */
127 /* Insertion function defined by a summary. */
129 /* Removal function defined by a summary. */
131 /* Duplication function defined by a summary. */
134 /* Internal summary insertion hook pointer. */
136 /* Internal summary removal hook pointer. */
138 /* Internal summary duplication hook pointer. */
142 /* Return true when the summary uses GGC memory for allocation. *
292 function_summary *summary = (function_summary <T *> *) (data); local
301 function_summary *summary = (function_summary <T *> *) (data); local
310 function_summary *summary = (function_summary <T *> *) (data); local
482 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
491 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
503 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
778 call_summary *summary = (call_summary <T *> *) (data); local
787 call_summary *summary = (call_summary <T *> *) (data); local
940 fast_call_summary *summary = (fast_call_summary <T *, V> *) (data); local
949 fast_call_summary *summary = (fast_call_summary <T *, V> *) (data); local
    [all...]
ipa-fnsummary.h 88 /* Summary about function and stack frame sizes. We keep this info
124 /* Keep all field empty so summary dumping works during its computation.
187 are often adjusted by IPA optimizations and thus this summary
188 is generated from call summary information when needed. */
230 class ipa_fn_summary_t *summary local
232 summary->disable_insertion_hook ();
233 return summary;
276 /* Keep all field empty so summary dumping works during its computation.
313 /* Hook that is called by summary when an edge is duplicated. */
352 /* This object describe a context of call. That is a summary of know
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
valprint.h 109 /* If true, print the value in "summary" form.
110 If raw and summary are both true, don't print non-scalar values
112 bool summary; member in struct:value_print_options
  /src/external/gpl3/gdb/dist/gdb/
valprint.h 109 /* If true, print the value in "summary" form.
110 If raw and summary are both true, don't print non-scalar values
112 bool summary; member in struct:value_print_options
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-driver.c 97 struct gcov_summary summary; member in struct:gcov_summary_buffer
251 struct gcov_summary *summary)
280 gcov_read_summary (summary);
356 filename, f_ix >= 0 ? "function" : "summary",
503 /* Write counters in GI_PTR and the summary in PRG to a gcda file. In
609 statistics to the correct summary. An object file might be embedded
618 struct gcov_summary summary = {}; local
637 error = merge_one_data (gf->filename, gi_ptr, &summary);
647 summary.runs++;
648 summary.sum_max += run_max
    [all...]
libgcov.h 241 struct gcov_summary summary; member in struct:gcov_info
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-driver.c 97 struct gcov_summary summary; member in struct:gcov_summary_buffer
251 struct gcov_summary *summary)
280 gcov_read_summary (summary);
356 filename, f_ix >= 0 ? "function" : "summary",
485 /* Write counters in GI_PTR and the summary in PRG to a gcda file. In
591 statistics to the correct summary. An object file might be embedded
600 struct gcov_summary summary = {}; local
619 error = merge_one_data (gf->filename, gi_ptr, &summary);
629 summary.runs++;
630 summary.sum_max += run_max
    [all...]
libgcov.h 246 struct gcov_summary summary; member in struct:gcov_info
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 952 InternalScopedString summary; local
953 summary.AppendF("%zu byte(s) leaked in %zu allocation(s).", bytes,
955 ReportErrorSummary(summary.data());

Completed in 28 milliseconds

1 2