Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for t1s1 (0.04 sec)

  1. maven-xml-impl/src/test/java/org/apache/maven/internal/xml/XmlNodeImplTest.java

            Xpp3Dom t1s1 = new Xpp3Dom("topsub1");
            t1s1.setValue("t1s1Value");
            t1s1.setInputLocation("t1s1");
    
            t1.addChild(t1s1);
    
            // create the recessive DOM
            Xpp3Dom t2 = new Xpp3Dom("top");
            t2.setInputLocation("t2top");
    
            Xpp3Dom t2s1 = new Xpp3Dom("topsub1");
            t2s1.setValue("t2s1Value");
            t2s1.setInputLocation("t2s1");
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  2. test/fixedbugs/issue26416.go

    // license that can be found in the LICENSE file.
    
    package main
    
    type t1 struct {
    	t1f1 int
    	t1f2 int
    }
    type t2 struct {
    	t2f1 int
    	t2f2 int
    	*t1
    }
    type t3 struct {
    	t3f1 int
    	*t2
    }
    
    var (
    	_ = t2{t1f1: 600} // ERROR "cannot use promoted field t1.t1f1 in struct literal of type t2|unknown field"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 15 02:35:59 UTC 2020
    - 639 bytes
    - Viewed (0)
  3. test/fixedbugs/issue23609.go

    // license that can be found in the LICENSE file.
    
    package main
    
    type t1 struct {
    	t1f1 int
    	t1f2 int
    }
    type t2 struct {
    	t2f1 int
    	t2f2 int
    	t1
    }
    type t3 struct {
    	t3f1 int
    	t2
    }
    
    var (
    	_ = t2{t1f1: 600} // ERROR "cannot use promoted field t1.t1f1 in struct literal of type t2|unknown field"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 23:59:57 UTC 2020
    - 637 bytes
    - Viewed (0)
  4. src/crypto/tls/bogo_config.json

            "DuplicateExtensionServer-TLS-TLS1": "TODO: first pass, this should be fixed",
            "DuplicateExtensionClient-TLS-TLS1": "TODO: first pass, this should be fixed",
            "UnsolicitedServerNameAck-TLS-TLS1": "TODO: first pass, this should be fixed",
            "TicketSessionIDLength-33-TLS-TLS1": "TODO: first pass, this should be fixed",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 15:52:42 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  5. tensorflow/cc/experimental/libtf/impl/tensor_spec_test.cc

      TensorSpec ts1;
      ts1.shape = unknown_shape;
      ts1.dtype = tensorflow::DT_FLOAT;
    
      TensorSpec ts2;
      ts2.shape = tensorflow::PartialTensorShape({2});
      ts2.dtype = tensorflow::DT_FLOAT;
    
      TensorSpec ts3;
      ts3.shape = tensorflow::PartialTensorShape({1, 2});
      ts3.dtype = tensorflow::DT_FLOAT;
    
      EXPECT_TRUE(absl::VerifyTypeImplementsAbslHashCorrectly({ts1, ts2, ts3}));
    }
    
    }  // namespace impl
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 09:47:46 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  6. test/fixedbugs/bug336.go

    	_ = &T9{&T4{}}
    	_ = &T12{&T15{}, &T13{}, &T16{}}
    
    	var (
    		tn    struct{ Next *T11 }
    		tz    struct{ z *struct{ Next *T11 } }
    		tpz   *struct{ z *struct{ Next *T11 } }
    		tppz  **struct{ z *struct{ Next *T11 } }
    		tpppz ***struct{ z *struct{ Next *T11 } }
    		ty    struct {
    			y ***struct{ z *struct{ Next *T11 } }
    		}
    	)
    	tn.Next = &T11{}
    	tz.z = &tn
    	tpz = &tz
    	tppz = &tpz
    	tpppz = &tppz
    	ty.y = tpppz
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 1.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

        typename T6, typename T7, typename T8, typename T9, typename T10,
        typename T11>
    internal::ValueArray11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10,
        T11> Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
        T10 v10, T11 v11) {
      return internal::ValueArray11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10,
          T11>(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11);
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

        typename T6, typename T7, typename T8, typename T9, typename T10,
        typename T11>
    struct Types11 {
      typedef T1 Head;
      typedef Types10<T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Tail;
    };
    
    template <typename T1, typename T2, typename T3, typename T4, typename T5,
        typename T6, typename T7, typename T8, typename T9, typename T10,
        typename T11, typename T12>
    struct Types12 {
      typedef T1 Head;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 181.3K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

        typename T6, typename T7, typename T8, typename T9, typename T10,
        typename T11>
    struct Types11 {
      typedef T1 Head;
      typedef Types10<T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Tail;
    };
    
    template <typename T1, typename T2, typename T3, typename T4, typename T5,
        typename T6, typename T7, typename T8, typename T9, typename T10,
        typename T11, typename T12>
    struct Types12 {
      typedef T1 Head;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 181.3K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

        typename T6, typename T7, typename T8, typename T9, typename T10,
        typename T11>
    internal::ValueArray11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10,
        T11> Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
        T10 v10, T11 v11) {
      return internal::ValueArray11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10,
          T11>(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11);
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
Back to top