Home
last modified time | relevance | path

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

12345678910>>...14

/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)
Dtestbase.py10 def broken(reason, *exceptions): function
/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/openssl/crypto/evp/
Devp_pkey.c119 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken) in EVP_PKEY2PKCS8_broken() argument
127 p8->broken = broken; in EVP_PKEY2PKCS8_broken()
161 PKCS8_PRIV_KEY_INFO *PKCS8_set_broken(PKCS8_PRIV_KEY_INFO *p8, int broken) in PKCS8_set_broken() argument
163 switch (broken) { in PKCS8_set_broken()
166 p8->broken = PKCS8_OK; in PKCS8_set_broken()
171 p8->broken = PKCS8_NO_OCTET; in PKCS8_set_broken()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractLinkedIteratorTest.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/openssl/crypto/asn1/
Dp8_pkey.c108 if (priv->broken == PKCS8_NO_OCTET)
133 p8->broken = PKCS8_OK; in PKCS8_pkey_get0()
142 p8->broken = PKCS8_NO_OCTET; in PKCS8_pkey_get0()
/external/icu4c/tools/tzcode/
DMakefile.in53 # we're broken.
60 # we're broken.
/external/openssh/
DTODO74 + No/broken MAP_ANON (Irix)
75 + broken /dev/zero parse (Linux)
82 + SIA is broken
/external/webkit/LayoutTests/fast/encoding/
Dyahoo-mail-expected.txt1 Test a particular example of broken markup that was making us ignore a charset declaration.
Dfloraexpress-ru-expected.txt1 Test a particular example of broken markup that was making us ignore a charset declaration.
Dbandai-co-jp-releases-expected.txt1 Test a particular example of broken markup that was making us ignore a charset declaration.
Dahram-org-eg-expected.txt1 Test a particular example of broken markup that was making us ignore a charset declaration.
Dhanarei-blog32-fc2-com-expected.txt1 Test a particular example of broken markup that was making us ignore a charset declaration.
/external/elfutils/libdwfl/
DChangeLog252 (relocate_section): New function, broken out of ...
314 * linux-kernel-modules.c (get_release): New function, broken out of ...
325 (__libdwfl_report_offline): New function, broken out of ...
330 (process_elf, process_file): New functions, broken out of ...
334 * dwfl_report_elf.c (__libdwfl_report_elf): New, broken out of ...
378 * find-debuginfo.c (validate): New function, broken out of ...
379 (find_debuginfo_in_path): ... here. New function, broken out of ...
467 (find_section): New function, broken out of ...
469 (check_module): New function, broken out of ...
480 * dwfl_module_getdwarf.c (find_debuglink): New function, broken out of
[all …]
/external/elfutils/
DNOTES1 - old GNU ld's behavior wrt DSOs seems to be severely broken.
36 I believe this implementation is severly broken and needs a redesign
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt027eof.py11 @testbase.broken("That's not how EOF is supposed to be used", Exception)
Dt033backtracking.py20 @testbase.broken("Some bug in the tool", SyntaxError)
Dt032subrulePredict.py31 @testbase.broken("DFA tries to look beyond end of rule b", Exception)
/external/markdown/MarkdownTest/Tests_2007/
DInline HTML (Advanced).text24 This was broken in 1.0.2b7:
/external/clang/test/Sema/
Darray-bounds-ptr-arith.c11 void* broken (struct ext2_super_block *es,int a) in broken() function
/external/qemu/distrib/sdl-1.2.15/
DREADME.AmigaOS1 The AmigaOS code has been removed from SDL, since it had been broken for a
/external/dnsmasq/contrib/try-all-ns/
Ddnsmasq-2.47_no_nxdomain_until_end.patch16 /* for broken servers, attempt to send to another one. */
/external/clang/test/SemaTemplate/
Ddefault-expr-arguments.cpp212 T broken() { in broken() function
217 void f(int = broken<int>());
/external/iptables/extensions/
Dlibxt_CHECKSUM.man1 This target allows to selectively work around broken/old applications.
/external/webkit/LayoutTests/fast/xpath/
Dsubstring-nan-position-expected.txt1 Test for bug 41862: XPath substring function is broken when passing NaN as the position parameter.

12345678910>>...14