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

<<11121314151617181920>>

  /external/mockito/src/main/java/org/mockito/internal/configuration/injection/
PropertyAndSetterInjection.java 80 FieldInitializationReport report = initializeInjectMocksField(injectMocksField, injectMocksFieldOwner); local
84 Class<?> fieldClass = report.fieldClass();
85 Object fieldInstanceNeedingInjection = report.fieldInstance();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
format.py 60 cmd, report, rc = libcxx.test.format.LibcxxTestFormat._build(
63 return cmd, report, rc
79 return cmd, report, rc
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/android/test/
format.py 60 cmd, report, rc = libcxx.test.format.LibcxxTestFormat._build(
63 return cmd, report, rc
79 return cmd, report, rc
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 119 Log.e(TAG, "Cannot create analyze report file.");
161 Log.e(TAG, "Error in serialize analyze report to JSON");
171 * and return an analyze report to caller
181 AnalyzeReport report = new AnalyzeReport(); local
202 report.reason = "Unable to to load recorded video.";
203 return report;
208 report.reason = "Video too short.";
209 return report;
215 report.reason = "Too many invalid frames.";
216 return report;
    [all...]
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 40 def _check_simple_minidump_send(self, report, log_path=None):
41 result = self._call_sender_one_crash(report=report)
71 """Test sending a single minidump crash report."""
76 """Test that a minidump report with an auxiliary log is sent."""
105 """Test sending a single kcrash report."""
111 result = self._call_sender_one_crash(report=kcrash_fake_report)
248 if ('Removing recent incomplete report' in results['output'] or
265 results = self._call_sender_one_crash(report=meta_file)
281 result = self._call_sender_one_crash(report=meta_file
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 148 auto report = llvm::make_unique<BugReport>(
150 report->addRange(CE->getArg(0)->getSourceRange());
151 C.emitReport(std::move(report));
210 auto Report = llvm::make_unique<BugReport>(
212 Report->addRange(CE->getArg(0)->getSourceRange());
213 C.emitReport(std::move(Report));
233 auto report = llvm::make_unique<BugReport>(
236 report->addRange(CE->getArg(0)->getSourceRange());
237 C.emitReport(std::move(report));
278 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N)
    [all...]
  /external/clang/utils/analyzer/
CmpRuns.py 44 def __init__(self, data, report, htmlReport):
47 self._report = report
170 report = AnalysisReport(self, data.pop('files'))
171 diagnostics = [AnalysisDiagnostic(d, report, h)
177 report.diagnostics.extend(diagnostics)
178 self.reports.append(report)
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
AutomaticActivity.java 63 abstract void report(String name, float value); method in class:AutomaticActivity.FinalCallback
148 void report(String name, float value) {
208 c.report("averageError", (mTotalError / mTotalTests));
210 c.report(String.format("tests with error over %1.3f", ERROR_CUTOFFS[i]),
214 c.report("tests regressed", mTestsRegressed);
215 c.report("tests improved", mTestsImproved);
  /prebuilts/go/darwin-x86/src/os/
error.go 47 // IsExist returns a boolean indicating whether the error is known to report
55 // report that a file or directory does not exist. It is satisfied by
62 // report that permission is denied. It is satisfied by ErrPermission as well
  /prebuilts/go/linux-x86/src/os/
error.go 47 // IsExist returns a boolean indicating whether the error is known to report
55 // report that a file or directory does not exist. It is satisfied by
62 // report that permission is denied. It is satisfied by ErrPermission as well
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
ReportExporter.java 39 * Exports the xml report to a file.
48 public ReportExporter(Context context, String report) {
50 this.mTestReport = report;
76 LOG.log(Level.WARNING, "I/O exception writing report to storage.", e);
84 LOG.log(Level.WARNING, "I/O exception closing report.", e);
  /external/autotest/client/common_lib/
profiler_manager.py 92 def report(self, test): member in class:profiler_manager
93 """ Report on all enabled profilers """
95 p.report(test)
  /external/eigen/bench/btl/actions/
action_matrix_matrix_product_bis.hh 97 chronos.report(true);
113 chronos.report(true);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationCreationMethodTest.java 81 report(locale.getDisplayName(), randString1, key1, key2);
112 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) method in class:CollationCreationMethodTest
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationCreationMethodTest.java 80 report(locale.getDisplayName(), randString1, key1, key2);
111 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) method in class:CollationCreationMethodTest
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/
ReportOutputFolderTest.java 12 package org.jacoco.report.internal;
19 import org.jacoco.report.MemoryMultiReportOutput;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
PackagePageTest.java 12 package org.jacoco.report.internal.html.page;
27 import org.jacoco.report.ISourceFileLocator;
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
count_instructions.c 30 u64 overhead, bool report)
49 if (report) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
instruction_count_test.c 26 uint64_t overhead, bool report)
50 if (report) {
  /external/toolchain-utils/automation/clients/report/dejagnu/
main.py 14 import report
66 'content and generate a single report file in selected format '
68 usage=('Usage: %prog report (-m manifest.xfail) [-o report.html] '
93 sys.exit('Please provide name for report file.')
104 html = report.Generate(test_runs, manifests)
109 logging.info('Wrote report to "%s" file.', opts.output)
119 ' report - generate report file for selected test runs'
129 cmd_map = {'manifest': ManifestCommand, 'report': ReportCommand
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/test/
oneWayVideoStreamingWithDownloadingFile.js 19 var report = test.createStatisticsReport("testOneWayVideoWithDownloading");
101 report.collectStatsFromPeerConnection("bot1", pc1);
102 report.collectStatsFromPeerConnection("bot2", pc2);
105 report.finish(test.done);
two_way_video_streaming.js 15 var report = test.createStatisticsReport("two_way_video_streaming");
99 report.collectStatsFromPeerConnection("bot1", pc1);
100 report.collectStatsFromPeerConnection("bot2", pc2);
103 report.finish(test.done);
webrtc_video_streaming.js 15 var report = test.createStatisticsReport("webrtc_video_streaming");
92 report.collectStatsFromPeerConnection("bot1", pc1);
93 report.collectStatsFromPeerConnection("bot2", pc2);
96 report.finish(test.done);
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
DiffUtilTest.java 345 String report = mLog.toString(); local
346 assertThat(report, applied.size(), is(after.size()));
350 assertThat(report, item.newItem, is(true));
352 assertThat(report, item.newItem, is(false));
353 assertThat(report, item.changed, is(true));
354 assertThat(report, item.id, is(after.get(i).id));
355 assertThat(report, item.payload, is(after.get(i).payload));
357 assertThat(report, item, equalTo(after.get(i)));
  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.cpp 60 InputReportDefinition* report) {
72 setInputReportDefinition(report);

Completed in 1169 milliseconds

<<11121314151617181920>>