Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 236 for aS (0.03 sec)

  1. pkg/kubelet/cm/devicemanager/manager_test.go

    	as.Equal(1, initCont1Devices.Len())
    	as.Equal(2, initCont2Devices.Len())
    	as.Equal(1, normalCont1Devices.Len())
    	as.Equal(1, normalCont2Devices.Len())
    	as.True(initCont2Devices.IsSuperset(initCont1Devices))
    	as.True(initCont2Devices.IsSuperset(normalCont1Devices))
    	as.True(initCont2Devices.IsSuperset(normalCont2Devices))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            then:
            configuration.dependencies as Set == [projectDependency] as Set
            configuration.allDependencies as Set == [dependency, projectDependency] as Set
        }
    
        def "resolves files"() {
            def configuration = conf()
            def fileSet = [new File("somePath")] as Set
    
            given:
            resolver.resolveGraph(configuration) >> graphResolved(fileSet)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         *
         * <li>A {@link File}. Interpreted relative to the project directory, as per {@link #file(Object)}.</li>
         *
         * <li>A {@link java.nio.file.Path}, as per {@link #file(Object)}.</li>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  4. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

                    is KtSuperTypeCallEntry -> {
                        (parent as? KtSuperTypeList)?.parent as? KtClassOrObject
                            ?: ((parent as? KtInitializerList)?.parent as? KtEnumEntry)?.containingClassOrObject
                    }
                    is KtConstructorCalleeExpression -> (parent as? KtElement)?.let(::findDerivedClass)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

                    "Task `:a` of type `SomeTask`: cannot deserialize object of type 'org.gradle.api.invocation.Gradle' as these are not supported with the configuration cache.",
                    "Task `:a` of type `SomeTask`: cannot serialize object of type '${DefaultProject.name}', a subtype of '${Project.name}', as these are not supported with the configuration cache.",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/loong64/asm.go

    		}
    
    		o1 = OP_12IRR(c.opirr(p.As), uint32(v), uint32(r), uint32(p.To.Reg))
    
    	case 5: // syscall
    		v := c.regoff(&p.From)
    		o1 = OP_15I(c.opi(p.As), uint32(v))
    
    	case 6: // beq r1,[r2],sbra
    		v := int32(0)
    		if p.To.Target() != nil {
    			v = int32(p.To.Target().Pc-p.Pc) >> 2
    		}
    		as, rd, rj, width := p.As, p.Reg, p.From.Reg, 16
    		switch as {
    		case ABGTZ, ABLEZ:
    			rd, rj = rj, rd
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/mips/asm0.go

    		o1 = OP_VI10(110, c.twobitdf(p.As), v, uint32(p.To.Reg), 7)
    
    	case 57: /* vld $soreg, wr */
    		v := c.lsoffset(p.As, c.regoff(&p.From))
    		o1 = OP_VMI10(v, uint32(p.From.Reg), uint32(p.To.Reg), 8, c.twobitdf(p.As))
    
    	case 58: /* vst wr, $soreg */
    		v := c.lsoffset(p.As, c.regoff(&p.To))
    		o1 = OP_VMI10(v, uint32(p.To.Reg), uint32(p.From.Reg), 9, c.twobitdf(p.As))
    
    	case 59:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    [[sec:copying_directories_example]]
    === Copying directory hierarchies
    
    You may need to copy files as well as the directory structure in which they reside.
    This is the default behavior when you specify a directory as the `from()` argument, as demonstrated by the following example that copies everything in the `reports` directory, including all its subdirectories, to the destination:
    
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

        It returns a list of tensors using tf.yield (as the terminator). The
        types of these returned tensors is same as that of the else_branch
    else_branch: A region that computes the outputs of the op if cond = false.
        It returns a list of tensors using tf.yield (as the terminator). The
        types of these returned tensors is same as that of the then_branch
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

                    else -> sourcePsi
                }
    
                return nameReference as? KtNameReferenceExpression
            }
    
        private val FirPropertyAccessExpression.referencedSymbol: FirVariableSymbol<*>?
            get() = (calleeReference as? FirResolvedNamedReference)?.resolvedSymbol as? FirVariableSymbol<*>
    
        fun processFunctionCall(functionCall: FirFunctionCall) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:07 UTC 2024
    - 69.6K bytes
    - Viewed (0)
Back to top