/external/icu/icu4c/source/samples/uresb/ |
Makefile | 44 .PHONY: all clean distclean check report 70 # Make report: creates a 'report file' with both source and sample run 71 report: $(TARGET).report 73 $(TARGET).report: check $(TARGET).cpp
|
/external/objenesis/tck/src/org/objenesis/tck/ |
Reporter.java | 37 * Report that the tests are starting. Provides information that is useful to be reported. 48 * Report that a test between a candidate and an objenesis instance if about to start. 56 * Report details about what happened when an Objenesis instance tried to instantiate the current 65 * Report that something bad happened during the test. 72 * Report that tests have been completed for a particular Objenesis instance and candidate. 77 * Report that all tests have finished. Nothing will be called after this method.
|
/hardware/libhardware/include/hardware/ |
input.h | 408 * Allocate either an input report, which the HAL will use to tell the host of incoming input 409 * events, or an output report, which the host will use to tell the HAL of desired state 416 * Append the report to the given input device. 425 * collection will appear in whatever report it is attached to. The ID describes the type of 429 * may only be present once for a given report. 432 input_report_definition_t* report, input_collection_id_t id, int32_t arity); 435 * Declare an int usage with the given properties. The report and collection defines where the 439 input_report_definition_t* report, input_collection_id_t id, 443 * Declare a set of boolean usages with the given properties. The report and collection 447 input_report_definition_t* report, input_collection_id_t id [all...] |
/cts/tools/vm-tests-tf/etc/ |
starttests | 64 report=$dalviktest/report.html 118 rm -f $report 119 echo $pre_report > $report 187 # because of exception. If ok -> green report line else red report with info 193 echo -n "<tr class=\"ok\"><td>Success</td><td>$jtitle</td>" >> $report 194 echo "<td>$jcomment</td><td>$details</td></tr>" >> $report 211 echo "<tr class=\"nok\"><td>Failure</td><td>$jtitle</td><td>" >> $report 212 echo "$jcomment</td><td>$vmres</td></tr>" >> $report [all...] |
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
LoggerFactory.java | 149 Util.report("Failed to load class \"org.slf4j.impl.StaticLoggerBinder\"."); 150 Util.report("Defaulting to no-operation (NOP) logger implementation"); 151 Util.report("See " + NO_STATICLOGGERBINDER_URL + " for further details."); 160 Util.report("slf4j-api 1.6.x (or later) is incompatible with this binding."); 161 Util.report("Your binding is version 1.5.5 or earlier."); 162 Util.report("Upgrade your binding to version 1.6.x."); 173 Util.report("Failed to instantiate SLF4J LoggerFactory", t); 183 Util.report("The following set of substitute loggers may have been accessed"); 184 Util.report("during the initialization phase. Logging calls during this"); 185 Util.report("phase were not honored. However, subsequent logging calls to these") [all...] |
/external/clang/test/Analysis/ |
html-diags.c | 4 // RUN: ls %T/dir | grep report 9 // RUN: ls %T/dir/testrelative | grep report
|
/external/clang/test/Preprocessor/ |
c99-6_10_3_4_p9.c | 7 #define report(test, ...) ((test)?puts(#test):\ macro 18 report(x>y, "x is %d but y is %d", x, y);
|
/external/libxml2/test/schemas/ |
any7_1.xml | 9 Tiny glitch: the error report mechanism fails to recognize 10 that there is only one element of choice. It should report:
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
ProblemReporter.java | 20 * A simple interface to report problems. 23 public void report(Exception e); method in interface:ProblemReporter
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_05.txt | 5 Content-Type: multipart/report; report-type=delivery-status;
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_05.txt | 5 Content-Type: multipart/report; report-type=delivery-status;
|
/external/emma/lib/ |
emma_ant.jar | |
/prebuilts/devtools/tools/lib/ |
emma_ant.jar | |
/art/test/028-array-write/src/ |
Main.java | 21 /** whether to report times */ 27 static public void report(long start, long end) { method in class:Main 52 report(start, end); method 70 report(start, end); method
|
/external/e2fsprogs/tests/ |
test_post | 2 # report stats about test scripts that were run
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
perf-mem.txt | 11 'perf mem' [<options>] (record [<command>] | report) 18 "perf mem -t <TYPE> report" displays the result. It invokes perf report with the 48 linkperf:perf-record[1], linkperf:perf-report[1]
|
perfconfig.example | 14 report = on
|
/external/skia/experimental/PdfViewer/ |
SkPdfReporter.h | 65 // Calls SkPdfReport(...) if report is true. 66 void SkPdfReportIf(bool report, 72 // Reports an issue, along with information where it happened, for example obj can be used to report 74 // TODO(edisonn): add ability to report the callstack
|
/libcore/luni/src/main/java/java/nio/charset/ |
CodingErrorAction.java | 22 * and {@code REPORT}. 40 * Denotes the action to report the encountered error in an appropriate 44 public static final CodingErrorAction REPORT = new CodingErrorAction( 45 "REPORT");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
waitflags.h | 27 #define WUNTRACED 2 /* Report status of stopped children. */ 30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */ 31 #define WEXITED 4 /* Report dead child. */ 32 #define WCONTINUED 8 /* Report continued child. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
waitflags.h | 27 #define WUNTRACED 2 /* Report status of stopped children. */ 30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */ 31 #define WEXITED 4 /* Report dead child. */ 32 #define WCONTINUED 8 /* Report continued child. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
waitflags.h | 27 #define WUNTRACED 2 /* Report status of stopped children. */ 30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */ 31 #define WEXITED 4 /* Report dead child. */ 32 #define WCONTINUED 8 /* Report continued child. */
|
/cts/libs/deviceutil/src/android/cts/util/ |
DeviceReportLog.java | 46 String report = generateReport(); local 47 if (!report.equals("")) { 49 output.putString(CTS_RESULT_KEY, report);
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioFormatTest.java | 70 assertEquals("New AudioFormat doesn't report expected sample rate", 72 assertEquals("New AudioFormat doesn't report expected channel mask", 74 assertEquals("New AudioFormat doesn't report expected channel index mask", 91 assertEquals("New AudioFormat doesn't report expected encoding", 93 assertEquals("New AudioFormat doesn't report expected channel mask", 95 assertEquals("New AudioFormat doesn't report expected channel index mask", 112 assertEquals("New AudioFormat doesn't report expected encoding", 114 assertEquals("New AudioFormat doesn't report expected sample rate", 116 assertEquals("New AudioFormat doesn't report expected channel index mask", 134 assertEquals("New AudioFormat doesn't report expected encoding" [all...] |
/external/clang/examples/analyzer-plugin/ |
MainCallChecker.cpp | 40 BugReport *report = new BugReport(*BT, BT->getName(), N); local 41 report->addRange(Callee->getSourceRange()); 42 C.emitReport(report);
|