Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 50 for Executer (0.19 sec)

  1. src/database/sql/sql_test.go

    	// also closed the rows connection.
    	if n := db.numFreeConns(); n != 1 {
    		t.Fatalf("free conns after query hitting EOF = %d; want 1", n)
    	}
    	if prepares := numPrepares(t, db) - prepares0; prepares != 1 {
    		t.Errorf("executed %d Prepare statements; want 1", prepares)
    	}
    }
    
    // TestQueryContext tests canceling the context while scanning the rows.
    func TestQueryContext(t *testing.T) {
    	db := newTestDB(t, "people")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                before any custom plugin executions.
                @since Maven 4.0.0
              </description>
            </field>
            <field>
              <name>goals</name>
              <version>4.0.0+</version>
              <description>The goals to execute with the given configuration.</description>
              <association>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. pkg/scheduler/internal/queue/scheduling_queue_test.go

    						},
    					},
    					NodeAdd: { // not executed because NodeAdd is unrelated.
    						{
    							PluginName:     "fooPlugin1",
    							QueueingHintFn: queueHintReturnQueue,
    						},
    					},
    				},
    			},
    		},
    		{
    			name: "If event with '*' Resource, queueing hint function for specified Resource is also executed",
    			podInfo: &framework.QueuedPodInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. pkg/scheduler/schedule_one_test.go

    							Result: nil,
    							Status: framework.NewStatus(framework.Skip),
    						},
    						FakeFilterPlugin: &tf.FakeFilterPlugin{
    							// This Filter plugin shouldn't be executed in the Filter extension point due to skip.
    							// To confirm that, return the status code Error to all Nodes.
    							FailedNodeReturnCodeMap: map[string]framework.Code{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  5. src/reflect/value.go

    	Send Value     // value to send (for send)
    }
    
    // Select executes a select operation described by the list of cases.
    // Like the Go select statement, it blocks until at least one of the cases
    // can proceed, makes a uniform pseudo-random choice,
    // and then executes that case. It returns the index of the chosen case
    // and, if that case was a receive operation, the value received and a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

            logging.set_verbosity(prev_log_level)
    
          self.assertNotEmpty(info_logs.records)
          self.assertTrue(
              self._any_log_contains(
                  'Calibration step is executed in graph mode.',
                  info_logs.records,
              )
          )
    
    
    class TensorNamePreservationTest(quantize_model_test_base.QuantizedModelTest):
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      // From XLA's perspective, two originally dependent clusters are no longer
      // connected, which makes them look like they can be scheduled for execution
      // in arbitrary order even though in fact they must be executed in order
      // according to their host-side graph dependency. This can cause deadlock.
      // Therefore, we hint XLA what the correct ordering of these clusters should
      // be to avoid deadlocks.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  8. cmd/object-handlers.go

    	})
    	if err != nil {
    		return nil, err
    	}
    	core.SetAppInfo("minio-federated", ReleaseTag)
    	return core, nil
    }
    
    // Check if the destination bucket is on a remote site, this code only gets executed
    // when federation is enabled, ie when globalDNSConfig is non 'nil'.
    //
    // This function is similar to isRemoteCallRequired but specifically for COPY object API
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "command": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    throws Exception; public int size(); public Object clone(); public void clear(); public void clearArgs(); public Commandline$Marker createMarker(); public void setWorkingDirectory(String); public java.io.File getWorkingDirectory(); public Process execute() throws CommandLineException; public java.util.Properties getSystemEnvVars() throws Exception; } org/codehaus/plexus/util/cli/CommandLineException.class package org.codehaus.plexus.util.cli; public synchronized class CommandLineException extends...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
Back to top