Home
last modified time | relevance | path

Searched refs:redundant (Results 1 – 25 of 153) sorted by relevance

1234567

/external/chromium_org/net/data/ssl/scripts/
Dgenerate-redundant-test-chains.sh66 -config redundant-ca.cnf
91 -config redundant-ca.cnf
137 -config redundant-ca.cnf
153 -config redundant-ca.cnf
176 -config redundant-ca.cnf
178 echo Create redundant-server-chain.pem
180 > redundant-server-chain.pem
182 echo Create redundant-validated-chain.pem
183 cat out/A.key out/A.pem out/B.pem out/C2.pem > redundant-validated-chain.pem
185 echo Create redundant-validated-chain-root.pem
[all …]
Dgenerate-duplicate-cn-certs.sh55 -config redundant-ca.cnf
64 -extfile redundant-ca.cnf \
99 -config redundant-ca.cnf
114 -config redundant-ca.cnf
/external/clang/test/ARCMT/
Dobjcmt-instancetype.m79 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
80 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
81 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
82 …nary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
Dobjcmt-instancetype.m.result79 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
80 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
81 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
82 …nary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
/external/clang/test/SemaObjC/
Dcocoa-api-usage.m.fixed80 NSString *str = M(@"foo"); // expected-warning {{redundant}}
81 str = @"foo"; // expected-warning {{redundant}}
82 NSArray *arr = @[str]; // expected-warning {{redundant}}
83 NSDictionary *dict = @{str: arr}; // expected-warning {{redundant}}
Dcocoa-api-usage.m80 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
81 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
82 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
83 …nary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
/external/llvm/test/Transforms/ObjCARC/
Dgvn.ll9 ; GVN should be able to eliminate this redundant load, with ARC-specific
26 ; GVN should not be able to eliminate this redundant load, with ARC-specific
Drle-s2l.ll10 ; Basic redundant @objc_loadWeak elimination.
38 ; Basic redundant @objc_loadWeakRetained elimination.
55 ; Basic redundant @objc_loadWeakRetained elimination, this time
73 ; A regular call blocks redundant weak load elimination.
Drv.ll67 ; Delete a redundant retainRV,autoreleaseRV when forwaring a call result
81 ; Delete a redundant retain,autoreleaseRV when forwaring a call result
95 ; Delete a redundant fused retain+autoreleaseRV when forwaring a call result
/external/llvm/test/Transforms/GVN/
Dnon-local-offset.ll6 ; fully redundant.
30 ; fully redundant. However, the second load is larger, so it's not a simple
Dphi-translate-partial-alias.ll6 ; not actually redundant around the loop backedge, despite appearances
Dlpre-call-wrap-2.ll3 ; The partially redundant load in bb1 should be hoisted to "bb". This comes
Drle-must-alias.ll3 ; GVN should eliminate the fully redundant %9 GEP which
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dgvn-nonlocal-type-mismatch.ll6 ; fully redundant.
29 ; fully redundant. However, the second load uses a different type. Theoretically
Dmemcpyopt.ll5 ; The second memcpy is redundant and can be deleted. There's an intervening store, but
/external/bison/m4/
Dstdio_h.m427 dnl or GNULIB_NONBLOCKING redundant.
52 dnl GNULIB_SIGPIPE redundant.
64 dnl or GNULIB_NONBLOCKING redundant.
/external/llvm/test/Transforms/GlobalOpt/
Dcompiler-used.ll3 ; Test that when all members of llvm.compiler.used are found to be redundant
/external/clang/test/Modules/
Ddecldef.m22 B b; // Note: redundant error silenced
Ddecldef.mm28 B b; // Note: redundant error silenced
/external/llvm/test/Analysis/BasicAA/
Dinvariant_load.ll4 ; two loads. With "invariant.load" metadata, the second load is redundant.
/external/llvm/test/MC/ARM/
Dmulti-section-mapping.s19 @ Changing back to .text should not emit a redundant $a
/external/libexif/
Dlibexif.spec16 intended to replace lots of redundant implementations in command-line
Dlibexif.spec.in16 intended to replace lots of redundant implementations in command-line
/external/chromium_org/third_party/libxml/
DREADME.chromium36 - Merge a redundant comparison fix http://git.gnome.org/browse/libxml2/commit/?id=2af19f985b911b6dc…
37 - Merge a redundant comparisons fix https://git.gnome.org/browse/libxml2/commit/?id=eea38159be421db…
/external/chromium_org/net/data/ssl/certificates/
DREADME90 - redundant-validated-chain.pem
91 - redundant-server-chain.pem
92 - redundant-validated-chain-root.pem
100 net/data/ssl/scripts/generate-redundant-test-chains.sh.

1234567