Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 234 for formaction (0.18 sec)

  1. src/hash/adler32/adler32_test.go

    	{0x91dd304f, "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction.  Lewis-Randall Rule", "adl\x01#\xd8\x17\xd7"},
    	{0x2e5d1316, "How can you write a big system without C++?  -Paul Glick", "adl\x01\x8fU\n\x0f"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 01 21:04:12 UTC 2017
    - 5.5K bytes
    - Viewed (0)
  2. src/cmd/cover/html.go

    	if outfile == "" {
    		if !browser.Open("file://" + out.Name()) {
    			fmt.Fprintf(os.Stderr, "HTML output written to %s\n", out.Name())
    		}
    	}
    
    	return nil
    }
    
    // percentCovered returns, as a percentage, the fraction of the statements in
    // the profile covered by the test run.
    // In effect, it reports the coverage of a given source file.
    func percentCovered(p *cover.Profile) float64 {
    	var total, covered int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 08 14:33:36 UTC 2022
    - 6.8K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/TaskTimeoutIntegrationTest.groovy

                            workerExecutor.${isolationMode}Isolation().submit(BlockingWorkAction) { }
                        }
                    }
                }
    
                abstract class BlockingWorkAction implements WorkAction<WorkParameters.None> {
                    public void execute() {
                        new CountDownLatch(1).await(90, TimeUnit.SECONDS);
                    }
                }
                """
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  4. pkg/ctrlz/topics/assets/templates/mem.html

            <td>GC cycles that were forced by the application calling the GC function.</td>
        </tr>
    
        <tr>
            <td>GCCPUFraction</td>
            <td id="GCCPUFraction"></td>
            <td>Fraction of this program's available CPU time used by the GC since the program started.</td>
        </tr>
        </tbody>
    </table>
    
    <br>
    <button class="btn btn-istio" onclick="forceCollection()">Force Garbage Collection</button>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r35/BuildProgressCrossVersionSpec.groovy

        }
    
        private ProgressEvents.Operation runBuildWithWorkerAction() {
            buildFile << """
                import org.gradle.workers.*
                abstract class MyWorkerAction implements WorkAction<WorkParameters.None>{
                    @Override public void execute() {
                        // Do nothing
                    }
                }
                task runInWorker {
                    doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. pkg/controller/deployment/util/deployment_util.go

    	if deploymentReplicasToAdd > 0 {
    		// Use the minimum between the replica set fraction and the maximum allowed replicas
    		// when scaling up. This way we ensure we will not scale up more than the allowed
    		// replicas we can add.
    		return min(rsFraction, allowed)
    	}
    	// Use the maximum between the replica set fraction and the maximum allowed replicas
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  7. src/go/constant/value_test.go

    	switch lit {
    	case "?":
    		return MakeUnknown()
    	case "true":
    		return MakeBool(true)
    	case "false":
    		return MakeBool(false)
    	}
    
    	if as, bs, ok := strings.Cut(lit, "/"); ok {
    		// assume fraction
    		a := MakeFromLiteral(as, token.INT, 0)
    		b := MakeFromLiteral(bs, token.INT, 0)
    		return BinaryOp(a, token.QUO, b)
    	}
    
    	tok := token.INT
    	switch first, last := lit[0], lit[len(lit)-1]; {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 15.6K bytes
    - Viewed (0)
  8. src/runtime/sys_plan9_arm.s

    	MOVW	$1000000000, R5		// 10**9
    	MULLU	R6,R5,(R9,R8)		// R8:R9 = R6:R7 * R5
    	MULA	R7,R5,R9,R9
    	SUB.S	R8,R1			// R1:R2 -= R8:R9
    	SBC	R9,R2
    
    	// because reciprocal was a truncated repeating fraction, quotient
    	// may be slightly too small -- adjust to make remainder < 10**9
    	CMP	R5,R1			// if remainder > 10**9
    	SUB.HS	R5,R1			//    remainder -= 10**9
    	ADD.HS	$1,R6			//    sec += 1
    
    	MOVW	R6,sec_lo+0(FP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 29 14:15:04 UTC 2021
    - 7K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/TaskProgressCrossVersionSpec.groovy

        private defineGradleWorkAction() {
            """
            interface WorkActionParams extends WorkParameters {
                Property<String> getName()
            }
            abstract class TestWorkAction implements WorkAction<WorkActionParams> {
                public void execute() {
                    ${server.callFromBuildUsingExpression('parameters.name.get()')}
                }
            }
    
            class ParTask extends DefaultTask {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  10. src/math/cmplx/tan.go

    	z2hi, _ := bits.Mul64(z2, ix)
    	z1hi, z1lo := bits.Mul64(z1, ix)
    	z0lo := z0 * ix
    	lo, c := bits.Add64(z1lo, z2hi, 0)
    	hi, _ := bits.Add64(z0lo, z1hi, c)
    	// Find the magnitude of the fraction.
    	lz := uint(bits.LeadingZeros64(hi))
    	e := uint64(bias - (lz + 1))
    	// Clear implicit mantissa bit and shift into place.
    	hi = (hi << (lz + 1)) | (lo >> (64 - (lz + 1)))
    	hi >>= 64 - shift
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 03:16:37 UTC 2020
    - 8.5K bytes
    - Viewed (0)
Back to top