Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 94 for Grappler (0.16 sec)

  1. pkg/kube/krt/collection.go

    // The conversion function can convert to a embedded struct with extra methods added:
    //
    //	type Wrapper struct { Object }
    //	func (w Wrapper) ResourceName() string { return ... }
    //	WithObjectAugmentation(func(o any) any { return Wrapper{o.(Object)} })
    func WithObjectAugmentation(fn func(o any) any) CollectionOption {
    	return func(c *collectionOptions) {
    		c.augmentation = fn
    	}
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. cmd/bucket-policy-handlers_test.go

    					policy.PutObjectAction,
    				),
    				policy.NewResourceSet(policy.NewResource(bucketName+"/"+prefix)),
    				condition.NewFunctions(),
    			),
    		},
    	}
    }
    
    // Wrapper for calling Create Bucket and ensure we get one and only one success.
    func TestCreateBucket(t *testing.T) {
    	ExecObjectLayerAPITest(ExecObjectLayerAPITestArgs{t: t, objAPITest: testCreateBucket, endpoints: []string{"MakeBucket"}})
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  3. pkg/volume/testing/volume_host.go

    	return map[v1.UniqueVolumeName]string{}, nil
    }
    
    func (f *fakeVolumeHost) NewWrapperMounter(volName string, spec Spec, pod *v1.Pod, opts VolumeOptions) (Mounter, error) {
    	// The name of wrapper volume is set to "wrapped_{wrapped_volume_name}"
    	wrapperVolumeName := "wrapped_" + volName
    	if spec.Volume != nil {
    		spec.Volume.Name = wrapperVolumeName
    	}
    	plug, err := f.pluginMgr.FindPluginBySpec(&spec)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/stream_executor/stream_executor.cc

      DeviceMemoryBase base(mem.opaque, mem.size);
      base.SetPayload(mem.payload);
      return base;
    }
    
    // Wrapper that allows passing std::function across C API.
    struct HostCallbackContext {
      absl::AnyInvocable<absl::Status() &&> callback;
    };
    
    // This wrapper allows calling `HostCallbackContext::callback` across C API.
    // This function matches `SE_StatusCallbackFn` signature and will be passed as
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 14 07:39:19 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  5. platforms/ide/problems-api/src/integTest/groovy/org/gradle/api/problems/ProblemsServiceIntegrationTest.groovy

                    column == -1
                    line == 11
                    path == "build file '$buildFile.absolutePath'"
                }
            }
        }
    
        def "can throw a problem with a wrapper exception"() {
            given:
            withReportProblemTask """
                problems.forNamespace('org.example.plugin').throwing {
                    it.id('type', 'label')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. .space/CODEOWNERS

    /libraries/maven-settings.xml "Kotlin Build Infrastructure"
    /libraries/pom.xml "Kotlin Build Infrastructure"
    /libraries/mvnw "Kotlin Build Infrastructure"
    /libraries/mvnw.cmd "Kotlin Build Infrastructure"
    /libraries/.mvn/wrapper/maven-wrapper.properties "Kotlin Build Infrastructure"
    /libraries/ReadMe.md A.Qurbonzoda Vsevolod.Tolstopyato Ilya.Gorbunov Filipp.Zhinkin
    
    /license/ "Kotlin Build Infrastructure"
    
    /native/ "Kotlin Native"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (2)
  7. platforms/documentation/docs/build.gradle

    tasks.named("generateWrapperForSamples", Wrapper) {
        gradleVersion = project.version
        validateDistributionUrl = false
    }
    
    // TODO: The rich console to plain text is flaky
    tasks.named("checkAsciidoctorSampleContents") {
        enabled = false
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  8. platforms/software/build-init/src/main/java/org/gradle/buildinit/tasks/InitBuild.java

    import org.gradle.api.tasks.Optional;
    import org.gradle.api.tasks.TaskAction;
    import org.gradle.api.tasks.options.Option;
    import org.gradle.api.tasks.options.OptionValues;
    import org.gradle.api.tasks.wrapper.internal.WrapperDefaults;
    import org.gradle.api.tasks.wrapper.internal.WrapperGenerator;
    import org.gradle.buildinit.InsecureProtocolOption;
    import org.gradle.buildinit.plugins.internal.BuildConverter;
    import org.gradle.buildinit.plugins.internal.BuildGenerator;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 10 12:58:10 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/process/internal/worker/child/WorkerProcessClassPathProvider.java

            "gradle-base-services",
            "gradle-enterprise-logging",
            "gradle-enterprise-workers",
            "gradle-cli",
            "gradle-concurrent",
            "gradle-io",
            "gradle-wrapper-shared",
            "gradle-native",
            "gradle-dependency-management",
            "gradle-workers",
            "gradle-worker-main",
            "gradle-build-process-services",
            "gradle-problems-api",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  10. src/runtime/race.go

    			if sf.funcID == abi.FuncIDWrapper && u.isInlined(uf) {
    				// Ignore wrappers, unless we're at the outermost frame of u.
    				// A non-inlined wrapper frame always means we have a physical
    				// frame consisting entirely of wrappers, in which case we'll
    				// take an outermost wrapper over nothing.
    				continue
    			}
    
    			name := sf.name()
    			file, line := u.fileLine(uf)
    			if line == 0 {
    				// Failure to symbolize
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top