Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 1,200 for nestLev (0.26 sec)

  1. src/cmd/go/testdata/script/test_match_only_subtests_parallel.txt

    go test -run Test/Sub/Nested standalone_parallel_sub_test.go
    ! stdout '^ok.*\[no tests to run\]'
    ! stderr '^ok.*\[no tests to run\]'
    stdout '^ok'
    
    -- standalone_parallel_sub_test.go --
    package standalone_parallel_sub_test
    
    import "testing"
    
    func Test(t *testing.T) {
    	ch := make(chan bool, 1)
    	t.Run("Sub", func(t *testing.T) {
    		t.Parallel()
    		<-ch
    		t.Run("Nested", func(t *testing.T) {})
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 19 20:48:08 UTC 2020
    - 515 bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/LambdaInputsIntegrationTest.groovy

        def setup() {
            expectReindentedValidationMessage()
        }
    
        def "implementation of nested property in Groovy build script is tracked"() {
            setupTaskClassWithActionProperty()
            buildFile << """
                task myTask(type: TaskWithActionProperty) {
                    action = ${originalImplementation}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 09:08:49 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/dom/DomResolutionTest.kt

            lateinit var complexValueTwo: ComplexValueTwo
    
            @Adding
            fun justAdd(name: String): TopLevelElement = TopLevelElement()
    
            @Configuring
            fun nested(configure: NestedReceiver.() -> Unit) = configure(nested)
    
            @Restricted
            fun one(complexValueTwo: ComplexValueTwo): ComplexValueOne = ComplexValueOne()
    
            @Restricted
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:09 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  4. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FilePropertyJavaInterOpIntegrationTest.groovy

                import ${TaskAction.name};
                import ${Nested.name};
                import ${Files.name};
                import ${IOException.name};
    
                public class ProducerTask extends DefaultTask {
                    private final Params params = getProject().getObjects().newInstance(Params.class);
    
                    @Nested
                    public Params getParams() {
                        return params;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  5. tests/common/jwt/jwt_token_test.go

    				"exp":    4715782722.0,
    			},
    		},
    		{
    			name:  "TokenIssuer1NestedClaims1",
    			token: TokenIssuer1WithNestedClaims1,
    			wantClaims: map[string]any{
    				"nested": map[string]any{
    					"key1": []any{"valueA", "valueB"},
    					"nested-2": map[string]any{
    						"key1": []any{"valueA", "valueB"},
    					},
    				},
    				"iss": "******@****.***",
    				"sub": "sub-1",
    				"exp": 4757607896.0,
    			},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/func-attr.mlir

    }
    
    // CHECK-LABEL: func @nested_func_attr
    // CHECK-SAME: tf._implements = #tf_type.func<@symbol_a, {attr0 = 1 : i32, attr1 = "random", nested = #tf_type.func<@symbol_b, {attr2 = true, attr3 = 8.000000e+00 : f32}>}>
    func.func @nested_func_attr() attributes {tf._implements = #tf_type.func<@symbol_a, {attr0 = 1 : i32, attr1 = "random", nested = #tf_type.func<@symbol_b, {attr2 = true, attr3 = 8.0 : f32}>}>} {
      func.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 725 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island/executor_tpuv1_outline_tpu_island.mlir

      }
      func.return %0 : tensor<i1>
    }
    
    // CHECK: module
    // CHECK-SAME: @_tpu_v1_compat_outlined
    // CHECK-LABEL: func nested @_tpu_v1_compat_outlined_func0(%arg0: tensor<i1>) -> tensor<i1>
    // CHECK-NEXT: tf.TPUReplicateMetadata
    // CHECK-NEXT: tf.opA
    
    // CHECK-LABEL: func nested @_tpu_v1_compat_outlined_func1(%arg0: tensor<i1>, %arg1: tensor<f32>) -> (tensor<i1>, tensor<i32>)
    // CHECK-NEXT: tf.TPUReplicateMetadata
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 04 03:54:58 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/annotations/FirIdeDependentAnalysisScriptSourceModuleAnalysisApiAnnotationsOnDeclarationsTestGenerated.java

    import org.jetbrains.kotlin.analysis.api.impl.base.test.cases.annotations.AbstractAnalysisApiAnnotationsOnDeclarationsTest;
    import org.jetbrains.kotlin.test.TestMetadata;
    import org.junit.jupiter.api.Nested;
    import org.junit.jupiter.api.Test;
    
    import java.io.File;
    import java.util.regex.Pattern;
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Feb 16 12:48:24 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/DefaultSourceIncludesResolverTest.groovy

            macros << macro("TEST", '"test1.h"')
            macros << macro("IGNORE", '"broken"')
            macros << macro("NESTED", '"test2.h"')
            macros << macro("NESTED", '"test3.h"')
            macros << macro("TEST", "NESTED")
    
            expect:
            def result = resolve(include('TEST'))
            result.complete
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  10. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/ResourceFilterMatcher.java

     * matchers using this model.
     * <p>
     * A matcher must have an id.  It may have either a custom string argument or a set of nested
     * child matchers (e.g. an 'or' matcher will have several nested condition matchers).
     * <p>
     * For more documentation on usage with examples, see {@link ResourceFilter}.
     *
     * @since 3.5
     */
    public interface ResourceFilterMatcher {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 2.5K bytes
    - Viewed (0)
Back to top