/external/chromium_org/chrome/browser/policy/proto/cloud/ |
device_management_backend.proto | 318 // Time duration where this report covers. These are required 330 // Used to report the device location. 413 // Report device level status. 424 // Device active times collection since last report rpc call. 445 // Report session (a user on one device) level status. 458 // It is possible that status report fails but policy request succeed. In such 460 // device should re-send status report data in the next policy request. The 461 // device should re-send report data if policy request fails, even if 471 // It is possible that status report fails but policy request succeed. In such 473 // device should re-send status report data in the next policy request. Th [all...] |
/external/chromium_org/components/policy/proto/ |
device_management_backend.proto | 318 // Time duration where this report covers. These are required 330 // Used to report the device location. 413 // Report device level status. 424 // Device active times collection since last report rpc call. 445 // Report session (a user on one device) level status. 458 // It is possible that status report fails but policy request succeed. In such 460 // device should re-send status report data in the next policy request. The 461 // device should re-send report data if policy request fails, even if 471 // It is possible that status report fails but policy request succeed. In such 473 // device should re-send status report data in the next policy request. Th [all...] |
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetDecoder.java | 60 * Both errors can be handled in three ways, the default one is to report the 99 private CodingErrorAction malformedInputAction = CodingErrorAction.REPORT; 100 private CodingErrorAction unmappableCharacterAction = CodingErrorAction.REPORT; 167 * {@link CodingErrorAction#REPORT CodingErrorAction.REPORT} 172 * {@link CodingErrorAction#REPORT CodingErrorAction.REPORT}. 210 if (result.isMalformed() && malformedInputAction == CodingErrorAction.REPORT) { 212 } else if (result.isUnmappable() && unmappableCharacterAction == CodingErrorAction.REPORT) { 258 * {@link CodingErrorAction#REPORT CodingErrorAction.REPORT}. </li [all...] |
/docs/source.android.com/src/accessories/ |
aoa2.jd | 120 <li><strong>ACCESSORY_SET_HID_REPORT_DESC</strong> sends a report descriptor for a HID device to 122 be sent before reporting any HID events to the Android device. If the report descriptor is larger 137 * index: total length of the HID report descriptor 152 /* Control request for sending the HID report descriptor. 163 * data the HID report descriptor 173 * data the HID report for the event
|
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
GUnitExecuteMojo.java | 100 * @parameter expression="${basedir}/target/gunit-report" 275 getLog().info( "gUnit report directory : " + reportDirectory.getAbsolutePath() ); 279 getLog().warn( "mkdirs() reported problem creating report directory" ); 305 String report = executor.execTest(); local 306 writeReportFile( new File( reportDirectory, scriptBaseName + ".txt" ), report ); 390 getLog().warn( "Error writing gUnit report file", e );
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
html.py | 9 from coverage.report import Reporter 62 def report(self, morfs, config=None): member in class:HtmlReporter 63 """Generate an HTML report for `morfs`. 86 raise CoverageException("No data to report.") 94 """Make local instances of static files for HTML report.""" 211 """Write the index.html file for this report."""
|
/external/clang/utils/analyzer/ |
CmpRuns.py | 44 def __init__(self, data, report, htmlReport): 47 self._report = report 170 report = AnalysisReport(self, data.pop('files')) 171 diagnostics = [AnalysisDiagnostic(d, report, h) 177 report.diagnostics.extend(diagnostics) 178 self.reports.append(report)
|
/external/linux-tools-perf/Documentation/ |
perf-script.txt | 13 'perf script' [<options>] report <script> [script-args] 32 for 'perf script report'. <script> is the name displayed in the 37 'perf script report <script> [args]' to run and display the results 55 and 'perf script report' commands, with the stdout of the record step 56 piped to the stdin of the report script, using the '-o -' and '-i -' 68 <top-script> 'live-mode' or 'perf script report' variants.
|
/external/stressapptest/src/ |
error_diag.cc | 237 logprintf(5, "Log: supressed %s miscompare report: " 247 logprintf(5, "Log: supressed %s miscompare report: " 256 // HDD error was not masked by bad DIMMs: report bad HDD. 291 logprintf(5, "Log: supressed %s sector tag error report: " 301 logprintf(5, "Log: supressed %s sector tag error report: " 310 // HDD error was not masked by bad DIMMs: report bad HDD.
|
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
ProcessErrorsTest.java | 88 // report a non-empty list back to the test framework 150 // so that we don't report crashes that were caused by prior apps (which those particular 184 // async! Drop into mAsyncErrors and don't report now 208 // if the list is non-empty, then it's useful to report the contents of the list 253 * Report error reports for {@link ProcessErrorStateInfo} instances that are wrapped inside of 268 * @param errList The error report containing one or more error records.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
DeliveryReportActivity.java | 47 * This is the UI for displaying a delivery report: 53 * for the report. 54 * message_id long The id of the message about which a report should be displayed. 57 * the report will be about. 239 case 0: // No delivery report received so far. 350 // No delivery report requested
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeP2pDevice.cpp | 38 /* Report the callback status and wake up the caller */ 58 /* Report the callback status and wake up the caller */ 68 /* Report the callback status and wake up the caller */ 88 /* Report the callback status and wake up the caller */ 98 /* Report the callback status and wake up the caller */ 113 /* Report the callback data and wake up the caller */
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DOMBuilder.java | 447 * <p>The Parser will call this method to report each chunk of 457 * <p>Note that some parsers will report whitespace using the 518 * Report the beginning of an entity. 539 * Report the end of an entity. 559 * <p>Validating Parsers must use this method to report each chunk 606 * <p>A SAX parser should never report an XML declaration (XML 1.0, 621 * Report an XML comment anywhere in the document. 640 * Report the start of a CDATA section. 651 * Report the end of a CDATA section. 663 * <p>The Parser will call this method to report each chunk o [all...] |
/external/bison/src/ |
getargs.c | 149 | --report's handling. | 324 -W, --warnings[=CATEGORY] report the warnings falling in CATEGORY\n\ 350 -r, --report=THINGS also produce details on the automaton\n\ 351 --report-file=FILE write report to FILE\n\ 352 -v, --verbose same as `--report=state'\n\ 356 -x, --xml[=FILE] also output an XML report of the automaton\n\ 383 `none' disable the report\n\ 395 printf (_("Report bugs to <%s>.\n"), PACKAGE_BUGREPORT); 410 fputs (_("Report translation bugs to [all...] |
print.c | 67 | Report information on a state. | 124 | Report the shifts iff DISPLAY_SHIFTS_P or the gotos of S on | 144 /* Nothing to report. */ 151 /* Report lookahead tokens and shifts. */ 173 | Report the explicit errors of S raised from %nonassoc. | 188 /* Nothing to report. */ 195 /* Report lookahead tokens and errors. */ 210 | Report a reduction of RULE on LOOKAHEAD_TOKEN (which can be `default'). | 237 | Report on OUT the reduction actions of S. | 288 /* Nothing to report. * [all...] |
complain.h | 38 /** Informative messages, but we proceed. Report iff 75 /** A midrule-value warning. Report iff
|
/external/chromium/chrome/browser/safe_browsing/ |
protocol_manager.cc | 205 // do will report all the chunks we have. If that chunk is still 218 // See if this is a safebrowsing report fetcher. We don't take any action for 223 const URLFetcher* report = *sit; local 225 delete report; 657 URLFetcher* report = new URLFetcher( local 659 report->set_load_flags(net::LOAD_DISABLE_CACHE); 660 report->set_request_context(request_context_getter_); 662 report->set_upload_data("text/plain", post_data); 663 report->Start(); 664 safebrowsing_reports_.insert(report); [all...] |
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/res/values/ |
strings.xml | 22 <string name="batching_queue_description">Batching allows the sensor to report sensor events at 24 them in intervals, based on the maximum report latency specified when the listener is
|
/developers/samples/android/sensors/BatchStepSensor/BatchStepSensorSample/src/main/res/values/ |
strings.xml | 22 <string name="batching_queue_description">Batching allows the sensor to report sensor events at 24 them in intervals, based on the maximum report latency specified when the listener is
|
/development/ndk/platforms/android-9/include/android/ |
asset_manager.h | 111 * Report the total size of the asset data. 116 * Report the total amount of asset data that can be read from the current position.
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3Mojo.java | 77 * it will report various statistics about the parser, such as information 82 protected boolean report; field in class:Antlr3Mojo 99 * If set to true, then then the generated parser will compute and report on 135 * If this parameter is set to true, then ANTLR will report all sorts of things 278 log.debug("ANTLR: report : " + report); 307 log.error("The attempt to create the ANTLR build tool failed, see exception report for details"); 319 tool.setReport(report);
|
/external/bison/doc/ |
cross-options.texi | 61 @item @option{--report-file=@var{file}} 65 @item @option{--report=@var{things}}
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_dact.c | 34 ** Description This function is called to report the congestion flag. 53 ** Description This function is called to report MCA_OPEN_IND_EVT or
|
/external/chromium/chrome/browser/download/ |
download_safe_browsing_client.h | 85 // Report malware hits to safebrowsing service. 100 // These URLs are used to report malware to safe browsing service.
|
/external/chromium_org/chrome/browser/ui/views/ |
profile_reset_bubble_view.h | 66 // Sets up the layout manager and set the report checkbox to the value passed 97 // Checkbox for the user to choose to report the settings or not.
|