HomeSort by relevance Sort by last modified time
    Searched full:report (Results 551 - 575 of 7456) sorted by null

<<21222324252627282930>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 118 Log.e(TAG, "Cannot create analyze report file.");
160 Log.e(TAG, "Error in serialize analyze report to JSON");
170 * and return an analyze report to caller
180 AnalyzeReport report = new AnalyzeReport(); local
201 report.reason = "Unable to to load recorded video.";
202 return report;
208 report.reason = "Too many invalid frames.";
209 return report;
250 // fill report fields
251 report.roll_rms_error = Math.sqrt(calcSqrErr(vrecs, srecs2, 0))
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
DeviceReportLog.java 26 * Handles adding results to the report for device side tests.
  /cts/common/util/src/com/android/compatibility/common/util/
ResultType.java 33 * Return string used in the XML report
ResultUnit.java 43 * Return string used in the XML report
  /cts/libs/commonutil/src/com/android/cts/util/
ResultType.java 33 * Return string used in CTS XML report
ResultUnit.java 44 * Return string used in CTS XML report
  /cts/suite/audio_quality/lib/src/task/
TaskSave.cpp 25 #include "Report.h"
32 static const android::String8 STR_REPORT("report");
63 LOGE("cannot prepare report dir");
103 LOGI("no saving to report");
  /cts/suite/audio_quality/test_description/test/
missing_mandatory.xml 29 <save file="host_in" report="rms_.*" />
wrong_attrib.xml 27 <save file="host_in" report="rms_.*" unsupprotedattrib="should fail"/>
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorTestPlatformException.java 29 super(message + " (This is a 'sensor test platform' issue, please report it so it can be fixed)");
  /cts/tests/tests/security/src/android/security/cts/
HwRngTest.java 54 ReportLog report = getReportLog(); local
55 // Need to report at least one value, otherwise summary won't be logged.
56 report.printValue(
61 report.printSummary(
  /cts/tools/signature-tools/templates/
PackageOverviewPage.st 6 Android API Differences Report
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/util/
HostReportLog.java 23 * Note that setTestInfo should be set before throwing report
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/res/values/
strings.xml 23 <string name="quiz_report">Quiz Report</string>
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/res/values/
strings.xml 23 <string name="quiz_report">Quiz Report</string>
  /development/ndk/platforms/android-13/include/android/
asset_manager.h 122 * Report the total size of the asset data.
127 * Report the total size of the asset data. Reports the size using a 64-bit
133 * Report the total amount of asset data that can be read from the current position.
138 * Report the total amount of asset data that can be read from the current position.
  /development/samples/browseable/Quiz/Wearable/res/values/
strings.xml 23 <string name="quiz_report">Quiz Report</string>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
default.build 71 report-types="Html"
72 report-filename-format="antlr3-runtime-report-{0}-{1}"
73 report-output-directory="${build.working.dir}"
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t033backtracking.html 23 emitErrorMessage: function() { /* don't report errors */ },
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 34 requested a token. Keep lexing until you get a valid one. Just report
  /external/antlr/antlr-3.4/runtime/Python/tests/
t001lexer.py 13 # report errors to /dev/null
t002lexer.py 13 # report errors to /dev/null
t003lexer.py 13 # report errors to /dev/null
t007lexer.py 13 # report errors to /dev/null
  /external/bison/lib/
dirname.c 28 returning NULL upon malloc failure, here, we report the

Completed in 128 milliseconds

<<21222324252627282930>>