Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for TD (0.02 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            def otherTask = Mock(Task)
            def otherTaskSet = [otherTask] as Set
            def dependentProject = Mock(Project)
            otherTask.project >> dependentProject
    
            when:
            def td = configuration.getTaskDependencyFromProjectDependency(false, "testit")
    
            and:
            rootProject.getTasksByName("testit", true) >> otherTaskSet
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/ppc64.s

    	SLBMFEE R3, R4                  // 7c801f26
    	SLBMFEV R3, R4                  // 7c801ea6
    	SLBMTE R3, R4                   // 7c801b24
    
    	TW $31, R0, R0                  // 7fe00008
    	TD $31, R0, R0                  // 7fe00088
    	DARN $1, R5                     // 7ca105e6
    
    	DCBF (R3)(R4)                   // 7c0418ac
    	DCBF (R3)(R0)                   // 7c0018ac
    	DCBF (R3)                       // 7c0018ac
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
Back to top