Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for notsan (0.15 sec)

  1. src/cmd/cgo/gcc.go

    	if parent, ok := jniTypes[dt.Name]; ok {
    		// Try to make sure we're talking about a JNI type, not just some random user's
    		// type that happens to use the same name.
    		// C doesn't have the notion of a package, so it's hard to be certain.
    
    		// Walk up to jobject, checking each typedef on the way.
    		w := dt
    		for parent != "" {
    			t, ok := w.Type.(*dwarf.TypedefType)
    			if !ok || t.Name != parent {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		t.Errorf("expected failure")
    	}
    
    	wrongValueCase := metav1.ObjectMeta{
    		Name:      "123",
    		Namespace: "ns",
    		Labels: map[string]string{
    			"other": "blah",
    			"foo":   "notbar",
    		},
    	}
    	if errs := ValidateHasLabel(wrongValueCase, field.NewPath("field"), "foo", "bar"); len(errs) == 0 {
    		t.Errorf("expected failure")
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. CREDITS

    */
    (By Douglas Crockford <******@****.***>)
    
    --------------------------------------------------
    For lib/cpp/src/thrift/windows/SocketPair.cpp
    
    /* socketpair.c
     * Copyright 2007 by Nathan C. Myers <******@****.***>; some rights reserved.
     * This code is Free Software.  It may be copied freely, in original or
     * modified form, subject only to the restrictions that (1) the author is
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
Back to top