Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 45 for Blah (0.05 sec)

  1. src/cmd/go/internal/work/shell.go

    	// when the relative path is shorter.
    	for {
    		// Note that dir starts out long, something like
    		// /foo/bar/baz/root/a
    		// The target string to be reduced is something like
    		// (blah-blah-blah) /foo/bar/baz/root/sibling/whatever.go:blah:blah
    		// /foo/bar/baz/root/a doesn't match /foo/bar/baz/root/sibling, but the prefix
    		// /foo/bar/baz/root does.  And there may be other niblings sharing shorter
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/collect/ContiguousSetTest.java

        assertFalse(set.contains(0));
        assertTrue(set.contains(1));
        assertTrue(set.contains(2));
        assertTrue(set.contains(3));
        assertFalse(set.contains(4));
        assertFalse(set.contains((Object) "blah"));
      }
    
      public void testContainsAll() {
        ImmutableSortedSet<Integer> set = ContiguousSet.create(Range.closed(1, 3), integers());
        for (Set<Integer> subset : Sets.powerSet(ImmutableSet.of(1, 2, 3))) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 19 20:34:55 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportVariantDetailsIntegrationTest.groovy

                }
    
                dependencies {
                    implementation 'org.test:a:1.0'
                }
    
                configurations.compileClasspath.attributes.attribute(Attribute.of('org.gradle.blah', String), 'something')
            """
    
            when:
            run "dependencyInsight", "--dependency", "leaf"
    
            then:
            outputContains """org.test:leaf:1.0
      Variant api:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h.pump

    // or "pattern", whichever you prefer to think.
    
    TEST_P(FooTest, DoesBlah) {
      // Inside a test, access the test parameter with the GetParam() method
      // of the TestWithParam<T> class:
      EXPECT_TRUE(foo.Blah(GetParam()));
      ...
    }
    
    TEST_P(FooTest, HasBlahBlah) {
      ...
    }
    
    // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
    // case with any set of parameters you want. Google Test defines a number
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h.pump

    // or "pattern", whichever you prefer to think.
    
    TEST_P(FooTest, DoesBlah) {
      // Inside a test, access the test parameter with the GetParam() method
      // of the TestWithParam<T> class:
      EXPECT_TRUE(foo.Blah(GetParam()));
      ...
    }
    
    TEST_P(FooTest, HasBlahBlah) {
      ...
    }
    
    // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
    // case with any set of parameters you want. Google Test defines a number
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  6. src/debug/dwarf/line_test.go

    	// tests are to cover cases that might come up for Windows Go
    	// binaries.
    	{`c:/workdir/go/src/x`, `y.go`, `c:/workdir/go/src/x/y.go`},
    	{`d:/some/thing/`, `b.go`, `d:/some/thing/b.go`},
    	{`e:\blah\`, `foo.c`, `e:\blah\foo.c`},
    
    	// The following are "best effort". We shouldn't see relative
    	// base directories in DWARF, but these test that pathJoin
    	// doesn't fail miserably if it sees one.
    	{`C:`, `a`, `C:a`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  7. pilot/pkg/model/config_test.go

    	if !aSchemaExists || !reflect.DeepEqual(aSchema, a) {
    		t.Errorf("descriptor.GetByMessageName(a) => got %+v, want %+v", aType, a)
    	}
    	_, aSchemaNotExist := getByMessageName(schemas, "blah")
    	if aSchemaNotExist {
    		t.Errorf("descriptor.GetByMessageName(blah) => got true, want false")
    	}
    }
    
    func TestEventString(t *testing.T) {
    	cases := []struct {
    		in   model.Event
    		want string
    	}{
    		{model.EventAdd, "add"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 20 12:54:10 UTC 2023
    - 19K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/nodeaffinity/node_affinity_test.go

    				"foo": "bar",
    			}).Obj(),
    			labels: map[string]string{
    				"foo": "bar",
    				"baz": "blah",
    			},
    			runPreFilter: true,
    		},
    		{
    			name: "node labels are subset",
    			pod: st.MakePod().NodeSelector(map[string]string{
    				"foo": "bar",
    				"baz": "blah",
    			}).Obj(),
    			labels: map[string]string{
    				"foo": "bar",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 18 12:00:10 UTC 2023
    - 38.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics_test.go

    		},
    		{
    			desc:        "LIST isn't transformed to WATCH if we have query params that do not include watch",
    			initialVerb: "LIST",
    			request: &http.Request{
    				Method: "GET",
    				URL: &url.URL{
    					RawQuery: "blah=asdf&something=else",
    				},
    			},
    			expectedVerb: "LIST",
    		},
    		{
    			// The above may seem counter-intuitive, but it actually is needed for cases like
    			// watching a single item, e.g.:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 07:29:19 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  10. pilot/pkg/model/service_test.go

    	differingTLSMode.Endpoint.TLSMode = "permitted"
    	differingLabels := exampleInstance.DeepCopy()
    	differingLabels.Endpoint.Labels = labels.Instance{
    		"app":         "prod-app",
    		"another-app": "blah",
    	}
    	differingServiceAccount := exampleInstance.DeepCopy()
    	differingServiceAccount.Endpoint.ServiceAccount = "service-account-two"
    	differingLocality := exampleInstance.DeepCopy()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top