HomeSort by relevance Sort by last modified time
    Searched full:report (Results 776 - 800 of 8682) sorted by null

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/api_diff/3/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/sdk/api_diff/4/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/sdk/api_diff/5/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/sdk/api_diff/6/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/sdk/api_diff/7/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/sdk/api_diff/8/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/sdk/api_diff/9/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/tools/help/
systrace.jd 10 application threads to generate an HTML report that shows an overall picture of an Android
59 <td>Write the HTML trace report to the specified file.</td>
140 report.</td>
159 trace HTML report.</p>
  /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 129 * Used by the location provider to report new locations.
131 * @param location new Location to report
149 * not yet need to report locations.
156 * performing work. It may no longer report locations.
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityCallback.java 29 * Manually report user activity to keep the device awake. If timeout is 0,
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 125 clang::DiagnosticBuilder DiagBuilder = DiagEngine.Report(
207 mDiagEngine.Report(
250 DiagEngine.Report(
256 DiagEngine.Report(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsMessageBase.java 269 * For an SMS-STATUS-REPORT message, this returns the status field from
270 * the status report. This field indicates the status of a previously
281 * Return true iff the message is a SMS-STATUS-REPORT message.
316 // report.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetDecoderTest.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) {
  /libcore/support/src/test/java/libcore/dalvik/system/
CloseGuardTester.java 47 * This lowers the chance that we'll report an unrelated leak.
  /ndk/
ndk-which 53 # use the host system's 'which' to decide/report if the file exists or not, and is executable
  /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/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/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/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h 84 it as the reported kind, or DK_IGNORED to not report it at
131 /* Maximum number of errors to report. */
146 /* Client hook to report an internal error. */
213 report a diagnostic. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h 84 it as the reported kind, or DK_IGNORED to not report it at
131 /* Maximum number of errors to report. */
146 /* Client hook to report an internal error. */
213 report a diagnostic. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h 84 it as the reported kind, or DK_IGNORED to not report it at
131 /* Maximum number of errors to report. */
146 /* Client hook to report an internal error. */
213 report a diagnostic. */

Completed in 358 milliseconds

<<31323334353637383940>>