Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 41 for Mi (0.04 sec)

  1. src/cmd/compile/internal/types/size.go

    			mi, mj := methods[i], methods[j]
    
    			// Sort embedded types by type name (if any).
    			if mi.Sym == nil && mj.Sym == nil {
    				return mi.Type.Sym().Less(mj.Type.Sym())
    			}
    
    			// Sort methods before embedded types.
    			if mi.Sym == nil || mj.Sym == nil {
    				return mi.Sym != nil
    			}
    
    			// Sort methods by symbol name.
    			return mi.Sym.Less(mj.Sym)
    		})
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 15K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/helpers_linux_test.go

    					input: "128",
    				},
    			},
    			expected: map[int64]int64{2 * Mi: 128},
    		},
    		{
    			name: "2Mi and 4Mi",
    			inputs: []inputStruct{
    				{
    					key:   v1.ResourceHugePagesPrefix + "2Mi",
    					input: "128",
    				},
    				{
    					key:   v1.ResourceHugePagesPrefix + strconv.FormatInt(2*Mi, 10),
    					input: "256",
    				},
    				{
    					key:   v1.ResourceHugePagesPrefix + "4Mi",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/deploymentcontroller.go

    }
    
    func (d *DeploymentController) render(templateName string, mi TemplateInput) ([]string, error) {
    	cfg := d.injectConfig()
    
    	template := cfg.Templates[templateName]
    	if template == nil {
    		return nil, fmt.Errorf("no %q template defined", templateName)
    	}
    
    	labelToMatch := map[string]string{constants.GatewayNameLabel: mi.Name, constants.DeprecatedGatewayNameLabel: mi.Name}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  4. src/internal/trace/gc.go

    				// from the beginning of the trace until now.
    				mi, pi := 0, 0
    				for mi < len(out[0]) {
    					if pi < len(procs)-1 && procs[pi+1].time < out[0][mi].Time {
    						pi++
    						continue
    					}
    					out[0][mi].Util -= float64(1) / float64(procs[pi].n)
    					if out[0][mi].Util < 0 {
    						out[0][mi].Util = 0
    					}
    					mi++
    				}
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 26K bytes
    - Viewed (0)
  5. src/image/draw/draw.go

    	i1 := i0 + r.Dx()*4
    	mi0 := mask.PixOffset(mp.X, mp.Y)
    	sr, sg, sb, sa := src.RGBA()
    	for y, my := r.Min.Y, mp.Y; y != r.Max.Y; y, my = y+1, my+1 {
    		for i, mi := i0, mi0; i < i1; i, mi = i+4, mi+1 {
    			ma := uint32(mask.Pix[mi])
    			if ma == 0 {
    				continue
    			}
    			ma |= ma << 8
    
    			// The 0x101 is here for the same reason as in drawRGBA.
    			a := (m - (sa * ma / m)) * 0x101
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 17:08:05 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/api/internal/catalog/parser/TomlCatalogFileParser.java

            String name = expectString(alias, librariesTable, "name");
            Object version = librariesTable.get(alias + ".version");
            String mi = expectString(alias, librariesTable, "module");
            if (mi != null) {
                List<String> split = SPLITTER.splitToList(mi);
                if (split.size() == 2) {
                    group = notEmpty(split.get(0), "group", alias);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:05 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/testng/TestNGTestResultProcessorAdapter.java

                resultProcessor.started(testInternal, new TestStartEvent(clock.getCurrentTime(), parentId));
            }
        }
    
        @Override
        public void onBeforeClass(ITestClass testClass, IMethodInstance mi) {
        }
    
        @Override
        public void onAfterClass(ITestClass testClass) {
            Object id = null;
            synchronized (lock) {
                TestClassInfo info = testClassInfo.get(testClass);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  8. src/encoding/gob/encode.go

    	state := enc.newEncoderState(b)
    	state.fieldnum = -1
    	state.sendZero = true
    	state.encodeUint(uint64(mv.Len()))
    	mi := mv.MapRange()
    	for mi.Next() {
    		encodeReflectValue(state, mi.Key(), keyOp, keyIndir)
    		encodeReflectValue(state, mi.Value(), elemOp, elemIndir)
    	}
    	enc.freeEncoderState(state)
    }
    
    // encodeInterface encodes the interface value iv.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 19K bytes
    - Viewed (0)
  9. docs/tr/docs/async.md

    # Concurrency ve async / await
    
    *path operasyon fonksiyonu* için `async def `sözdizimi,  asenkron kod, eşzamanlılık ve paralellik hakkında bazı ayrıntılar.
    
    ## Aceleniz mi var?
    
    <abbr title="too long; didn't read"><strong>TL;DR:</strong></abbr>
    
    Eğer `await` ile çağrılması gerektiğini belirten üçüncü taraf kütüphaneleri kullanıyorsanız, örneğin:
    
    ```Python
    results = await some_library()
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  10. test/live.go

    var m map[string]int
    var mi map[interface{}]int
    
    // str and iface are used to ensure that a temp is required for runtime calls below.
    func str() string
    func iface() interface{}
    
    func f16() {
    	if b {
    		delete(mi, iface()) // ERROR "stack object .autotmp_[0-9]+ interface \{\}$"
    	}
    	delete(mi, iface())
    	delete(mi, iface())
    }
    
    var m2s map[string]*byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top