Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 105 of 105 for cmdtest (0.21 sec)

  1. src/cmd/dist/build.go

    		}
    	}
    }
    
    // Version prints the Go version.
    func cmdversion() {
    	xflagparse(0)
    	xprintf("%s\n", findgoversion())
    }
    
    // cmdlist lists all supported platforms.
    func cmdlist() {
    	jsonFlag := flag.Bool("json", false, "produce JSON output")
    	brokenFlag := flag.Bool("broken", false, "include broken ports")
    	xflagparse(0)
    
    	var plats []string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

    License, whose permissions for other licensees extend to the entire
    whole, and thus to each and every part regardless of who wrote it.
    
    Thus, it is not the intent of this section to claim rights or contest
    your rights to work written entirely by you; rather, the intent is to
    exercise the right to control the distribution of derivative or
    collective works based on the Program.
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/collect/IteratorsTest.java

    public class IteratorsTest extends TestCase {
    
      @J2ktIncompatible
      @GwtIncompatible // suite
      public static Test suite() {
        TestSuite suite = new TestSuite(IteratorsTest.class.getSimpleName());
        suite.addTest(testsForRemoveAllAndRetainAll());
        suite.addTestSuite(IteratorsTest.class);
        return suite;
      }
    
      @SuppressWarnings("DoNotCall")
      public void testEmptyIterator() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 13:01:51 UTC 2024
    - 55.7K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/test/test.go

    // This file contains C definitions (not just declarations)
    // and so it must NOT contain any //export directives on Go functions.
    // See testx.go for exports.
    
    package cgotest
    
    /*
    #include <complex.h>
    #include <math.h>
    #include <stdarg.h>
    #include <stdbool.h>
    #include <stddef.h>
    #include <stdint.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    			vol: core.Volume{
    				Name: "iscsi",
    				VolumeSource: core.VolumeSource{
    					ISCSI: &core.ISCSIVolumeSource{
    						TargetPortal: "127.0.0.1",
    						IQN:          "iqn.2015-02.example.com:test",
    						Lun:          1,
    						FSType:       "ext4",
    						ReadOnly:     false,
    					},
    				},
    			},
    		}, {
    			name: "valid IQN: eui format",
    			vol: core.Volume{
    				Name: "iscsi",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top