Searched defs:report (Results 101 - 125 of 131) sorted by relevance

123456

/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c125 report again the break at 0x1234. To avoid a 2nd report
453 to report it to gdb.
1330 kwd_report_error report)
1395 if (report == kwd_report_all && partial_match == -1) {
1404 if (pass == 1 || report == kwd_report_none) {
1405 if (report != kwd_report_none) {
1468 /* report malformed binary integer */
1329 keyword_id(const HChar* keywords, const HChar* input_word, kwd_report_error report) argument
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... .io.ByteArrayOutputStream bos private boolean debug private boolean report private boolean print private boolean profile private boolean nfa private ...
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp317 // If argument is '0', report a warning.
519 BugReport *report = new BugReport(*BT, os.str(), N); local
520 report->addRange(CE->getArg(2)->getSourceRange());
521 C.emitReport(report);
608 BugReport *report = new BugReport(*BT, description, N); local
609 report->addRange(Arg->getSourceRange());
610 bugreporter::trackNullOrUndefValue(N, Arg, *report);
611 C.emitReport(report);
669 BugReport *report = new BugReport(*BT, os.str(), N); local
670 report
[all...]
H A DCStringChecker.cpp246 // Generate a report for this bug.
248 BugReport *report = new BugReport(*BT, os.str(), N); local
250 report->addRange(S->getSourceRange());
251 bugreporter::trackNullOrUndefValue(N, S, *report);
252 C.emitReport(report);
306 // Generate a report for this bug.
307 BugReport *report; local
309 report = new BugReport(*BT, warningMsg, N);
319 report = new BugReport(*BT, os.str(), N);
326 report
537 BugReport *report = local
606 BugReport *report = new BugReport(*BT_AdditionOverflow, warning, N); local
724 BugReport *report = new BugReport(*BT_NotCString, os.str(), N); local
788 BugReport *report = new BugReport(*BT_NotCString, local
[all...]
H A DRetainCountChecker.cpp970 // RetainCount checker to report leaks and use-after-free if SelfInit checker
2262 // do not report the binding.
2284 // Tell the BugReporterContext to report cases when the tracked symbol is
2374 // allocated, and only report a single path. To do this, we need to find
2488 // old one with an associated summary, and the bug report visitor gets very
2508 // the /last/ analysis, so clear them out to make sure the bug report
2748 // FIXME: If we get an error during a bridge cast, should we report it?
3279 CFRefReport *report = new CFRefReport(*BT, C.getASTContext().getLangOpts(), local
3282 report->addRange(ErrorRange);
3283 C.emitReport(report);
3512 CFRefReport *report = local
3542 CFRefReport *report = local
3749 CFRefReport *report = local
3804 CFRefLeakReport *report = new CFRefLeakReport(*BT, LOpts, GCEnabled, local
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_report.cc602 // immediately after printing error report.
605 explicit ScopedInErrorReport(ReportData *report = nullptr) {
609 // Do not print more than one report, otherwise they will mix up.
618 // an error report will finish doing it.
625 if (report) report_data = *report;
628 // Make sure the registry and sanitizer report mutexes are locked while
629 // we're printing an error report.
638 // Destructor is NORETURN, as functions that report errors are.
1014 ReportData report local
[all...]
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp207 void report(const char *msg, const MachineFunction *MF);
208 void report(const char *msg, const MachineBasicBlock *MBB);
209 void report(const char *msg, const MachineInstr *MI);
210 void report(const char *msg, const MachineOperand *MO, unsigned MONum);
211 void report(const char *msg, const MachineFunction *MF,
213 void report(const char *msg, const MachineBasicBlock *MBB,
215 void report(const char *msg, const MachineFunction *MF,
217 void report(const char *msg, const MachineBasicBlock *MBB,
310 report("Bad instruction parent pointer", MFI);
317 report("Missin
362 void MachineVerifier::report(const char *msg, const MachineFunction *MF) { function in class:MachineVerifier
374 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB) { function in class:MachineVerifier
386 void MachineVerifier::report(const char *msg, const MachineInstr *MI) { function in class:MachineVerifier
395 void MachineVerifier::report(const char *msg, function in class:MachineVerifier
404 void MachineVerifier::report(const char *msg, const MachineFunction *MF, function in class:MachineVerifier
410 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB, function in class:MachineVerifier
416 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB, function in class:MachineVerifier
426 void MachineVerifier::report(const char *msg, const MachineFunction *MF, function in class:MachineVerifier
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h437 int report)
441 report);
436 wpa_drv_probe_req_report(struct wpa_supplicant *wpa_s, int report) argument
H A Dwpa_supplicant.c5392 "RRM: Unexpected neighbor report timeout");
5396 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report - NONE");
5421 * wpas_rrm_process_neighbor_rep - Handle incoming neighbor report
5423 * @report: Neighbor report buffer, prefixed by a 1-byte dialog token
5424 * @report_len: Length of neighbor report buffer
5427 const u8 *report, size_t report_len)
5431 wpa_hexdump(MSG_DEBUG, "RRM: New Neighbor Report", report, report_len);
5435 if (report[0] != wpa_s->rrm.next_neighbor_rep_token - 1) {
5437 "RRM: Discarding neighbor report wit
5426 wpas_rrm_process_neighbor_rep(struct wpa_supplicant *wpa_s, const u8 *report, size_t report_len) argument
5579 struct rrm_link_measurement_report report; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jar ... .equinox.internal.p2.operations.ResolutionResult report org.eclipse.core.runtime.IStatus[] details ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar ... .xml .api_description about.html plugin.properties report/ report/format.xslt report/style.css scripts/ scripts ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp47 "where at least one report is valid (not suppressed)");
1634 BugReport *report = PDB.getBugReport(); local
1860 if (PathDiagnosticPiece *p = V->VisitNode(N, NextNode, PDB, *report)) {
1876 return report->isValid();
2795 /// A wrapper around a report graph, which contains only a single path, and its
3101 assert(R && "No original report found for sliced graph.");
3120 // based on our new report configuration.
3213 // We found a report and didn't suppress it.
3250 // Compute the bug report's hash to determine its equivalence class.
3293 // to 'Nodes'. Any of the reports will serve as a "representative" report
[all...]
/external/jetty/lib/
H A Dslf4j-api-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
/external/slf4j/integration/lib/
H A Dslf4j-api-1.6.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c181 int report);
1539 /* rtnetlink ifup handler will report interface as enabled */
6285 static int wpa_driver_nl80211_probe_req_report(struct i802_bss *bss, int report) argument
6289 if (!report) {
7293 static int driver_nl80211_probe_req_report(void *priv, int report) argument
7296 return wpa_driver_nl80211_probe_req_report(bss, report);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c181 int report);
1539 /* rtnetlink ifup handler will report interface as enabled */
6285 static int wpa_driver_nl80211_probe_req_report(struct i802_bss *bss, int report) argument
6289 if (!report) {
7293 static int driver_nl80211_probe_req_report(void *priv, int report) argument
7296 return wpa_driver_nl80211_probe_req_report(bss, report);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c181 int report);
1539 /* rtnetlink ifup handler will report interface as enabled */
6285 static int wpa_driver_nl80211_probe_req_report(struct i802_bss *bss, int report) argument
6289 if (!report) {
7293 static int driver_nl80211_probe_req_report(void *priv, int report) argument
7296 return wpa_driver_nl80211_probe_req_report(bss, report);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 795 milliseconds

123456