/frameworks/base/docs/html/sdk/api_diff/6/changes/ |
changes-summary.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."> 10 Android API Differences Report 74 <h1>Android API Differences Report</h1> 75 <p>This report details the changes in the core Android framework API between two <a 78 The report also includes general statistics that characterize the extent and type of the differences.</p> 79 <p>This report is based a comparison of the Android API specifications 84 <p>To navigate the report, use the "Select a Diffs Index" and "Filter the Index" 85 controls on the left. The report uses text formatting to indicate <em>interface names</em>,
|
/frameworks/base/packages/Shell/res/values/ |
strings.xml | 21 <string name="bugreport_finished_title">Bug report captured</string> 23 <string name="bugreport_finished_text">Touch to share your bug report</string>
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_MultiByte_EUC_JP.java | 35 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); 36 decoder.onMalformedInput(CodingErrorAction.REPORT);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
results_reporter.hpp | 55 // ************** report configuration ************** // 66 // ************** report initiation ************** //
|
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details.h | 22 #include "chrome/browser/safe_browsing/report.pb.h" 63 // the report. We start the redirection urls collection from history service 65 // When we are done, we send the report. 90 // The report protocol buffer. 99 // Starts the collection of the report. 102 // Whether the url is "public" so we can add it to the report.
|
ping_manager_unittest.cc | 46 EXPECT_EQ("https://prefix.com/foo/report?client=unittest&appver=1.0&" 55 EXPECT_EQ("https://prefix.com/foo/report?client=unittest&appver=1.0&" 64 EXPECT_EQ("https://prefix.com/foo/report?client=unittest&appver=1.0&" 73 EXPECT_EQ("https://prefix.com/foo/report?client=unittest&appver=1.0&" 82 EXPECT_EQ("https://prefix.com/foo/report?client=unittest&appver=1.0&" 91 EXPECT_EQ("https://prefix.com/foo/report?client=unittest&appver=1.0&"
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
PthreadLockChecker.cpp | 109 BugReport *report = new BugReport(*BT_doublelock, 112 report->addRange(CE->getArg(0)->getSourceRange()); 113 C.emitReport(report); 172 BugReport *report = new BugReport(*BT_lor, 177 report->addRange(CE->getArg(0)->getSourceRange()); 178 C.emitReport(report);
|
/external/mockito/src/org/mockito/internal/configuration/injection/ |
PropertyAndSetterInjection.java | 73 FieldInitializationReport report = initializeInjectMocksField(injectMocksField, injectMocksFieldOwner); local 77 Class<?> fieldClass = report.fieldClass(); 78 Object fieldInstanceNeedingInjection = report.fieldInstance(); 87 FieldInitializationReport report = null; local 89 report = new FieldInitializer(fieldOwner, field).initialize(); 97 return report; // never null
|
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.pom | 307 <report>changes-report</report> 308 <report>jira-report</report>
|
/external/emma/core/java12/com/vladium/emma/report/txt/ |
ReportGenerator.java | 9 package com.vladium.emma.report.txt; 30 import com.vladium.emma.report.AbstractReportGenerator; 31 import com.vladium.emma.report.AllItem; 32 import com.vladium.emma.report.ClassItem; 33 import com.vladium.emma.report.IItem; 34 import com.vladium.emma.report.IItemAttribute; 35 import com.vladium.emma.report.ItemComparator; 36 import com.vladium.emma.report.MethodItem; 37 import com.vladium.emma.report.PackageItem; 38 import com.vladium.emma.report.SourcePathCache [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothInputDevice.java | 178 public static final String EXTRA_REPORT = "android.bluetooth.BluetoothInputDevice.extra.REPORT"; 572 * @param reportType Report type 573 * @param reportId Report ID 574 * @param bufferSize Report receiving buffer size 599 * @param reportType Report type 600 * @param report Report receiving buffer size 605 public boolean setReport(BluetoothDevice device, byte reportType, String report) { 606 if (DBG) log("setReport(" + device + "), reportType=" + reportType + " report=" + report); [all...] |
/external/clang/lib/Lex/ |
ModuleMap.cpp | 62 Diags->Report(Id[0].second, diag::err_mmap_missing_module_unqualified) 73 Diags->Report(Id[I].second, diag::err_mmap_missing_module_qualified) 174 // If a header is not available, don't report that it maps to anything. 191 // If a header is not available, don't report that it maps to anything. 267 // If a header corresponds to an unavailable module, don't report 912 Diags.Report(LToken.getLocation(), diag::err_invalid_string_udl); 940 Diags.Report(LToken.getLocation(), diag::err_mmap_unknown_token); [all...] |
/development/testrunner/coverage/ |
coverage.py | 45 # root path of generated coverage report files, relative to Android build root 74 """Extract runtime coverage data and generate code coverage report. 87 absolute file path string of generated html report file. 112 """Generate the code coverage report. 119 do_src: True if generate coverage report with source linked in. 120 Note this will increase size of generated report. 123 absolute file path to generated report file. 133 cmd1 = ("java -cp %s emma report -r html -in %s %s %s " % 197 self._output_root_path, and combine them into a single coverage report. 198 Generated report is placed at self._output_root_path/android.htm [all...] |
/external/antlr/antlr-3.4/runtime/Python/ |
pylintrc | 89 # Tells wether to display a full report or only the messages 95 # number of statements analyzed. This is used by the global evaluation report 100 # evaluation report (R0004). 103 # Enable the report(s) with the given id(s). 104 #enable-report= 106 # Disable the report(s) with the given id(s). 107 #disable-report= 267 # given file (report R0402 must not be disabled) 270 # Create a graph of external dependencies in the given file (report R0402 must 274 # Create a graph of internal dependencies in the given file (report R0402 mus [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DefaultErrorHandler.java | 104 * <p>SAX parsers will use this method to report conditions that 130 * parser would use this callback to report the violation of a 137 * application cannot do so, then the parser should report a fatal 159 * parser would use this callback to report the violation of a 184 * <p>SAX parsers will use this method to report conditions that 211 * parser would use this callback to report the violation of a 218 * application cannot do so, then the parser should report a fatal 231 // Otherwise report the error to System.err. 248 * parser would use this callback to report the violation of a 266 // Otherwise report the error to System.err [all...] |
/frameworks/base/docs/html/tools/help/ |
lint.jd | 30 You can create an HTML report for the issues that {@code lint} detects. For example, you can run the following command to scan the {@code myproject} directory and its subdirectories for accessibility issues, then generate an HTML report in the {@code accessibility_report.html} file. 79 <td>Report all warnings as errors</td> 92 <td>Generate an HTML report.</td> 93 <td>The report is saved in the output file specified in the argument. The HTML output includes code snippets of the source code where {@code lint} detected an issue, a verbose description of the issue found, and links to the source file.</td> 99 <td>The {@code --url} option only applies when you are generating an HTML report with the {@code --html} option. You can specify multiple <filepath>=<url> mappings in the argument by separating each mapping with a comma.<p>To turn off linking to files, use {@code --url none}</p></td> 104 <td>Generate a simple HTML report</td> 105 <td>The report is saved in the output file specified in the argument.</td> 110 <td>Generate an XML report</td> 111 <td>The report is saved in the output file specified in the argument.</td [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_hid.cpp | 121 ALOGE("Fail to new jbyteArray bd addr for HID report"); 385 ALOGE("Failed get report, status: %d", status); 394 static jboolean setReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jstring report) { 407 const char *c_report = env->GetStringUTFChars(report, NULL); 411 ALOGE("Failed set report, status: %d", status); 414 env->ReleaseStringUTFChars(report, c_report); 420 static jboolean sendDataNative(JNIEnv *env, jobject object, jbyteArray address, jstring report) { 432 const char *c_report = env->GetStringUTFChars(report, NULL); 435 ALOGE("Failed set report, status: %d", status); 438 env->ReleaseStringUTFChars(report, c_report) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
filecmp.py | 89 x.report() -> prints a report on the differences between dir1 and dir2 91 x.report_partial_closure() -> prints report on differences between dir1 192 def report(self): # Print a report on the differences between a and b member in class:dircmp 218 self.report() 221 sd.report() 223 def report_full_closure(self): # Report on self and subdirs recursively 224 self.report() 293 dd.report() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
filecmp.py | 89 x.report() -> prints a report on the differences between dir1 and dir2 91 x.report_partial_closure() -> prints report on differences between dir1 192 def report(self): # Print a report on the differences between a and b member in class:dircmp 218 self.report() 221 sd.report() 223 def report_full_closure(self): # Report on self and subdirs recursively 224 self.report() 293 dd.report() [all...] |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/ |
httpcomponents-client-4.1.pom | 273 <report>dependencies</report> 274 <report>project-team</report> 275 <report>mailing-list</report> 276 <report>issue-tracking</report> 277 <report>scm</report> [all...] |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1.1/ |
httpcomponents-client-4.1.1.pom | 274 <report>dependencies</report> 275 <report>project-team</report> 276 <report>mailing-list</report> 277 <report>issue-tracking</report> 278 <report>scm</report> [all...] |
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/ |
FileUtil.java | 261 * @param report 266 public static void doRandomReadTest(Context context, String dirName, ReportLog report, 302 report.printArray("read throughput", 305 report.printArray("read amount", rdAmount, ResultType.NEUTRAL, ResultUnit.BYTE); 308 report.printSummary("read throughput", stat.mAverage, ResultType.HIGHER_BETTER, 316 * @param report 321 public static void doRandomWriteTest(Context context, String dirName, ReportLog report, 355 report.printArray("write throughput", 357 report.printArray("write amount", wrAmount, ResultType.NEUTRAL, 361 report.printSummary("write throughput", stat.mAverage, ResultType.HIGHER_BETTER [all...] |
/external/emma/ant/ant14/com/vladium/emma/ |
emmajavaTask.java | 18 import com.vladium.emma.report.ReportCfg; 19 import com.vladium.emma.report.IReportEnums.DepthAttribute; 20 import com.vladium.emma.report.IReportEnums.UnitsTypeAttribute; 21 import com.vladium.emma.report.ReportCfg.Element_HTML; 22 import com.vladium.emma.report.ReportCfg.Element_LCOV; 23 import com.vladium.emma.report.ReportCfg.Element_TXT; 24 import com.vladium.emma.report.ReportCfg.Element_XML; 84 // report types: 163 // (2) named report settings override generic named settings 164 // (3) verbosity settings use dedicated attributes (not overlapping with report [all...] |
/external/llvm/docs/ |
TestSuiteMakefileGuide.rst | 207 Even better are the ``report`` and ``report.format`` targets (where 209 exact contents of the report are dependent on which ``TEST`` you are 211 the results are always stored in the ``report.<type>.format`` file (when 212 running with ``TEST=<type>``). The ``report`` also generate a file 213 called ``report.<type>.raw.out`` containing the output of the entire 220 "``gmake TEST=nightly report``" should work), it is really easy to run 231 Following this, you can set up a test and a report that collects these 234 your test) and a "``test-suite/TEST.XXX.report``" file that indicates 245 % make TEST=libcalls report [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
mnkytst.cpp | 45 CollationMonkeyTest::report(UnicodeString& s, UnicodeString& t, int32_t result, int32_t revResult) function in class:CollationMonkeyTest 97 report( subs, subt, result, revResult); 104 report( subs, subt, result, revResult); 111 report(subs, subt, result, revResult); 167 report(subs, subt, result, revResult); 172 report(subs, subt, result, revResult); 177 report(subs, subt, result, revResult);
|