/frameworks/base/location/java/com/android/internal/location/ |
ProviderProperties.java | 59 * under most circumstances but may occasionally not report it 67 * under most circumstances but may occasionally not report it 75 * under most circumstances but may occasionally not report it
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaSMSDispatcher.java | 57 * Send the SMS status report to the dispatcher thread to process. 58 * @param sms the CDMA SMS message containing the status report 76 * Called from parent class to handle status report from {@code CdmaInboundSmsHandler}.
|
/libcore/dalvik/src/main/java/dalvik/system/ |
CloseGuard.java | 212 REPORTER.report(message, allocationSite); 219 public void report (String message, Throwable allocationSite); method in interface:CloseGuard.Reporter 226 @Override public void report (String message, Throwable allocationSite) { method in class:CloseGuard.DefaultReporter
|
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/ |
CharsetDecoderTest.java | 82 assertSame(CodingErrorAction.REPORT, decoder.malformedInputAction()); 83 assertSame(CodingErrorAction.REPORT, decoder 148 assertSame(CodingErrorAction.REPORT, decoder.malformedInputAction()); 162 assertSame(CodingErrorAction.REPORT, decoder 241 decoder.onMalformedInput(CodingErrorAction.REPORT); 242 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); 266 decoder.onMalformedInput(CodingErrorAction.REPORT); 267 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); 411 decoder.onMalformedInput(CodingErrorAction.REPORT); 413 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); [all...] |
/libcore/luni/src/main/java/org/xml/sax/ |
DTDHandler.java | 22 * instance to report notation and unparsed entity declarations to 26 * the XML recommendation <em>requires</em> processors to report: 29 * <p>The SAX parser may report these events in any order, regardless
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 2 # Submit a problem report to a GNATS site. 285 SEND-PR: fill out a problem report. 325 SEND-PR: non-critical Report indicates minor problem. 384 echo "$COMMAND: problem report not filled out, therefore not sent" 451 echo "$COMMAND: you must include a Category: field in your report." 476 echo "Errors were found with the problem report." 492 echo "$COMMAND: the problem report remains in $BAD and is not sent." 496 echo "$COMMAND: the problem report is not sent." 527 # Remove comments and send the problem report 548 echo "$COMMAND: problem report sent [all...] |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.pom | 157 <report>javadoc</report> 177 <artifactId>maven-surefire-report-plugin</artifactId>
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/ |
httpmime-4.1.pom | 133 <report>javadoc</report> 152 <artifactId>maven-surefire-report-plugin</artifactId>
|
/external/valgrind/main/helgrind/ |
helgrind.h | 412 /* Report that wait on the condition variable at address CV has 419 /* Report that wait on the condition variable at CV has succeeded. 424 /* Report that we are about to signal on the condition variable at 429 /* Report that we are about to signal_all on the condition variable at 490 Report that the bytes in the range [pointer, pointer+size) are about 538 Report that a new memory at "address" of size "size" has been 560 /* Report that the producer-consumer queue object at address PCQ has 567 /* Report that the queue at address PCQ is about to be destroyed. */ 571 /* Report that we are about to put an element into a FIFO queue at 576 /* Report that we've just got an element from a FIFO queue at addres [all...] |
/external/clang/lib/AST/ |
MicrosoftMangle.cpp | 253 Diags.Report(D->getLocation(), DiagID) 549 Diags.Report(ND->getLocation(), DiagID); 575 Diags.Report(BD->getLocation(), DiagID); 740 Diags.Report(Loc, DiagID); 862 Diags.Report(E->getExprLoc(), DiagID) [all...] |
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
pnacl_coordinator.h | 94 // PPAPI specific. Also set ErrorInfo report. 98 // Also set ErrorInfo report. 102 // |translate_notify_callback_|. This does not set the ErrorInfo report, 119 // Return true if the total progress to report (w/ progress events) is known. 215 // Used to report information when errors (PPAPI or otherwise) are reported.
|
/external/chromium_org/tools/grit/grit/ |
clique_unittest.py | 168 report = factory.MissingTranslationsReport() 169 self.failUnless(report.count('WARNING') == 1) 170 self.failUnless(report.count('8053599568341804890 "Goodbye" fr') == 1) 171 self.failUnless(report.count('ERROR') == 1) 172 self.failUnless(report.count('800120468867715734 "Hello" de') == 1)
|
/external/chromium_org/tools/gyp/ |
gyptest.py | 166 help="report passed tests") 253 def report(description, tests): function in function:main 263 report("Passed", passed) 264 report("Failed", failed) 265 report("No result from", no_result)
|
/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 | 220 // hand, the bigger the buffer is, the more the chance the error report will 232 buffer = (char*)MmapOrDie(kLen, "Report"); 243 RAW_CHECK_MSG(needed_length < kLen, "Buffer in Report is too short!\n"); 252 RAW_CHECK_MSG(needed_length < kLen, "Buffer in Report is too short!\n"); 273 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/srec/portable/include/ |
pmemory.h | 275 * Dumps memory report to the log file, closes it and disables logging. 302 * Generates a report of the memory allocation. 304 * @param file A file in which the report is generated. If set to NULL, the 305 * report will be generated in the same file as that was provided to pmemInit. 306 * Therefore, it is possible that no report is generated if the function is
|
/external/tcpdump/ |
print-igmp.c | 98 /* igmpv3 report types */ 177 (void)printf(" %s", tok2str(igmpv3report2str, " [v3-report-#%d]", 290 (void)printf("igmp v1 report %s", ipaddr_string(&bp[4])); 296 (void)printf("igmp v2 report %s", ipaddr_string(&bp[4])); 299 (void)printf("igmp v3 report");
|
/external/chromium_org/tools/clang/plugins/ |
FindBadConstructs.cpp | 275 diagnostic().Report(full_loc, diag_method_requires_virtual_) 337 diagnostic().Report(token_end, diag_method_requires_override_) 340 diagnostic().Report(loc, diag_method_requires_override_); 521 diagnostic().Report(it->Base->getLocStart(), diag_note_inheritance_) 567 diagnostic().Report(loc, DiagnosticForIssue(issue)); 576 diagnostic().Report(loc, diag_protected_non_virtual_dtor_); 626 diagnostic().Report(record_location, diag_no_explicit_dtor_); 628 diagnostic().Report(loc, diag_note_implicit_dtor_) << problem_record; 631 diagnostic().Report(record_location, diag_public_dtor_); 633 diagnostic().Report(loc, diag_note_public_dtor_) [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnixAPIChecker.cpp | 136 BugReport *report = local 140 report->addRange(oflagsEx->getSourceRange()); 141 C.emitReport(report); 184 BugReport *report = new BugReport(*BT_pthreadOnce, os.str(), N); local 185 report->addRange(CE->getArg(0)->getSourceRange()); 186 C.emitReport(report); 208 // Generates an error report, indicating that the function whose name is given 225 BugReport *report = new BugReport(*BT_mallocZero, os.str(), N); local 227 report->addRange(arg->getSourceRange()); 228 bugreporter::trackNullOrUndefValue(N, arg, *report); [all...] |
CStringChecker.cpp | 242 // Generate a report for this bug. 244 BugReport *report = new BugReport(*BT, os.str(), N); local 246 report->addRange(S->getSourceRange()); 247 bugreporter::trackNullOrUndefValue(N, S, *report); 248 C.emitReport(report); 301 // Generate a report for this bug. 302 BugReport *report; local 304 report = new BugReport(*BT, warningMsg, N); 314 report = new BugReport(*BT, os.str(), N); 321 report->addRange(S->getSourceRange()) 531 BugReport *report = local 599 BugReport *report = new BugReport(*BT_AdditionOverflow, warning, N); local 703 BugReport *report = new BugReport(*BT_NotCString, local 767 BugReport *report = new BugReport(*BT_NotCString, local [all...] |
/external/elfutils/libdwfl/ |
linux-kernel-modules.c | 181 bool report = true; local 189 report = want > 0; 192 if (report) 203 if (!report || result < 0) 212 /* Look for a kernel debug archive. If we find one, report all its modules. 257 /* Report a kernel and all its modules found on disk, for offline use. 272 /* First report the kernel. */ 308 /* We have a .ko file to report. Following the algorithm 551 inline Dwfl_Module *report (void) function 563 return report () == NULL ? -1 : 0 [all...] |
/external/kernel-headers/original/linux/ |
ethtool.h | 316 * ðtool_ops - Alter and report network device settings 319 * get_drvinfo: Report driver information 321 * get_wol: Report whether Wake-on-Lan is enabled 323 * get_msglevel: Report driver message level 331 * get_ringparam: Report ring sizes 333 * get_pauseparam: Report pause parameters 335 * get_rx_csum: Report whether receive checksums are turned on or off 337 * get_tx_csum: Report whether transmit checksums are turned on or off 339 * get_sg: Report whether scatter-gather is enabled 341 * get_tso: Report whether TCP segmentation offload is enable [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page_test.cc | 65 // Notify the UI thread that we got a report. 328 // When a report is scheduled in the IO thread we should get notified. 338 safe_browsing::ClientMalwareReportRequest report; local 339 ASSERT_TRUE(report.ParseFromString(serialized)); 341 // Verify the report is complete. 342 EXPECT_TRUE(report.complete()); 461 SendCommand("\"reportError\""); // Simulate the user clicking "report error"
|
/external/chromium_org/chrome_frame/ |
urlmon_bind_status_callback.cc | 245 // Report all crashes in the exception handler if we wrap the callback. 246 // Note that this avoids having the VEH report a crash if an SEH earlier in 274 // Report all crashes in the exception handler if we wrap the callback. 275 // Note that this avoids having the VEH report a crash if an SEH earlier in 284 // Play back report progress so far. 317 // Report all crashes in the exception handler if we wrap the callback. 318 // Note that this avoids having the VEH report a crash if an SEH earlier in
|