Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 70 for fanout (0.17 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      //   - This method is private, so it will be another compiler error
      //   if a user calls it from his test fixture.
      //
      // DO NOT OVERRIDE THIS FUNCTION.
      //
      // If you see an error about overriding the following function or
      // about it being private, you have mis-spelled SetUp() as Setup().
      struct Setup_should_be_spelled_SetUp {};
      virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    `destinationDirectory` — `DirectoryProperty`, default: depends on archive type::
    The target directory in which to put the generated archive. By default, JARs and WARs go into `layout.buildDirectory.dir("libs")`. ZIPs and TARs go into `layout.buildDirectory.dir("distributions")`.
    
    `archiveBaseName` — `Property<String>`, default: `__project.name__`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	"strings"
    	"syscall"
    	"unsafe"
    )
    
    // This file contains functions that wrap SetupAPI.dll and CfgMgr32.dll,
    // core system functions for managing hardware devices, drivers, and the PnP tree.
    // Information about these APIs can be found at:
    //     https://docs.microsoft.com/en-us/windows-hardware/drivers/install/setupapi
    //     https://docs.microsoft.com/en-us/windows/win32/devinst/cfgmgr32-
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    The former, now `@Deprecated` usage:
    
    ```groovy
    tasks.named('test') {
        reports.junitXml.setDestination(layout.buildDirectory.file('reports/my-report-old').get().asFile) // DEPRECATED
    }
    
    ```
    
    can be replaced with:
    
    ```groovy
    tasks.named('test') {
        reports.junitXml.outputLocation = layout.buildDirectory.dir('reports/my-report')
    }
    ```
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/util/concurrent/Futures.java

      //    the initial write (just stronger guarantees if it does).
      //
      // See: http://cs.oswego.edu/pipermail/concurrency-interest/2015-January/013800.html
      // For a (long) discussion about this specific issue and the general futility of life.
      //
      // For the time being we are OK with the problem discussed above since it requires a caller to
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  6. src/runtime/mgcmark.go

    		throw("left over markroot jobs")
    	}
    
    	// Check that stacks have been scanned.
    	//
    	// We only check the first nStackRoots Gs that we should have scanned.
    	// Since we don't care about newer Gs (see comment in
    	// gcMarkRootPrepare), no locking is required.
    	i := 0
    	forEachGRace(func(gp *g) {
    		if i >= work.nStackRoots {
    			return
    		}
    
    		if !gp.gcscandone {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/css/manual.css

    .admonitionblock td.content>:not(.title):first-child {
    	margin-top: 0
    }
    
    .admonitionblock pre {
    	font-size: calc(15/var(--rem-base)*1rem)
    }
    
    .admonitionblock>table {
    	position: relative;
    	table-layout: fixed;
    	border: none;
    	width: 100%
    }
    
    .admonitionblock td.content {
    	word-wrap: anywhere;
    	background: var(--admonition-background);
    	padding: 1rem 1rem 1rem 1rem;
    	width: 100%;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    ----
    ====
    
    Alternatively, you can get Gradle to access the appropriate property itself by using one of `project.files()`, `project.layout.files()` or `project.objects.fileCollection()` in place of `project.fileTree()`:
    
    .Setting up an inferred task dependency with `layout.files()`
    ====
    include::sample[dir="snippets/tasks/incrementalBuild-incrementalBuildAdvanced/kotlin",files="build.gradle.kts[tags=inferred-task-dep-with-files]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

      }
    
      static LogicalResult HoistResourcesOutOfIfCaseCluster(Operation* op);
      static LogicalResult HoistResourcesOutOfWhileRegion(TF::WhileRegionOp op);
    
      Operation* op_;
    
      // Per resource information about accesses to that resource.
      struct ResourceInfo {
        // Is this resource read in any of the regions?
        bool is_read;
        // Is this resource written in any of the regions?
        bool is_written;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    			// Create a pod in a different namespace first to ensure
    			// that its corresponding event will not be propagated.
    			badKey := fmt.Sprintf("/pods/%s-bad/foo", tt.namespace)
    			badOut := &example.Pod{}
    			err = store.GuaranteedUpdate(ctx, badKey, badOut, true, nil, storage.SimpleUpdate(
    				func(runtime.Object) (runtime.Object, error) {
    					obj := basePod.DeepCopy()
    					obj.Namespace = fmt.Sprintf("%s-bad", tt.namespace)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
Back to top