HomeSort by relevance Sort by last modified time
    Searched full:broken (Results 1 - 25 of 2984) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/asan/lit_tests/TestCases/Helpers/
blacklist-extra.cc 1 // This function is broken, but this file is blacklisted
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
manifest.json 2 "name": "Broken Links",
4 "description": "Extends the Developer Tools, adding an audit category that finds broken links on the inspected page.",
devtools.js 6 "Broken links", 1);
11 auditResults.addResult("No broken links",
12 "There are no broken links on the page!",
17 " links out of " + results.total + " are broken");
22 auditResults.addResult("Broken links found (" +
  /external/clang/test/SemaObjC/
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 implementation of 'myMethod1:': 'NSObject *' vs 'NSArray *'}}
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 implementation of 'myMethod:': 'id<MyProtocol>' vs 'MyClass *'}}
37 - (void)myMethod1:(MyClass<MyProtocol> *)object { // broken-warning {{conflicting parameter types in implementation of 'myMethod1:': 'id<MyProtocol>' vs 'MyClass<MyProtocol> *'}}
47 - (void) test1:(A*) object; // broken-note {{previous definition is here}}
52 - (void) test1:(B*) object {} // broken-warning {{conflicting parameter types in implementation of 'test1:': 'A *' vs 'B *'}}
58 - (void) test1:(id) object; // broken-note {{previous definition is here}}
62 - (void) test1:(A*) object {} // broken-warning {{conflicting parameter types in implementation of 'test1:': 'id' vs 'A *'}
    [all...]
  /external/openssh/regress/
broken-pipe.sh 1 # $OpenBSD: broken-pipe.sh,v 1.4 2002/03/15 13:08:56 markus Exp $
4 tid="broken pipe test"
12 fail "broken pipe returns $r for protocol $p"
  /external/timezonepicker-support/
Readme 5 Moved Adelaide above Broken Hill, Australia
  /external/antlr/antlr-3.4/runtime/Python/unittests/
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/chromium_org/content/test/data/accessibility/
a-with-img-expected-mac.txt 10 AXLink AXTitle='Link with broken in the middle.'
12 AXImage AXDescription='broken'
a-with-img-expected-win.txt 10 ROLE_SYSTEM_LINK name='Link with broken in the middle.' FOCUSABLE
12 ROLE_SYSTEM_GRAPHIC name='broken' READONLY
a-with-img.html 8 <a href="http://www.google.com">Link with <img src="broken.png" alt="broken"/> in the middle.</a>
  /external/chromium_org/tools/gyp/test/mac/postbuilds/script/
shared_library_postbuild.sh 14 echo "Parameter quoting is broken"
19 echo "Parameter space escaping is broken"
static_library_postbuild.sh 14 echo "Parameter quote escaping is broken"
19 echo "Parameter space escaping is broken"
  /external/chromium_org/tools/gyp/test/sanitize-rule-names/
gyptest-sanitize-rule-names.py 9 broken build files. This test was originally causing broken .ninja files.
  /external/chromium_org/tools/valgrind/gtest_exclude/
net_unittests.gtest.txt 12 # These tests are broken http://crbug.com/118883
  /external/markdown/MarkdownTest/Tests_2007/
Inline HTML (Advanced).text 24 This was broken in 1.0.2b7:
Inline HTML (Advanced).html 24 <p>This was broken in 1.0.2b7:</p>
  /libcore/luni/src/main/java/java/util/concurrent/
BrokenBarrierException.java 11 * in a broken state, or which enters the broken state while the thread
  /external/clang/test/Headers/
c89.c 4 // FIXME: Disable inclusion of mm_malloc.h, our current implementation is broken
  /external/iptables/extensions/
libxt_CHECKSUM.man 1 This target allows to selectively work around broken/old applications.
  /external/qemu/distrib/sdl-1.2.15/
README.AmigaOS 1 The AmigaOS code has been removed from SDL, since it had been broken for a
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 3 This has been broken out into its own test module because of its
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 3 This has been broken out into its own test module because of its
  /external/chromium/net/http/
http_alternate_protocols.h 28 BROKEN, // The alternate protocol is known to be broken.
62 // has already been marked broken via MarkBrokenAlternateProtocolFor().
67 // Marks the alternate protocol as broken. Once marked broken, any further
  /external/chromium_org/sandbox/win/tools/finder/
finder_fs.cc 19 filesystem_stats_[BROKEN]++;
43 filesystem_stats_[BROKEN]++;
72 filesystem_stats_[BROKEN]++;
92 filesystem_stats_[BROKEN]++;
112 filesystem_stats_[BROKEN]++;
finder_registry.cc 28 registry_stats_[BROKEN]++;
37 registry_stats_[BROKEN]++;
62 registry_stats_[BROKEN]++;
75 registry_stats_[BROKEN]++;
88 registry_stats_[BROKEN]++;

Completed in 2902 milliseconds

1 2 3 4 5 6 7 8 91011>>