Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 136 for strnames (0.18 sec)

  1. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/models/BuildTreeModelSideEffectStore.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.cc.impl.models
    
    import org.gradle.cache.internal.streams.BlockAddress
    import org.gradle.cache.internal.streams.ValueStore
    import org.gradle.internal.cc.impl.ConfigurationCacheIO
    import org.gradle.internal.cc.impl.ConfigurationCacheStateStore
    import org.gradle.internal.cc.impl.DefaultConfigurationCache
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. platforms/core-runtime/files/src/main/java/org/gradle/internal/file/BufferProvider.java

     */
    
    package org.gradle.internal.file;
    
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.service.scopes.ServiceScope;
    
    /**
     * Providers a byte buffer to be used in processing streams.
     */
    @ServiceScope(Scope.Global.class)
    public interface BufferProvider {
        byte[] getBuffer();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 921 bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r86/StreamingBuildActionCrossVersionTest.groovy

            eclipseModel.gradleProject.name == "hello-world"
        }
    
        @Flaky(because = "https://github.com/gradle/gradle-private/issues/4145")
        def "client application receives streamed value before build action completes"() {
            when:
            server.start()
            def request = server.expectAndBlock("action")
            def models = new CopyOnWriteArrayList<Object>()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 07 03:20:59 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/xla_device.cc

        iter->Unref();
      }
      // The XlaDeviceContext keeps a reference count to the streams, and the
      // XlaDeviceContext remains live for the duration of a Executor run. This
      // ensures that the streams remain live for the duration of a run, even if
      // an error is encountered and the streams are replaced with new ones.
      for (const auto& iter : shape_determination_fns_) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 21:05:42 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/cacheentry/EntryDetails.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.cc.impl.cacheentry
    
    import org.gradle.cache.internal.streams.BlockAddress
    import org.gradle.util.Path
    import java.io.File
    
    
    /**
     * Data stored in the "entry details" file. Provides some metadata about the cache entry.
     */
    internal
    class EntryDetails(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. platforms/ide/ide/src/testFixtures/groovy/org/gradle/plugins/ide/eclipse/EclipseClasspathFixture.groovy

            def matches = projects.findAll { it.name == name }
            assert matches.size() == 1
            return matches[0]
        }
    
        void assertHasLibs(String... jarNames) {
            assert libs*.jarName == jarNames as List
        }
    
        EclipseLibrary lib(String jarName) {
            def matches = libs.findAll { it.jarName.contains(jarName) } + vars.findAll { it.jarName == jarName }
            assert matches.size() == 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/events/test/Destination.java

     * limitations under the License.
     */
    
    package org.gradle.tooling.events.test;
    
    import java.io.Serializable;
    
    /**
     * Enumerates possible output streams for {@link TestOutputEvent}.
     *
     * @since 6.0
     */
    public enum Destination implements Serializable {
    
        StdOut(0),
        StdErr(1);
    
        private final int code;
    
         Destination(int code) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 13:57:30 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/models/ProjectStateStore.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.cc.impl.models
    
    import org.gradle.cache.internal.streams.BlockAddress
    import org.gradle.cache.internal.streams.ValueStore
    import org.gradle.internal.cc.impl.CheckedFingerprint
    import org.gradle.internal.cc.impl.ConfigurationCacheStateStore
    import org.gradle.internal.cc.impl.StateType
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/ImmutableListMultimap.java

       * Returns a {@link Collector} that accumulates elements into an {@code ImmutableListMultimap}
       * whose keys and values are the result of applying the provided mapping functions to the input
       * elements.
       *
       * <p>For streams with defined encounter order (as defined in the Ordering section of the {@link
       * java.util.stream} Javadoc), that order is preserved, but entries are <a
       * href="ImmutableMultimap.html#iteration">grouped by key</a>.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  10. pkg/controller/statefulset/stateful_set.go

    		// item in this list nevertheless constitutes user error.
    		setNames := []string{}
    		for _, s := range sets {
    			setNames = append(setNames, s.Name)
    		}
    		utilruntime.HandleError(
    			fmt.Errorf(
    				"user error: more than one StatefulSet is selecting pods with labels: %+v. Sets: %v",
    				pod.Labels, setNames))
    	}
    	return sets
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top