/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | CollectionSize.java | 69 private final Set<Feature<? super Collection>> implied; field in CollectionSize 73 this.implied = Collections.emptySet(); in CollectionSize() 77 CollectionSize(Feature<? super Collection> ... implied) { in CollectionSize() argument 80 this.implied = Helpers.copyToSet(implied); in CollectionSize() 86 return implied; in getImpliedFeatures()
|
D | SetFeature.java | 40 private final Set<Feature<? super Set>> implied; field in SetFeature 42 SetFeature(Feature<? super Set> ... implied) { in SetFeature() argument 43 this.implied = Helpers.copyToSet(implied); in SetFeature() 48 return implied; in getImpliedFeatures()
|
D | ListFeature.java | 54 private final Set<Feature<? super List>> implied; field in ListFeature 56 ListFeature(Feature<? super List> ... implied) { in ListFeature() argument 57 this.implied = Helpers.copyToSet(implied); in ListFeature() 62 return implied; in getImpliedFeatures()
|
D | MapFeature.java | 86 private final Set<Feature<? super Map>> implied; field in MapFeature 88 MapFeature(Feature<? super Map> ... implied) { in MapFeature() argument 89 this.implied = Helpers.copyToSet(implied); in MapFeature() 94 return implied; in getImpliedFeatures()
|
D | CollectionFeature.java | 114 private final Set<Feature<? super Collection>> implied; field in CollectionFeature 116 CollectionFeature(Feature<? super Collection> ... implied) { in CollectionFeature() argument 117 this.implied = Helpers.copyToSet(implied); in CollectionFeature() 122 return implied; in getImpliedFeatures()
|
D | FeatureUtil.java | 70 Set<Feature<?>> implied = new LinkedHashSet<Feature<?>>(); in impliedFeatures() local 72 implied.addAll(feature.getImpliedFeatures()); in impliedFeatures() 74 addImpliedFeatures(implied); in impliedFeatures() 75 return implied; in impliedFeatures()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapFeature.java | 41 private final Set<Feature<? super Multimap>> implied; field in MultimapFeature 43 MultimapFeature(Feature<? super Multimap> ... implied) { in MultimapFeature() argument 44 this.implied = Helpers.copyToSet(implied); in MultimapFeature() 49 return implied; in getImpliedFeatures()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | implied-cond-matching-false-dest.ll | 5 ; If A == B is false then A == B is implied false. 29 ; If A == B is false then A != B is implied true. 53 ; If A != B is false then A != B is implied false. 77 ; If A != B is false then A >u B is implied false. 101 ; If A != B is false then A >=u B is implied true. 125 ; If A != B is false then A <u B is implied false. 149 ; If A != B is false then A <=u B is implied true. 173 ; If A >u B is false then A >u B is implied false. 197 ; If A >u B is false then A <=u B is implied true. 221 ; If A >=u B is false then A >=u B is implied false. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | implied-cond-matching-false-dest.ll | 5 ; If A == B is false then A == B is implied false. 29 ; If A == B is false then A != B is implied true. 53 ; If A != B is false then A != B is implied false. 77 ; If A != B is false then A >u B is implied false. 101 ; If A != B is false then A >=u B is implied true. 125 ; If A != B is false then A <u B is implied false. 149 ; If A != B is false then A <=u B is implied true. 173 ; If A >u B is false then A >u B is implied false. 197 ; If A >u B is false then A <=u B is implied true. 221 ; If A >=u B is false then A >=u B is implied false. [all …]
|
D | implied-and-or.ll | 22 %cmp3 = icmp eq i32 %a, 0 ;; <-- implied true 77 %cmp3 = icmp ne i32 %a, 0 ;; <-- implied true 174 %cmp3 = icmp eq i32 %a, 0 ; <-- can be implied true
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/ |
D | FeatureUtilTest.java | 75 private Set<Feature<? super ExampleDerivedInterface>> implied; field in FeatureUtilTest.ExampleDerivedFeature 78 Feature<? super ExampleDerivedInterface> ... implied) { in ExampleDerivedFeature() 79 this.implied = ImmutableSet.copyOf(implied); in ExampleDerivedFeature() 84 return implied; in getImpliedFeatures()
|
/external/perfetto/ui/ |
D | tsconfig.json | 24 …": true, // Raise error on expressions and declarations with an implied 'any' type. 28 …"noImplicitThis": true, // Raise error on 'this' expressions with an implied 'any' …
|
/external/selinux/libselinux/ |
D | LICENSE | 9 disclaims all, warranties, express, implied, statutory, or otherwise 10 with respect to the software, including noninfringement and the implied
|
/external/ppp/pppd/plugins/radius/ |
D | COPYRIGHT | 17 without express or implied warranty. 31 software for any purpose. It is provided "as is" without express or implied 48 or implied warranty. 86 without express or implied warranty of any kind.
|
/external/u-boot/scripts/kconfig/ |
D | symbol.c | 262 if (sym->implied.expr && sym->dir_dep.tri != no) in sym_calc_visibility() 263 tri = expr_calc_value(sym->implied.expr); in sym_calc_visibility() 266 if (sym->implied.tri != tri) { in sym_calc_visibility() 267 sym->implied.tri = tri; in sym_calc_visibility() 432 if (sym->implied.tri != no) { in sym_calc_value() 434 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value() 443 (sym_get_type(sym) == S_BOOLEAN || sym->implied.tri == yes)) in sym_calc_value() 525 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range() 780 if (val < sym->implied.tri) in sym_get_string_default() 781 val = sym->implied.tri; in sym_get_string_default()
|
D | menu.c | 410 es->implied.expr = expr_alloc_or(es->implied.expr, in menu_finalize() 837 if (sym->implied.expr) { in get_symbol_str() 838 expr_gstr_print_revdep(sym->implied.expr, r, yes, " Implied by [y]:\n"); in get_symbol_str() 839 expr_gstr_print_revdep(sym->implied.expr, r, mod, " Implied by [m]:\n"); in get_symbol_str() 840 expr_gstr_print_revdep(sym->implied.expr, r, no, " Implied by [n]:\n"); in get_symbol_str()
|
/external/lmfit/ |
D | NOTICE | 20 and any express or implied warranties, including, but not limited to, the 21 implied warranties of merchantability and fitness for a particular purpose
|
D | COPYING | 20 and any express or implied warranties, including, but not limited to, the 21 implied warranties of merchantability and fitness for a particular purpose
|
/external/tagsoup/stml/ |
D | stml.rnc | 11 # OF ANY KIND, either express or implied; not even the implied warranty
|
/external/neon_2_sse/ |
D | LICENSE | 21 any express or implied warranties, including, but not limited to, the implied
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SparseReshape.pbtxt | 45 implied by `new_shape` must be the same as the number of dense elements 46 originally implied by `input_shape`.
|
/external/libpng/contrib/gregbook/ |
D | LICENSE | 6 express or implied. In no event shall the author or contributors 42 but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/external/ltp/testcases/network/rpc/rpc-tirpc/ |
D | README | 16 WITHOUT ANY WARRANTY; without even the implied warranty of 21 or the like. Any license provided herein, whether implied or
|
/external/grpc-grpc/test/core/http/ |
D | BUILD | 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 57 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/external/tagsoup/tssl/ |
D | tssl.rnc | 11 # OF ANY KIND, either express or implied; not even the implied warranty
|