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

<<11121314151617181920>>

  /external/mockito/src/org/mockito/internal/configuration/
SpyAnnotationEngine.java 53 FieldInitializationReport report = new FieldInitializer(testInstance, field).initialize(); local
54 instance = report.fieldInstance();
  /external/mockito/src/org/mockito/internal/configuration/injection/
ConstructorInjection.java 52 FieldInitializationReport report = new FieldInitializer(fieldOwner, field, simpleArgumentResolver).initialize(); local
54 return report.fieldWasInitializedUsingContructorArgs();
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug487.go 7 // The gccgo compiler did not reliably report mismatches between the
  /prebuilts/go/linux-x86/test/fixedbugs/
bug487.go 7 // The gccgo compiler did not reliably report mismatches between the
  /external/pdfium/tools/drmemory/scripts/
drmemory_analyze.py 22 def __init__(self, report, suppression, testcase):
23 self._report = report
29 # make sense in a multiprocess report.
44 output += "### BEGIN MEMORY TOOL REPORT (error hash=#%016X#)\n" % \
48 output += "The report came from the `%s` test.\n" % self._testcase
53 output += "### END MEMORY TOOL REPORT (error hash=#%016X#)\n" % \
122 report = "".join(self.ReadSection()).strip()
124 ret.append(DrMemoryError(report, suppression, testcase))
146 def Report(self, filenames, testcase, check_sanity):
159 # A similar report is about to be printed for this test
    [all...]
  /external/rmi4utils/rmidevice/
hiddevice.cpp 37 #define RMI_WRITE_REPORT_ID 0x9 // Output Report
38 #define RMI_READ_ADDR_REPORT_ID 0xa // Output Report
39 #define RMI_READ_DATA_REPORT_ID 0xb // Input Report
40 #define RMI_ATTN_REPORT_ID 0xc // Input Report
41 #define RMI_SET_RMI_MODE_REPORT_ID 0xf // Feature Report
151 // finish up data on the previous report
170 // reset values for the new report
384 // the attention report into it. If the buffer is
387 // of the report so failing to copy the data should not return
472 void HIDDevice::PrintReport(const unsigned char *report)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java 204 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled()); local
205 mLastBugReports.addLast(report);
210 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled()); local
211 report.alertData = alertData;
212 mLastAlerts.addLast(report);
512 BugReport report = new BugReport(); local
513 report.errorCode = errorCode;
514 report.systemTimeMs = System.currentTimeMillis();
515 report.kernelTimeNanos = System.nanoTime();
526 report.ringBuffers.put(buffer.name, buffers)
    [all...]
  /external/libogg/src/
