Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,111 for inner2 (0.22 sec)

  1. tools/istio-iptables/pkg/builder/testdata/insert-single-restore.golden

    Leonardo Sarra <******@****.***> 1718116194 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 14:29:54 UTC 2024
    - 48 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/executor_island_coarsening.cc

    // formed are pruned. If the child island inner ops consume the parent island
    // control result, the child island inner ops will have that respective control
    // input pruned. Results of the parent island that are consumed by the child
    // island are replaced by the respective inner ops result from the parent
    // island.
    void GetNewIslandResultsAndForwardResults(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/mappingToJvm/CustomLambdasTest.kt

    class Outer {
        @get:Restricted
        val inner: Inner = Inner()
    
        @Configuring(propertyName = "inner")
        fun configureInner(fn: Functional) {
            fn.configure(inner)
        }
    
        @Configuring(propertyName = "inner")
        fun configureInnerWithGeneric(fn: GenericFunctional<Inner>) {
            fn.configure(inner)
        }
    }
    
    
    interface Functional {
        fun configure(inner: Inner)
    }
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 23:16:59 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/group_by_dialect.cc

      llvm::DenseSet<Value> all_internal_results;
      for (Operation* outer : ops) {
        outer->walk([&](Operation* op) {
          all_operations.insert(op);
          for (Value result : op->getResults()) {
            all_internal_results.insert(result);
          }
          // We treat block arguments of inner blocks as "results", too, in
          // the sense that they're values produced inside this op.
          for (Region& region : op->getRegions()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 07:31:01 UTC 2023
    - 8K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/util/concurrent/SettableFutureTest.java

        SettableFuture<Object> async = SettableFuture.create();
        SettableFuture<Object> inner = SettableFuture.create();
        async.setFuture(inner);
        async.cancel(true);
        assertTrue(inner.isCancelled());
        assertTrue(inner.wasInterrupted());
        assertThrows(CancellationException.class, () -> inner.get());
      }
    
      public void testCancel_resultCancelsInner() throws Exception {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/match/match_test.go

    			name: "empty map at depth = 1",
    			given: func() Mapper {
    				// root (dest port)
    				//   15001:
    				//     inner (dest ip):
    				//       <no matches>
    				//       fallback: chain
    				inner := NewDestinationIP()
    				inner.OnNoMatch = ToChain("chain")
    
    				root := NewDestinationPort()
    				root.Map["15001"] = ToMatcher(inner.Matcher)
    				return root
    			},
    			want: func() *matcher.Matcher {
    				// dest port
    				// 15001: chain
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/responsewriter/wrapper.go

    // provided decorator that wraps an inner http.ResponseWriter object.
    // The user-provided decorator object must return the inner (decorated)
    // http.ResponseWriter object via the Unwrap function.
    type UserProvidedDecorator interface {
    	http.ResponseWriter
    
    	// Unwrap returns the inner http.ResponseWriter object associated
    	// with the user-provided decorator.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 7K bytes
    - Viewed (0)
  8. platforms/jvm/normalization-java/src/test/groovy/org/gradle/internal/normalization/java/ApiClassExtractorInnerClassTest.groovy

        def "should not remove #modifier inner class if no API is declared"() {
            given:
            def api = toApi 'A': """
                public class A {
                   $modifier class Inner {
                      public void foo() {}
                   }
                }
            """
    
            when:
            def outer = api.classes.A
            def inner = api.classes['A$Inner']
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/list_legacy_mod.txt

    ! stdout ^new/sub/v2
    stdout ^new/sub/inner/x # not new/sub/v2/inner/x
    
    go build old/p1 new/p1
    
    -- new/go.mod --
    module "new/v2"
    -- new/new.go --
    package new
    
    import _ "new/v2/p2"
    -- new/p1/p1.go --
    package p1
    
    import _ "old/p2"
    import _ "new/v2"
    import _ "new/v2/p2"
    import _ "new/sub/v2/x/v1/y" // v2 is module, v1 is directory in module
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 16 16:15:13 UTC 2022
    - 1K bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/compilerFacility/firPluginPrototypeMultiModule/compilerPluginUsage.txt

        // source: 'fragment.kt'
        enclosing method CodeFragment.run()V
        inner (local) class CodeFragment$run$Bar Bar
        inner (local) class CodeFragment$run$Foo Foo
        public method <init>(): void
    }
    
    public class CodeFragment$run$Foo {
        // source: 'fragment.kt'
        enclosing method CodeFragment.run()V
        inner (local) class CodeFragment$run$Foo Foo
        public method <init>(): void
        public method call(): void
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Apr 16 19:18:28 UTC 2024
    - 707 bytes
    - Viewed (0)
Back to top