HomeSort by relevance Sort by last modified time
    Searched refs:report (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 9 package com.vladium.emma.report.html.doc;
IElement.java 9 package com.vladium.emma.report.html.doc;
HTMLDocument.java 9 package com.vladium.emma.report.html.doc;
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 273 * True to report invalid characters in node names, attributes, elements,
391 report(DOMError.SEVERITY_WARNING, "cdata-sections-splitted");
393 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
417 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
462 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
484 private void report(short severity, String type) {
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 9 package com.vladium.emma.report;
21 import com.vladium.emma.report.IReportEnums.DepthAttribute;
22 import com.vladium.emma.report.IReportEnums.UnitsTypeAttribute;
32 * ReportCfg is a container for report type {@link ReportCfg.Element}s that are
33 * in turn containers for all properties that could be set on a <report>
34 * report type configurator (<txt>, <html>, etc). The elements provide
35 * the ability for report properties to be set either via the generic <property>
40 * Note that ReportCfg does not handle any non-report related properties.
42 * parent's responsibility to merge any inherited report properties with
142 // generically named settings don't override report named settings
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 9 package com.vladium.emma.report;
127 processor.setReportTypes (m_reportTypes); // no "txt" default for report processor
ClassItem.java 9 package com.vladium.emma.report;
MethodItem.java 9 package com.vladium.emma.report;
71 if ($assert.ENABLED) $assert.ASSERT (false, "excluded method in report data model");
ReportDataModel.java 9 package com.vladium.emma.report;
145 // TODO: report generators work off data model views only; I should deref
SourcePathCache.java 9 package com.vladium.emma.report;
IItemAttribute.java 9 package com.vladium.emma.report;
ReportProcessor.java 9 package com.vladium.emma.report;
108 throw new IllegalStateException ("report types not set");
  /external/v8/test/es5conform/
harness-adapt.js 55 this.report();
58 TestHarness.prototype.report = function () {
  /frameworks/base/services/java/com/android/server/am/
AppErrorDialog.java 69 res.getText(com.android.internal.R.string.report),
StrictModeViolationDialog.java 70 res.getText(com.android.internal.R.string.report),
AppNotRespondingDialog.java 89 res.getText(com.android.internal.R.string.report),
133 Slog.w(TAG, "bug report receiver dissappeared", e);
  /development/pdk/docs/source/
source_toc.cs 28 <li><a href="<?cs var:toroot ?>source/report-bugs.html">Reporting Bugs</a></li>
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
maximum-age.js 54 // Update the mock service to report an error.
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 9 package com.vladium.emma.report.html;
40 import com.vladium.emma.report.AbstractReportGenerator;
41 import com.vladium.emma.report.AllItem;
42 import com.vladium.emma.report.ClassItem;
43 import com.vladium.emma.report.IItem;
44 import com.vladium.emma.report.IItemAttribute;
45 import com.vladium.emma.report.IItemMetadata;
46 import com.vladium.emma.report.ItemComparator;
47 import com.vladium.emma.report.MethodItem;
48 import com.vladium.emma.report.PackageItem
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 723 // Generate the log report first because we want to control where line breaks
725 StringBuilder report = new StringBuilder(); local
728 report.append(String.format("Created AVD '%1$s' based on %2$s",
731 report.append(String.format("Created AVD '%1$s' based on %2$s (%3$s)", name,
737 report.append(",\nwith the following hardware config:\n");
739 report.append(String.format("%s=%s\n",entry.getKey(), entry.getValue()));
742 report.append("\n");
745 log.printf(report.toString());
    [all...]
  /external/webkit/WebKit/android/
TimeCounter.cpp 123 void TimeCounter::report(const KURL& url, int live, int dead, size_t arenaSize) function in class:android::TimeCounter
  /build/
envsetup.sh 967 local report
968 for report in ${reports[@]}
970 echo "/sdcard/bugreports/${report}"
971 adb pull /sdcard/bugreports/${report} ${report}
972 gunzip ${report}
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 44 import com.vladium.emma.report.AbstractReportGenerator;
45 import com.vladium.emma.report.IReportGenerator;
46 import com.vladium.emma.report.SourcePathCache;
257 throw new IllegalStateException ("report types not set");
590 // [assertion: the report exit hook is done]
622 log.log (Logger.SEVERE, "exception while creating a report:", reportFailure);
706 // if requested, dump raw data before running report generators:
    [all...]
  /external/elfutils/tests/
Makefile 660 report=""; \
662 report="Please report to $(PACKAGE_BUGREPORT)"; \
663 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
664 dashes="$$report"; \
670 test -z "$$report" || echo "$$report"; \
  /external/emma/core/java12/com/vladium/emma/
Command.java 24 import com.vladium.emma.report.reportCommand;
46 else if ("report".equals (name))

Completed in 634 milliseconds

1 2 34 5 6