Home
last modified time | relevance | path

Searched refs:REPORT (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Darm64-fallback.ll4 ; RUN: FileCheck %s --check-prefix=FALLBACK-WITH-REPORT-OUT < %t.out
5 ; RUN: FileCheck %s --check-prefix=FALLBACK-WITH-REPORT-ERR < %t.err
24 ; FALLBACK-WITH-REPORT-ERR: unable to translate instruction: ret
25 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for ABIi128
26 ; FALLBACK-WITH-REPORT-OUT-LABEL: ABIi128:
27 ; FALLBACK-WITH-REPORT-OUT: ldr q0,
28 ; FALLBACK-WITH-REPORT-OUT-NEXT: bl __fixunstfti
35 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: G_STORE %1:_(<7 …
36 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for odd_vector
37 ; FALLBACK-WITH-REPORT-OUT-LABEL: odd_vector:
[all …]
/external/llvm-project/compiler-rt/test/fuzzer/
Dmsan.test3 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
6 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
9 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
12 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
14 NO-REPORT-NOT: MemorySanitizer
15 NO-REPORT: BINGO
19 …TIONS=poison_in_dtor=1 not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=REPORT
22 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=REPORT
24 REPORT: MemorySanitizer: use-of-uninitialized-value
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/
Dx86_64-fallback.ll2 ; RUN: FileCheck %s --check-prefix=FALLBACK-WITH-REPORT-OUT < %t.out
3 ; RUN: FileCheck %s --check-prefix=FALLBACK-WITH-REPORT-ERR < %t.err
11 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: %1:_(s80) = G_FC…
12 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for test_x86_fp80_dump
13 ; FALLBACK-WITH-REPORT-OUT-LABEL: test_x86_fp80_dump:
20 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction: call: ' call v…
21 ; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for ScaleObjectOverwr…
22 ; FALLBACK-WITH-REPORT-OUT-LABEL: ScaleObjectOverwrite_2:
/external/llvm-project/llvm/test/tools/llvm-cov/
Dmultiple-objects.test3 RUN: -object %S/Inputs/multiple_objects/use_1.covmapping | FileCheck -check-prefix=REPORT %s
5 REPORT: Filename{{ +}}Regions{{ +}}Missed Regions{{ +}}Cover
6 REPORT-NEXT: ---
7 REPORT-NEXT: header.h{{ +}}25{{ +}}14{{ +}}44.00%
11 REPORT-NEXT: use_1.cc{{ +}}1{{ +}}0{{ +}}100.00%
12 REPORT-NEXT: use_2.cc{{ +}}2{{ +}}0{{ +}}100.00%
Dsources-specified.test5 RUN: | FileCheck -check-prefix=REPORT %s
26 REPORT-NOT: {{.*}}abs.h{{.*}}
27 REPORT: {{^}}TOTAL 3{{.*}}72.73%
/external/skqp/tools/skqp/
Dtest_apk.sh70 REPORT="${TDIR}/${odir_basename}/report.html"
72 if [ -f "$REPORT" ]; then
73 grep 'f(.*;' "$REPORT"
74 echo "$REPORT"
75 "$(dirname "$0")"/../../bin/sysopen "$REPORT"
/external/llvm-project/openmp/libomptarget/src/
Dapi.cpp134 REPORT("Call to omp_target_memcpy with invalid arguments\n"); in omp_target_memcpy()
139 REPORT("omp_target_memcpy returns OFFLOAD_FAIL\n"); in omp_target_memcpy()
144 REPORT("omp_target_memcpy returns OFFLOAD_FAIL\n"); in omp_target_memcpy()
209 REPORT("Call to omp_target_memcpy_rect with invalid arguments\n"); in omp_target_memcpy_rect()
252 REPORT("Call to omp_target_associate_ptr with invalid arguments\n"); in omp_target_associate_ptr()
257 REPORT("omp_target_associate_ptr: no association possible on the host\n"); in omp_target_associate_ptr()
262 REPORT("omp_target_associate_ptr returns OFFLOAD_FAIL\n"); in omp_target_associate_ptr()
278 REPORT("Call to omp_target_associate_ptr with invalid host_ptr\n"); in omp_target_disassociate_ptr()
283 REPORT( in omp_target_disassociate_ptr()
289 REPORT("omp_target_disassociate_ptr returns OFFLOAD_FAIL\n"); in omp_target_disassociate_ptr()
Domptarget.cpp82 REPORT("No image loaded for device id %d.\n", device_id); in InitLibrary()
91 REPORT("Unable to generate entries table for device id %d.\n", device_id); in InitLibrary()
104 REPORT("Host and Target tables mismatch for device id %d [%zx != %zx].\n", in InitLibrary()
164 REPORT("Running ctor " DPxMOD " failed.\n", DPxPTR(ctor)); in InitLibrary()
186 REPORT("Device %" PRId64 " is not ready.\n", device_id); in CheckDeviceAndCtors()
198 REPORT("Failed to init globals on device %" PRId64 "\n", device_id); in CheckDeviceAndCtors()
271 REPORT("Call to targetDataBegin via targetDataMapper for custom mapper" in targetDataBegin()
336 REPORT("Call to getOrAllocTgtPtr returned null pointer (%s).\n", in targetDataBegin()
356 REPORT("Call to getOrAllocTgtPtr returned null pointer (%s).\n", in targetDataBegin()
398 REPORT("Copying data to device failed.\n"); in targetDataBegin()
[all …]
Ddevice.cpp73 REPORT("Not allowed to re-associate a different device ptr+offset with " in associatePtr()
109 REPORT("Trying to disassociate a pointer which was not mapped via " in disassociatePtr()
116 REPORT("Association not found\n"); in disassociatePtr()
358 REPORT("Section to delete (hst addr " DPxMOD ") does not exist in the" in deallocTgtPtr()
Dinterface.cpp331 REPORT("Failed to get device %" PRId64 " ready\n", device_id); in __tgt_target_mapper()
399 REPORT("Failed to get device %" PRId64 " ready\n", device_id); in __tgt_target_teams_mapper()
/external/cldr/tools/java/org/unicode/cldr/draft/
DCharEncoder.java34 .onMalformedInput(CodingErrorAction.REPORT) in CharEncoder()
35 .onUnmappableCharacter(CodingErrorAction.REPORT); in CharEncoder()
37 .onMalformedInput(CodingErrorAction.REPORT) in CharEncoder()
38 .onUnmappableCharacter(CodingErrorAction.REPORT); in CharEncoder()
/external/cldr/tools/java/org/unicode/cldr/icu/
DSimpleConverter.java31 .onMalformedInput(CodingErrorAction.REPORT) in SimpleConverter()
32 .onUnmappableCharacter(CodingErrorAction.REPORT); in SimpleConverter()
35 .onMalformedInput(CodingErrorAction.REPORT) in SimpleConverter()
36 .onUnmappableCharacter(CodingErrorAction.REPORT); in SimpleConverter()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DNioZipEncoding.java169 .onMalformedInput(CodingErrorAction.REPORT) in newEncoder()
170 .onUnmappableCharacter(CodingErrorAction.REPORT); in newEncoder()
177 .onMalformedInput(CodingErrorAction.REPORT) in newDecoder()
178 .onUnmappableCharacter(CodingErrorAction.REPORT); in newDecoder()
/external/llvm-project/clang/test/Analysis/scan-build/
Dplist_output.test21 RUN: | FileCheck %s -check-prefix CHECK-REPORT-PLIST-CONTENTS
23 CHECK-REPORT-PLIST-CONTENTS: <key>type</key><string>Dereference of null pointer</string>
Dhtml_output.test31 RUN: | FileCheck %s -check-prefix CHECK-REPORT-HTML
33 CHECK-REPORT-HTML: <!-- BUGTYPE Dereference of null pointer -->
/external/llvm-project/openmp/libomptarget/include/
DDebug.h133 #define REPORT(...) \ macro
146 #define REPORT(...) FAILURE_MESSAGE(__VA_ARGS__); macro
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DPerformanceTest.java42 …private static final boolean REPORT = Boolean.parseBoolean(System.getProperty("PerformanceTest.rep… field in PerformanceTest
123 if (REPORT) { in test()
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DConverterPerformanceTest.java45 encoder.onMalformedInput(CodingErrorAction.REPORT); in setup()
46 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in setup()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/util/
DUriEncoder.java33 .onMalformedInput(CodingErrorAction.REPORT);
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
DUnicodeReader.java112 CodingErrorAction.REPORT); in init()
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/charset/
DNativeConverter.java57 if (action == CodingErrorAction.REPORT) { in translateCodingErrorAction()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue68/
DNonAsciiCharacterTest.java50 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in testLoadFromFileWithWrongEncoding()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java233 cc.cbErrorAction = CodingErrorAction.REPORT; in TestFromUnicode()
301 encoder.onMalformedInput(CodingErrorAction.REPORT); in FromUnicodeCase()
537 cc.cbErrorAction = CodingErrorAction.REPORT; in TestToUnicode()
540 cc.cbErrorAction = CodingErrorAction.REPORT; in TestToUnicode()
601 decoder.onMalformedInput(CodingErrorAction.REPORT); in ToUnicodeCase()
/external/tcpdump/
Dprint-snmp.c144 #define REPORT 8 macro
151 #define INTERNAL_CLASS(x) (x == REPORT)
1348 || pduid == INFORMREQ || pduid == V2TRAP || pduid == REPORT) in snmppdu_print()
1372 || pduid == INFORMREQ || pduid == V2TRAP || pduid == REPORT) in snmppdu_print()
1514 pdu.id == V2TRAP || pdu.id == REPORT)) { in pdu_print()
1535 case REPORT: in pdu_print()
/external/oss-fuzz/projects/nginx/fuzz/
Dhttp_request_fuzzer.dict40 "REPORT"

12