HomeSort by relevance Sort by last modified time
    Searched full:report (Results 51 - 75 of 7456) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.pom 179 <!-- <report>dependencies</report> -->
180 <!-- <report>cim</report> -->
181 <!-- <report>cobertura</report> -->
182 <report>project-team</report>
183 <report>mailing-list</report>
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/apache/10/
apache-10.pom 273 <report>index</report>
274 <report>summary</report>
275 <report>modules</report>
276 <report>license</report>
277 <report>project-team</report>
    [all...]
  /external/clang/test/Rewriter/
missing-dllimport.c 3 // Do not report that 'foo()' is redeclared without dllimport attribute.
  /external/clang/utils/ABITest/
build.sh 12 $(for i in $(seq 0 $1); do echo test.$i.report; done) -k
summarize.sh 11 if (! make test.$i.report &> /dev/null); then
  /external/compiler-rt/test/asan/TestCases/Posix/
assign_large_valloc_to_global.cc 1 // Make sure we don't report a leak nor hang.
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
sanitizer_set_death_callback_test.cc 33 sink = new char[100]; // trigger lsan report.
40 if (uninitialized) // trigger msan report.
44 global[0]++; // trigger tsan report.
46 global[argc + 10]++; // trigger asan report.
  /external/linux-tools-perf/src/tools/perf/util/
usage.c 12 static void report(const char *prefix, const char *err, va_list params) function
27 report(" Fatal: ", err, params);
33 report(" Error: ", err, params);
38 report(" Warning: ", warn, params);
  /prebuilts/tools/common/m2/repository/org/apache/felix/felix-parent/2.1/
