Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for old (0.24 sec)

  1. src/cmd/go/alldocs.go

    // source directories corresponding to the import paths:
    //
    //	_obj/            old object directory, left from Makefiles
    //	_test/           old test directory, left from Makefiles
    //	_testmain.go     old gotest file, left from Makefiles
    //	test.out         old test log, left from Makefiles
    //	build.out        old test log, left from Makefiles
    //	*.[568ao]        object files, left from Makefiles
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

       * possible pair of these futures in {@link FuturesTest#runExtensiveMergerTest}.
       *
       * <p>Each test requires a new {@link TestFutureBatch} because we need new delayed futures each
       * time, as the old delayed futures were completed as part of the old test.
       */
      @J2ktIncompatible
      @GwtIncompatible // used only in GwtIncompatible tests
      private static final class TestFutureBatch {
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

       * possible pair of these futures in {@link FuturesTest#runExtensiveMergerTest}.
       *
       * <p>Each test requires a new {@link TestFutureBatch} because we need new delayed futures each
       * time, as the old delayed futures were completed as part of the old test.
       */
      @J2ktIncompatible
      @GwtIncompatible // used only in GwtIncompatible tests
      private static final class TestFutureBatch {
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/cache/LocalCache.java

                  // if checkTime, we want to check *after* acquiring the lock if refresh still needs
                  // to be scheduled
                  return null;
                }
    
                // continue returning old value while loading
                ++modCount;
                LoadingValueReference<K, V> loadingValueReference =
                    new LoadingValueReference<>(valueReference);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  5. src/cmd/go/internal/load/pkg.go

    	p.Internal.Build = pp
    
    	if pp.PkgTargetRoot != "" && cfg.BuildPkgdir != "" {
    		old := pp.PkgTargetRoot
    		pp.PkgRoot = cfg.BuildPkgdir
    		pp.PkgTargetRoot = cfg.BuildPkgdir
    		if pp.PkgObj != "" {
    			pp.PkgObj = filepath.Join(cfg.BuildPkgdir, strings.TrimPrefix(pp.PkgObj, old))
    		}
    	}
    
    	p.Dir = pp.Dir
    	p.ImportPath = pp.ImportPath
    	p.ImportComment = pp.ImportComment
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  6. guava/src/com/google/common/cache/LocalCache.java

                  // if checkTime, we want to check *after* acquiring the lock if refresh still needs
                  // to be scheduled
                  return null;
                }
    
                // continue returning old value while loading
                ++modCount;
                LoadingValueReference<K, V> loadingValueReference =
                    new LoadingValueReference<>(valueReference);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteRISCV64.go

    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (AtomicCompareAndSwap32 ptr old new mem)
    	// result: (LoweredAtomicCas32 ptr (SignExt32to64 old) new mem)
    	for {
    		ptr := v_0
    		old := v_1
    		new := v_2
    		mem := v_3
    		v.reset(OpRISCV64LoweredAtomicCas32)
    		v0 := b.NewValue0(v.Pos, OpSignExt32to64, typ.Int64)
    		v0.AddArg(old)
    		v.AddArg4(ptr, v0, new, mem)
    		return true
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/x86/asm6.go

    				if a.Reg != REG_NONE || a.Index != REG_NONE || a.Scale != 0 {
    					return Yxxx
    				}
    			case obj.NAME_AUTO, obj.NAME_PARAM:
    				// These names must have a base of SP.  The old compiler
    				// uses 0 for the base register. SSA uses REG_SP.
    				if a.Reg != REG_SP && a.Reg != 0 {
    					return Yxxx
    				}
    			case obj.NAME_NONE:
    				// everything is ok
    			default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    		ps.writeByte(' ')
    	}
    
    	scopes := ps.scopes
    	ps.scopes = 0
    
    	ps.writeByte('<')
    	ps.printList(t.Args, ps.isEmpty)
    	if ps.last == '>' && !ps.llvmStyle {
    		// Avoid syntactic ambiguity in old versions of C++.
    		ps.writeByte(' ')
    	}
    	ps.writeByte('>')
    
    	ps.scopes = scopes
    }
    
    func (t *Template) Traverse(fn func(AST) bool) {
    	if fn(t) {
    		t.Name.Traverse(fn)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Maps.java

       * normally derive from {@code Map<Object, Object>}, but they typically contain strings, which is
       * awkward. This method lets you get a plain-old-{@code Map} out of a {@code Properties}.
       *
       * @param properties a {@code Properties} object to be converted
       * @return an immutable map containing all the entries in {@code properties}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
Back to top