Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 115 for inner2 (0.16 sec)

  1. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

         * class searches and combinations with imports, since the outer class we know is already resolved.
         */
        private static class ConstructedNestedClass extends ClassNode {
            private final ClassNode knownEnclosingType;
    
            public ConstructedNestedClass(ClassNode outer, String inner) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context.go

    			hosts.Insert(p.EnvoyExtAuthzHttp.Service)
    		case *meshconfig.MeshConfig_ExtensionProvider_EnvoyExtAuthzGrpc:
    			hosts.Insert(p.EnvoyExtAuthzGrpc.Service)
    		case *meshconfig.MeshConfig_ExtensionProvider_Zipkin:
    			hosts.Insert(p.Zipkin.Service)
    		//nolint: staticcheck  // Lightstep deprecated
    		case *meshconfig.MeshConfig_ExtensionProvider_Lightstep:
    			hosts.Insert(p.Lightstep.Service)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/devicemanager/manager_test.go

    	testManager.healthyDevices[resourceName1].Insert("dev1")
    	testManager.healthyDevices[resourceName1].Insert("dev2")
    	testManager.healthyDevices[resourceName1].Insert("dev3")
    	testManager.healthyDevices[resourceName1].Insert("dev4")
    	testManager.healthyDevices[resourceName1].Insert("dev5")
    	testManager.healthyDevices[resourceName2] = sets.New[string]()
    	testManager.healthyDevices[resourceName2].Insert("dev1")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier.go

    		// proxier.kubeServiceAccessSet.activeEntries.Insert(entry.String())
    		if valid := proxier.ipsetList[kubeClusterIPSet].validateEntry(entry); !valid {
    			proxier.logger.Error(nil, "Error adding entry to ipset", "entry", entry, "ipset", proxier.ipsetList[kubeClusterIPSet].Name)
    			continue
    		}
    		proxier.ipsetList[kubeClusterIPSet].activeEntries.Insert(entry.String())
    		// ipvs call
    		serv := &utilipvs.VirtualServer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    		if controllerErr != nil {
    			t.Errorf("Expected no error from the controller, but got: %#v", controllerErr)
    		}
    	})
    
    	t.Run("priority level concurrency is set to 1, request times out and inner handler hasn't written to the response yet", func(t *testing.T) {
    		t.Parallel()
    		const (
    			userName                                              = "alice"
    			fsName                                                = "test-fs"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

        /**
         * Returns true if the class symbol has a type parameter that is supposed to be provided for its parent class.
         *
         * Example:
         * class Outer<T> {
         *   inner class Inner // Inner has an implicit type parameter `T`.
         * }
         */
        private fun FirClassLikeSymbol<*>.hasTypeParameterFromParent(): Boolean = typeParameterSymbols.orEmpty().any {
            it.containingDeclarationSymbol != this
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:07 UTC 2024
    - 69.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

            given:
            buildFile << """
                dependencies {
                    conf 'org:xml:1.0'
                    conf 'org:json:1.1'
                }
            """
            and:
            "a rule which infers module set from group and version"()
    
            when:
            expectAlignment {
                module('core') tries('1.0') alignsTo('1.1') byVirtualPlatform()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          for (auto pair : *allowlist_table) {
            allowlist.insert(pair.second.begin(), pair.second.end());
          }
        } else if (allowlist_table->contains(s)) {
          auto v = allowlist_table->at(s);
          allowlist.insert(v.begin(), v.end());
        } else if (!s.empty()) {
          // Should be a user provided TF operation.
          allowlist.insert(string(s));
        }
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

                             mlir::TF::_XlaRecvAtHostV2Op>(defining_op)) {
                external_values.insert(v);
              }
              continue;
            }
            auto block_arg = mlir::cast<BlockArgument>(v);
            if (block_arg.getParentRegion() == op->getParentRegion())
              external_values.insert(v);
          }
          return WalkResult::advance();
        });
      }
      return external_values;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/manual.css

    	/* 2 */
    	box-sizing: content-box;
    }
    
    /** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
    	-webkit-appearance: none;
    }
    
    /** Remove inner padding and border in Firefox 4+. */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
    	border: 0;
    	padding: 0;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top