Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 739 for x_stub (0.19 sec)

  1. src/cmd/link/internal/ppc64/asm.go

    				stub.AddUint32(ctxt.Arch, OP_MFLR_R0)  // mflr r0
    				stub.AddUint32(ctxt.Arch, OP_BCL_NIA)  // bcl 20,31,1f
    				stub.AddUint32(ctxt.Arch, OP_MFLR_R12) // 1: mflr r12  (r12 is the address of this instruction)
    				stub.AddUint32(ctxt.Arch, OP_MTLR_R0)  // mtlr r0
    				stub.AddSymRef(ctxt.Arch, r.Sym(), r.Add()+8, objabi.R_ADDRPOWER_PCREL, 8)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/devicemanager/plugin/v1beta1/stub.go

    	return true
    }
    
    // NewDevicePluginStub returns an initialized DevicePlugin Stub.
    func NewDevicePluginStub(devs []*pluginapi.Device, socket string, name string, preStartContainerFlag bool, getPreferredAllocationFlag bool) *Stub {
    
    	watcher, err := fsnotify.NewWatcher()
    	if err != nil {
    		klog.ErrorS(err, "Watcher creation failed")
    		panic(err)
    	}
    
    	return &Stub{
    		devs:                       devs,
    		socket:                     socket,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 11:19:10 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/dependencies/stub.go

    		if quietly {
    			s.ExecutedQuietly = append(s.ExecutedQuietly, cmdline)
    		} else {
    			s.ExecutedNormally = append(s.ExecutedNormally, cmdline)
    		}
    	}
    }
    
    // TODO BML this is more than a stub actually needs to do, we should be able to drop this testing hack
    // and skip writing to a file, but some tests are not *actually* doing unit testing and need this.
    func (s *DependenciesStub) writeAllToDryRunPath() error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. src/crypto/internal/boring/fipstls/stub.s

    Russ Cox <******@****.***> 1651064572 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 29 14:23:22 UTC 2022
    - 457 bytes
    - Viewed (0)
  5. src/internal/abi/stub.s

    David Chase <******@****.***> 1674498572 -0500
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 23 19:14:57 UTC 2023
    - 340 bytes
    - Viewed (0)
  6. src/crypto/internal/boring/bcache/stub.s

    Russ Cox <******@****.***> 1652296289 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 27 11:50:31 UTC 2022
    - 286 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/credentials-handling/publishing-credentials/groovy/maven-repository-stub/src/main/groovy/maven-repository-stub.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 330 bytes
    - Viewed (0)
  8. src/cmd/internal/obj/riscv/asm_test.go

    func TestImmediateSplitting(t *testing.T) {
    	dir, err := os.MkdirTemp("", "testimmsplit")
    	if err != nil {
    		t.Fatal(err)
    	}
    	defer os.RemoveAll(dir)
    	tmpfile := filepath.Join(dir, "x.s")
    	asm := `
    TEXT _stub(SB),$0-0
    	LB	4096(X5), X6
    	LH	4096(X5), X6
    	LW	4096(X5), X6
    	LD	4096(X5), X6
    	LBU	4096(X5), X6
    	LHU	4096(X5), X6
    	LWU	4096(X5), X6
    	SB	X6, 4096(X5)
    	SH	X6, 4096(X5)
    	SW	X6, 4096(X5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 01:50:18 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/credentials-handling/publishing-credentials/kotlin/maven-repository-stub/src/main/kotlin/maven-repository-stub.gradle.kts

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 332 bytes
    - Viewed (0)
  10. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/client/DaemonClientTest.groovy

            def resultMessage = Stub(BuildActionResult)
            DaemonClientConnection connection2 = Mock()
    
            when:
            client.execute(Stub(BuildAction), Stub(BuildActionParameters), Stub(ClientBuildRequestContext))
    
            then:
            2 * connector.connect(compatibilitySpec) >>> [connection, connection2]
            _ * connection.daemon >> Stub(DaemonConnectDetails)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top