bitwise.c 506 void report(char *in){ function
520 if(bytes!=compsize)report("wrong number of bytes!\n");
523 report("wrote incorrect value!\n");
529 report("out of data!\n");
531 report("looked at incorrect value!\n");
534 report("looked at single bit incorrect value!\n");
537 report("read incorrect single bit value!\n");
540 report("read incorrect value!\n");
543 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n");
555 if(bytes!=compsize)report("wrong number of bytes!\n")
    [all...]
  /art/test/023-many-interfaces/src/
ManyInterfaces.java 167 /** whether to report timing information */
171 * Report on a section.
173 private static void report(String label, long start, long end, int iter, method in class:ManyInterfaces
208 report("testIface001", start, end, iter, rept);
213 report("testIface049", start, end, iter, rept);
218 report("testIface099", start, end, iter, rept);
223 report("testVirt001", start, end, iter, rept);
228 report("testVirt049", start, end, iter, rept);
233 report("testVirt099", start, end, iter, rept);
238 report("testInst001", start, end, iter, rept)
    [all...]
  /external/libxml2/
schematron.c 81 * A Schematrons test, either an assert or a report
91 xmlChar *report; /* the message to report */ member in struct:_xmlSchematronTest
108 xmlChar *report; /* the message to report */ member in struct:_xmlSchematronRule
300 * @report: the associated report string
310 xmlNodePtr node, xmlChar *test, xmlChar *report)
341 ret->report = report;
857 xmlChar *report; local
1385 const xmlChar *report = NULL; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 375 report = []
376 def hooktester(count, block_size, total_size, _report=report):
381 self.assertEqual(len(report), 1)
382 self.assertEqual(report[0][2], 0)
389 report = []
390 def hooktester(count, block_size, total_size, _report=report):
395 self.assertEqual(len(report), 2)
396 self.assertEqual(report[0][1], 8192)
397 self.assertEqual(report[0][2], 5)
403 report = [
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 375 report = []
376 def hooktester(count, block_size, total_size, _report=report):
381 self.assertEqual(len(report), 1)
382 self.assertEqual(report[0][2], 0)
389 report = []
390 def hooktester(count, block_size, total_size, _report=report):
395 self.assertEqual(len(report), 2)
396 self.assertEqual(report[0][1], 8192)
397 self.assertEqual(report[0][2], 5)
403 report = [
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 375 report = []
376 def hooktester(count, block_size, total_size, _report=report):
381 self.assertEqual(len(report), 1)
382 self.assertEqual(report[0][2], 0)
389 report = []
390 def hooktester(count, block_size, total_size, _report=report):
395 self.assertEqual(len(report), 2)
396 self.assertEqual(report[0][1], 8192)
397 self.assertEqual(report[0][2], 5)
403 report = [
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 375 report = []
376 def hooktester(count, block_size, total_size, _report=report):
381 self.assertEqual(len(report), 1)
382 self.assertEqual(report[0][2], 0)
389 report = []
390 def hooktester(count, block_size, total_size, _report=report):
395 self.assertEqual(len(report), 2)
396 self.assertEqual(report[0][1], 8192)
397 self.assertEqual(report[0][2], 5)
403 report = [
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 174 bool GetValue(const StatsReport* report,
177 const StatsReport::Value* v = report->FindValue(name);
220 // Finds the |n|-th report of type |type| in |reports|.
221 // |n| starts from 1 for finding the first report.
275 const StatsReport* report = FindReportById(reports, *certificate_id); local
276 ASSERT_TRUE(report != NULL);
280 report, StatsReport::kStatsValueNameDer, &der_base64));
286 report,
294 EXPECT_TRUE(GetValue(report, StatsReport::kStatsValueNameFingerprint,
300 if (!GetValue(report, StatsReport::kStatsValueNameIssuerId
635 const StatsReport* report = FindNthReportByType( local
789 const StatsReport* report = local
1591 const StatsReport* report = FindNthReportByType( local
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 18 import com.vladium.emma.report.ReportCfg;
19 import com.vladium.emma.report.IReportEnums.DepthAttribute;
20 import com.vladium.emma.report.IReportEnums.UnitsTypeAttribute;
21 import com.vladium.emma.report.ReportCfg.Element_HTML;
22 import com.vladium.emma.report.ReportCfg.Element_LCOV;
23 import com.vladium.emma.report.ReportCfg.Element_TXT;
24 import com.vladium.emma.report.ReportCfg.Element_XML;
84 // report types:
163 // (2) named report settings override generic named settings
164 // (3) verbosity settings use dedicated attributes (not overlapping with report
    [all...]
  /external/icu/icu4c/source/test/intltest/
mnkytst.cpp 45 CollationMonkeyTest::report(UnicodeString& s, UnicodeString& t, int32_t result, int32_t revResult) function in class:CollationMonkeyTest
97 report( subs, subt, result, revResult);
104 report( subs, subt, result, revResult);
111 report(subs, subt, result, revResult);
167 report(subs, subt, result, revResult);
172 report(subs, subt, result, revResult);
177 report(subs, subt, result, revResult);
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
CounterColumnTest.java 12 package org.jacoco.report.internal.html.table;
29 import org.jacoco.report.MemoryMultiReportOutput;
30 import org.jacoco.report.internal.ReportOutputFolder;
31 import org.jacoco.report.internal.html.HTMLDocument;
32 import org.jacoco.report.internal.html.HTMLElement;
33 import org.jacoco.report.internal.html.HTMLSupport;
34 import org.jacoco.report.internal.html.resources.Resources;
TableTest.java 12 package org.jacoco.report.internal.html.table;
28 import org.jacoco.report.MemoryMultiReportOutput;
29 import org.jacoco.report.internal.ReportOutputFolder;
30 import org.jacoco.report.internal.html.HTMLDocument;
31 import org.jacoco.report.internal.html.HTMLElement;
32 import org.jacoco.report.internal.html.HTMLSupport;
33 import org.jacoco.report.internal.html.resources.Resources;
  /frameworks/base/services/core/java/com/android/server/am/
AppErrors.java 429 Slog.w(TAG, "bug report receiver dissappeared", e);
488 // can't give it a report button because that would require
489 // launching the report UI under a different user.
516 ActivityManager.ProcessErrorStateInfo report = new ActivityManager.ProcessErrorStateInfo(); local
518 report.condition = condition;
519 report.processName = app.processName;
520 report.pid = app.pid;
521 report.uid = app.info.uid;
522 report.tag = activity;
523 report.shortMsg = shortMsg
532 ApplicationErrorReport report = createAppErrorReportLocked(r, timeMillis, crashInfo); local
553 ApplicationErrorReport report = new ApplicationErrorReport(); local
    [all...]
  /external/autotest/client/cros/
crash_test.py 45 which contains one temporary file for each time a report is sent.
373 report):
374 """Create metadata for a fake crash report.
377 crash report for testing purposes.
383 @param report: Report to use for crash, if None we create one.
387 if report is None:
392 report = self.write_fake_meta(
394 return report
410 meta_path: path to the report metadata fil
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 9 package com.vladium.emma.report;
45 return new com.vladium.emma.report.html.ReportGenerator ();
47 return new com.vladium.emma.report.lcov.ReportGenerator ();
49 return new com.vladium.emma.report.txt.ReportGenerator ();
51 return new com.vladium.emma.report.xml.ReportGenerator ();
53 throw new EMMARuntimeException ("no report generator class found for type [" + type + "]");
80 m_log.warning ("debug data: no sources will be embedded in the report.");
107 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
109 m_log.warning ("debug data: since this was the only requested column, no report will be generated.");
115 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but")
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
Table.java 12 package org.jacoco.report.internal.html.table;
21 import org.jacoco.report.internal.ReportOutputFolder;
22 import org.jacoco.report.internal.html.HTMLElement;
23 import org.jacoco.report.internal.html.resources.Resources;
24 import org.jacoco.report.internal.html.resources.Styles;

Completed in 1146 milliseconds

<<11121314151617181920>>