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

1 2 3 4 5 6 7 8 91011>>

  /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/components/feedback/
feedback_common_unittest.cc 34 userfeedback::ExtensionSubmit report; member in class:FeedbackCommonTest
43 feedback->PrepareReport(&report);
45 EXPECT_EQ(kOne, report.bucket());
46 EXPECT_EQ(kTwo, report.common_data().description());
47 EXPECT_EQ(kThree, report.web_data().url());
48 EXPECT_EQ(kFour, report.common_data().user_email());
60 // included in the report.
63 feedback->PrepareReport(&report);
65 EXPECT_EQ(1, report.web_data().product_specific_data_size());
66 EXPECT_EQ(kOne, report.web_data().product_specific_data(0).key())
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc 283 const StatsReport& report,
286 StatsReport::Values::const_iterator it = report.values.begin();
287 for (; it != report.values.end(); ++it) {
297 // Adds an empty track report.
298 StatsReport* report = reports->ReplaceOrAddNew( local
300 report->type = StatsReport::kStatsReportTypeTrack;
301 report->AddValue(StatsReport::kStatsValueNameTrackId, track_id);
312 void ExtractStats(const cricket::VoiceReceiverInfo& info, StatsReport* report) {
313 report->AddValue(StatsReport::kStatsValueNameAudioOutputLevel,
315 report->AddValue(StatsReport::kStatsValueNameBytesReceived
535 StatsReport* report = collector->PrepareLocalReport(ssrc, transport_id, local
616 StatsReport* report = local
670 StatsReport* report = reports_.Find( local
713 StatsReport* report = reports_.Find( local
776 StatsReport* report = reports_.ReplaceOrAddNew( local
816 StatsReport* report = reports_.ReplaceOrAddNew( local
882 StatsReport* report = reports_.ReplaceOrAddNew(ost.str()); local
968 StatsReport* report = local
988 StatsReport* report = GetReport(type, id, direction); local
1006 StatsReport* report = GetReport(StatsReport::kStatsReportTypeSsrc, local
    [all...]
  /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 67 report = []
68 report.extend(input_api.canned_checks.PanProjectChecks(
70 return report
74 report = []
91 report.extend(input_api.canned_checks.PanProjectChecks(
93 report.extend(input_api.canned_checks.CheckTreeIsOpen(
107 report.extend(input_api.canned_checks.RunPylint(
114 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);
  /external/fonttools/MetaTools/
roundTrip.py 7 and diffs to a file called "report.txt" in the current directory.
32 def roundTrip(ttFile1, options, report):
56 report.write("=============================================================\n")
57 report.write(" \"%s\" differs after round tripping\n" % ttFile1)
58 report.write("-------------------------------------------------------------\n")
59 report.writelines(lines)
77 report = open("report.txt", "a+")
81 roundTrip(ttFile, options, report)
88 report.write("=============================================================\n"
    [all...]
  /external/ceres-solver/internal/ceres/
solver.cc 283 void StringifyOrdering(const vector<int>& ordering, string* report) {
285 internal::StringAppendF(report, "AUTOMATIC");
290 internal::StringAppendF(report, "%d, ", ordering[i]);
292 internal::StringAppendF(report, "%d", ordering.back());
392 return StringPrintf("Ceres Solver Report: "
404 string report = local
406 "Ceres Solver v" CERES_VERSION_STRING " Solve Report\n"
409 StringAppendF(&report, "%45s %21s\n", "Original", "Reduced");
410 StringAppendF(&report, "Parameter blocks % 25d% 25d\n",
412 StringAppendF(&report, "Parameters % 25d% 25d\n"
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 43 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
48 return getDiagnosticEngine().report(pID, DiagnosticEngine::Fatal);
53 return getDiagnosticEngine().report(pID, DiagnosticEngine::Error);
58 return getDiagnosticEngine().report(pID, DiagnosticEngine::Warning);
63 return getDiagnosticEngine().report(pID, DiagnosticEngine::Debug);
68 return getDiagnosticEngine().report(pID, DiagnosticEngine::Note);
73 return getDiagnosticEngine().report(pID, DiagnosticEngine::Ignore);
  /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 53 void RTCStatsResponse::addStatistic(size_t report, const String& name, const String& value)
55 ASSERT_WITH_SECURITY_IMPLICATION(report >= 0 && report < m_result.size());
56 m_result[report]->addStatistic(name, value);
  /external/chromium_org/tools/perf/
PRESUBMIT.py 53 report = []
54 report.extend(_CommonChecks(input_api, output_api))
55 return report
59 report = []
60 report.extend(_CommonChecks(input_api, output_api))
61 return report
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCAtSyncChecker.cpp 50 BugReport *report = local
52 bugreporter::trackNullOrUndefValue(N, Ex, *report);
53 C.emitReport(report);
74 BugReport *report = local
76 bugreporter::trackNullOrUndefValue(N, Ex, *report);
78 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,
216 void report(const char *msg, const MachineFunction *MF,
218 void report(const char *msg, const MachineBasicBlock *MBB,
324 report("Bad instruction parent pointer", MFI);
331 report("Missing BundledPred flag,
378 void MachineVerifier::report(const char *msg, const MachineFunction *MF) { function in class:MachineVerifier
390 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB) { function in class:MachineVerifier
402 void MachineVerifier::report(const char *msg, const MachineInstr *MI) { function in class:MachineVerifier
411 void MachineVerifier::report(const char *msg, function in class:MachineVerifier
420 void MachineVerifier::report(const char *msg, const MachineFunction *MF, function in class:MachineVerifier
426 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB, function in class:MachineVerifier
432 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB, function in class:MachineVerifier
438 void MachineVerifier::report(const char *msg, const MachineFunction *MF, function in class:MachineVerifier
    [all...]
  /cts/tools/vm-tests-tf/etc/
starttests 64 report=$dalviktest/report.html
127 rm -f $report
128 echo $pre_report > $report
215 # because of exception. If ok -> green report line else red report with info
221 echo -n "<tr class=\"ok\"><td>Success</td><td>$jtitle</td>" >> $report
222 echo "<td>$jcomment</td><td>$details</td></tr>" >> $report
239 echo "<tr class=\"nok\"><td>Failure</td><td>$jtitle</td><td>" >> $report
240 echo "$jcomment</td><td>$vmres</td></tr>" >> $report
    [all...]

Completed in 1033 milliseconds

1 2 3 4 5 6 7 8 91011>>