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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/safe_browsing/
ping_manager.cc 71 net::URLFetcher* report = net::URLFetcher::Create( local
75 report->SetLoadFlags(net::LOAD_DISABLE_CACHE);
76 report->SetRequestContext(request_context_getter_.get());
78 report->SetUploadData("text/plain", post_data);
79 safebrowsing_reports_.insert(report);
80 report->Start();
85 const std::string& report) {
91 fetcher->SetUploadData("application/octet-stream", report);
109 url_prefix_, "report", client_name_, version_, std::string());
  /external/chromium_org/chrome_frame/test/data/
chrome_frame_http_header_frameset.html 8 // Called by the child document to report success.
  /external/chromium_org/gpu/config/
dx_diag_node.h 5 // A tree of name value pairs that report contain DirectX diagnostic
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
annotate.py 5 from coverage.report import Reporter
36 def report(self, morfs, config, directory=None): member in class:AnnotateReporter
37 """Run the report.
39 See `coverage.report()` for arguments.
report.py 20 # The code units to report on. Set by find_code_units.
23 # The directory into which to place the report, used by some derived
28 """Find the code units we'll report on.
78 raise CoverageException("No data to report.")
summary.py 5 from coverage.report import Reporter
10 """A reporter for writing the summary report."""
17 def report(self, morfs, outfile=None, config=None): member in class:SummaryReporter
18 """Writes a report summarizing coverage statistics per module.
  /external/chromium_org/tools/gyp/test/self-dependency/
dep.gyp 18 # Without this GYP will report a cycle in dependency graph.
  /external/chromium_org/tools/valgrind/gtest_exclude/
base_unittests.gtest-drmemory_win32.txt 11 # unaddressable report as well as a handful of leak reports that we don't need
  /external/clang/test/Analysis/
html-diags-multifile.c 3 // RUN: ls %t.dir | not grep report
  /external/clang/utils/ABITest/single-args-64/
Makefile 1 # Usage: make test.N.report
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
rlimit_mmap_test.cc 1 // Check that we properly report mmap failure.
  /external/libvpx/libvpx/third_party/googletest/
README.webm 11 failures, various options for running the tests, and XML test report
  /external/linux-tools-perf/scripts/perl/bin/
rwtop-report 13 echo "usage: rwtop-report [interval]"
  /external/linux-tools-perf/scripts/python/bin/
sctop-report 13 echo "usage: sctop-report [comm] [interval]"
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
26 validation report to [stderr] and aborts the program if it is invalid. See
32 validation report to [stderr] and aborts the program if it is invalid. See
  /external/qemu/distrib/sdl-1.2.15/
BUGS 6 You may report bugs there, and search to see if a given issue has already
  /external/skia/dm/
DMReporter.h 9 // Used to report status changes including failures. All public methods are threadsafe.
  /external/stlport/test/unit/
typeinfo_header_test.cpp 11 /* SourceForge: STLport bug report 1721844
  /external/valgrind/main/memcheck/tests/
buflen_check.c 17 /* Valgrind 1.0.X doesn't report the second error */
  /external/valgrind/main/none/tests/
ansi.c 4 * really that it compiles ok, rather than it runs ok. From bug report
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
package.html 10 <p>XMPProperty and XMPPropertyInfo are used to report properties when they are retrieved by get-methods or by the iterator.
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
Test.java 24 void report(String key, float value) {
  /frameworks/compile/mclinker/include/mcld/LD/
DiagRelocations.inc 5 DIAG(base_relocation, DiagnosticEngine::Fatal, "relocation type `%0' is not supported for symbol `%1'\nPlease report to %2", "relocation type `%0' is not supported for symbol `%1'\nPlease report to %2")
7 DIAG(unsupported_relocation, DiagnosticEngine::Unreachable, "encounter unsupported relocation type `%0'\nPlease report to %1", "encounter unsupported relocation type `%0'\nPlease report to %1")
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
AcknowledgeInd.java 53 * Get X-Mms-Report-Allowed field value.
55 * @return the X-Mms-Report-Allowed value
62 * Set X-Mms-Report-Allowed field value.
74 * @return the X-Mms-Report-Allowed value
NotifyRespInd.java 56 * Get X-Mms-Report-Allowed field value.
58 * @return the X-Mms-Report-Allowed value
65 * Set X-Mms-Report-Allowed field value.
98 * @return the X-Mms-Report-Allowed value

Completed in 338 milliseconds

1 2 3 4 5 67 8 91011>>