/external/igt-gpu-tools/tests/i915/ |
D | gem_lut_handle.c | 50 #define BROKEN 0x2 macro 61 !!(flags & USE_LUT) ^ !!(flags & BROKEN) ? 0 : handle; in exec() 126 if (flags & BROKEN) { in many_exec() 180 fail(exec(fd, handle, BROKEN)); 185 fail(exec(fd, handle, USE_LUT | BROKEN)); 201 fail(many_exec(fd, handle, i-1, i-1, NORMAL | BROKEN)); 202 fail(many_exec(fd, handle, i-1, i, NORMAL | BROKEN)); 203 fail(many_exec(fd, handle, i-1, i+1, NORMAL | BROKEN)); 204 fail(many_exec(fd, handle, i, i-1, NORMAL | BROKEN)); 205 fail(many_exec(fd, handle, i, i, NORMAL | BROKEN)); [all …]
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | packed-relocs.test | 51 …dobj --relocations %t1.broken 2>&1 | FileCheck -DFILE=%t1.broken --check-prefix=BROKEN-RELA-LLVM %s 52 …adelf --relocations %t1.broken 2>&1 | FileCheck -DFILE=%t1.broken --check-prefix=BROKEN-RELA-GNU %s 54 # BROKEN-RELA-LLVM: Relocations [ 55 # BROKEN-RELA-LLVM-NEXT: Section (1) .rela.dyn { 56 # BROKEN-RELA-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_RELA sect… 57 # BROKEN-RELA-LLVM-NEXT: } 58 # BROKEN-RELA-LLVM-NEXT: ] 60 # BROKEN-RELA-GNU: warning: '[[FILE]]': unable to get the number of relocations in SHT_ANDROID… 61 # BROKEN-RELA-GNU: Relocation section '.rela.dyn' at offset 0xffffffff contains <?> entries: 62 # BROKEN-RELA-GNU-NEXT: Offset Info Type Symbol's Value … [all …]
|
D | call-graph-profile.test | 55 # RUN: llvm-readobj %t3.o --cg-profile 2>&1 | FileCheck %s -DFILE=%t3.o --check-prefix=LLVM-BROKEN-… 58 # LLVM-BROKEN-SYM: CGProfile [ 59 # LLVM-BROKEN-SYM-NEXT: CGProfileEntry { 60 # LLVM-BROKEN-SYM-NEXT: From: A (1) 61 # LLVM-BROKEN-SYM-NEXT: warning: '[[FILE]]': unable to read the name of symbol with index 2: st_nam… 62 # LLVM-BROKEN-SYM-NEXT: To: <?> (2) 63 # LLVM-BROKEN-SYM-NEXT: Weight: 10 64 # LLVM-BROKEN-SYM-NEXT: } 65 # LLVM-BROKEN-SYM-NEXT: CGProfileEntry { 66 # LLVM-BROKEN-SYM-NEXT: From: <?> (2) [all …]
|
D | relocations.test | 208 # RUN: | FileCheck %s -DFILE=%t.broken.rel --check-prefix=BROKEN-REL-LLVM 210 # RUN: | FileCheck %s -DFILE=%t.broken.rel --check-prefix=BROKEN-REL-GNU 212 # BROKEN-REL-LLVM: Relocations [ 213 # BROKEN-REL-LLVM-NEXT: Section (2) .rel.text { 214 # BROKEN-REL-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_REL section with i… 215 # BROKEN-REL-LLVM-NEXT: } 216 # BROKEN-REL-LLVM-NEXT: Section (3) .rela.text { 217 # BROKEN-REL-LLVM-NEXT: 0x0 R_X86_64_NONE rela_0 0x0 218 # BROKEN-REL-LLVM-NEXT: 0x1 R_X86_64_PC32 rela_neg 0xFFFFFFFFFFFFFFFF 219 # BROKEN-REL-LLVM-NEXT: 0x5 R_X86_64_PLT32 rela_pos 0x2 [all …]
|
D | loadname.test | 59 … %t.err.1.o 2>&1 | FileCheck %s -DFILE=%t.err.1.o --check-prefixes=BROKEN-OFFSET,BROKEN-OFFSET-LLVM 60 …e %t.err.1.o 2>&1 | FileCheck %s -DFILE=%t.err.1.o --check-prefixes=BROKEN-OFFSET,BROKEN-OFFSET-GNU 62 # BROKEN-OFFSET: warning: '[[FILE]]': unable to parse DT_STRTAB: can't map virtual address 0xf… 63 # BROKEN-OFFSET: warning: '[[FILE]]': string table was not found 64 # BROKEN-OFFSET-LLVM: LoadName: <?> 65 # BROKEN-OFFSET-GNU: 0x000000000000000e (SONAME) Library soname: [<?>]
|
D | dyn-symbols.test | 181 …--dyn-symbols 2>&1 | FileCheck -DFILE=%t4.so %s --check-prefixes=BROKEN-DTSYMTAB,BROKEN-DTSYMTAB-L… 182 …--dyn-symbols 2>&1 | FileCheck -DFILE=%t4.so %s --check-prefixes=BROKEN-DTSYMTAB,BROKEN-DTSYMTAB-G… 184 # BROKEN-DTSYMTAB: warning: '[[FILE]]': unable to parse DT_SYMTAB: virtual address is not in a… 185 # BROKEN-DTSYMTAB-LLVM: Name: foo 186 # BROKEN-DTSYMTAB-GNU: 1: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND foo 630 # RUN: --check-prefixes=OFFSET-BROKEN,OFFSET-BROKEN-LLVM 632 # RUN: --implicit-check-not="Symbol table" --check-prefix=OFFSET-BROKEN 634 # OFFSET-BROKEN: warning: '[[FILE]]': unable to read dynamic symbols from SHT_DYNSYM section with i… 636 # OFFSET-BROKEN-LLVM: DynamicSymbols [ 637 # OFFSET-BROKEN-LLVM-NEXT: ] [all …]
|
D | dyn-symbols-size-from-hash-table.test | 330 # RUN: FileCheck %s -DFILE=%t4.1 --input-file=%t4.out.gnu.txt --check-prefix=BROKEN-NCHAIN-GNU 332 # BROKEN-NCHAIN-GNU: [[#%u, FILESIZE:]] 333 # BROKEN-NCHAIN-GNU: warning: '[[FILE]]': the size (0x17ffffffe8) of the dynamic symbol table at 0x… 335 # BROKEN-NCHAIN-GNU: [Nr] Name Type Address Off 336 # BROKEN-NCHAIN-GNU: [ 1] .rela.plt RELA 0000000000001000 0000[[#%x, RELAOFF:]] 337 # BROKEN-NCHAIN-GNU: [ 4] .dynsym DYNSYM 0000000000001078 0000[[#%x, DYNSYMOFF]] 339 # BROKEN-NCHAIN-GNU: 'PLT' relocation section at offset 0x[[#%x, RELAOFF]] contains 24 bytes: 340 # BROKEN-NCHAIN-GNU-NEXT: Offset Info Type Symbol's Value Symb… 341 # BROKEN-NCHAIN-GNU-NEXT: warning: '[[FILE]]': unable to get name of the dynamic symbol with index … 342 # BROKEN-NCHAIN-GNU-NEXT: 0000000000000000 ffddffdd00000000 R_X86_64_NONE <cor… [all …]
|
D | unwind.test | 310 # RUN: | FileCheck %s -DFILE=%t4 --check-prefix=BROKEN-CONTENT -DOFFSET=0xffff0000 -DSIZE=0x1 314 # RUN: | FileCheck %s -DFILE=%t5 --check-prefix=BROKEN-CONTENT -DOFFSET=0x1 -DSIZE=0xffff0000 316 # BROKEN-CONTENT: EHFrameHeader { 317 # BROKEN-CONTENT-NEXT: Address: 0x0 318 # BROKEN-CONTENT-NEXT: Offset: [[OFFSET]] 319 # BROKEN-CONTENT-NEXT: Size: [[SIZE]] 320 # BROKEN-CONTENT-NEXT: Corresponding Section: 321 # BROKEN-CONTENT-NEXT: error: '[[FILE]]': program header [index 0] has a p_offset ([[OFFSET]]) + p… 338 # RUN: | FileCheck %s -DFILE=%t6 --check-prefix=BROKEN-CONTENT -DOFFSET=0x100 -DSIZE=0xffff0000 344 # RUN: not llvm-readobj --unwind %t7 2>&1 | FileCheck %s -DFILE=%t7 --check-prefix=BROKEN-CONTENT2 … [all …]
|
D | relr-relocs.test | 162 # RUN: FileCheck -DFILE=%t2.broken --check-prefix=BROKEN-LLVM %s -DSECNAME=SHT_RELR 164 # RUN: FileCheck -DFILE=%t2.broken --check-prefix=BROKEN-GNU %s -DSECNAME=SHT_RELR 166 # BROKEN-LLVM: Relocations [ 167 # BROKEN-LLVM-NEXT: Section (1) .relr.dyn { 168 # BROKEN-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from [[SECNAME]] section with i… 169 # BROKEN-LLVM-NEXT: } 170 # BROKEN-LLVM-NEXT: ] 172 # BROKEN-GNU: warning: '[[FILE]]': unable to get the number of relocations in [[SECNAME]] sect… 173 # BROKEN-GNU: Relocation section '.relr.dyn' at offset 0x34 contains <?> entries: 174 # BROKEN-GNU-NEXT: Offset Info Type Sym. Value Symbol's Name [all …]
|
D | addrsig.test | 83 # RUN: llvm-readobj --addrsig %t2.2.o 2>&1 | FileCheck %s -DFILE=%t2.2.o --check-prefix=BROKEN-SEC-… 84 # RUN: llvm-readelf --addrsig %t2.2.o 2>&1 | FileCheck %s -DFILE=%t2.2.o --check-prefix=BROKEN-SEC-… 86 # BROKEN-SEC-LLVM: Addrsig [ 87 # BROKEN-SEC-LLVM-NEXT: warning: '[[FILE]]': section [index 1] has a sh_offset (0xffffffff) + sh_si… 88 # BROKEN-SEC-LLVM-NEXT: ] 90 # BROKEN-SEC-GNU: warning: '[[FILE]]': section [index 1] has a sh_offset (0xffffffff) + sh_size … 91 # BROKEN-SEC-GNU-NOT:{{.}}
|
D | verneed-invalid.test | 156 # RUN: llvm-readelf -V %t3 2>&1 | FileCheck %s -DFILE=%t3 --check-prefix=BROKEN-AUX-GNU 157 # RUN: llvm-readobj -V %t3 2>&1 | FileCheck %s -DFILE=%t3 --check-prefix=BROKEN-AUX-LLVM 159 # BROKEN-AUX-GNU: Version symbols section '.gnu.version' contains 1 entries: 160 # BROKEN-AUX-GNU-NEXT: Addr: 0000000000000000 Offset: 0x000040 Link: 3 (.dynsym) 161 # BROKEN-AUX-GNU-NEXT: warning: '[[FILE]]': unable to get a version for entry 0 of SHT_GNU_versym s… 162 # BROKEN-AUX-GNU-NEXT: 000: 2 (<corrupt>) 164 # BROKEN-AUX-LLVM: VersionSymbols [ 165 # BROKEN-AUX-LLVM-NEXT: Symbol { 166 # BROKEN-AUX-LLVM-NEXT: Version: 2 167 # BROKEN-AUX-LLVM-NEXT: warning: '[[FILE]]': invalid SHT_GNU_verneed section with index 2: found a … [all …]
|
D | hash-histogram.test | 75 # RUN: FileCheck -DFILE=%t2.o %s --check-prefix=BROKEN --implicit-check-not=warning: 77 # BROKEN: warning: '[[FILE]]': .hash section is invalid: bucket 1: a cycle was detected in th… 78 # BROKEN: Histogram for bucket list length (total of 2 buckets) 79 # BROKEN-NEXT: Length Number % of total Coverage 80 # BROKEN-NEXT: 0 0 ( 0.0%) 0.0% 81 # BROKEN-NEXT: 1 2 (100.0%) 100.0%
|
D | hash-symbols.test | 332 # RUN: FileCheck %s -DFILE=%t5.so --check-prefix=BROKEN --implicit-check-not=warning: 334 # BROKEN: Symbol table of .hash for image: 335 # BROKEN-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name 336 # BROKEN-NEXT: 1 0: 00000000 0 NOTYPE LOCAL DEFAULT UND aaa 337 # BROKEN: warning: '[[FILE]]': .hash section is invalid: bucket 1: a cycle was detected in the link… 338 # BROKEN-NEXT: 1 1: 00000000 0 NOTYPE LOCAL DEFAULT UND aaa 339 # BROKEN-NOT: {{.}}
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
D | SegmentBasedQueue.kt | 41 if (s.element.value === BROKEN) continue in enqueue() 57 if (s.element.compareAndSet(null, BROKEN)) continue in dequeue() 63 if (el === BROKEN) continue in dequeue() 74 cur.element.compareAndSet(null, BROKEN) in close() 117 val logicallyRemoved get() = element.value === BROKEN in createSegment() 120 val old = element.getAndSet(BROKEN) in createSegment() 121 if (old !== BROKEN) onSlotCleaned() in createSegment() 125 private val BROKEN = Symbol("BROKEN") constant
|
/external/ltp/testcases/open_posix_testsuite/ |
D | Makefile.linux | 9 BROKEN := 13 BROKEN += t_sigaction_16-1 16 filter-known-fails: $(BROKEN)
|
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/ |
D | source-interleave-prefix.test | 9 ; RUN: FileCheck %s --check-prefix=CHECK-BROKEN-PREFIX -DFILE=%t-relative-path.o -DPREFIX=. 10 ; CHECK-BROKEN-PREFIX: warning: '[[FILE]]': failed to find source [[PREFIX]]/Inputs/source-interlea… 25 ; RUN: FileCheck %s --check-prefix=CHECK-BROKEN-PREFIX -DFILE=%t-correct-prefix.o -DPREFIX=mypref… 39 ; RUN: FileCheck %s --check-prefix=CHECK-BROKEN-PREFIX -DFILE=%t-missing-prefix.o -DPREFIX='' 45 ; RUN: FileCheck %s --check-prefix=CHECK-BROKEN-PREFIX -DFILE=%t-missing-prefix.o -DPREFIX=mypref…
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ |
D | archive.test | 95 # RUN: llvm-readobj --all %t2.a 2>&1 | FileCheck %s -DARFILE="%t2.a" --check-prefix=BROKEN 96 # RUN: llvm-readelf --all %t2.a 2>&1 | FileCheck %s -DARFILE="%t2.a" --check-prefix=BROKEN 98 # BROKEN: File: [[ARFILE]](trivial.obj.elf-x86-64) 99 # BROKEN: warning: '[[ARFILE]]': broken.a has an unsupported file type 100 # BROKEN: File: [[ARFILE]](trivial.obj.elf-x86-64)
|
/external/toybox/tests/ |
D | file.test | 16 BROKEN=$(readlink dangler) 59 testing "broken symlink" "file dangler" "dangler: broken symbolic link to $BROKEN\n" "" ""
|
/external/llvm-project/llvm/test/tools/llvm-profdata/ |
D | invalid-profdata.test | 23 …not llvm-profdata merge %t.input -text -output=/dev/null 2>&1 | FileCheck %s --check-prefix=BROKEN 24 BROKEN: warning: {{.*}}invalid-profdata.test.tmp.input: Malformed instrumentation profile data 25 BROKEN-NEXT: error: No profiles could be merged.
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/RISCV/ |
D | attributes-invalid.test | 64 # RUN: FileCheck %s -DFILE=%t4.o --implicit-check-not=warning: --check-prefix=BROKEN-CONTENT 66 # BROKEN-CONTENT: BuildAttributes { 67 # BROKEN-CONTENT-NEXT: warning: '[[FILE]]': unable to read the content of the SHT_RISCV_ATTRIBUTES … 68 # BROKEN-CONTENT-NEXT: }
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/ |
D | Semaphore.kt | 214 … assert { segment.get(i) === BROKEN } // it must be broken in this case, no other way around it in addAcquireToQueue() 237 return !segment.cas(i, PERMIT, BROKEN) in tryResumeNextFromQueue() 300 private val BROKEN = Symbol("BROKEN") constant
|
/external/tensorflow/tensorflow/lite/micro/tools/make/ |
D | pigweed.patch | 97 @@ -475,6 +486,10 @@ BROKEN = ( 112 -PROGRAMS = Programs(broken=BROKEN, quick=QUICK, full=FULL) 113 +PROGRAMS = Programs(broken=BROKEN, quick=QUICK, full=FULL,
|
/external/autotest/server/lib/ |
D | status_history.py | 68 BROKEN = 3 variable 75 BROKEN: "BROKEN", 321 return BROKEN
|
/external/llvm-project/llvm/test/Object/ |
D | invalid.test | 349 # RUN: llvm-readobj --sections %t16 2>&1 | FileCheck -DFILE=%t16 --check-prefix=BROKEN-SECNAME %s 351 ## BROKEN-SECNAME: warning: '[[FILE]]': unable to get the name of SHT_STRTAB section with index 2: … 369 # RUN: | FileCheck -DFILE=%t17 --check-prefix=BROKEN-SECSHOFFSET %s 371 # BROKEN-SECSHOFFSET: error: '[[FILE]]': section [index 1] has a sh_offset (0xffff0000) + sh_size (… 468 … -DFILE=%p/Inputs/corrupt-invalid-relocation-size.elf.x86-64 --check-prefix=RELOC-BROKEN-ENTSIZE %s 470 # RELOC-BROKEN-ENTSIZE: warning: '[[FILE]]': invalid DT_RELASZ value (0x18) or DT_RELAENT value (0x…
|
/external/autotest/site_utils/ |
D | lab_inventory.py | 144 if (diagnosis.status == status_history.BROKEN 163 return _get_diagnosis(history).status == status_history.BROKEN 1057 if task.diagnosis == status_history.BROKEN:
|