/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)
|
D | testbase.py | 10 def broken(reason, *exceptions): function
|
/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/openssl/crypto/evp/ |
D | evp_pkey.c | 119 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/ |
D | AbstractLinkedIteratorTest.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/openssl/crypto/asn1/ |
D | p8_pkey.c | 108 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/ |
D | Makefile.in | 53 # we're broken. 60 # we're broken.
|
/external/openssh/ |
D | TODO | 74 + No/broken MAP_ANON (Irix) 75 + broken /dev/zero parse (Linux) 82 + SIA is broken
|
/external/webkit/LayoutTests/fast/encoding/ |
D | yahoo-mail-expected.txt | 1 Test a particular example of broken markup that was making us ignore a charset declaration.
|
D | floraexpress-ru-expected.txt | 1 Test a particular example of broken markup that was making us ignore a charset declaration.
|
D | bandai-co-jp-releases-expected.txt | 1 Test a particular example of broken markup that was making us ignore a charset declaration.
|
D | ahram-org-eg-expected.txt | 1 Test a particular example of broken markup that was making us ignore a charset declaration.
|
D | hanarei-blog32-fc2-com-expected.txt | 1 Test a particular example of broken markup that was making us ignore a charset declaration.
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 252 (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/ |
D | NOTES | 1 - 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/ |
D | t027eof.py | 11 @testbase.broken("That's not how EOF is supposed to be used", Exception)
|
D | t033backtracking.py | 20 @testbase.broken("Some bug in the tool", SyntaxError)
|
D | t032subrulePredict.py | 31 @testbase.broken("DFA tries to look beyond end of rule b", Exception)
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Inline HTML (Advanced).text | 24 This was broken in 1.0.2b7:
|
/external/clang/test/Sema/ |
D | array-bounds-ptr-arith.c | 11 void* broken (struct ext2_super_block *es,int a) in broken() function
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.AmigaOS | 1 The AmigaOS code has been removed from SDL, since it had been broken for a
|
/external/dnsmasq/contrib/try-all-ns/ |
D | dnsmasq-2.47_no_nxdomain_until_end.patch | 16 /* for broken servers, attempt to send to another one. */
|
/external/clang/test/SemaTemplate/ |
D | default-expr-arguments.cpp | 212 T broken() { in broken() function 217 void f(int = broken<int>());
|
/external/iptables/extensions/ |
D | libxt_CHECKSUM.man | 1 This target allows to selectively work around broken/old applications.
|
/external/webkit/LayoutTests/fast/xpath/ |
D | substring-nan-position-expected.txt | 1 Test for bug 41862: XPath substring function is broken when passing NaN as the position parameter.
|