Home
last modified time | relevance | path

Searched refs:broken (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/external/clang/test/SemaObjC/
Dmethod-conflict-1.m15 - (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/
Dtestexceptions.py18 @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/
DMakefile23 $(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/
Dtest_pindent.py65 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/
D00_Descriptions.txt2 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/
Dbuild_broken.json.in10 "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/
Dtest_tools.py91 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/
Danalysis.go39 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/
Dmtp-detect-sonyericsson-U8i.txt9 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/
Dlab_inventory_unittest.py88 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 …]
Ddut_status.py158 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/
DAbstractSequentialIteratorTest.java76 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/
D00_Descriptions.txt2 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/
DAbstractSequentialIteratorTest.java89 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/
DExecutionDataReaderWriterTest.java202 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/
Dx509.c88 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/
Dpidns20.c58 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/
Dbroken.ll3 ; CHECK: broken.ll: error: input module is broken!
/external/e2fsprogs/tests/m_error_behavior/
Dscript18 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/
Dtest85640 # The multi interface considers a broken "CONNECT" as a prematurely broken
Dtest87851 # The multi interface considers a broken "CONNECT" as a prematurely broken
Dtest87649 # The multi interface considers a broken "CONNECT" as a prematurely broken
Dtest93248 # The multi interface considers a broken "CONNECT" as a prematurely broken
Dtest83250 # The multi interface considers a broken "CONNECT" as a prematurely broken
Dtest83048 # The multi interface considers a broken "CONNECT" as a prematurely broken

12345678910>>...24