HomeSort by relevance Sort by last modified time
    Searched defs:report (Results 151 - 175 of 259) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 65 // Notify the UI thread that we got a report.
328 // When a report is scheduled in the IO thread we should get notified.
338 safe_browsing::ClientMalwareReportRequest report; local
339 ASSERT_TRUE(report.ParseFromString(serialized));
341 // Verify the report is complete.
342 EXPECT_TRUE(report.complete());
461 SendCommand("\"reportError\""); // Simulate the user clicking "report error"
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 13 // example, checkers should report errors which involve tainted data more
100 /// Generate a report if the expression is tainted or points to tainted data.
654 BugReport *report = new BugReport(*BT, Msg, N); local
655 report->addRange(E->getSourceRange());
656 C.EmitReport(report);
  /external/elfutils/libdwfl/
linux-kernel-modules.c 181 bool report = true; local
189 report = want > 0;
192 if (report)
203 if (!report || result < 0)
212 /* Look for a kernel debug archive. If we find one, report all its modules.
257 /* Report a kernel and all its modules found on disk, for offline use.
272 /* First report the kernel. */
308 /* We have a .ko file to report. Following the algorithm
551 inline Dwfl_Module *report (void) function
563 return report () == NULL ? -1 : 0
    [all...]
  /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 &lt;report&gt;
34 * report type configurator (&lt;txt&gt;, &lt;html&gt;, etc). The elements provide
35 * the ability for report properties to be set either via the generic &lt;property&gt;
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/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/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 9 package com.vladium.emma.report.txt;
30 import com.vladium.emma.report.AbstractReportGenerator;
31 import com.vladium.emma.report.AllItem;
32 import com.vladium.emma.report.ClassItem;
33 import com.vladium.emma.report.IItem;
34 import com.vladium.emma.report.IItemAttribute;
35 import com.vladium.emma.report.ItemComparator;
36 import com.vladium.emma.report.MethodItem;
37 import com.vladium.emma.report.PackageItem;
38 import com.vladium.emma.report.SourcePathCache
    [all...]
  /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/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...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 84 struct report { struct
91 int rid; /* Report ID */
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")
    [all...]
  /external/tremolo/Tremolo/
bitwise.c 367 void report(char *in){ function
400 report("out of data!\n");
403 report("looked at incorrect value!\n");
406 report("premature end of data when reading!\n");
410 report("read incorrect value!\n");
415 report("wrong number of bits while reading!\n");
417 report("wrong number of bytes while reading!\n");
422 report("leftover bytes after read!\n");
433 report("\nERROR: too many bits reported left over.\n");
437 report("\nERROR: read to but not past exact end tripped EOF.\n")
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 86 private V report(int s) throws ExecutionException { method in class:FutureTask
160 return report(s);
174 return report(s);
206 * Causes this future to report an {@link ExecutionException}
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DefaultConfiguration.java 114 * @param client the client to report errors to etc
132 * @param client the client to report errors to etc
211 mClient.report(new Context(driver, mProject, mProject, mConfigFile),
LintClient.java 87 * Report the given issue. This method will only be called if the configuration
105 public abstract void report( method in class:LintClient
LintDriver.java 646 // Report issues for all projects that are explicitly referenced. We need to
648 // projects as no-report projects by default.
650 // Report issues for all projects explicitly listed or found via a directory
765 mClient.report(
1568 public void report( method in class:LintDriver.LintClientWrapper
    [all...]