/frameworks/base/core/java/android/os/storage/ |
MountServiceInternal.java | 49 * @return Weather to report external storage. 50 * @return True to report the state of external storage, false to 51 * report it as unmounted.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiLogger.java | 147 BugReport report = captureBugreport(reason, true); local 148 mLastBugReports.addLast(report); 152 BugReport report = captureBugreport(errorCode, /* captureFWDump = */ true); local 153 report.alertData = alertData; 154 mLastAlerts.addLast(report); 387 BugReport report = new BugReport(); local 388 report.errorCode = errorCode; 389 report.systemTimeMs = System.currentTimeMillis(); 390 report.kernelTimeNanos = System.nanoTime(); 401 report.ringBuffers.put(buffer.name, buffers) [all...] |
/frameworks/volley/ |
pom.xml | 115 <id>jacoco-report</id> 118 <goal>report</goal> 123 <outputDirectory>${project.build.directory}/jacoco-report</outputDirectory>
|
/packages/providers/CalendarProvider/tests/ |
EMMA_README | 40 # extract and generate the report 47 emma report -r html -in coverage.ec \ 52 echo "Report is in $HOME/emmaReport"
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-archiver/2.5/ |
maven-archiver-2.5.pom | 131 <report>changes-report</report>
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/ |
maven-archiver-2.4.1.pom | 110 <report>changes-report</report>
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
CtsApiCoverage.java | 35 * Tool that generates a report of what Android framework methods are being called from a given 49 System.out.println("Generates a report about what Android framework methods are called "); 52 System.out.println("Use the Makefiles rules in CtsTestCoverage.mk to generate the report "); 62 System.out.println(" -p PACKAGENAMEPREFIX report coverage only for package that start with"); 63 System.out.println(" -t TITLE report title"); 116 * 3. Output a report based on the coverage stats in the ApiCoverage object.
|
HtmlReport.java | 34 * Class that outputs an HTML report of the {@link ApiCoverage} collected. It is the XML report
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/ |
usage.apt.vm | 49 <report>false</report> 65 *** report 68 it will report variaous statistics about the parser, such as information 90 If set to true, then then the generated parser will compute and report on 128 If this parameter is set to true, then ANTLR will report all sorts of things
|
/external/gtest/ |
CHANGES | 7 prematurely and report it as a failure (before it would be 11 the current test case or the test program in the XML report. 19 * Improvement: When --gtest_filter is specified, XML report now doesn't 35 the XML report now. 86 * New feature: the XML report format is closer to junitreport and can 130 * Changed the XML report format to match JUnit/Ant's.
|
/external/libvpx/libvpx/third_party/googletest/src/ |
CHANGES | 7 prematurely and report it as a failure (before it would be 11 the current test case or the test program in the XML report. 19 * Improvement: When --gtest_filter is specified, XML report now doesn't 35 the XML report now. 86 * New feature: the XML report format is closer to junitreport and can 130 * Changed the XML report format to match JUnit/Ant's.
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
AutomaticActivity.java | 63 abstract void report(String name, float value); method in class:AutomaticActivity.FinalCallback 148 void report(String name, float value) { 208 c.report("averageError", (mTotalError / mTotalTests)); 210 c.report(String.format("tests with error over %1.3f", ERROR_CUTOFFS[i]), 214 c.report("tests regressed", mTestsRegressed); 215 c.report("tests improved", mTestsImproved);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
CHANGES | 7 prematurely and report it as a failure (before it would be 11 the current test case or the test program in the XML report. 19 * Improvement: When --gtest_filter is specified, XML report now doesn't 35 the XML report now. 86 * New feature: the XML report format is closer to junitreport and can 130 * Changed the XML report format to match JUnit/Ant's.
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
MmsWapPushReceiver.java | 68 Log.v(TAG, "Received delivery report"); 72 Log.v(TAG, "Received read report");
|
/external/boringssl/src/util/bot/ |
update_clang.py | 37 def report(a, b, c): function in function:DownloadFile 42 urllib.urlretrieve(url, path, reporthook=report)
|
/external/chromium-trace/trace-viewer/tracing/build/ |
vulcanize_trace_viewer.py | 32 parser.add_option('--report-sizes', dest='report_sizes', default=False, 35 parser.add_option('--report-deps', dest='report_deps', default=False,
|
/external/e2fsprogs/misc/ |
e2freefrag.8.in | 4 e2freefrag \- report free space fragmentation information 17 is used to report free space fragmentation on ext2/3/4 file systems.
|
/external/elfutils/src/libdwfl/ |
dwfl_module_report_build_id.c | 0 /* Report build ID information for a module. 31 // XXX vs report changed module: punting old file
|
linux-proc-maps.c | 186 inline bool report (void) function 222 report the last one and then this special one. */ 225 if (report ()) 235 || report ()) 254 /* This is a different file mapping. Report the last one. */ 255 if (report ()) 269 /* Report the final one. */ 270 bool lose = report ();
|
/external/google-breakpad/src/client/ios/ |
Breakpad.h | 84 // as metadata for crash report. Falls back to 88 // BREAKPAD_VENDOR Vendor name, used in UI (e.g. "A report has 202 // Returns the next upload configuration. The report file is deleted. 205 // Upload next report to the server. 208 // Upload next report to the server. 213 // Upload a report to the server. 215 // |configuration| is the configuration of the breakpad report to send. 238 // The report will be available for uploading. The paths of the created files
|
/external/gptfdisk/ |
cgdisk.cc | 69 Report("Warning! Non-GPT or damaged disk detected! This program will attempt to\n" 76 Report("Could not load partitions from '" + device + "'! Aborting!");
|
/external/libxml2/include/libxml/ |
schematron.h | 25 XML_SCHEMATRON_OUT_QUIET = 1 << 0, /* quiet no report */ 26 XML_SCHEMATRON_OUT_TEXT = 1 << 1, /* build a textual report */
|
/external/mesa3d/docs/ |
conform.html | 94 Setup Report. 99 Visual Report. 107 Epsilon Report. 207 Setup Report. 212 Visual Report. 220 Epsilon Report. 320 Setup Report. 325 Visual Report. 333 Epsilon Report. 433 Setup Report [all...] |
/external/mockito/src/org/mockito/internal/configuration/ |
SpyAnnotationEngine.java | 53 FieldInitializationReport report = new FieldInitializer(testInstance, field).initialize();
local 54 instance = report.fieldInstance();
|
/external/mockito/src/org/mockito/internal/configuration/injection/ |
ConstructorInjection.java | 52 FieldInitializationReport report = new FieldInitializer(fieldOwner, field, simpleArgumentResolver).initialize(); local 54 return report.fieldWasInitializedUsingContructorArgs();
|