felix-parent-2.1.pom 127 <artifactId>maven-surefire-report-plugin</artifactId>
227 <artifactId>maven-surefire-report-plugin</artifactId>
241 <report>index</report>
242 <report>dependencies</report>
243 <report>project-team</report>
244 <report>mailing-list</report>
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
SetArcTransmissionStateAction.java 24 * Once TV gets &lt;Initiate ARC&gt;, TV sends &lt;Report ARC Initiated&gt; to AV Receiver.
57 // Enable ARC status immediately before sending <Report Arc Initiated>.
60 // "Enabled" if <Report ARC Initiated> is acknowledged and no
65 // If succeeds to send <Report ARC Initiated>, wait general timeout
66 // to check whether there is no <Feature Abort> for <Report ARC Initiated>.
92 // If <Report ARC Initiated> is negatively ack'ed, disable ARC and
93 // send <Report ARC Terminated> directly.
95 HdmiLogger.debug("Failed to send <Report Arc Initiated>.");
107 // If enabled before and set to "disabled" and send <Report Arc Terminated> to
125 HdmiLogger.debug("Feature aborted for <Report Arc Initiated>")
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 207 void report(const char *msg, const MachineFunction *MF);
208 void report(const char *msg, const MachineBasicBlock *MBB);
209 void report(const char *msg, const MachineInstr *MI);
210 void report(const char *msg, const MachineOperand *MO, unsigned MONum);
211 void report(const char *msg, const MachineFunction *MF,
213 void report(const char *msg, const MachineBasicBlock *MBB,
215 void report(const char *msg, const MachineFunction *MF,
217 void report(const char *msg, const MachineBasicBlock *MBB,
310 report("Bad instruction parent pointer", MFI);
317 report("Missing BundledPred flag,
362 void MachineVerifier::report(const char *msg, const MachineFunction *MF) { function in class:MachineVerifier
374 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB) { function in class:MachineVerifier
386 void MachineVerifier::report(const char *msg, const MachineInstr *MI) { function in class:MachineVerifier
395 void MachineVerifier::report(const char *msg, function in class:MachineVerifier
404 void MachineVerifier::report(const char *msg, const MachineFunction *MF, function in class:MachineVerifier
410 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB, function in class:MachineVerifier
416 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB, function in class:MachineVerifier
426 void MachineVerifier::report(const char *msg, const MachineFunction *MF, function in class:MachineVerifier
    [all...]
  /external/clang/test/Driver/
crash-report-modules.m 8 // RUN: FileCheck --check-prefix=CHECKSRC %s -input-file %t/crash-report-*.m
9 // RUN: FileCheck --check-prefix=CHECKSH %s -input-file %t/crash-report-*.sh
15 // FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it?
34 // CHECKSH: "crash-report-modules-{{[^ ]*}}.m"
35 // CHECKSH: "-ivfsoverlay" "crash-report-modules-{{[^ ]*}}.cache/vfs/vfs.yaml"
  /external/compiler-rt/test/asan/TestCases/
debug_report.cc 1 // Checks that the ASan debugging API for getting report information
13 fprintf(stderr, "%s\n", (present == 0) ? "no report" : "");
14 // CHECK: no report
29 fprintf(stderr, "%s\n", (present == 1) ? "report" : "");
30 // CHECK: report
  /external/selinux/policycoreutils/sepolicy/
sepolicy-network.8 3 sepolicy-network \- Examine the SELinux Policy and generate a network report
16 Generate a report listing the ports to which the specified init application is allowed to connect and or bind.
19 Generate a report listing the ports to which the specified domain is allowed to connect and or bind.
28 Generate a report listing the port numbers associate with the specified SELinux port type.
31 Generate a report listing the SELinux port types associate with the specified port number.
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
MultiLayoutVerificationTest.java 55 ScopedErrorReport report = exception.getScopedErrorReport(); local
56 assertNotNull(report);
57 File file = new File(report.getFilePath());
59 assertEquals(1, report.getLocations().size());
60 Location location = report.getLocations().get(0);
113 ScopedErrorReport report = exception.getScopedErrorReport(); local
114 assertNotNull(report);
115 File file = new File(report.getFilePath());
117 assertEquals(result.error, 1, report.getLocations().size());
118 Location location = report.getLocations().get(0)
168 ScopedErrorReport report = exception.getScopedErrorReport(); local
222 ScopedErrorReport report = exception.getScopedErrorReport(); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CodingErrorActionTest.java 48 assertNotNull(CodingErrorAction.REPORT);
50 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPORT);
51 assertNotSame(CodingErrorAction.REPLACE, CodingErrorAction.REPORT);
60 assertTrue(CodingErrorAction.REPORT.toString().indexOf("REPORT") != -1);
  /external/fonttools/MetaTools/
roundTrip.py 7 and diffs to a file called "report.txt" in the current directory.
32 def roundTrip(ttFile1, options, report):
56 report.write("=============================================================\n")
57 report.write(" \"%s\" differs after round tripping\n" % ttFile1)
58 report.write("-------------------------------------------------------------\n")
59 report.writelines(lines)
77 report = open("report.txt", "a+")
81 roundTrip(ttFile, options, report)
88 report.write("=============================================================\n"
    [all...]
  /external/clang/tools/scan-view/
ScanView.py 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html')
52 # Insert report bug and open file links.
53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'),
54 ('<td class="Button"><a href="report/\\1">Report Bug</a></td>' +
58 '<h3><a href="/">Summary</a> > Report %(report)s</h3>'))
61 '<td class="Button"><a href="report/%(report)s">Report Bug</a></td>')
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
ScanView.py 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html')
52 # Insert report bug and open file links.
53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'),
54 ('<td class="Button"><a href="report/\\1">Report Bug</a></td>' +
58 '<h3><a href="/">Summary</a> > Report %(report)s</h3>'))
61 '<td class="Button"><a href="report/%(report)s">Report Bug</a></td>')
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
ScanView.py 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html')
52 # Insert report bug and open file links.
53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'),
54 ('<td class="Button"><a href="report/\\1">Report Bug</a></td>' +
58 '<h3><a href="/">Summary</a> > Report %(report)s</h3>'))
61 '<td class="Button"><a href="report/%(report)s">Report Bug</a></td>')
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.11.2/
gradle-0.11.2-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.1/
gradle-0.12.1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.2/
gradle-0.12.2-sources.jar 
  /external/mockftpserver/branches/1.x_Branch/
pom.xml 154 <report>dependencies</report>
155 <!-- <report>project-team</report> -->
156 <!-- <report>mailing-list</report> -->
157 <!-- <report>cim</report> -->
158 <!-- <report>issue-tracking</report> -->
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/
spice-parent-12.pom 200 <report>dependencies</report>
201 <report>project-team</report>
202 <report>mailing-list</report>
203 <report>cim</report>
204 <report>issue-tracking</report>
    [all...]

Completed in 330 milliseconds

1 23 4 5 6 7 8 91011>>