Searched
full:report (Results
876 -
900 of
7456) sorted by null
<<31323334353637383940>>
/frameworks/base/docs/html/sdk/support_api_diff/23/changes/ |
jdiff_help.html | 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> 59 JDiff is a <a href="http://java.sun.com/j2se/javadoc/" target="_top">Javadoc</a> doclet which generates a report of the API differences between two versions of a product. It does not report changes in Javadoc comments, or changes in what a class or method does. 63 See the reference page in the <a href="http://www.jdiff.org">source for JDiff</a> for information about how to generate a report like this one.
|
/frameworks/base/docs/html/training/run-background-service/ |
report-status.jd | 9 <a href="#ReportStatus">Report Status From an IntentService</a> 36 This lesson shows you how to report the status of a work request run in a background service 37 to the component that sent the request. This allows you, for example, to report the status of 42 <h2 id="ReportStatus">Report Status From an IntentService</h2>
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
LocationProviderBase.java | 128 * Used by the location provider to report new locations. 130 * @param location new Location to report 148 * not yet need to report locations. 155 * performing work. It may no longer report locations.
|
/frameworks/base/media/java/android/media/midi/ |
IMidiManager.aidl | 58 // used by MIDI devices to report their status
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetDecoder2Test.java | 92 decoder2.onMalformedInput(CodingErrorAction.REPORT); 93 decoder2.onUnmappableCharacter(CodingErrorAction.REPORT); 251 decoder.onMalformedInput(CodingErrorAction.REPORT); 252 decoder.onUnmappableCharacter(CodingErrorAction.REPORT);
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeConverter.java | 44 if (action == CodingErrorAction.REPORT) {
|
/ndk/ |
ndk-which | 54 # use the host system's 'which' to decide/report if the file exists or not, and is executable
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
abort_message.cpp | 38 // record message in crash report
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 43 * that the STLport namespace will be modify to report such a combination
|
/ndk/sources/third_party/googletest/googletest/ |
CHANGES | 7 the current test case or the test program in the XML report. 29 the XML report now. 80 * New feature: the XML report format is closer to junitreport and can 124 * Changed the XML report format to match JUnit/Ant's.
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
RetrieveConf.java | 97 * Get X-Mms-Delivery-Report value. 106 * Set X-Mms-Delivery-Report value. 177 * Get X-Mms-Read-Report value. 186 * Set X-Mms-Read-Report value.
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeLlcpSocket.cpp | 34 /* Report the callback status and wake up the caller */ 81 /* Report the callback status and wake up the caller */ 94 /* Report the callback status and wake up the caller */ 104 /* Report the callback status and wake up the caller */
|
/packages/apps/Settings/res/layout/ |
process_stats_details.xml | 36 <!-- Force stop and report buttons -->
|
/packages/apps/Settings/src/com/android/settings/ |
BugreportPreference.java | 36 builder.setPositiveButton(com.android.internal.R.string.report, this);
|
/packages/experimental/BugReportSender/ |
AndroidManifest.xml | 28 android:label="Bug Report Sender" >
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 43 * that the STLport namespace will be modify to report such a combination
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 43 * that the STLport namespace will be modify to report such a combination
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 43 * that the STLport namespace will be modify to report such a combination
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 43 * that the STLport namespace will be modify to report such a combination
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 43 * that the STLport namespace will be modify to report such a combination
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/ |
org.jacoco.ant-0.7.1.201405082137.pom | 34 <artifactId>org.jacoco.report</artifactId>
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/ |
org.jacoco.ant-0.7.3.201501221555.pom | 34 <artifactId>org.jacoco.report</artifactId>
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/ |
org.jacoco.ant-0.7.4.201502262128.pom | 34 <artifactId>org.jacoco.report</artifactId>
|
/system/bt/btif/include/ |
btif_hh.h | 108 UINT16 size, UINT8* report);
|
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 146 Diags.Report(diag::warn_fe_cc_log_diagnostics_failure) 249 Diags.Report(diag::err_fe_remap_missing_from_file) << RB.first; 266 Diags.Report(diag::err_fe_remap_missing_to_file) << RF.first << RF.second; 274 Diags.Report(diag::err_fe_remap_missing_from_file) << RF.first; 462 PP.getDiagnostics().Report(diag::err_fe_invalid_code_complete_file) 490 getPreprocessor().getDiagnostics().Report(diag::err_fe_stdout_binary); 542 getDiagnostics().Report(diag::err_unable_to_rename_temp) 582 getDiagnostics().Report(diag::err_fe_unable_to_open_output) << OutputPath 723 Diags.Report(diag::err_fe_error_reading) << InputFile; 739 Diags.Report(diag::err_cannot_open_file) << InputFil [all...] |
Completed in 623 milliseconds
<<31323334353637383940>>