Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 95 for raboof (0.17 sec)

  1. platforms/core-configuration/model-groovy/src/integTest/groovy/org/gradle/model/dsl/internal/transform/ModelDslRuleInputDetectionIntegrationSpec.groovy

                        void addTasks(ModelMap<Task> tasks) {
                            tasks.create("foobar")
                            tasks.create("raboof")
                        }
                    }
                }
    
                apply type: MyPlugin
    
                model {
                    tasks.raboof {
                        $('tasks.foonar')
                        $('tasks.fooar')
                        $.tasks.foobarr
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/resources/org/gradle/smoketests/play-example/test/ApplicationSpec.scala

          contentAsString(home) must include ("Your new application is ready.")
        }
    
        "tests can use commons-lang play dependency" in {
          StringUtils.reverse("foobar") mustBe "raboof"
        }
    
        "tests can use guava play-test dependency" in {
          Lists.newArrayList("foo", "bar").size() mustBe 2
        }
      }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/ModelRuleBindingFailureIntegrationTest.groovy

                    static class Rules extends RuleSource {
                        @Mutate
                        void addTasks(ModelMap<Task> tasks) {
                            tasks.create("foobar")
                            tasks.create("raboof")
                        }
                    }
                }
    
                apply type: MyPlugin
    
                model {
                    tasks.foonar {
                    }
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/util/concurrent/AbstractExecutionThreadServiceTest.java

        assertThat(expected).hasCauseThat().hasMessageThat().isEqualTo("kaboom!");
        executionThread.join();
    
        assertTrue(service.startUpCalled);
        assertEquals(Service.State.FAILED, service.state());
        assertThat(service.failureCause()).hasMessageThat().isEqualTo("kaboom!");
      }
    
      private class ThrowOnStartUpService extends AbstractExecutionThreadService {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/util/concurrent/AbstractExecutionThreadServiceTest.java

        assertThat(expected).hasCauseThat().hasMessageThat().isEqualTo("kaboom!");
        executionThread.join();
    
        assertTrue(service.startUpCalled);
        assertEquals(Service.State.FAILED, service.state());
        assertThat(service.failureCause()).hasMessageThat().isEqualTo("kaboom!");
      }
    
      private class ThrowOnStartUpService extends AbstractExecutionThreadService {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/filters/audit_test.go

    				},
    			},
    			true,
    		},
    		{
    			"read-only panic",
    			shortRunningPath,
    			"GET",
    			"",
    			nil,
    			func(w http.ResponseWriter, req *http.Request) {
    				panic("kaboom")
    			},
    			[]auditinternal.Event{
    				{
    					Stage:      auditinternal.StageRequestReceived,
    					Verb:       "get",
    					RequestURI: shortRunningPath,
    				},
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 22.6K bytes
    - Viewed (0)
  7. src/reflect/benchmark_test.go

    	SliceAny:     ValueOf(new([]any)).Elem(),
    	MapStringAny: ValueOf(new(map[string]any)).Elem(),
    }
    
    var sinkAll struct {
    	RawBool   bool
    	RawString string
    	RawBytes  []byte
    	RawInt    int
    }
    
    func BenchmarkBool(b *testing.B) {
    	for i := 0; i < b.N; i++ {
    		sinkAll.RawBool = sourceAll.Bool.Bool()
    	}
    }
    
    func BenchmarkString(b *testing.B) {
    	for i := 0; i < b.N; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Nov 19 17:09:03 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  8. src/runtime/cgo/gcc_signal_ios_arm64.c

    #endif
    
    	if (0) {
    		// Useful debugging logic when panicmem is broken.
    		//
    		// Sends the first SIGSEGV and lets lldb catch the
    		// second one, avoiding a loop that locks up iOS
    		// devices requiring a hard reboot.
    		fprintf(stderr, "runtime/cgo: caught exc_bad_access\n");
    		fprintf(stderr, "__lr = %llx\n", thread_state.ts_64.__lr);
    		fprintf(stderr, "__pc = %llx\n", thread_state.ts_64.__pc);
    		static int pass1 = 0;
    		if (pass1) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 21:04:22 UTC 2024
    - 6K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/devicemanager/manager.go

    	klog.V(3).InfoS("Need devices to allocate for pod", "deviceNumber", needed, "resourceName", resource, "podUID", podUID, "containerName", contName)
    	healthyDevices, hasRegistered := m.healthyDevices[resource]
    
    	// The following checks are expected to fail only happen on scenario 3 (node reboot).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 12:01:56 UTC 2024
    - 43K bytes
    - Viewed (0)
  10. cluster/gce/windows/configure.ps1

      FetchAndImport-ModuleFromMetadata 'k8s-node-setup-psm1' 'k8s-node-setup.psm1'
    
      Dump-DebugInfoToConsole
    
      $kube_env = Fetch-KubeEnv
      Set-EnvironmentVars
    
      # Set to true if there's a feature that needs a reboot
      $restart_computer = $false
    
      $should_enable_hyperv = Test-ShouldEnableHyperVFeature
      $hyperv_feature_enabled = Test-HyperVFeatureEnabled
      if ($should_enable_hyperv -and -not ($hyperv_feature_enabled)) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 28 21:28:26 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top