/external/clang/utils/ABITest/ |
Makefile.test.common | 3 # Usage: make test.N.report 30 .PHONY: test.%.report 31 test.%.report: temps/test.%.xx.diff temps/test.%.xy.diff temps/test.%.yx.diff temps/test.%.yy.diff 46 .PHONY: test.%.defs-report 47 test.%.defs-report: temps/test.%.defs.diff
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_printf.cc | 238 // hand, the bigger the buffer is, the more the chance the error report will 250 buffer = (char*)MmapOrDie(kLen, "Report"); 261 RAW_CHECK_MSG(needed_length < kLen, "Buffer in Report is too short!\n"); 270 RAW_CHECK_MSG(needed_length < kLen, "Buffer in Report is too short!\n"); 294 void Report(const char *format, ...) {
|
/external/expat/ |
Changes | 24 #3446384: Report byte offsets for attr names and values. 61 - Report XML_NS setting via XML_GetFeatureList(). 114 - Finally fixed bug where default handler would report DTD 139 see SF bug report #569461 and SF patch #578161 141 see SF bug report #570263 and SF patch #578161
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
sysprops.html | 77 <td>Don't report empty catch blocks if a source comment is found in the block.</td> 85 <td>Default value is 2.0, which means that we report a bug if more than 1/3 of accesses are unsynchronized.</td> 97 <td>Report on local variables that mask fields.</td> 108 <td>findbugs.report.SummaryHTML</td> 169 <td>Report method signature with method class and name.</td>
|
/external/tcpdump/ |
print-igmp.c | 98 /* igmpv3 report types */ 177 (void)printf(" %s", tok2str(igmpv3report2str, " [v3-report-#%d]", 296 (void)printf("igmp v1 report %s", ipaddr_string(&bp[4])); 302 (void)printf("igmp v2 report %s", ipaddr_string(&bp[4])); 305 (void)printf("igmp v3 report");
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
LogUtil.java | 181 * What a Terrible Failure: Report a condition that should never happen. 183 * Depending on system configuration, a report may be added to the 196 * What a Terrible Failure: Report a condition that should never happen. 198 * Depending on system configuration, a report may be added to the 229 * Save logging into LogSaver only, for dumping to bug report
|
/prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/ |
jaxen-1.1.6.pom | 396 <artifactId>maven-surefire-report-plugin</artifactId> 425 <report>dependencies</report> 426 <report>scm</report>
|
/external/elfutils/src/libdwfl/ |
linux-kernel-modules.c | 206 bool report = true; local 214 report = want > 0; 217 if (report) 236 if (!report || result < 0) 243 /* Look for a kernel debug archive. If we find one, report all its modules. 315 /* Report a kernel and all its modules found on disk, for offline use. 330 /* First report the kernel. */ 375 /* We have a .ko file to report. Following the algorithm 616 inline Dwfl_Module *report (void) function 628 return report () == NULL ? -1 : 0 [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
CtsXmlResultReporter.java | 98 @Option(name = "include-test-log-tags", description = "Include test log tags in XML report.") 352 CLog.w("Unable to create XML report"); 389 * Creates a report file and populates it with the report data from the completed tests. 413 Log.e(LOG_TAG, "Failed to generate report data"); 448 logResult("Created xml report file at file://%s", reportFile.getAbsolutePath()); 459 InputStream configStream = getClass().getResourceAsStream(String.format("/report/%s",
|
/docs/source.android.com/src/devices/sensors/ |
sensor-types.jd | 94 <p>Reporting-mode: <em><a href="report-modes.html#continuous">Continuous</a></em></p> 127 <p>Reporting-mode: <em><a href="report-modes.html#on-change">On-change</a></em></p> 131 <p>Reporting-mode: <em><a href="report-modes.html#continuous">Continuous</a></em></p> 149 <p>Reporting-mode: <em><a href="report-modes.html#continuous">Continuous</a></em></p> 155 device positioned on the origin would report positive rotation if the device 176 <p>Reporting-mode: <em><a href="report-modes.html#on-change">On-change</a></em></p> 193 <p>Reporting-mode: <em><a href="report-modes.html#on-change">On-change</a></em></p> 198 <p>Reporting-mode: <em><a href="report-modes.html#on-change">On-change</a></em></p> 209 In this case, the sensor report its <code>sensor_t.maxRange</code> value in the "far" state 212 <p>Reporting-mode: <em><a href="report-modes.html#continuous">Continuous</a></em></p [all...] |
/external/google-breakpad/src/common/dwarf/ |
dwarf2diehandler_unittest.cc | 248 // Report the CU header. 253 // Report the root DIE. 257 // Report some attribute values. 365 // Report the CU header. 369 // Report the root DIE. 492 // Report the CU header. 496 // Report the root DIE.
|
/external/google-breakpad/src/common/ |
stabs_reader.h | 78 // report the information it finds, when the reader's 'Process' member 102 // report what we find. While the handler functions return true, 227 // vector of these until we see the FUN record, and then report them 234 // reader then invokes the member functions of that instance to report 306 // Report that the code at ADDRESS is attributable to line NUMBER of 313 // Report that an exported function NAME is present at ADDRESS. 319 // Report a warning. FORMAT is a printf-like format string,
|
/external/llvm/docs/CommandGuide/ |
llvm-cov.rst | 26 * :ref:`report <llvm-cov-report>` 259 .. program:: llvm-cov report 261 .. _llvm-cov-report: 263 REPORT COMMAND 269 :program:`llvm-cov report` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*] 274 The :program:`llvm-cov report` command displays a summary of the coverage of a
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 213 * The worker (AsyncTask) will call this (in the UI thread) to report progress. If we are 228 // immediately terminate, clean up, and report back 232 // report that we need to accept a security policy 241 // report that we had an error 250 // report autodiscover results back to target fragment or activity 284 * This exception class is used to report autodiscover results via the reporting mechanism. 486 // NOTE: Security policies required has its own report state, handle it a bit
|
/packages/providers/TvProvider/res/values/ |
arrays.xml | 176 <item>news/weather report|NEWS</item> 260 <item>Economics, market report|NEWS</item> 301 <item>Overseas, international report|NEWS</item> 314 <item>Special report|NEWS</item> 319 <item>Traffic report|NEWS</item> 322 <item>Weather report|NEWS</item> 391 <item>Report|NEWS</item>
|
/prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/ |
parboiled-core-1.0.2.jar | |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetEncoderTest.java | 90 assertEquals(CodingErrorAction.REPORT, encoder.malformedInputAction()); 91 assertEquals(CodingErrorAction.REPORT, encoder.unmappableCharacterAction()); 111 assertEquals(CodingErrorAction.REPORT, encoder.malformedInputAction()); 112 assertEquals(CodingErrorAction.REPORT, encoder 631 encoder.onMalformedInput(CodingErrorAction.REPORT); 632 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); 656 encoder.onMalformedInput(CodingErrorAction.REPORT); 657 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); 834 encoder.onMalformedInput(CodingErrorAction.REPORT); 835 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib.py | 375 report = [] 376 def hooktester(count, block_size, total_size, _report=report): 381 self.assertEqual(len(report), 1) 382 self.assertEqual(report[0][2], 0) 389 report = [] 390 def hooktester(count, block_size, total_size, _report=report): 395 self.assertEqual(len(report), 2) 396 self.assertEqual(report[0][1], 8192) 397 self.assertEqual(report[0][2], 5) 403 report = [ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib.py | 375 report = [] 376 def hooktester(count, block_size, total_size, _report=report): 381 self.assertEqual(len(report), 1) 382 self.assertEqual(report[0][2], 0) 389 report = [] 390 def hooktester(count, block_size, total_size, _report=report): 395 self.assertEqual(len(report), 2) 396 self.assertEqual(report[0][1], 8192) 397 self.assertEqual(report[0][2], 5) 403 report = [ [all...] |
/external/gptfdisk/ |
gptcurses.cc | 310 Report("Could not delete partition!"); 412 // relies on the underlying GPTData::Verify() function to report on problems 461 Report("Error creating partition!"); 491 Report("The kernel may be using the old partition table. Reboot to use the new\npartition table!"); 493 Report("Problem saving data! Your partition table may be damaged!"); 522 Report("Restoration failed!"); 756 Report("Display is too small; it must be at least 80 x 14 characters!"); 759 Report("Warning! Problems found on disk! Use the Verify function to learn more.\n" 797 void Report(string theText) { 805 } // Report() [all...] |
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 72 Generate NMEA sentences generated based on position report 104 Generate NMEA sentences generated based on position report 199 { // dop was cached from sv report (RPC) 511 { // dop was cached from sv report (RPC) 594 Generate NMEA sentences generated based on sv report 794 { // No sv used, so there will be no position report, so send 814 // during the position report 817 // For RPC, the DOP are sent during sv report, so cache them 818 // now to be sent during position report. 819 // For QMI, the DOP will be in position report [all...] |
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 72 Generate NMEA sentences generated based on position report 104 Generate NMEA sentences generated based on position report 196 { // dop was cached from sv report (RPC) 508 { // dop was cached from sv report (RPC) 591 Generate NMEA sentences generated based on sv report 791 { // No sv used, so there will be no position report, so send 811 // during the position report 814 // For RPC, the DOP are sent during sv report, so cache them 815 // now to be sent during position report. 816 // For QMI, the DOP will be in position report [all...] |
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 68 Generate NMEA sentences generated based on position report 100 Generate NMEA sentences generated based on position report 192 { // dop was cached from sv report (RPC) 504 { // dop was cached from sv report (RPC) 587 Generate NMEA sentences generated based on sv report 683 { // No sv used, so there will be no position report, so send 703 // during the position report 706 // For RPC, the DOP are sent during sv report, so cache them 707 // now to be sent during position report. 708 // For QMI, the DOP will be in position report [all...] |
/hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 72 Generate NMEA sentences generated based on position report 104 Generate NMEA sentences generated based on position report 196 { // dop was cached from sv report (RPC) 508 { // dop was cached from sv report (RPC) 591 Generate NMEA sentences generated based on sv report 791 { // No sv used, so there will be no position report, so send 811 // during the position report 814 // For RPC, the DOP are sent during sv report, so cache them 815 // now to be sent during position report. 816 // For QMI, the DOP will be in position report [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningServiceDetails.java | 119 ApplicationErrorReport report = new ApplicationErrorReport(); local 120 report.type = ApplicationErrorReport.TYPE_RUNNING_SERVICE; 121 report.packageName = mServiceItem.mServiceInfo.packageName; 122 report.installerPackageName = mInstaller.getPackageName(); 123 report.processName = mServiceItem.mRunningService.process; 124 report.time = System.currentTimeMillis(); 125 report.systemApp = (mServiceItem.mServiceInfo.applicationInfo.flags 160 report.runningServiceInfo = info; 163 result.putExtra(Intent.EXTRA_BUG_REPORT, report); 316 detail.mReportButton.setText(com.android.internal.R.string.report); [all...] |