HomeSort by relevance Sort by last modified time
    Searched refs:report (Results 1 - 25 of 529) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
solver.cc 45 void StringifyOrdering(const vector<int>& ordering, string* report) {
47 internal::StringAppendF(report, "AUTOMATIC");
52 internal::StringAppendF(report, "%d, ", ordering[i]);
54 internal::StringAppendF(report, "%d", ordering.back());
130 string report = "Ceres Solver Report: "; local
134 << "return a reason. This is a Ceres error. Please report this "
136 return report + "Termination: DID_NOT_RUN, because " + error;
139 internal::StringAppendF(&report, "Iterations: %d",
141 internal::StringAppendF(&report, ", Initial cost: %e", initial_cost)
159 string report = local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ProblemReporter.java 20 * A simple interface to report problems.
23 public void report(Exception e); method in interface:ProblemReporter
  /external/doclava/test/doclava/
ApiCheckTest.java 23 import com.google.doclava.apicheck.ApiCheck.Report;
43 Report report = apiCheck.checkApi(args); local
44 assertEquals(report.errors().size(), 0);
50 Report report = apiCheck.checkApi(args); local
51 assertEquals(1, report.errors().size());
52 assertEquals(Errors.CHANGED_TYPE, report.errors().iterator().next().error());
58 Report report = apiCheck.checkApi(args) local
72 Report report = apiCheck.checkApi(args); local
85 Report report = apiCheck.checkApi(args); local
93 Report report = apiCheck.checkApi(args); local
101 Report report = apiCheck.checkApi(args); local
109 Report report = apiCheck.checkApi(args); local
116 Report report = apiCheck.checkApi(args); local
123 Report report = apiCheck.checkApi(args); local
131 Report report = apiCheck.checkApi(args); local
139 Report report = apiCheck.checkApi(args); local
147 Report report = apiCheck.checkApi(args); local
155 Report report = apiCheck.checkApi(args); local
163 Report report = apiCheck.checkApi(args); local
171 Report report = apiCheck.checkApi(args); local
179 Report report = apiCheck.checkApi(args); local
187 Report report = apiCheck.checkApi(args); local
195 Report report = apiCheck.checkApi(args); local
203 Report report = apiCheck.checkApi(args); local
211 Report report = apiCheck.checkApi(args); local
219 Report report = apiCheck.checkApi(args); local
227 Report report = apiCheck.checkApi(args); local
235 Report report = apiCheck.checkApi(args); local
243 Report report = apiCheck.checkApi(args); local
251 Report report = apiCheck.checkApi(args); local
259 Report report = apiCheck.checkApi(args); local
267 Report report = apiCheck.checkApi(args); local
275 Report report = apiCheck.checkApi(args); local
283 Report report = apiCheck.checkApi(args); local
291 Report report = apiCheck.checkApi(args); local
298 Report report = apiCheck.checkApi(args); local
306 Report report = apiCheck.checkApi(args); local
314 Report report = apiCheck.checkApi(args); local
322 Report report = apiCheck.checkApi(args); local
330 Report report = apiCheck.checkApi(args); local
338 Report report = apiCheck.checkApi(args); local
346 Report report = apiCheck.checkApi(args); local
354 Report report = apiCheck.checkApi(args); local
362 Report report = apiCheck.checkApi(args); local
370 Report report = apiCheck.checkApi(args); local
378 Report report = apiCheck.checkApi(args); local
386 Report report = apiCheck.checkApi(args); local
394 Report report = apiCheck.checkApi(args); local
402 Report report = apiCheck.checkApi(args); local
410 Report report = apiCheck.checkApi(args); local
418 Report report = apiCheck.checkApi(args); local
    [all...]
  /cts/
CtsCoverage.mk 34 cts-test-coverage-report := $(coverage_out)/test-coverage.html
35 cts-verifier-coverage-report := $(coverage_out)/verifier-coverage.html
36 cts-combined-coverage-report := $(coverage_out)/combined-coverage.html
41 $(cts-test-coverage-report): PRIVATE_TEST_CASES_APKS := $(cts_coverage_test_cases_dependencies)
42 $(cts-test-coverage-report): PRIVATE_CTS_API_COVERAGE_EXE := $(cts_api_coverage_exe)
43 $(cts-test-coverage-report): PRIVATE_DEXDEPS_EXE := $(dexdeps_exe)
44 $(cts-test-coverage-report): PRIVATE_API_XML_DESC := $(api_xml_description)
45 $(cts-test-coverage-report) : $(cts_coverage_test_cases_dependencies) $(cts_api_coverage_dependencies) | $(ACP)
46 $(call generate-coverage-report,"CTS Tests API Coverage Report",\
    [all...]
  /external/clang/utils/ABITest/
summarize.sh 11 if (! make test.$i.report &> /dev/null); then
build.sh 12 $(for i in $(seq 0 $1); do echo test.$i.report; done) -k
  /external/emma/core/java12/com/vladium/emma/report/
IReportDataView.java 9 package com.vladium.emma.report;
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
IContent.java 9 package com.vladium.emma.report.html.doc;
IElementList.java 9 package com.vladium.emma.report.html.doc;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc 142 const StatsReport& report,
145 StatsReport::Values::const_iterator it = report.values.begin();
146 for (; it != report.values.end(); ++it) {
159 // Adds an empty track report.
160 StatsReport report; local
161 report.type = StatsReport::kStatsReportTypeTrack;
162 report.id = StatsId(StatsReport::kStatsReportTypeTrack, track->id());
163 report.AddValue(StatsReport::kStatsValueNameTrackId,
165 (*reports)[report.id] = report;
305 StatsReport* report = collector->PrepareReport(ssrc, transport_id); local
413 StatsReport* report = &reports_[ local
434 StatsReport report; local
469 StatsReport report; local
543 StatsReport* report = &reports_[StatsReport::kStatsReportVideoBweId]; local
    [all...]
  /external/chromium_org/tools/perf/
PRESUBMIT.py 27 report = []
28 report.extend(_CommonChecks(input_api, output_api))
29 return report
33 report = []
34 report.extend(_CommonChecks(input_api, output_api))
35 return report
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
antlr.stg 40 report(location, message, type) ::= "<type>(<message.id>): <location> <message.text>"
gnu.stg 40 report(location, message, type) ::= "<location> <type>: <message>"
vs2005.stg 40 report(location, message, type) ::= "<location> : <type> <message.id> : <message.text>"
  /external/chromium_org/tools/gyp/
PRESUBMIT.py 69 report = []
70 report.extend(input_api.canned_checks.PanProjectChecks(
72 return report
76 report = []
93 report.extend(input_api.canned_checks.PanProjectChecks(
95 report.extend(input_api.canned_checks.CheckTreeIsOpen(
104 report.extend(input_api.canned_checks.RunPylint(
111 return report
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p9.c 7 #define report(test, ...) ((test)?puts(#test):\ macro
18 report(x>y, "x is %d but y is %d", x, y);
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 46 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
51 return getDiagnosticEngine().report(pID, DiagnosticEngine::Fatal);
56 return getDiagnosticEngine().report(pID, DiagnosticEngine::Error);
61 return getDiagnosticEngine().report(pID, DiagnosticEngine::Warning);
66 return getDiagnosticEngine().report(pID, DiagnosticEngine::Debug);
71 return getDiagnosticEngine().report(pID, DiagnosticEngine::Note);
76 return getDiagnosticEngine().report(pID, DiagnosticEngine::Ignore);
  /cts/libs/deviceutil/src/android/cts/util/
DeviceReportLog.java 41 String report = generateReport(); local
42 if (!report.equals("")) {
44 output.putString(CTS_RESULT, report);
  /libcore/luni/src/main/java/libcore/io/
EventLogger.java 47 public void report (int code, Object... list); method in interface:EventLogger.Reporter
55 public void report (int code, Object... list) { method in class:EventLogger.DefaultReporter
67 getReporter().report(code, list);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 130 report = '+' << '-' * 78 << "+\n"
131 report << '| ' << "ANTLR Rule Profile".center( 76 ) << " |\n"
132 report << '+' << '-' * 78 << "+\n"
133 report << "| Generated at #{ Time.now }".ljust( 78 ) << " |\n"
134 report << "| Profiled #{ parser_class.name }##{ top_rule }".ljust( 78 ) << " |\n"
135 report << "| Rule source generated from grammar file #{ grammar_file }".ljust( 78 ) << " |\n"
136 report << '+' << '-' * 78 << "+\n"
138 report << '| ' << "Rule Invocations".center( 76 ) << " |\n"
139 report << '+' << '-' * 68 << '+' << '-' * 9 << "+\n"
140 report << "| %-66s | %7i |\n" % [ "Total Invocations", rule_invocations
353 def report method in class:ANTLR3.Profile.Profiler
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsResponse.cpp 55 void RTCStatsResponse::addStatistic(size_t report, String name, String value)
57 ASSERT_WITH_SECURITY_IMPLICATION(report >= 0 && report < m_result.size());
58 m_result[report]->addStatistic(name, value);
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCAtSyncChecker.cpp 50 BugReport *report = local
52 bugreporter::trackNullOrUndefValue(N, Ex, *report);
53 C.emitReport(report);
73 BugReport *report = local
75 bugreporter::trackNullOrUndefValue(N, Ex, *report);
77 C.emitReport(report);
TaintTesterChecker.cpp 53 BugReport *report = new BugReport(*BT, "tainted",N); local
54 report->addRange(E->getSourceRange());
55 C.emitReport(report);
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 208 void report(const char *msg, const MachineFunction *MF);
209 void report(const char *msg, const MachineBasicBlock *MBB);
210 void report(const char *msg, const MachineInstr *MI);
211 void report(const char *msg, const MachineOperand *MO, unsigned MONum);
212 void report(const char *msg, const MachineFunction *MF,
214 void report(const char *msg, const MachineBasicBlock *MBB,
318 report("Bad instruction parent pointer", MFI);
325 report("Missing BundledPred flag, "
328 report("BundledPred flag is set, "
338 report("No bundle header", MBBI)
372 void MachineVerifier::report(const char *msg, const MachineFunction *MF) { function in class:MachineVerifier
384 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB) { function in class:MachineVerifier
396 void MachineVerifier::report(const char *msg, const MachineInstr *MI) { function in class:MachineVerifier
405 void MachineVerifier::report(const char *msg, function in class:MachineVerifier
414 void MachineVerifier::report(const char *msg, const MachineFunction *MF, function in class:MachineVerifier
425 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB, function in class:MachineVerifier
    [all...]
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 40 BugReport *report = new BugReport(*BT, BT->getName(), N); local
41 report->addRange(Callee->getSourceRange());
42 C.emitReport(report);

Completed in 743 milliseconds

1 2 3 4 5 6 7 8 91011>>