Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 196 for Storep (0.12 sec)

  1. android/guava/src/com/google/common/collect/Multimaps.java

       * specified function to each item in an {@code Iterable} of values. Each value will be stored as
       * a value in the resulting multimap, yielding a multimap with the same size as the input
       * iterable. The key used to store that value in the multimap will be the result of calling the
       * function on that value. The resulting multimap is created as an immutable snapshot. In the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 86.3K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Multimaps.java

       * specified function to each item in an {@code Iterable} of values. Each value will be stored as
       * a value in the resulting multimap, yielding a multimap with the same size as the input
       * iterable. The key used to store that value in the multimap will be the result of calling the
       * function on that value. The resulting multimap is created as an immutable snapshot. In the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  3. src/runtime/asm_amd64.s

    	// store buffers on AMD. The serialization semantics of LFENCE on AMD
    	// are dependent on MSR C001_1029 and CPU generation.
    	// LFENCE on Intel does wait for all previous instructions to have executed.
    	// Intel recommends MFENCE;LFENCE in its manuals before RDTSC to have all
    	// previous instructions executed and all previous loads and stores to globally visible.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  4. src/runtime/mheap.go

    		readyList mSpanList
    	}
    
    	unused *specialfinalizer // never set, just here to force the specialfinalizer type into DWARF
    }
    
    var mheap_ mheap
    
    // A heapArena stores metadata for a heap arena. heapArenas are stored
    // outside of the Go heap and accessed via the mheap_.arenas index.
    type heapArena struct {
    	_ sys.NotInHeap
    
    	// spans maps from virtual address page ID within this arena to *mspan.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  5. pilot/pkg/model/push_context_test.go

    			t.Run(tt.name, func(t *testing.T) {
    				test.SetForTest(t, &features.OptimizedConfigRebuild, mode)
    				env := &Environment{}
    				store := NewFakeStore()
    				for _, cfg := range initialEnvoyFilters {
    					_, _ = store.Create(cfg)
    				}
    				env.ConfigStore = store
    				m := mesh.DefaultMeshConfig()
    				env.Watcher = mesh.NewFixedWatcher(m)
    				env.Init()
    
    				// Init a new push context
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/riscv/obj.go

    		return nil
    	}
    
    	switch as {
    	case ASW, ASH, ASB, ASD, AFSW, AFSD:
    	default:
    		p.Ctxt.Diag("%v: unknown store instruction %v", p, as)
    		return nil
    	}
    
    	// <store> $imm, REG, TO (store $imm+(TO), REG)
    	ins := instructionForProg(p)
    	ins.as, ins.rd, ins.rs1, ins.rs2 = as, uint32(rd), uint32(p.From.Reg), obj.REG_NONE
    	ins.imm = p.To.Offset
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// Deletes the object from the key-value store, the garbage collector will
    	// delete the dependents in the background.
    	DeletePropagationBackground DeletionPropagation = "Background"
    	// The object exists in the key-value store until the garbage collector
    	// deletes all the dependents whose ownerReference.blockOwnerDeletion=true
    	// from the key-value store.  API sever will put the "foregroundDeletion"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    		// Copy because we cannot write to storageMap without a race
    		// as it is used without locking elsewhere.
    		storageMap2 := storageMap.clone()
    
    		// Remove from the CRD info map and store the map
    		delete(storageMap2, uid)
    		r.customStorage.Store(storageMap2)
    
    		// Tear down the old storage
    		go r.tearDown(oldInfo)
    	}
    }
    
    // removeDeadStorage removes REST storage that isn't being used
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/S390X.rules

    // Lowering stores
    (Store {t} ptr val mem) && t.Size() == 8 &&  t.IsFloat() => (FMOVDstore ptr val mem)
    (Store {t} ptr val mem) && t.Size() == 4 &&  t.IsFloat() => (FMOVSstore ptr val mem)
    (Store {t} ptr val mem) && t.Size() == 8 && !t.IsFloat() => (MOVDstore ptr val mem)
    (Store {t} ptr val mem) && t.Size() == 4 && !t.IsFloat() => (MOVWstore ptr val mem)
    (Store {t} ptr val mem) && t.Size() == 2 => (MOVHstore ptr val mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  10. src/runtime/traceback.go

    // SigContext will be zero.
    //
    // Buf is where the traceback information should be stored. It should
    // be PC values, such that Buf[0] is the PC of the caller, Buf[1] is
    // the PC of that function's caller, and so on.  Max is the maximum
    // number of entries to store.  The function should store a zero to
    // indicate the top of the stack, or that the caller is on a different
    // stack, presumably a Go stack.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top