Searched refs:report (Results 151 - 175 of 361) sorted by relevance

1234567891011>>

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DISimpleElement.java9 package com.vladium.emma.report.html.doc;
H A DTag.java9 package com.vladium.emma.report.html.doc;
H A DHTMLTable.java9 package com.vladium.emma.report.html.doc;
/external/icu/icu4c/source/samples/udata/
H A DMakefile50 .PHONY: all clean distclean check report
/external/skia/experimental/PdfViewer/
H A DSkPdfReporter.h65 // Calls SkPdfReport(...) if report is true.
66 void SkPdfReportIf(bool report,
72 // Reports an issue, along with information where it happened, for example obj can be used to report
74 // TODO(edisonn): add ability to report the callstack
/external/chromium_org/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/
H A DChromePass.java150 compiler.report(JSError.make(propertyKind, CR_DEFINE_PROPERTY_INVALID_PROPERTY_KIND,
169 compiler.report(JSError.make(exprResult, CR_MAKE_PUBLIC_INVALID_SECOND_ARGUMENT));
176 compiler.report(JSError.make(methodName, CR_MAKE_PUBLIC_INVALID_SECOND_ARGUMENT));
205 compiler.report(JSError.make(exprResult, CR_MAKE_PUBLIC_MISSED_DECLARATION, className,
245 compiler.report(JSError.make(jsDocSourceNode, CR_MAKE_PUBLIC_HAS_NO_JSDOC));
255 compiler.report(JSError.make(crExportPathNode,
273 compiler.report(JSError.make(crDefineCallNode, CR_DEFINE_WRONG_NUMBER_OF_ARGUMENTS));
280 compiler.report(JSError.make(namespaceArg, CR_DEFINE_INVALID_FIRST_ARGUMENT));
291 compiler.report(JSError.make(namespaceArg, CR_DEFINE_INVALID_SECOND_ARGUMENT));
301 compiler.report(JSErro
[all...]
/external/chromium_org/tools/grit/grit/
H A Dclique_unittest.py168 report = factory.MissingTranslationsReport()
169 self.failUnless(report.count('WARNING') == 1)
170 self.failUnless(report.count('8053599568341804890 "Goodbye" fr') == 1)
171 self.failUnless(report.count('ERROR') == 1)
172 self.failUnless(report.count('800120468867715734 "Hello" de') == 1)
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCDemoActivity.java194 for (StatsReport report : reports) {
197 if (report.id.equals("bweforvideo")) {
198 for (StatsReport.Value value : report.values) {
207 } else if (report.type.equals("googCandidatePair")) {
208 String activeConnectionStats = getActiveConnectionStats(report);
222 private String getActiveConnectionStats(StatsReport report) { argument
226 for (StatsReport.Value value : report.values) {
316 for (StatsReport report : reports) {
317 Log.d(TAG, "Stats: " + report.toString());
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service.cc219 explicit UploadContext(scoped_ptr<ClientIncidentReport> report);
222 // The report being uploaded.
223 scoped_ptr<ClientIncidentReport> report; member in class:safe_browsing::IncidentReportingService::UploadContext
242 scoped_ptr<ClientIncidentReport> report)
243 : report(report.Pass()) {
384 // Track the addition of all profiles even when no report is being assembled
399 // Start a new report if this profile participates in safe browsing and there
407 // and/or report processing if sb is currently disabled but subsequently
410 // Nothing else to do if a report i
241 UploadContext( scoped_ptr<ClientIncidentReport> report) argument
433 StartReportUpload( const IncidentReportUploader::OnResultCallback& callback, const scoped_refptr<net::URLRequestContextGetter>& request_context_getter, const ClientIncidentReport& report) argument
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlua.c135 static int report (lua_State *L, int status) { function
213 return report(L, status);
220 return report(L, status);
231 return report(L, status);
309 report(L, status);
340 return report(L, status);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py206 # but still report the error when the 72 first chars are whitespaces.
1211 options=None, report=None, **kwargs):
1247 self.report = report or options.report
1248 self.report_error = self.report.error
1326 self.report.increment_logical_line()
1409 self.report.init_file(self.filename, self.lines, expected, line_offset)
1457 return self.report.get_file_results()
1656 """Initialize the report instanc
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dreset_profile_settings_handler.cc126 std::string report = SerializeSettingsReport(*setting_snapshot_, local
130 SendSettingsFeedback(report, profile, is_reset_prompt_active ?
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dxmlreport.py8 from coverage.report import Reporter
25 def report(self, morfs, outfile=None, config=None): member in class:XmlReporter
26 """Generate a Cobertura-compatible XML report for `morfs`.
89 """Add to the XML report for a single file."""
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrDebugGL.cpp57 // unref & delete the texture units first so they don't show up on the leak report
63 this->report();
206 void GrDebugGL::report() const { function in class:GrDebugGL
/external/emma/core/java12/com/vladium/emma/
H A DEMMAProperties.java21 import com.vladium.emma.report.IReportProperties;
22 import com.vladium.emma.report.ReportProperties;
66 * done at the same point in time (useful for setting archive and report
159 // (5) system property redirects (report.out.encoding->file.encoding,
160 // report.out.dir->user.dir, etc)
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
H A DSDL_sysjoystick.c84 struct report { struct
135 struct report inreport;
148 static int report_alloc(struct report *, struct report_desc *, int);
149 static void report_free(struct report *);
260 struct report *rep;
321 SDL_SetError("%s: Input report descriptor has invalid length",
406 struct report *rep;
554 report_alloc(struct report *r, struct report_desc *rd, int repind)
579 SDL_SetError("Negative HID report size");
600 report_free(struct report *
[all...]
/external/skia/src/gpu/gl/debug/
H A DGrDebugGL.cpp56 // unref & delete the texture units first so they don't show up on the leak report
62 this->report();
205 void GrDebugGL::report() const { function in class:GrDebugGL
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm34 requested a token. Keep lexing until you get a valid one. Just report
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate.cc346 const std::string& report) const {
347 SendSettingsFeedback(report, profile_, PROFILE_RESET_PROMPT);
390 std::string report = local
392 SendFeedback(report);
H A Dresettable_settings_snapshot.h129 // Sends |report| as a feedback. |report| is supposed to be result of
131 void SendSettingsFeedback(const std::string& report,
/external/chromium_org/chrome/browser/resources/media/
H A Dwebrtc_logs.js87 template: 'Defect report from user',
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.h82 // Prepare an SSRC report for the given ssrc. Used internally
86 // Prepare an SSRC report for the given remote ssrc. Used internally.
102 // Adds a report for this certificate and every certificate in its chain, and
103 // returns the leaf certificate's report's ID.
120 StatsReport* report);
127 // A map from the report id to the report.
/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp78 Pass.TA.report(parm->getLocStart(),
/external/emma/ant/ant14/com/vladium/emma/
H A DemmaTask.java22 import com.vladium.emma.report.reportTask;
80 return addTask (new reportTask (this), getNestedTaskName ("report"));
/external/emma/core/java12/com/vladium/emma/report/
H A DItem.java9 package com.vladium.emma.report;

Completed in 6454 milliseconds

1234567891011>>