Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 55 for Symnum (0.12 sec)

  1. subprojects/core-api/src/test/groovy/org/gradle/model/internal/core/ModelTypeTest.groovy

        }
    
        enum MyEnum {
            ONE, TWO
        }
    
        enum MyEnumWithClassBodies {
            ONE {
                int execute() { return 1 }
            },
            TWO {
                int execute() { return 2 }
            }
    
            abstract int execute()
        }
    
        def "represents enums"() {
            given:
            def enumType = MyEnum.class
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 11 21:42:04 UTC 2018
    - 22.3K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/test.go

    		t.Errorf("C.mytext_def = %q, want %q", s, "abcdef")
    	}
    	if c := C.myenum; c != 1234 {
    		t.Errorf("C.myenum = %v, want 1234", c)
    	}
    	if c := C.myenum_def; c != 1234 {
    		t.Errorf("C.myenum_def = %v, want 1234", c)
    	}
    	{
    		const c = C.myenum
    		if c != 1234 {
    			t.Errorf("C.myenum as const = %v, want 1234", c)
    		}
    	}
    	{
    		const c = C.myenum_def
    		if c != 1234 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/DefaultModelSchemaExtractorTest.groovy

            extract(type) instanceof UnmanagedImplStructSchema
    
            where:
            type << [MyBigInteger, MyBigDecimal, MyFile]
        }
    
        static enum MyEnum {
            A, B, C
        }
    
        def "can extract enum"() {
            expect:
            extract(MyEnum) instanceof ScalarValueSchema
        }
    
        private void fail(extractType, String msgPattern) {
            fail(extractType, extractType, msgPattern)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    	SYS_MSGCTL         = 297 // { int sys_msgctl(int msqid, int cmd, \
    	SYS_SCHED_YIELD    = 298 // { int sys_sched_yield(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_openbsd_386.go

    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    	SYS_MSGCTL         = 297 // { int sys_msgctl(int msqid, int cmd, \
    	SYS_SCHED_YIELD    = 298 // { int sys_sched_yield(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_openbsd_arm.go

    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    	SYS_MSGCTL         = 297 // { int sys_msgctl(int msqid, int cmd, \
    	SYS_SCHED_YIELD    = 298 // { int sys_sched_yield(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    	SYS_MSGCTL         = 297 // { int sys_msgctl(int msqid, int cmd, \
    	SYS_SCHED_YIELD    = 298 // { int sys_sched_yield(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_openbsd_ppc64.go

    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    	SYS_MSGCTL         = 297 // { int sys_msgctl(int msqid, int cmd, \
    	SYS_SCHED_YIELD    = 298 // { int sys_sched_yield(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_openbsd_mips64.go

    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    	SYS_MSGCTL         = 297 // { int sys_msgctl(int msqid, int cmd, \
    	SYS_SCHED_YIELD    = 298 // { int sys_sched_yield(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_openbsd_riscv64.go

    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    	SYS_MSGCTL         = 297 // { int sys_msgctl(int msqid, int cmd, \
    	SYS_SCHED_YIELD    = 298 // { int sys_sched_yield(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 15.7K bytes
    - Viewed (0)
Back to top