/external/clang/test/SemaObjC/ |
D | method-conflict-1.m | 15 - (void)myMethod1:(NSObject *)object; // broken-note {{previous definition is here}} 21 - (void)myMethod1:(NSArray *)object { // broken-warning {{conflicting parameter types in implementa… 30 - (void)myMethod:(id <MyProtocol>)object; // broken-note {{previous definition is here}} 31 - (void)myMethod1:(id <MyProtocol>)object; // broken-note {{previous definition is here}} 35 - (void)myMethod:(MyClass *)object { // broken-warning {{conflicting parameter types in implementat… 37 - (void)myMethod1:(MyClass<MyProtocol> *)object { // broken-warning {{conflicting parameter types i… 47 - (void) test1:(A*) object; // broken-note {{previous definition is here}} 52 - (void) test1:(B*) object {} // broken-warning {{conflicting parameter types in implementation of … 58 - (void) test1:(id) object; // broken-note {{previous definition is here}} 62 - (void) test1:(A*) object {} // broken-warning {{conflicting parameter types in implementation of … [all …]
|
/external/antlr/runtime/Python3/unittests/ |
D | testexceptions.py | 18 @testbase.broken("FIXME", Exception) 28 @testbase.broken("FIXME", Exception) 38 @testbase.broken("FIXME", Exception) 48 @testbase.broken("FIXME", Exception) 58 @testbase.broken("FIXME", Exception) 68 @testbase.broken("FIXME", Exception) 78 @testbase.broken("FIXME", Exception) 88 @testbase.broken("FIXME", Exception)
|
/external/antlr/runtime/Python/unittests/ |
D | testexceptions.py | 18 @testbase.broken("FIXME", Exception) 28 @testbase.broken("FIXME", Exception) 38 @testbase.broken("FIXME", Exception) 48 @testbase.broken("FIXME", Exception) 58 @testbase.broken("FIXME", Exception) 68 @testbase.broken("FIXME", Exception) 78 @testbase.broken("FIXME", Exception) 88 @testbase.broken("FIXME", Exception)
|
/external/ltp/testcases/network/stress/interface/ |
D | 00_Descriptions.txt | 2 Verify the IPv4/IPv6 connectivity is not broken when ip/ifconfig 6 Verify the IPv4 connectivity is not broken when ifconfig 10 Verify the IPv4/IPv6 connectivity is not broken when ip/ifconfig adds, 14 Verify the IPv4/IPv6 connectivity is not broken when ip/ifconifg 18 Verify the IPv4/IPv6 connectivity is not broken when the ip/route adds, 22 Verify the IPv4/IPv6 connectivity is not broken when the ip/route 26 Verify the IPv4/IPv6 connectivity is not broken when ip/ifconfig
|
/external/clang/tools/scan-build-py/tests/functional/src/build/ |
D | Makefile | 23 $(OBJDIR)/broken-one.o: $(SRCDIR)/broken-one.c 24 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/broken-one.c 26 $(OBJDIR)/broken-two.o: $(SRCDIR)/broken-two.c 27 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/broken-two.c 36 build_broken: $(OBJDIR)/main.o $(OBJDIR)/broken-one.o $(OBJDIR)/broken-two.o
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_pindent.py | 65 broken = self.lstriplines(closed) 67 f.write(broken) 72 self.assertEqual(f.read(), broken) 76 self.assertEqual(self.pindent(broken, '-r'), indented) 81 broken = self.lstriplines(closed) 82 self.assertEqual(self.pindent(broken, '-r', '-e', '-s', '4'), closed) 270 broken = self.lstriplines(closed) 271 self.assertEqual(self.pindent(broken, '-r', '-e', '-s', '9'), closed) 286 broken = self.lstriplines(closed) 287 self.assertEqual(self.pindent(broken, '-r'), closed)
|
/external/clang/tools/scan-build-py/tests/functional/src/compilation_database/ |
D | build_broken.json.in | 10 "command": "cc -c -o broken-one.o broken-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", 11 "file": "${path}/broken-one.c" 16 "command": "g++ -c -o broken-two.o broken-two.c -Wall -DDEBUG -Dvariable=value", 17 "file": "${path}/broken-two.c"
|
/external/python/cpython2/Lib/test/ |
D | test_tools.py | 91 broken = self.lstriplines(closed) 93 f.write(broken) 98 self.assertEqual(f.read(), broken) 102 self.assertEqual(self.pindent(broken, '-r'), indented) 107 broken = self.lstriplines(closed) 108 self.assertEqual(self.pindent(broken, '-r', '-e', '-s', '4'), closed) 296 broken = self.lstriplines(closed) 297 self.assertEqual(self.pindent(broken, '-r', '-e', '-s', '9'), closed) 312 broken = self.lstriplines(closed) 313 self.assertEqual(self.pindent(broken, '-r'), closed)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | analysis.go | 39 broken := C.LLVMVerifyModule(m.C, C.LLVMVerifierFailureAction(a), &cmsg) 43 if broken != 0 { 56 broken := C.LLVMVerifyFunction(f.C, C.LLVMVerifierFailureAction(a)) 60 if broken != 0 {
|
/external/llvm/bindings/go/llvm/ |
D | analysis.go | 39 broken := C.LLVMVerifyModule(m.C, C.LLVMVerifierFailureAction(a), &cmsg) 43 if broken != 0 { 56 broken := C.LLVMVerifyFunction(f.C, C.LLVMVerifierFailureAction(a)) 60 if broken != 0 {
|
/external/libmtp/logs/ |
D | mtp-detect-sonyericsson-U8i.txt | 9 broken! 827af030 not found 10 broken! 88b98200 not found 11 broken! a9c00006 not found 12 broken! adff96d7 not found 13 broken! b6780000 not found 14 broken! dc020082 not found 15 broken! dc440082 not found 16 broken! e57cce8e not found 17 broken! f0000000 not found 18 broken! ffdc0700 not found [all …]
|
/external/u-boot/drivers/phy/ |
D | sandbox-phy.c | 14 bool broken; member 24 if (priv->broken) in sandbox_phy_power_on() 39 if (priv->broken) in sandbox_phy_power_off() 80 priv->broken = dev_read_bool(dev, "broken"); in sandbox_phy_probe()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | AbstractSequentialIteratorTest.java | 76 Iterator<Object> broken = newBroken(); in testBroken() local 77 assertTrue(broken.hasNext()); in testBroken() 80 broken.next(); in testBroken() 85 broken.next(); in testBroken()
|
/external/autotest/site_utils/ |
D | lab_inventory_unittest.py | 141 def _check_counts(self, working, broken, idle): argument 153 self.assertEqual(self.histories.get_broken(), broken) 156 working + broken + idle) 213 def _check_all_counts(self, working, broken): argument 229 self.assertEqual(self._pool_histories.get_broken(), broken) 231 working + broken) 240 self.assertEqual(count_broken, broken) 241 self.assertEqual(count_total, working + broken) 243 def _check_pool_counts(self, pool, working, broken): argument 257 broken) [all …]
|
/external/ltp/testcases/network/stress/ssh/ |
D | 00_Descriptions.txt | 2 Verify the ssh connectivity over IPv4/IPv6 is not broken 6 Verify the ssh connectivity over IPv4/IPv6 is not broken 10 Verify the ssh connectivity over IPv4/IPv6 is not broken
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | irtranslator-exceptions.ll | 38 %res32 = invoke i32 @foo(i32 42) to label %continue unwind label %broken 41 broken: 55 invoke void %callee() to label %continue unwind label %broken 57 broken: 88 invoke void(i8*, ...) @printf(i8* null, i32 42, float 1.0) to label %continue unwind label %broken 90 broken:
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | AbstractSequentialIteratorTest.java | 89 Iterator<Object> broken = newBroken(); in testBroken() local 90 assertTrue(broken.hasNext()); in testBroken() 93 broken.next(); in testBroken() 98 broken.next(); in testBroken()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | loop_break.ll | 69 ; OPT-NEXT: %phi.broken = phi i64 [ %loop.phi, %Flow ], [ 0, %bb ] 71 ; OPT: %0 = call i64 @llvm.amdgcn.if.break(i1 undef, i64 %phi.broken) 77 ; OPT-NEXT: %1 = call i64 @llvm.amdgcn.if.break(i1 %cmp1, i64 %phi.broken) 122 ; OPT-NEXT: %phi.broken = phi i64 [ %loop.phi, %Flow ], [ 0, %bb ] 124 …(i32 addrspace(3)* inttoptr (i32 4 to i32 addrspace(3)*), i32 addrspace(3)* @lds), i64 %phi.broken) 130 ; OPT-NEXT: %1 = call i64 @llvm.amdgcn.if.break(i1 %cmp1, i64 %phi.broken) 172 ; OPT-NEXT: %phi.broken = phi i64 [ %loop.phi, %Flow ], [ 0, %bb ] 174 ; OPT: %0 = call i64 @llvm.amdgcn.break(i64 %phi.broken) 180 ; OPT-NEXT: %1 = call i64 @llvm.amdgcn.if.break(i1 %cmp1, i64 %phi.broken) 222 ; OPT-NEXT: %phi.broken = phi i64 [ %loop.phi, %Flow ], [ 0, %bb ] [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/ |
D | ExecutionDataReaderWriterTest.java | 202 final boolean[] broken = new boolean[1]; in testSessionInfoIOException() 206 if (broken[0]) { in testSessionInfoIOException() 211 broken[0] = true; in testSessionInfoIOException() 287 final boolean[] broken = new boolean[1]; in testExecutionDataIOException() 291 if (broken[0]) { in testExecutionDataIOException() 296 broken[0] = true; in testExecutionDataIOException()
|
/external/boringssl/src/crypto/x509/ |
D | x509.c | 88 if (priv->broken == PKCS8_NO_OCTET) { in OPENSSL_DECLARE_ERROR_REASON() 114 p8->broken = PKCS8_OK; in PKCS8_pkey_get0() 120 p8->broken = PKCS8_NO_OCTET; in PKCS8_pkey_get0()
|
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns20.c | 58 int broken = 1; /* broken should be 0 when test completes properly */ variable 75 broken = 0; in child_signal_handler() 137 if (broken == 1) { in child_fn()
|
/external/llvm/test/Linker/ |
D | broken.ll | 3 ; CHECK: broken.ll: error: input module is broken!
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | broken.ll | 3 ; CHECK: broken.ll: error: input module is broken!
|
/external/syzkaller/pkg/runtest/ |
D | run.go | 48 broken string member 73 var ok, fail, broken, skip int 80 if req.broken != "" { 81 broken++ 82 result = fmt.Sprintf("BROKEN (%v)", req.broken) 108 ctx.log("ok: %v, broken: %v, skip: %v, fail: %v", ok, broken, skip, fail) 194 broken: "non-forking loop",
|
/external/e2fsprogs/tests/m_error_behavior/ |
D | script | 18 errors = broken 52 $MKE2FS -e broken -F $TMPFILE > /dev/null 2>&1 71 echo "error default profile broken" >> $OUT 72 write_defaults_conf broken
|