Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 42 for antcall (0.19 sec)

  1. src/net/rpc/server_test.go

    	args = &Args{7, 8}
    	mulReply := new(Reply)
    	mulCall := client.Go("Arith.Mul", args, mulReply, nil)
    	addReply := new(Reply)
    	addCall := client.Go("Arith.Add", args, addReply, nil)
    
    	addCall = <-addCall.Done
    	if addCall.Error != nil {
    		t.Errorf("Add: expected no error but got string %q", addCall.Error.Error())
    	}
    	if addReply.C != args.A+args.B {
    		t.Errorf("Add: expected %d got %d", addReply.C, args.A+args.B)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 18 05:23:29 UTC 2023
    - 19K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/func_test.go

    	values map[string]*Value
    }
    
    var emptyPass pass = pass{
    	name: "empty pass",
    }
    
    // AuxCallLSym returns an AuxCall initialized with an LSym that should pass "check"
    // as the Aux of a static call.
    func AuxCallLSym(name string) *AuxCall {
    	return &AuxCall{Fn: &obj.LSym{}}
    }
    
    // Fun takes the name of an entry bloc and a series of Bloc calls, and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:01:04 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  3. platforms/software/maven/src/test/groovy/org/gradle/api/publish/maven/internal/tasks/MavenPomFileGeneratorTest.groovy

                    connection.set("http://cvs.example.org")
                }
                issueManagement {
                    system.set("Bugzilla")
                }
                ciManagement {
                    system.set("Anthill")
                }
                distributionManagement {
                    downloadUrl.set("https://example.org/download/")
                    relocation {
                        groupId.set("org.example.new")
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/wasm/wasmobj.go

    		registerNames[reg-MINREG] = name
    	}
    }
    
    func rconv(r int) string {
    	return registerNames[r-MINREG]
    }
    
    var unaryDst = map[obj.As]bool{
    	ASet:          true,
    	ATee:          true,
    	ACall:         true,
    	ACallIndirect: true,
    	ABr:           true,
    	ABrIf:         true,
    	ABrTable:      true,
    	AI32Store:     true,
    	AI64Store:     true,
    	AF32Store:     true,
    	AF64Store:     true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/riscv/inst.go

    		return &inst{0x33, 0x5, 0x0, 32, 0x1}
    	case ADIVUW:
    		return &inst{0x3b, 0x5, 0x0, 32, 0x1}
    	case ADIVW:
    		return &inst{0x3b, 0x4, 0x0, 32, 0x1}
    	case AEBREAK:
    		return &inst{0x73, 0x0, 0x1, 1, 0x0}
    	case AECALL:
    		return &inst{0x73, 0x0, 0x0, 0, 0x0}
    	case AFADDD:
    		return &inst{0x53, 0x0, 0x0, 32, 0x1}
    	case AFADDQ:
    		return &inst{0x53, 0x0, 0x0, 96, 0x3}
    	case AFADDS:
    		return &inst{0x53, 0x0, 0x0, 0, 0x0}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/check.go

    				}
    				canHaveAux = true
    			case auxCallOff:
    				canHaveAuxInt = true
    				fallthrough
    			case auxCall:
    				if ac, ok := v.Aux.(*AuxCall); ok {
    					if v.Op == OpStaticCall && ac.Fn == nil {
    						f.Fatalf("value %v has *AuxCall with nil Fn", v)
    					}
    				} else {
    					f.Fatalf("value %v has Aux type %T, want *AuxCall", v, v.Aux)
    				}
    				canHaveAux = true
    			case auxNameOffsetInt8:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 16:41:23 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/obj6.go

    			p.To.Type = obj.TYPE_CONST
    		}
    	}
    
    	// Rewrite CALL/JMP/RET to symbol as TYPE_BRANCH.
    	switch p.As {
    	case obj.ACALL, obj.AJMP, obj.ARET:
    		if p.To.Type == obj.TYPE_MEM && (p.To.Name == obj.NAME_EXTERN || p.To.Name == obj.NAME_STATIC) && p.To.Sym != nil {
    			p.To.Type = obj.TYPE_BRANCH
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:36:45 UTC 2023
    - 40.9K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/staticinit/sched.go

    	// 	.   AS2-Rhs
    	// 	.   .   LITERAL-400 int tc(1) # x.go:18:14
    	// 	.   INLMARK Index:1 # +x.go:18:13
    	// 	INLCALL PTR-*T tc(1) # x.go:18:13
    	// 	INLCALL-Body
    	// 	.   BLOCK tc(1) # x.go:18:13
    	// 	.   BLOCK-List
    	// 	.   .   DCL tc(1) # x.go:18:13
    	// 	.   .   .   NAME-p.~R0 Class:PAUTO Offset:0 OnStack Used PTR-*T tc(1) # x.go:18:13
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 17:16:14 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractBehavior.java

                    }
                    bulkBuilder.add((DeleteRequestBuilder) builder);
                }
            }
            final RequestOptionCall<BulkRequestBuilder> builderCall = bulkList.getCall();
            if (builderCall != null) {
                builderCall.callback(bulkBuilder);
            }
    
            final BulkResponse response = bulkBuilder.execute().actionGet(bulkTimeout);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/dwarfgen/dwinl.go

    	inlinedFn := base.Ctxt.InlTree.InlinedFunction(inlIdx)
    	callXPos := base.Ctxt.InlTree.CallPos(inlIdx)
    	callPos := base.Ctxt.InnermostPos(callXPos)
    	absFnSym := base.Ctxt.DwFixups.AbsFuncDwarfSym(inlinedFn)
    	ic := dwarf.InlCall{
    		InlIndex:  inlIdx,
    		CallPos:   callPos,
    		AbsFunSym: absFnSym,
    		Root:      parCallIdx == -1,
    	}
    	dwcalls.Calls = append(dwcalls.Calls, ic)
    	callIdx = len(dwcalls.Calls) - 1
    	imap[inlIdx] = callIdx
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:45:07 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top