Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 92 for _notoc (0.18 sec)

  1. platforms/core-runtime/serialization/src/test/groovy/org/gradle/internal/serialize/MessageTest.groovy

        }
    
        def "can transport broken multicause exception"() {
            def ok = new RuntimeException("broken 1")
            def notOk = new ExceptionWithNonSerializableField("broken 2", new RuntimeException("broken 3"))
            def original = new MultiCauseExceptionWithExceptionField("original", notOk, [ok, notOk])
    
            when:
            def transported = transport(original)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/go/cfg/builder.go

    			for _, spec := range d.Specs {
    				if spec, ok := spec.(*ast.ValueSpec); ok {
    					b.add(spec)
    				}
    			}
    		}
    
    	case *ast.LabeledStmt:
    		label = b.labeledBlock(s.Label, s)
    		b.jump(label._goto)
    		b.current = label._goto
    		_s = s.Stmt
    		goto start // effectively: tailcall stmt(g, s.Stmt, label)
    
    	case *ast.ReturnStmt:
    		b.add(s)
    		b.current = b.newBlock(KindUnreachable, s)
    
    	case *ast.BranchStmt:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/cross_project_publications.adoc

    Let's imagine that the consumer requires _instrumented classes_ from the producer, but that this artifact is _not_ the main one.
    The producer can expose its instrumented classes by creating a configuration that will "carry" this artifact:
    
    .Declaring an outgoing variant
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. hack/update-codegen.sh

            ':(glob)**/generated.proto' \
            ':(glob)**/generated.pb.go' \
            | xargs -0 rm -f
    
        if kube::protoc::check_protoc >/dev/null; then
          hack/_update-generated-protobuf-dockerized.sh "${apis[@]}"
        else
          kube::log::status "protoc ${PROTOC_VERSION} not found (can install with hack/install-protoc.sh); generating containerized..."
          build/run.sh hack/_update-generated-protobuf-dockerized.sh "${apis[@]}"
        fi
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 15:15:31 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  5. pkg/dns/proto/nds.pb.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    // Code generated by protoc-gen-go. DO NOT EDIT.
    // versions:
    // 	protoc-gen-go v1.34.1
    // 	protoc        (unknown)
    // source: dns/proto/nds.proto
    
    package istio_networking_nds_v1
    
    import (
    	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. build/dependencies.yaml

        - path: cluster/gce/windows/k8s-node-setup.psm1
          match: CRICTL_VERSION =
        - path: cluster/gce/gci/configure.sh
          match: DEFAULT_CRICTL_VERSION=
    
      # protoc
      - name: "protoc"
        version: 23.4
        refPaths:
        - path: hack/lib/protoc.sh
          match: PROTOC_VERSION=
    
      # etcd
      - name: "etcd"
        version: 3.5.14
        refPaths:
        - path: cluster/gce/manifests/etcd.manifest
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/inspect/ModelRuleExtractorTest.groovy

    - Method notOk() is not a valid rule method: A rule method cannot be private
    - Method notOk() is not a valid rule method: Cannot have type variables (i.e. cannot be a generic method)
    - Method notOk() is not a valid rule method: A method annotated with @Mutate must have at least one parameter
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:45:02 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/api/apitesting/roundtrip/compatibility.go

    		g = "core"
    	}
    	return g + "." + gvk.Version + "." + gvk.Kind
    }
    
    func dumpProto(t *testing.T, data []byte) string {
    	t.Helper()
    	protoc, err := exec.LookPath("protoc")
    	if err != nil {
    		t.Log(err)
    		return ""
    	}
    	cmd := exec.Command(protoc, "--decode_raw")
    	cmd.Stdin = bytes.NewBuffer(data)
    	d, err := cmd.CombinedOutput()
    	if err != nil {
    		t.Log(err)
    		return ""
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 16:38:32 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  9. src/runtime/sys_darwin_arm64.s

    	MOVW	0(R0), R0	// arg 1 how
    	BL	libc_pthread_sigmask(SB)
    	CMP	$0, R0
    	BEQ	2(PC)
    	BL	notok<>(SB)
    	RET
    
    TEXT runtime·sigaction_trampoline(SB),NOSPLIT,$0
    	MOVD	8(R0), R1	// arg 2 new
    	MOVD	16(R0), R2	// arg 3 old
    	MOVW	0(R0), R0	// arg 1 how
    	BL	libc_sigaction(SB)
    	CMP	$0, R0
    	BEQ	2(PC)
    	BL	notok<>(SB)
    	RET
    
    TEXT runtime·usleep_trampoline(SB),NOSPLIT,$0
    	MOVW	0(R0), R0	// arg 1 usec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:59 UTC 2023
    - 18.3K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/syntax/branches.go

    						} else if ctxt.caseIndex+1 == len(t.Body) {
    							msg = "cannot fallthrough final case in switch"
    						} else {
    							break // fallthrough ok
    						}
    					}
    					ls.err(s.Pos(), msg)
    				case _Goto:
    					fallthrough // should always have a label
    				default:
    					panic("invalid BranchStmt")
    				}
    				break
    			}
    
    			// labeled branch statement
    			name := s.Label.Value
    			switch s.Tok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Jun 26 00:21:29 UTC 2022
    - 9.8K bytes
    - Viewed (0)
Back to top