Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 83 for free1 (0.11 sec)

  1. guava/src/com/google/common/reflect/TypeToken.java

                + "please use TypeToken.of() instead.",
            runtimeType);
      }
    
      /**
       * Constructs a new type token of {@code T} while resolving free type variables in the context of
       * {@code declaringClass}.
       *
       * <p>Clients create an empty anonymous subclass. Doing so embeds the type parameter in the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  2. pkg/kubelet/pod_workers.go

    	// ShouldPodContentBeRemoved returns true if resource managers within the Kubelet
    	// should aggressively cleanup all content related to the pod. This is true
    	// during pod eviction (when we wish to remove that content to free resources)
    	// as well as after the request to delete a pod has resulted in containers being
    	// stopped (which is a more graceful action). Note that a deleting pod can still
    	// be evicted.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/reflect/TypeToken.java

                + "please use TypeToken.of() instead.",
            runtimeType);
      }
    
      /**
       * Constructs a new type token of {@code T} while resolving free type variables in the context of
       * {@code declaringClass}.
       *
       * <p>Clients create an empty anonymous subclass. Doing so embeds the type parameter in the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/base/CharMatcher.java

     * for any {@link Object}. Also offers basic text processing methods based on this function.
     * Implementations are strongly encouraged to be side-effect-free and immutable.
     *
     * <p>Throughout the documentation of this class, the phrase "matching character" is used to mean
     * "any {@code char} value {@code c} for which {@code this.matches(c)} returns {@code true}".
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  5. src/regexp/testdata/testregex.c

     *	AT&T Research
     *
     * PLEASE: publish your tests so everyone can benefit
     *
     * The following license covers testregex.c and all associated test data.
     *
     * Permission is hereby granted, free of charge, to any person obtaining a
     * copy of THIS SOFTWARE FILE (the "Software"), to deal in the Software
     * without restriction, including without limitation the rights to use,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/lib.go

    //	Revisions Copyright © 2000-2007 Lucent Technologies Inc. and others
    //	Portions Copyright © 2009 The Go Authors. All rights reserved.
    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  7. guava/src/com/google/common/base/CharMatcher.java

     * for any {@link Object}. Also offers basic text processing methods based on this function.
     * Implementations are strongly encouraged to be side-effect-free and immutable.
     *
     * <p>Throughout the documentation of this class, the phrase "matching character" is used to mean
     * "any {@code char} value {@code c} for which {@code this.matches(c)} returns {@code true}".
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// fresh as the given resourceVersion.
    	getRV, err := c.versioner.ParseResourceVersion(opts.ResourceVersion)
    	if err != nil {
    		return err
    	}
    
    	// Do not create a trace - it's not for free and there are tons
    	// of Get requests. We can add it if it will be really needed.
    
    	if !utilfeature.DefaultFeatureGate.Enabled(features.ResilientWatchCacheInitialization) {
    		if getRV == 0 && !c.ready.check() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

              "type": "array",
              "items": { "type": "string", "default": "" },
              "x-kubernetes-patch-strategy": "merge"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/runtime/framework.go

    	// We consider only equal or higher priority pods in the first pass, because
    	// those are the current "pod" must yield to them and not take a space opened
    	// for running them. It is ok if the current "pod" take resources freed for
    	// lower priority pods.
    	// Requiring that the new pod is schedulable in both circumstances ensures that
    	// we are making a conservative decision: filters like resources and inter-pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top