Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 459 for rary (0.05 sec)

  1. test/atomicload.go

    // license that can be found in the LICENSE file.
    
    // Check that we do loads exactly once. The SSA backend
    // once tried to do the load in f twice, once sign extended
    // and once zero extended.  This can cause problems in
    // racy code, particularly sync/mutex.
    
    package main
    
    func f(p *byte) bool {
    	x := *p
    	a := int64(int8(x))
    	b := int64(uint8(x))
    	return a == b
    }
    
    func main() {
    	var x byte
    	const N = 1000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 17 04:20:02 UTC 2016
    - 798 bytes
    - Viewed (0)
  2. maven-toolchain-builder/src/test/resources/org/apache/maven/toolchain/global.xml

    under the License.
    -->
    
    <toolchains>
      <toolchain>
         <type>basic</type>
         <configuration>
           <global>true</global>
         </configuration>
      </toolchain>
      <toolchain>
         <type>rare</type>
         <configuration>
           <global>true</global>
         </configuration>
      </toolchain>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Oct 13 14:10:22 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  3. maven-toolchain-builder/src/test/resources/org/apache/maven/toolchain/user.xml

    under the License.
    -->
    
    <toolchains>
      <toolchain>
         <type>basic</type>
         <configuration>
           <user>true</user>
         </configuration>
      </toolchain>
      <toolchain>
         <type>rare</type>
         <configuration>
           <user>true</user>
         </configuration>
      </toolchain>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Oct 13 14:10:22 UTC 2021
    - 1K bytes
    - Viewed (0)
  4. maven-core/src/site/apt/default-bindings.apt.vm

    * Plugin bindings for <<<ear>>> packaging
    
    %{snippet|id=ear|file=${project.basedir}/src/main/java/org/apache/maven/lifecycle/providers/packaging/EarLifecycleMappingProvider.java}
    
    * Plugin bindings for <<<rar>>> packaging
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Mar 08 17:45:23 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/eclipse/EclipseProject.java

         * For example, if the project applies the 'java' plugin the result will contain the
         * {@code "org.eclipse.jdt.core.javanature"} entry. Note, that the exact list of automatically added
         * natures is not part of the API and can vary between Gradle releases.
         * <p>
         * The result can be customized via the 'eclipse' plugin configuration.
         *
         * @return The list of Eclipse project natures.
         * @since 2.9
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  6. src/syscall/dll_windows.go

    func (d *LazyDLL) Load() error {
    	// Non-racy version of:
    	// if d.dll == nil {
    	if atomic.LoadPointer((*unsafe.Pointer)(unsafe.Pointer(&d.dll))) == nil {
    		d.mu.Lock()
    		defer d.mu.Unlock()
    		if d.dll == nil {
    			dll, e := LoadDLL(d.Name)
    			if e != nil {
    				return e
    			}
    			// Non-racy version of:
    			// d.dll = dll
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:03:59 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. src/cmd/go/internal/script/conds.go

    // evaluated. Future calls reuse the same result.
    //
    // The eval function is not passed a *State because the condition is cached
    // across all execution states and must not vary by state.
    func OnceCondition(summary string, eval func() (bool, error)) Cond {
    	return &onceCond{eval: eval, usage: CondUsage{Summary: summary}}
    }
    
    type onceCond struct {
    	once  sync.Once
    	v     bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 5K bytes
    - Viewed (0)
  8. src/os/wait_unimp.go

    // succeed immediately, and reports whether it has done so.
    // It does not actually call p.Wait.
    // This version is used on systems that do not implement waitid,
    // or where we have not implemented it yet. Note that this is racy:
    // a call to Process.Signal can in an extremely unlikely case send a
    // signal to the wrong process, see issue #13987.
    func (p *Process) blockUntilWaitable() (bool, error) {
    	return false, nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 13:16:52 UTC 2023
    - 831 bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/math/MathBenchmarking.java

     */
    
    package com.google.common.math;
    
    import java.math.BigInteger;
    import java.util.Random;
    
    /**
     * Utilities for benchmarks.
     *
     * <p>In many cases, we wish to vary the order of magnitude of the input as much as we want to vary
     * the input itself, so most methods which generate values use an exponential distribution varying
     * the order of magnitude of the generated values uniformly at random.
     *
     * @author Louis Wasserman
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 4.1K bytes
    - Viewed (0)
  10. .mailmap

    Etienne Studer <******@****.***> <******@****.***>
    Etienne Studer <******@****.***> <******@****.***>
    Etienne Studer <******@****.***> <log>
    Gary Hale <gary@gradle.com> <******@****.***>
    Hans Dockter <******@****.***>
    Hans Dockter <******@****.***> <******@****.***>
    Hans Dockter <******@****.***> <******@****.***>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 03 06:34:28 UTC 2017
    - 3.3K bytes
    - Viewed (0)
Back to top