HomeSort by relevance Sort by last modified time
    Searched refs:implied (Results 1 - 25 of 3889) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
SetFeature.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40 private final Set<Feature<? super Set>> implied; field in class:SetFeature
42 SetFeature(Feature<? super Set> ... implied) {
43 this.implied = Helpers.copyToSet(implied);
48 return implied;
CollectionSize.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
69 private final Set<Feature<? super Collection>> implied; field in class:CollectionSize
73 this.implied = Collections.emptySet();
77 CollectionSize(Feature<? super Collection> ... implied) {
80 this.implied = Helpers.copyToSet(implied);
86 return implied;
CollectionFeature.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
114 private final Set<Feature<? super Collection>> implied; field in class:CollectionFeature
116 CollectionFeature(Feature<? super Collection> ... implied) {
117 this.implied = Helpers.copyToSet(implied);
122 return implied;
ListFeature.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
54 private final Set<Feature<? super List>> implied; field in class:ListFeature
56 ListFeature(Feature<? super List> ... implied) {
57 this.implied = Helpers.copyToSet(implied);
62 return implied;
MapFeature.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
86 private final Set<Feature<? super Map>> implied; field in class:MapFeature
88 MapFeature(Feature<? super Map> ... implied) {
89 this.implied = Helpers.copyToSet(implied);
94 return implied;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapFeature.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41 private final Set<Feature<? super Multimap>> implied; field in class:MultimapFeature
43 MultimapFeature(Feature<? super Multimap> ... implied) {
44 this.implied = Helpers.copyToSet(implied);
49 return implied;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
badpostmod.s 4 ldrd r0,[r1],r2 ; tricky because r1 is implied as destination
  /external/guava/guava-testlib/test/com/google/common/collect/testing/features/
FeatureUtilTest.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
75 private Set<Feature<? super ExampleDerivedInterface>> implied; field in class:FeatureUtilTest.ExampleDerivedFeature
78 Feature<? super ExampleDerivedInterface> ... implied) {
79 this.implied = ImmutableSet.copyOf(implied);
84 return implied;
  /art/tools/jfuzz/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /bootable/recovery/tools/dumpkey/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/blueprint/gotestmain/
testmain_test.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/blueprint/
mangle.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/kati/
doc.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
flags.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
version.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/make/tools/droiddoc/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/make/tools/droiddoc/templates-pdk/
trailer.cs 16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/soong/java/config/
config.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
makevars.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/soong/ui/build/
sandbox_linux.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
util_darwin.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
util_linux.go 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/apps/VpnApp/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/build/
test_target_java_library.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Completed in 631 milliseconds

1 2 3 4 5 6 7 8 91011>>