Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for getCollection (0.17 sec)

  1. guava-testlib/src/com/google/common/collect/testing/google/MultimapPutIterableTester.java

      @MapFeature.Require(SUPPORTS_PUT)
      public void testPutAllPropagatesToGet() {
        Collection<V> getCollection = multimap().get(k0());
        int getCollectionSize = getCollection.size();
        assertTrue(multimap().putAll(k0(), Lists.newArrayList(v3(), v4())));
        assertEquals(getCollectionSize + 2, getCollection.size());
        assertContainsAllOf(getCollection, v3(), v4());
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jan 09 20:10:38 UTC 2018
    - 7.6K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutAllMultimapTester.java

            getSubjectGenerator().create(Helpers.mapEntry(k0(), v3()), Helpers.mapEntry(k3(), v3()));
        Collection<V> getCollection = multimap().get(k0());
        int getCollectionSize = getCollection.size();
        assertTrue(multimap().putAll(source));
        assertEquals(getCollectionSize + 1, getCollection.size());
        assertContains(getCollection, v3());
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jan 09 20:10:38 UTC 2018
    - 4.1K bytes
    - Viewed (0)
  3. guava-testlib/src/com/google/common/collect/testing/google/MultimapPutAllMultimapTester.java

            getSubjectGenerator().create(Helpers.mapEntry(k0(), v3()), Helpers.mapEntry(k3(), v3()));
        Collection<V> getCollection = multimap().get(k0());
        int getCollectionSize = getCollection.size();
        assertTrue(multimap().putAll(source));
        assertEquals(getCollectionSize + 1, getCollection.size());
        assertContains(getCollection, v3());
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jan 09 20:10:38 UTC 2018
    - 4.1K bytes
    - Viewed (0)
  4. android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutIterableTester.java

      @MapFeature.Require(SUPPORTS_PUT)
      public void testPutAllPropagatesToGet() {
        Collection<V> getCollection = multimap().get(k0());
        int getCollectionSize = getCollection.size();
        assertTrue(multimap().putAll(k0(), Lists.newArrayList(v3(), v4())));
        assertEquals(getCollectionSize + 2, getCollection.size());
        assertContainsAllOf(getCollection, v3(), v4());
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jan 09 20:10:38 UTC 2018
    - 7.6K bytes
    - Viewed (0)
  5. android/guava-testlib/src/com/google/common/collect/testing/google/MultimapReplaceValuesTester.java

      }
    
      @MapFeature.Require({SUPPORTS_PUT, SUPPORTS_REMOVE})
      public void testReplaceValuesPropagatesToGet() {
        Collection<V> getCollection = multimap().get(k0());
        List<V> values = Arrays.asList(v0(), v2(), v3());
        multimap().replaceValues(k0(), values);
        assertContentsAnyOrder(getCollection, v0(), v2(), v3());
      }
    
      @MapFeature.Require(absent = SUPPORTS_REMOVE)
      @CollectionSize.Require(absent = ZERO)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  6. guava-testlib/src/com/google/common/collect/testing/google/MultimapReplaceValuesTester.java

      }
    
      @MapFeature.Require({SUPPORTS_PUT, SUPPORTS_REMOVE})
      public void testReplaceValuesPropagatesToGet() {
        Collection<V> getCollection = multimap().get(k0());
        List<V> values = Arrays.asList(v0(), v2(), v3());
        multimap().replaceValues(k0(), values);
        assertContentsAnyOrder(getCollection, v0(), v2(), v3());
      }
    
      @MapFeature.Require(absent = SUPPORTS_REMOVE)
      @CollectionSize.Require(absent = ZERO)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/FileCollectionBackedFileTree.java

            formatter.node("backing collection");
            formatter.startChildren();
            collection.describeContents(formatter);
            formatter.endChildren();
        }
    
        public AbstractFileCollection getCollection() {
            return collection;
        }
    
        @Override
        public FileTreeInternal matching(PatternFilterable patterns) {
            return new FilteredFileTree(this, taskDependencyFactory, patternSetFactory, () -> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 07:32:50 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  8. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/FilteredFileCollection.java

            if (newCollection == collection) {
                return this;
            }
            return newCollection.filter(filterSpec);
        }
    
        public FileCollectionInternal getCollection() {
            return collection;
        }
    
        public Spec<? super File> getFilterSpec() {
            return filterSpec;
        }
    
        @Override
        public String getDisplayName() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 08:16:53 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/HttpServerFixture.groovy

        URI uri(String path) {
            return getUri().resolve(path)
        }
    
        boolean isRunning() {
            server.running
        }
    
        abstract Handler getCustomHandler()
    
        HandlerCollection getCollection() {
            return securityHandlerWrapper.handlers
        }
    
        Set<String> getAuthenticationAttempts() {
            return authenticationAttempts
        }
    
        Set<Map<String, String>> getAllHeaders() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/hash_table_asset_v1.py

              inputs={'x': tensor_info_x},
              outputs={'r': tensor_info_r},
              method_name='some_function'))
      }, tf.tables_initializer(), tf.get_collection(tf.GraphKeys.ASSET_FILEPATHS)
    
    
    if __name__ == '__main__':
      common_v1.set_tf_options()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top