Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 3,457 for otherfile (0.15 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-filepath.h

    // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    //
    // Author: ******@****.*** (Keith Ray)
    //
    // Google Test filepath utilities
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/public/saved_model_api.h

    //        `ctx` must outlive the returned TF_SavedModel pointer.
    //  status - Set to OK on success and an appropriate error on failure.
    // Returns:
    //  If status is not OK, returns nullptr. Otherwise, returns a newly created
    //  TF_SavedModel instance. It must be deleted by calling TF_DeleteSavedModel.
    TF_CAPI_EXPORT extern TF_SavedModel* TF_LoadSavedModel(const char* dirname,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 04 00:45:47 UTC 2020
    - 5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/openapi/resolver/combined.go

    )
    
    // Combine combines the DefinitionsSchemaResolver with a secondary schema resolver.
    // The resulting schema resolver uses the DefinitionsSchemaResolver for a GVK that DefinitionsSchemaResolver knows,
    // and the secondary otherwise.
    func (d *DefinitionsSchemaResolver) Combine(secondary SchemaResolver) SchemaResolver {
    	return &combinedSchemaResolver{definitions: d, secondary: secondary}
    }
    
    type combinedSchemaResolver struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 17:23:50 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  4. platforms/core-execution/persistent-cache/src/test/groovy/org/gradle/cache/internal/AbstractCacheCleanupTest.groovy

            deletedFiles == [file, parent, grandparent]
        }
    
        def "does not delete non-empty parent directories"() {
            given:
            def grandparent = cacheDir.createDir("a")
            def anotherFile = grandparent.createFile("anotherfile")
            def parent = grandparent.createDir("b")
            def file = parent.createFile("somefile")
    
            when:
            cleanupAction(finder([file]), { true })
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/api/internal/file/copy/FileCopyActionTest.groovy

            expect:
            visit(visitor,
                    file(new RelativePath(true, "rootfile.txt"), new File(destDir, "rootfile.txt")),
                    file(new RelativePath(true, "subdir", "anotherfile.txt"), new File(destDir, "subdir/anotherfile.txt"))
            )
        }
    
        private FileCopyDetailsInternal file(final RelativePath relativePath, final File targetFile) {
            final FileCopyDetailsInternal details = Mock(FileCopyDetailsInternal)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 06 01:29:26 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  6. pkg/kube/krt/fetch.go

    			if i := c.GetKey(Key[T](k)); i != nil {
    				list = append(list, *i)
    			}
    		}
    	} else if d.filter.listFromIndex != nil {
    		// Otherwise from an index; fetch from there. Often this is a list of a namespace
    		list = d.filter.listFromIndex().([]T)
    	} else {
    		// Otherwise get everything
    		list = c.List()
    	}
    	list = slices.FilterInPlace(list, func(i T) bool {
    		o := c.augment(i)
    		return d.filter.Matches(o, true)
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/types2/alias.go

    	// In the presence of unfinished cyclic declarations, Unalias
    	// would otherwise latch the invalid value (#66704).
    	// TODO(adonovan): rethink, along with checker.typeDecl's use
    	// of Invalid to mark unfinished aliases.
    	if t != Typ[Invalid] {
    		a0.actual = t
    	}
    
    	return t
    }
    
    // asNamed returns t as *Named if that is t's
    // actual type. It returns nil otherwise.
    func asNamed(t Type) *Named {
    	n, _ := Unalias(t).(*Named)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/resources/ResourceLock.java

         *
         * @return true if the task for this operation holds the lock for this resource.
         */
        boolean isLockedByCurrentThread();
    
        /**
         * Attempt to lock this resource, if not already.  Does not block.
         *
         * @return true if resource is now locked, false otherwise.
         */
        boolean tryLock();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-filepath.h

    // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    //
    // Author: ******@****.*** (Keith Ray)
    //
    // Google Test filepath utilities
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  10. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelTransformerContext.java

         * @return the model, otherwise {@code null}
         */
        Model getRawModel(Path from, Path pomFile);
    
        /**
         * Get the model from the reactor based on the groupId and artifactId when resolving reactor dependencies.
         *
         * @param from    the requiring model
         * @param groupId    the groupId
         * @param artifactId the artifactId
         * @return the model, otherwise {@code null}
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top