Searched refs:redundant (Results 1 – 25 of 153) sorted by relevance
1234567
/external/chromium_org/net/data/ssl/scripts/ |
D | generate-redundant-test-chains.sh | 66 -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 …]
|
D | generate-duplicate-cn-certs.sh | 55 -config redundant-ca.cnf 64 -extfile redundant-ca.cnf \ 99 -config redundant-ca.cnf 114 -config redundant-ca.cnf
|
/external/clang/test/ARCMT/ |
D | objcmt-instancetype.m | 79 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}}
|
D | objcmt-instancetype.m.result | 79 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/ |
D | cocoa-api-usage.m.fixed | 80 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}}
|
D | cocoa-api-usage.m | 80 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/ |
D | gvn.ll | 9 ; 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
|
D | rle-s2l.ll | 10 ; 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.
|
D | rv.ll | 67 ; 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/ |
D | non-local-offset.ll | 6 ; fully redundant. 30 ; fully redundant. However, the second load is larger, so it's not a simple
|
D | phi-translate-partial-alias.ll | 6 ; not actually redundant around the loop backedge, despite appearances
|
D | lpre-call-wrap-2.ll | 3 ; The partially redundant load in bb1 should be hoisted to "bb". This comes
|
D | rle-must-alias.ll | 3 ; GVN should eliminate the fully redundant %9 GEP which
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | gvn-nonlocal-type-mismatch.ll | 6 ; fully redundant. 29 ; fully redundant. However, the second load uses a different type. Theoretically
|
D | memcpyopt.ll | 5 ; The second memcpy is redundant and can be deleted. There's an intervening store, but
|
/external/bison/m4/ |
D | stdio_h.m4 | 27 dnl or GNULIB_NONBLOCKING redundant. 52 dnl GNULIB_SIGPIPE redundant. 64 dnl or GNULIB_NONBLOCKING redundant.
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | compiler-used.ll | 3 ; Test that when all members of llvm.compiler.used are found to be redundant
|
/external/clang/test/Modules/ |
D | decldef.m | 22 B b; // Note: redundant error silenced
|
D | decldef.mm | 28 B b; // Note: redundant error silenced
|
/external/llvm/test/Analysis/BasicAA/ |
D | invariant_load.ll | 4 ; two loads. With "invariant.load" metadata, the second load is redundant.
|
/external/llvm/test/MC/ARM/ |
D | multi-section-mapping.s | 19 @ Changing back to .text should not emit a redundant $a
|
/external/libexif/ |
D | libexif.spec | 16 intended to replace lots of redundant implementations in command-line
|
D | libexif.spec.in | 16 intended to replace lots of redundant implementations in command-line
|
/external/chromium_org/third_party/libxml/ |
D | README.chromium | 36 - 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/ |
D | README | 90 - 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