Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 402 for comp (0.08 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractAndroidSantaTrackerSmokeTest.groovy

                    "--add-opens", "jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
                    "--add-opens", "jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
                    "--add-opens", "jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
                    "--add-opens", "jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED",
                    "--add-opens", "jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/binaryinfo/DumpbinBinaryInfo.groovy

            def lines = process.inputStream.readLines()
            return lines.findAll { it.contains(' | ') }.collect { line ->
                // Looks like:
                // 000 0105673E ABS    notype       Static       | @comp.id
                // 001 80000191 ABS    notype       Static       | @feat.00
                // 002 00000000 SECT1  notype       Static       | .drectve
                // 005 00000000 SECT2  notype       Static       | .debug$S
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  3. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishCustomComponentIntegTest.groovy

                   .attribute(Attribute.of("test.attribute", String), "value")
    
                class MySoftwareComponent implements org.gradle.api.internal.component.SoftwareComponentInternal {
                    String name = 'comp'
                    Set<org.gradle.api.internal.component.UsageContext> getUsages() {
                        return Collections.emptySet()
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 7K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/util/config/common.go

    			// After incrementing the k8s MINOR version by one, if this version is equal or greater than the
    			// MCP version, return true.
    			v := k8sVersion.WithMinor(k8sVersion.Minor() + 1)
    			if comp, _ := v.Compare(mcpVersion.String()); comp != -1 {
    				return true
    			}
    		}
    	}
    	return false
    }
    
    // prepareStaticVariables takes a given config and stores values from it in variables
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  5. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishMultiProjectIntegTest.groovy

    project(":project2") {
        publishing {
            publications {
                extraComp(MavenPublication) {
                    from components.java
                    groupId "extra.group"
                    artifactId "extra-comp"
                    version "extra"
                }
                extra(MavenPublication) {
                    groupId "extra.group"
                    artifactId "extra"
                    version "extra"
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/sourceset/GeneratedSourcesIntegrationTest.groovy

            app.library.headerFiles*.writeToDir(file("src/input"))
            degenerateInputSources()
    
            when:
            buildFile << """
        apply plugin: 'c'
    
    model {
        components { comp ->
            headersOnly(NativeLibrarySpec) {
                sources {
                    c.generatedBy tasks.generateCSources
                }
            }
            main(NativeExecutableSpec) {
                sources {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  7. src/compress/lzw/reader_test.go

    	{
    		"gif;LSB;8",
    		"\x28\xff\xff\xff\x28\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff",
    		"\x00\x51\xfc\x1b\x28\x70\xa0\xc1\x83\x01\x01",
    		nil,
    	},
    	// This example comes from http://compgroups.net/comp.lang.ruby/Decompressing-LZW-compression-from-PDF-file
    	{
    		"pdf;MSB;8",
    		"-----A---B",
    		"\x80\x0b\x60\x50\x22\x0c\x0c\x85\x01",
    		nil,
    	},
    }
    
    func TestReader(t *testing.T) {
    	var b bytes.Buffer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 16:57:58 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/mips/obj0.go

    			*p = s[0].p
    			p.Link = q
    		}
    		for s[0].nop != 0 {
    			s[0].nop--
    			c.addnop(p)
    		}
    	}
    }
    
    func (c *ctxt0) markregused(s *Sch) {
    	p := &s.p
    	s.comp = c.compound(p)
    	s.nop = 0
    	if s.comp {
    		s.set.ireg |= 1 << (REGTMP - REG_R0)
    		s.used.ireg |= 1 << (REGTMP - REG_R0)
    	}
    
    	ar := 0  /* dest is really reference */
    	ad := 0  /* source/dest is really address */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:28:53 UTC 2023
    - 30.6K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/LibraryDependenciesIntegrationTest.groovy

            def app = new CppHelloWorldApp()
            app.executable.writeSources(file("src/main"))
            app.library.writeSources(file("src/hello"))
    
            and:
            buildFile << """
    model {
        components { comp ->
            hello(NativeLibrarySpec)
            main(NativeExecutableSpec) {
                sources {
                    cpp.lib ${notation}
                }
            }
        }
    }
    """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  10. src/math/lgamma.go

    			p := y*p1 + p2
    			lgamma += (p - 0.5*y)
    		case 1:
    			z := y * y
    			w := z * y
    			p1 := _lgamT[0] + w*(_lgamT[3]+w*(_lgamT[6]+w*(_lgamT[9]+w*_lgamT[12]))) // parallel comp
    			p2 := _lgamT[1] + w*(_lgamT[4]+w*(_lgamT[7]+w*(_lgamT[10]+w*_lgamT[13])))
    			p3 := _lgamT[2] + w*(_lgamT[5]+w*(_lgamT[8]+w*(_lgamT[11]+w*_lgamT[14])))
    			p := z*p1 - (Tt - w*(p2+y*p3))
    			lgamma += (Tf + p)
    		case 2:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 11K bytes
    - Viewed (0)
Back to top