HomeSort by relevance Sort by last modified time
    Searched refs:report (Results 326 - 350 of 1835) sorted by null

<<11121314151617181920>>

  /external/autotest/site_utils/stable_images/
assign_stable_images.py 119 Class to report and apply version changes.
132 Methods meant merely to report changes to command output have names
133 starting with "report" or "_report". Methods that are meant to
180 def report(self, message): member in class:_VersionUpdater
182 Report a pre-formatted message for the user.
192 Report that the default version mapping is changing.
200 self.report('Default %s -> %s' % (old_default, new_default))
204 Report a change in one board's assigned version mapping.
214 self.report(template % (board, old_version, new_version))
218 Report that a board's version mapping is unchanged
    [all...]
  /external/curl/lib/
mk-ca-bundle.pl 188 sub report($@) { subroutine
287 report "SHA1 of old file: $oldsha1";
289 report "Downloading '$txt' ...";
294 report "Get certdata over HTTPS with curl!";
300 report "Failed downloading HTTPS with curl, trying HTTP with LWP";
309 report "Not modified";
315 report "Unable to download latest data: "
333 report "Downloaded file identical to previous run\'s source file. Exiting";
337 report "SHA1 of new file: $newsha1";
369 report "Processing '$txt' ..."
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 11 package com.vladium.emma.report.lcov;
18 import com.vladium.emma.report.AbstractReportGenerator;
19 import com.vladium.emma.report.AllItem;
20 import com.vladium.emma.report.ClassItem;
21 import com.vladium.emma.report.IItem;
22 import com.vladium.emma.report.ItemComparator;
23 import com.vladium.emma.report.MethodItem;
24 import com.vladium.emma.report.PackageItem;
25 import com.vladium.emma.report.SourcePathCache;
26 import com.vladium.emma.report.SrcFileItem
    [all...]
  /external/libcxx/utils/libcxx/test/
format.py 173 report = libcxx.util.makeReport(cmd, out, err, rc)
174 report += "Compilation failed unexpectedly!"
175 return lit.Test.FAIL, report
197 report = libcxx.util.makeReport(cmd, out, err, rc)
198 report = "Compiled With: %s\n%s" % (compile_cmd, report)
199 report += "Compiled test failed unexpectedly!"
200 return lit.Test.FAIL, report
235 report = libcxx.util.makeReport(cmd, out, err, rc)
238 return lit.Test.FAIL, report + report_msg + '\n
    [all...]
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
ReportTask.java 42 import org.jacoco.report.FileMultiReportOutput;
43 import org.jacoco.report.IMultiReportOutput;
44 import org.jacoco.report.IReportGroupVisitor;
45 import org.jacoco.report.IReportVisitor;
46 import org.jacoco.report.MultiReportVisitor;
47 import org.jacoco.report.ZipMultiReportOutput;
48 import org.jacoco.report.check.IViolationsOutput;
49 import org.jacoco.report.check.Limit;
50 import org.jacoco.report.check.Rule;
51 import org.jacoco.report.check.RulesChecker
    [all...]
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
SimpleCompilationTest.java 121 ScopedErrorReport report = scopedException.getScopedErrorReport(); local
122 assertNotNull(report);
123 assertEquals(1, report.getLocations().size());
124 Location loc = report.getLocations().get(0);
129 final File errorFile = new File(report.getFilePath());
169 ScopedErrorReport report = exception.getScopedErrorReport(); local
170 final File errorFile = new File(report.getFilePath());
183 assertEquals(1, report.getLocations().size());
184 Location loc = report.getLocations().get(0);
335 final ScopedErrorReport report = ex.getScopedErrorReport() local
356 final ScopedErrorReport report = ex.getScopedErrorReport(); local
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
SessionsPage.java 12 package org.jacoco.report.internal.html.page;
25 import org.jacoco.report.ILanguageNames;
26 import org.jacoco.report.internal.ReportOutputFolder;
27 import org.jacoco.report.internal.html.HTMLElement;
28 import org.jacoco.report.internal.html.IHTMLReportContext;
29 import org.jacoco.report.internal.html.index.ElementIndex;
30 import org.jacoco.report.internal.html.resources.Styles;
33 * Page to display information about sessions covered by this report.
37 private static final String MSG_SESSIONS = "This coverage report is based "
43 + "following classes is considered in this report:"
    [all...]
SourceHighlighter.java 12 package org.jacoco.report.internal.html.page;
22 import org.jacoco.report.internal.html.HTMLElement;
23 import org.jacoco.report.internal.html.resources.Styles;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
BarColumnTest.java 12 package org.jacoco.report.internal.html.table;
27 import org.jacoco.report.MemoryMultiReportOutput;
28 import org.jacoco.report.internal.ReportOutputFolder;
29 import org.jacoco.report.internal.html.HTMLDocument;
30 import org.jacoco.report.internal.html.HTMLElement;
31 import org.jacoco.report.internal.html.HTMLSupport;
32 import org.jacoco.report.internal.html.resources.Resources;
PercentageColumnTest.java 12 package org.jacoco.report.internal.html.table;
26 import org.jacoco.report.MemoryMultiReportOutput;
27 import org.jacoco.report.internal.ReportOutputFolder;
28 import org.jacoco.report.internal.html.HTMLDocument;
29 import org.jacoco.report.internal.html.HTMLElement;
30 import org.jacoco.report.internal.html.HTMLSupport;
31 import org.jacoco.report.internal.html.resources.Resources;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_query.c 96 uint32_t report; member in struct:nv30_query
120 q->report = 1;
124 q->report = 1;
131 q->report = 2 + (q->type - NV30_QUERY_ZCULL_0);
159 PUSH_DATA (push, (q->report << 24) | q->qo[0]->hw->start);
166 PUSH_DATA (push, q->report);
187 PUSH_DATA (push, (q->report << 24) | q->qo[1]->hw->start);
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.y 186 context->diagnostics->report(pp::Diagnostics::DIVISION_BY_ZERO,
205 context->diagnostics->report(pp::Diagnostics::DIVISION_BY_ZERO,
253 context->diagnostics->report(pp::Diagnostics::INTEGER_OVERFLOW,
266 context->diagnostics->report(pp::Diagnostics::UNDEFINED_IDENTIFIER,
307 context->diagnostics->report(pp::Diagnostics::INVALID_EXPRESSION,
336 mDiagnostics->report(Diagnostics::OUT_OF_MEMORY, token->location, "");
341 mDiagnostics->report(Diagnostics::INTERNAL_ERROR, token->location, "");
  /frameworks/base/libs/hwui/tests/macrobench/
TestSceneRunner.cpp 87 BenchmarkReporter::Run report; local
88 report.benchmark_name = info.name;
89 report.iterations = static_cast<int64_t>(opts.count);
90 report.real_accumulated_time = durationInS;
91 report.cpu_accumulated_time = durationInS;
92 report.items_per_second = opts.count / durationInS;
93 reports.push_back(report);
  /cts/tests/openglperf2/src/android/opengl2/cts/primitive/
GLPrimitiveBenchmark.java 144 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); local
145 report.setSummary("average_fps", score, ResultType.HIGHER_BETTER, ResultUnit.SCORE);
146 report.submit(getInstrumentation());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_modulefinder.py 227 def _do_test(self, info, report=False):
233 if report:
234 mf.report()
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ProductionComponentProcessingStep.java 96 ValidationReport<TypeElement> report =
98 report.printMessagesTo(messager);
99 builderReportsByComponent.put(element.getEnclosingElement(), report);
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 9 package com.vladium.emma.report.xml;
31 import com.vladium.emma.report.AbstractReportGenerator;
32 import com.vladium.emma.report.AllItem;
33 import com.vladium.emma.report.ClassItem;
34 import com.vladium.emma.report.IItem;
35 import com.vladium.emma.report.IItemAttribute;
36 import com.vladium.emma.report.IItemMetadata;
37 import com.vladium.emma.report.ItemComparator;
38 import com.vladium.emma.report.MethodItem;
39 import com.vladium.emma.report.PackageItem
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
RulesCheckerTest.java 12 package org.jacoco.report.check;
24 import org.jacoco.report.ILanguageNames;
25 import org.jacoco.report.ReportStructureTestDriver;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 227 def _do_test(self, info, report=False):
233 if report:
234 mf.report()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_modulefinder.py 227 def _do_test(self, info, report=False):
233 if report:
234 mf.report()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 227 def _do_test(self, info, report=False):
233 if report:
234 mf.report()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 227 def _do_test(self, info, report=False):
233 if report:
234 mf.report()
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar 

Completed in 866 milliseconds

<<11121314151617181920>>