Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for no_oss (0.21 sec)

  1. platforms/core-execution/persistent-cache/src/integTest/groovy/org/gradle/cache/internal/DefaultFileLockManagerContentionIntegrationTest.groovy

                    private ZincCompilerServices(File gradleUserHome) {
                        super(NativeServices.getInstance())
    
                        add(OutputEventListener.class, OutputEventListener.NO_OP)
                        addProvider(new GlobalScopeServices(true, AgentStatus.disabled()))
                    }
    
                     static def getInstance(File gradleUserHome) {
                        if (instance == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/assignments.go

    	} else if r > 0 {
    		at = rhs[r-1] // report at last value
    	}
    	err := check.newError(WrongResultCount)
    	err.addf(at, "%s return values", qualifier)
    	err.addf(nopos, "have %s", check.typesSummary(operandTypes(rhs), false))
    	err.addf(nopos, "want %s", check.typesSummary(varTypes(lhs), false))
    	err.report()
    }
    
    // initVars type-checks assignments of initialization expressions orig_rhs
    // to variables lhs.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 23 21:21:43 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  3. pkg/controller/disruption/disruption.go

    	logger := klog.FromContext(ctx)
    	pods, err := dc.getPodsForPdb(pdb)
    	if err != nil {
    		dc.recorder.Eventf(pdb, v1.EventTypeWarning, "NoPods", "Failed to get pods: %v", err)
    		return err
    	}
    	if len(pods) == 0 {
    		dc.recorder.Eventf(pdb, v1.EventTypeNormal, "NoPods", "No matching pods found")
    	}
    
    	expectedCount, desiredHealthy, unmanagedPods, err := dc.getExpectedPodCount(ctx, pdb, pods)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 36.1K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/DebugSymbolRenderer.kt

                    }
    
                    is KaNonConstantInitializerValue -> {
                        append("KtNonConstantInitializerValue(")
                        append(value.initializerPsi?.firstLineOfPsi() ?: "NO_PSI")
                        append(")")
                    }
    
                    is KaConstantValueForAnnotation -> {
                        append("KtConstantValueForAnnotation(")
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/api/internal/DefaultDomainObjectCollection.java

            } else {
                // We don't know the type of element in the provider, so we assume it's the type of the collection
                DefaultListProperty<T> defaultListProperty = new DefaultListProperty<T>(PropertyHost.NO_OP, Cast.uncheckedCast(getType()));
                defaultListProperty.convention(provider);
                providerInternal = defaultListProperty;
            }
            store.addPendingCollection(providerInternal);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/snapshot/impl/DefaultIsolatableFactoryTest.groovy

            !copy.get().is(originalValue)
        }
    
        def "creates isolated map property"() {
            def originalMap = [a: 1, b: 2]
            def original = new DefaultMapProperty(PropertyHost.NO_OP, String, Number)
            original.set(originalMap)
    
            given:
            1 * managedFactoryRegistry.lookup(_) >> new ManagedFactories.MapPropertyManagedFactory(TestUtil.propertyFactory())
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 17K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/execution/ExecuteActionsTaskExecuterTest.groovy

            getOutputFilesProducedByWork() >> ImmutableSortedMap.of()
        }
        def validationContext = new DefaultWorkValidationContext(WorkValidationContext.TypeOriginInspector.NO_OP)
        def executionContext = Mock(TaskExecutionContext)
        def scriptSource = Mock(ScriptSource)
        def standardOutputCapture = Mock(StandardOutputCapture)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  8. src/go/types/call.go

    		if sig.params != nil {
    			params = sig.params.vars
    		}
    		err := check.newError(WrongArgCount)
    		err.addf(at, "%s arguments in call to %s", qualifier, call.Fun)
    		err.addf(noposn, "have %s", check.typesSummary(operandTypes(args), false))
    		err.addf(noposn, "want %s", check.typesSummary(varTypes(params), sig.variadic))
    		err.report()
    		return
    	}
    
    	// collect type parameters of callee and generic function arguments
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  9. tensorflow/cc/gradients/nn_grad.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/cc/ops/nn_ops.h"
    #include "tensorflow/cc/ops/nn_ops_internal.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    
    #include "tensorflow/cc/framework/grad_op_registry.h"
    #include "tensorflow/cc/framework/gradients.h"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 23:34:33 UTC 2022
    - 24.5K bytes
    - Viewed (0)
  10. src/go/ast/filter.go

    	}
    	return f.Name.Name
    }
    
    // separator is an empty //-style comment that is interspersed between
    // different comment groups when they are concatenated into a single group
    var separator = &Comment{token.NoPos, "//"}
    
    // MergePackageFiles creates a file AST by merging the ASTs of the
    // files belonging to a package. The mode flags control merging behavior.
    func MergePackageFiles(pkg *Package, mode MergeMode) *File {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top