Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 79 for launching (0.17 sec)

  1. src/cmd/trace/main.go

    	-pprof=type: print a pprof-like profile instead
    	-d=int: print debug info such as parsed events (1 for high-level, 2 for low-level)
    
    Note that while the various profiles available when launching
    'go tool trace' work on every browser, the trace viewer itself
    (the 'view trace' page) comes from the Chrome/Chromium project
    and is only actively tested on that browser.
    `
    
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseIntegrationTest.groovy

    repositories {
        maven { url "${mavenRepo.uri}" }
    }
    
    eclipse {
        jdt {
            javaRuntimeName = "Jigsaw-1.9"
        }
    }"""
    
            assert classpath.containers == ["org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Jigsaw-1.9/"]
        }
    
        @Test
        @ToBeFixedForConfigurationCache
        void eclipseFilesAreWrittenWithUtf8Encoding() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/xla_launch_util.h

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    // Contains utilities for launching compiled XLA kernels for a KernelContext.
    
    #ifndef TENSORFLOW_COMPILER_JIT_XLA_LAUNCH_UTIL_H_
    #define TENSORFLOW_COMPILER_JIT_XLA_LAUNCH_UTIL_H_
    
    #include <map>
    #include <memory>
    #include <set>
    #include <vector>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_collective.cc

            return failure();
          }
        }
    
        // CrossReplicaAndPartition:
        // Even though TF2XLA will setup the device assignment to include
        // devices in this group as replicas before launching this module,
        // "CrossReplica" mode (no channel) produces a deadlock when
        // not using XLA SPMD expansion.
        int64_t channel_id = channel_id_++;
        return ConvertAllReduce(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 16K bytes
    - Viewed (0)
  5. tests/integration/security/fuzz/fuzz_test.go

    				if !strings.Contains(line, "Response Code: 401") {
    					errCases = append(errCases, line)
    				}
    			}
    		} else if strings.Contains(line, "LAUNCHING SCAN") {
    			scanStarted = true
    		}
    	}
    	if len(errCases) != 0 {
    		t.Errorf("found %d potential policy bypass requests:\n- %s", len(errCases), strings.Join(errCases, "\n- "))
    	} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  6. cmd/kube-controller-manager/app/options/options.go

    			return err
    		}
    		if err := s.Authorization.ApplyTo(&c.Authorization); err != nil {
    			return err
    		}
    	}
    	return nil
    }
    
    // Validate is used to validate the options and config before launching the controller manager
    func (s *KubeControllerManagerOptions) Validate(allControllers []string, disabledByDefaultControllers []string, controllerAliases map[string]string) error {
    	var errs []error
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 20:41:50 UTC 2023
    - 20.7K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Connection.kt

              this.withLock {
                currentPushRequests.remove(streamId)
              }
            }
          }
        }
      }
    
      /**
       * Eagerly reads `byteCount` bytes from the source before launching a background task to
       * process the data.  This avoids corrupting the stream.
       */
      @Throws(IOException::class)
      internal fun pushDataLater(
        streamId: Int,
        source: BufferedSource,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  8. misc/ios/go_ios_exec.go

    }
    
    func runDevice(appdir, bundleID string, args []string) error {
    	attempt := 0
    	for {
    		// The device app path reported by the device might be stale, so retry
    		// the lookup of the device path along with the lldb launching below.
    		deviceapp, err := findDeviceAppPath(bundleID)
    		if err != nil {
    			// The device app path might not yet exist for a newly installed app.
    			if attempt == 5 {
    				return err
    			}
    			attempt++
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 23.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/toolchains.adoc

    In case you want to tweak which toolchain is used for a specific task, you can specify the exact tool a task is using.
    For example, the `Test` task exposes a `JavaLauncher` property that defines which java executable to use for launching the tests.
    
    In the example below, we configure all java compilation tasks to use Java 8.
    Additionally, we introduce a new `Test` task that will run our unit tests using a JDK 17.
    
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:37:54 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go

    Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 32.5K bytes
    - Viewed (0)
Back to top