Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for keyFor (0.32 sec)

  1. pkg/controller/endpoint/endpoints_controller.go

    	return true
    }
    
    func (e *Controller) handleErr(logger klog.Logger, err error, key string) {
    	if err == nil {
    		e.queue.Forget(key)
    		return
    	}
    
    	ns, name, keyErr := cache.SplitMetaNamespaceKey(key)
    	if keyErr != nil {
    		logger.Error(err, "Failed to split meta namespace cache key", "key", key)
    	}
    
    	if e.queue.NumRequeues(key) < maxRetries {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/typestring.go

    func WriteType(buf *bytes.Buffer, typ Type, qf Qualifier) {
    	newTypeWriter(buf, qf).typ(typ)
    }
    
    // WriteSignature writes the representation of the signature sig to buf,
    // without a leading "func" keyword. The [Qualifier] controls the printing
    // of package-level objects, and may be nil.
    func WriteSignature(buf *bytes.Buffer, sig *Signature, qf Qualifier) {
    	newTypeWriter(buf, qf).signature(sig)
    }
    
    type typeWriter struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  3. src/go/types/typestring.go

    func WriteType(buf *bytes.Buffer, typ Type, qf Qualifier) {
    	newTypeWriter(buf, qf).typ(typ)
    }
    
    // WriteSignature writes the representation of the signature sig to buf,
    // without a leading "func" keyword. The [Qualifier] controls the printing
    // of package-level objects, and may be nil.
    func WriteSignature(buf *bytes.Buffer, sig *Signature, qf Qualifier) {
    	newTypeWriter(buf, qf).signature(sig)
    }
    
    type typeWriter struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_executor.cc

      Region &body = *result.addRegion();
    
      if (succeeded(parser.parseOptionalKeyword("wraps"))) {
        // If we parse the short version of the island, we have an operation in the
        // generic form that follows the "wraps" keyword. Parse it inside the region
        // and forward all of its results as-is to the yield operation.
        body.push_back(new Block);
        Block &block = body.back();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  5. src/net/conf.go

    			return hostLookupFiles, dnsConf
    		}
    
    		lookup := dnsConf.lookup
    		if len(lookup) == 0 {
    			// https://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/resolv.conf.5
    			// "If the lookup keyword is not used in the
    			// system's resolv.conf file then the assumed
    			// order is 'bind file'"
    			return hostLookupDNSFiles, dnsConf
    		}
    		if len(lookup) < 1 || len(lookup) > 2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/stream_executor/stream_executor_test.cc

      TF_ASSERT_OK_AND_ASSIGN(auto event, executor->CreateEvent());
      ASSERT_EQ(event->PollForStatus(), Event::Status::kComplete);
      event_status = SE_EVENT_ERROR;
      ASSERT_EQ(event->PollForStatus(), Event::Status::kError);
    }
    
    TEST_F(StreamExecutorTest, RecordAndWaitForEvent) {
      static bool record_called = false;
      static bool wait_called = false;
      se_.create_stream = [](const SP_Device* const device, SP_Stream* stream,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 19:54:04 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  7. src/runtime/symtab.go

    	// zero, respectively, if not known.
    	File string
    	Line int
    
    	// startLine is the line number of the beginning of the function in
    	// this frame. Specifically, it is the line number of the func keyword
    	// for Go functions. Note that //line directives can change the
    	// filename and/or line number arbitrarily within a function, meaning
    	// that the Line - startLine offset is not always meaningful.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/css/base.css

        position: absolute;
        width: 1px;
    }
    
    /*
     * Code highlighting
     */
    .hl-string { color: #008000; }
    .hl-value { color: #660E7A; }
    .hl-number { color: #0000FF; }
    .hl-keyword { color: #000080; }
    .hl-word { font-style: italic; font-weight: bold; color: #D2691E; }
    .hl-comment, .hl-doccomment { font-style: italic; color: #808080; }
    .hl-annotation { color: #808000; }
    .hl-directive { color: #555; }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/Task.java

     * org.gradle.api.tasks.TaskContainer} to create and lookup task instances. For example, {@link
     * org.gradle.api.tasks.TaskContainer#create(String)} creates an empty task with the given name. You can also use the
     * {@code task} keyword in your build file: </p>
     * <pre>
     * task myTask
     * task myTask { configure closure }
     * task myTask(type: SomeType)
     * task myTask(type: SomeType) { configure closure }
     * </pre>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 17:25:12 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  10. src/runtime/runtime2.go

    	pcsp      uint32
    	pcfile    uint32
    	pcln      uint32
    	npcdata   uint32
    	cuOffset  uint32     // runtime.cutab offset of this function's CU
    	startLine int32      // line number of start of function (func keyword/TEXT directive)
    	funcID    abi.FuncID // set for certain special runtime functions
    	flag      abi.FuncFlag
    	_         [1]byte // pad
    	nfuncdata uint8   // must be last, must end on a uint32-aligned boundary
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
Back to top