Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for clapper (0.27 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"cl":                                   "\U0001f191",
    	"clamp":                                "\U0001f5dc\ufe0f",
    	"clap":                                 "\U0001f44f",
    	"clapper":                              "\U0001f3ac",
    	"classical_building":                   "\U0001f3db\ufe0f",
    	"climbing":                             "\U0001f9d7",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    very decided tone:  `tell her something about the games now.'
    
    
    
                                CHAPTER X
    
                          The Lobster Quadrille
    
    
      The Mock Turtle sighed deeply, and drew the back of one flapper
    across his eyes.  He looked at Alice, and tried to speak, but for
    a minute or two sobs choked his voice.  `Same as if he had a bone
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    very decided tone:  `tell her something about the games now.'
    
    
    
                                CHAPTER X
    
                          The Lobster Quadrille
    
    
      The Mock Turtle sighed deeply, and drew the back of one flapper
    across his eyes.  He looked at Alice, and tried to speak, but for
    a minute or two sobs choked his voice.  `Same as if he had a bone
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      CreateSubgraphTouchingRefVar(root);
    
      auto graph = std::make_unique<Graph>(OpRegistry::Global());
      TF_ASSERT_OK(root.ToGraph(graph.get()));
    
      GraphOptimizationPassWrapper wrapper;
      GraphOptimizationPassOptions options =
          wrapper.CreateGraphOptimizationPassOptions(&graph);
    
      EncapsulateSubgraphsPass pass;
      TF_ASSERT_OK(pass.Run(options));
    
      for (const Node* node : graph->nodes()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

              DenseIntElementsAttr::get(single_element_type, {upper_limit_idx});
          auto upper_limit_cst =
              rewriter.create<arith::ConstantOp>(op->getLoc(), upper_limit_attr);
          // Dynamic start indices should be clamped with upper limit of
          // `shape(operand) - slice_sizes)` as per semantics of
          // `stablehlo.dynamic_slice`.
          // (https://github.com/openxla/stablehlo/blob/main/docs/spec.md#dynamic_slice)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    	}
    }
    
    // https://golang.org/issues/22084
    func TestTimeoutHandlerPanicRecovery(t *testing.T) {
    	wrapper := func(h Handler) Handler {
    		return TimeoutHandler(h, time.Second, "")
    	}
    	run(t, func(t *testing.T, mode testMode) {
    		testHandlerPanic(t, false, mode, wrapper, "intentional death for testing")
    	}, testNotParallel)
    }
    
    func TestRedirectBadPath(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. pkg/volume/util/operationexecutor/operation_generator.go

    	waitForAttachTimeout time.Duration,
    	volumeToMount VolumeToMount,
    	actualStateOfWorld ActualStateOfWorldMounterUpdater) (volumetypes.GeneratedOperations, error) {
    
    	// Get block volume mapper plugin
    	blockVolumePlugin, err :=
    		og.volumePluginMgr.FindMapperPluginBySpec(volumeToMount.VolumeSpec)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  8. src/reflect/value.go

    // frame into a call using Values.
    // It is in this file so that it can be next to the call method above.
    // The remainder of the MakeFunc implementation is in makefunc.go.
    //
    // NOTE: This function must be marked as a "wrapper" in the generated code,
    // so that the linker can make it work correctly for panic and recover.
    // The gc compilers know to do that for the name "reflect.callReflect".
    //
    // ctxt is the "closure" generated by MakeFunc.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. pkg/printers/internalversion/printers.go

    }
    
    // loadBalancerStatusStringer behaves mostly like a string interface and converts the given status to a string.
    // `wide` indicates whether the returned value is meant for --o=wide output. If not, it's clipped to 16 bytes.
    func loadBalancerStatusStringer(s api.LoadBalancerStatus, wide bool) string {
    	ingress := s.Ingress
    	result := sets.NewString()
    	for i := range ingress {
    		if ingress[i].IP != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    type Special struct {
    	Prefix string
    	Val    AST
    }
    
    func (s *Special) print(ps *printState) {
    	prefix := s.Prefix
    	if ps.llvmStyle {
    		switch prefix {
    		case "TLS wrapper function for ":
    			prefix = "thread-local wrapper routine for "
    		case "TLS init function for ":
    			prefix = "thread-local initialization routine for "
    		}
    	}
    	ps.writeString(prefix)
    	ps.print(s.Val)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
Back to top