Home
last modified time | relevance | path

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

12345678910>>...17

/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/chromium_org/third_party/boringssl/src/crypto/x509/
Dx509.c83 if (priv->broken == PKCS8_NO_OCTET) { in PKCS8_pkey_set0()
109 p8->broken = PKCS8_OK; in PKCS8_pkey_get0()
115 p8->broken = PKCS8_NO_OCTET; in PKCS8_pkey_get0()
/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/chromium_org/content/test/data/accessibility/
Da-with-img-expected-mac.txt10 AXLink AXTitle='Link with broken in the middle.'
12 AXImage AXDescription='broken'
Da-with-img-expected-win.txt10 ROLE_SYSTEM_LINK name='Link with broken in the middle.' FOCUSABLE
12 ROLE_SYSTEM_GRAPHIC name='broken' READONLY
/external/icu/icu4c/source/tools/tzcode/
DMakefile.in53 # we're broken.
60 # we're broken.
/external/chromium_org/third_party/icu/source/tools/tzcode/
DMakefile.in53 # we're broken.
60 # we're broken.
/external/mesa3d/docs/
DVERSIONS168 - glReadPixels byte swapping was broken
169 - glMaterial with pname==GL_AMBIENT_AND_DIFFUSE was broken
550 - textured line interpolation was somewhat broken
551 - textured triangle interpolation was also somewhat broken
564 - interleaved vertex array texture coordinates were broken
565 - query of proxy texture internal format was broken
571 - glGet*(GL_POLYGON_STIPPLE) was broken
636 - glClear(GL_COLOR_BUFFER_BIT) with RGBA or CI masking was broken
637 - GL_LINEAR sampling of 3D textures was broken
703 - blend term GL_ONE_MINUS_CONSTANT_ALPHA was broken
[all …]
/external/chromium_org/third_party/mesa/src/docs/
DVERSIONS168 - glReadPixels byte swapping was broken
169 - glMaterial with pname==GL_AMBIENT_AND_DIFFUSE was broken
550 - textured line interpolation was somewhat broken
551 - textured triangle interpolation was also somewhat broken
564 - interleaved vertex array texture coordinates were broken
565 - query of proxy texture internal format was broken
571 - glGet*(GL_POLYGON_STIPPLE) was broken
636 - glClear(GL_COLOR_BUFFER_BIT) with RGBA or CI masking was broken
637 - GL_LINEAR sampling of 3D textures was broken
703 - blend term GL_ONE_MINUS_CONSTANT_ALPHA was broken
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Dstructural_line_walker_test.unitjs95 <li id='li_long'>hi broken<br>line here
110 '3. hi broken',
120 '3. hi broken',
/external/chromium_org/third_party/cython/src/Tools/
Dcystdlib.py26 broken = [ variable
90 excludes = list(excludes or exclude_patterns) + broken
/external/chromium_org/third_party/sqlite/src/test/
Dloadext2.test123 # Register a broken entry point.
129 } {1 {automatic extension loading failed: broken autoext!}}
/external/elfutils/0.153/
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)
/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/chromium_org/net/third_party/nss/patches/
Dchacha20poly1305.patch178 - * than 0x00ff; see bug 946147. For these broken servers, the first four cipher
179 + * than 0x00ff; see bug 946147. For these broken servers, the first six cipher
187 - * The broken server only supports the third and fourth ones and will select
189 + * The broken server only supports the fifth and sixth ones and will select
/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/Driver/
Drewrite-objc.m5 // FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead.

12345678910>>...17