Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 104 for HI (0.07 sec)

  1. src/runtime/runtime_test.go

    	for i := 0; i < b.N; i++ {
    		defer3()
    	}
    }
    
    func defer3() {
    	defer func(x, y, z int) {
    		if recover() == nil {
    			panic("failed recover")
    		}
    	}(1, 2, 3)
    	panic("hi")
    }
    
    // golang.org/issue/7063
    func TestStopCPUProfilingWithProfilerOff(t *testing.T) {
    	SetCPUProfileRate(0)
    }
    
    // Addresses to test for faulting behavior.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/genericOps.go

    	{name: "Hmul64u", argLength: 2, commutative: true},
    
    	{name: "Mul32uhilo", argLength: 2, typ: "(UInt32,UInt32)", commutative: true}, // arg0 * arg1, returns (hi, lo)
    	{name: "Mul64uhilo", argLength: 2, typ: "(UInt64,UInt64)", commutative: true}, // arg0 * arg1, returns (hi, lo)
    
    	{name: "Mul32uover", argLength: 2, typ: "(UInt32,Bool)", commutative: true}, // Let x = arg0*arg1 (full 32x32-> 64 unsigned multiply), returns (uint32(x), (uint32(x) != x))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  3. src/encoding/gob/encoder_test.go

    func TestDefaultsInArray(t *testing.T) {
    	type Type7 struct {
    		B []bool
    		I []int
    		S []string
    		F []float64
    	}
    	t7 := Type7{
    		[]bool{false, false, true},
    		[]int{0, 0, 1},
    		[]string{"hi", "", "there"},
    		[]float64{0, 0, 1},
    	}
    	var t7p Type7
    	if err := encAndDec(t7, &t7p); err != nil {
    		t.Error(err)
    	}
    }
    
    var testInt int
    var testFloat32 float32
    var testString string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. src/runtime/string.go

    // stored on the current goroutine's stack.
    func stringDataOnStack(s string) bool {
    	ptr := uintptr(unsafe.Pointer(unsafe.StringData(s)))
    	stk := getg().stack
    	return stk.lo <= ptr && ptr < stk.hi
    }
    
    func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
    	if buf != nil && l <= len(buf) {
    		b = buf[:l]
    		s = slicebytetostringtmp(&b[0], len(b))
    	} else {
    		s, b = rawstring(l)
    	}
    	return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/func.go

    	if name.Type.IsSigned() {
    		t = types.Types[types.TINT32]
    	} else {
    		t = types.Types[types.TUINT32]
    	}
    	if f.Config.BigEndian {
    		return f.SplitSlot(name, ".hi", 0, t), f.SplitSlot(name, ".lo", t.Size(), types.Types[types.TUINT32])
    	}
    	return f.SplitSlot(name, ".hi", t.Size(), t), f.SplitSlot(name, ".lo", 0, types.Types[types.TUINT32])
    }
    
    func (f *Func) SplitStruct(name *LocalSlot, i int) *LocalSlot {
    	st := name.Type
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheSupportedTypesIntegrationTest.groovy

            type                             | reference                                                   | invocation
            Logger.name                      | "logger"                                                    | "info('hi')"
            ObjectFactory.name               | "objects"                                                   | "newInstance(SomeBean)"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/custom_plugins.adoc

    include::sample[dir="snippets/customPlugins/customPlugin/groovy",files="build.gradle[tag=script-plugin]"]
    ====
    
    ----
    $ gradle -q hi
    include::{snippetsPath}/customPlugins/customPlugin/tests/customPluginScript.out[]
    ----
    
    **Script plugins should be avoided.**
    
    [[sec:precompile_script_plugin]]
    == Precompiled script plugins
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 21:49:49 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  8. src/net/http/serve_test.go

    		t.Fatal(err)
    	}
    	all, err := io.ReadAll(res.Body)
    	if err != nil {
    		t.Fatal(err)
    	}
    	res.Body.Close()
    	if string(all) != "hi" {
    		t.Errorf("Body = %q; want hi", all)
    	}
    }
    
    // Issue 6157, Issue 6685
    func TestCodesPreventingContentTypeAndBody(t *testing.T) {
    	for _, code := range []int{StatusNotModified, StatusNoContent} {
    		ht := newHandlerTest(HandlerFunc(func(w ResponseWriter, r *Request) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/asmdecl/asmdecl.go

    	size := int(arch.sizes.Sizeof(t))
    	kind := asmKindForType(t, size)
    	cc = append(cc, newComponent(suffix, kind, s, off, size, suffix))
    
    	switch kind {
    	case 8:
    		if arch.ptrSize == 4 {
    			w1, w2 := "lo", "hi"
    			if arch.bigEndian {
    				w1, w2 = w2, w1
    			}
    			cc = append(cc, newComponent(suffix+"_"+w1, 4, "half "+s, off, 4, suffix))
    			cc = append(cc, newComponent(suffix+"_"+w2, 4, "half "+s, off+4, 4, suffix))
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  10. src/runtime/panic.go

    	// binaries. (Admittedly, both of these are modest savings.)
    
    	// Ensure we're recovering within the appropriate stack.
    	if sp != 0 && (sp < gp.stack.lo || gp.stack.hi < sp) {
    		print("recover: ", hex(sp), " not in [", hex(gp.stack.lo), ", ", hex(gp.stack.hi), "]\n")
    		throw("bad recovery")
    	}
    
    	// Make the deferproc for this d return again,
    	// this time returning 1. The calling function will
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 43.8K bytes
    - Viewed (0)
Back to top