/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/antlr-3.4/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/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/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 ip/ifconfig
|
/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/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/autotest/site_utils/ |
D | lab_inventory_unittest.py | 88 def _check_counts(self, working, broken, idle): argument 100 self.assertEqual(self.histories.get_broken(), broken) 103 working + broken + idle) 168 def _check_all_counts(self, working, broken): argument 185 self.assertEqual(self._pool_histories.get_broken(), broken) 187 working + broken) 196 self.assertEqual(count_broken, broken) 197 self.assertEqual(count_total, working + broken) 200 def _check_pool_counts(self, pool, working, broken): argument 215 broken) [all …]
|
D | dut_status.py | 158 return arguments.broken 351 not arguments.broken) 352 if not arguments.working and not arguments.broken: 354 arguments.broken = True
|
/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/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/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/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/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
|
/external/curl/tests/data/ |
D | test856 | 40 # The multi interface considers a broken "CONNECT" as a prematurely broken
|
D | test878 | 51 # The multi interface considers a broken "CONNECT" as a prematurely broken
|
D | test876 | 49 # The multi interface considers a broken "CONNECT" as a prematurely broken
|
D | test932 | 48 # The multi interface considers a broken "CONNECT" as a prematurely broken
|
D | test832 | 50 # The multi interface considers a broken "CONNECT" as a prematurely broken
|
D | test830 | 48 # The multi interface considers a broken "CONNECT" as a prematurely broken
|