Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for runPmd (0.11 sec)

  1. src/net/net_windows_test.go

    	}
    	return addrs
    }
    
    func TestInterfaceAddrsWithNetsh(t *testing.T) {
    	checkNetsh(t)
    
    	outIPV4, err := runCmd("netsh", "interface", "ipv4", "show", "address")
    	if err != nil {
    		t.Fatal(err)
    	}
    	outIPV6, err := runCmd("netsh", "interface", "ipv6", "show", "address", "level=verbose")
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	ift, err := Interfaces()
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/phases/workflow/runner.go

    	// a singleton in the InitData methods (thus avoiding to initialize data
    	// more than one time)
    	runData RunData
    
    	// runCmd is part of the internal state of the runner and it is used to track the
    	// command that will trigger the runner (only if the runner is BindToCommand).
    	runCmd *cobra.Command
    
    	// cmdAdditionalFlags holds additional, shared flags that could be added to the subcommands generated
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 21 05:35:15 UTC 2022
    - 16K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java

        final AtomicInteger numCalls = new AtomicInteger();
    
        Runnable runMe =
            new Runnable() {
              @Override
              public void run() {
                numCalls.incrementAndGet();
                throw new RuntimeException("FAKE EXCEPTION!");
              }
            };
    
        e.execute(runMe);
        e.execute(runMe);
        fakePool.runAll();
    
        assertEquals(2, numCalls.get());
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java

        final AtomicInteger numCalls = new AtomicInteger();
    
        Runnable runMe =
            new Runnable() {
              @Override
              public void run() {
                numCalls.incrementAndGet();
                throw new RuntimeException("FAKE EXCEPTION!");
              }
            };
    
        e.execute(runMe);
        e.execute(runMe);
        fakePool.runAll();
    
        assertEquals(2, numCalls.get());
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  5. pkg/test/framework/testcontext.go

    	dir, err := os.MkdirTemp(c.workDir, name)
    	if err != nil {
    		scopes.Framework.Errorf("Error creating dir: runID='%v', prefix='%s', workDir='%v', err='%v'",
    			c.suite.settings.RunID, name, c.workDir, err)
    	} else {
    		scopes.Framework.Debugf("Created a dir: runID='%v', name='%s'", c.suite.settings.RunID, dir)
    	}
    	return dir, err
    }
    
    func (c *testContext) CreateDirectoryOrFail(name string) string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/testerrors/ptr_test.go

    	if pt.expensive {
    		buf, err := runcmd("1")
    		if err != nil {
    			t.Logf("%s", buf)
    			if pt.fail {
    				t.Fatalf("test marked expensive, but failed when not expensive: %v", err)
    			} else {
    				t.Errorf("failed unexpectedly with GODEBUG=cgocheck=1: %v", err)
    			}
    		}
    
    	}
    
    	cgocheck := ""
    	if pt.expensive {
    		cgocheck = "2"
    	}
    
    	buf, err := runcmd(cgocheck)
    	if pt.fail {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:49 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/text/unicode/bidi/core.go

    		if t == ET {
    			// locate end of sequence
    			runStart := i
    			runEnd := s.findRunLimit(runStart, ET)
    
    			// check values at ends of sequence
    			t := s.sos
    			if runStart > 0 {
    				t = s.types[runStart-1]
    			}
    			if t != EN {
    				t = s.eos
    				if runEnd < len(s.types) {
    					t = s.types[runEnd]
    				}
    			}
    			if t == EN {
    				setTypes(s.types[runStart:runEnd], EN)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:26:23 UTC 2022
    - 29.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/kernels/xla_ops.cc

          // is safe, as only TF dist-strat can produce distributed ops, and we
          // can rely on TF dist-strat invariants.
          xla::RunId run_id(0);
          run_options.set_run_id(run_id);
    
          absl::StatusOr<xla::ExecutionOutput> execution_output = RunExecutable(
              platform_info, launch_context, std::move(*execution_inputs),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  9. docs/pl/docs/index.md

        * **Sesje cookie**
        * ...i więcej.
    
    ## Wydajność
    
    Niezależne benchmarki TechEmpower pokazują, że **FastAPI** (uruchomiony na serwerze Uvicorn) <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">jest jednym z najszybszych dostępnych Pythonowych frameworków</a>, zaraz po Starlette i Uvicorn (używanymi wewnątrznie przez FastAPI). (*)
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  10. docs/uk/docs/index.md

        * ...та більше.
    
    ## Продуктивність
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top