Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for anon0 (0.19 sec)

  1. src/runtime/defs_windows.go

    	_INFINITE     = 0xffffffff
    	_WAIT_TIMEOUT = 0x102
    
    	_EXCEPTION_CONTINUE_EXECUTION  = -0x1
    	_EXCEPTION_CONTINUE_SEARCH     = 0x0
    	_EXCEPTION_CONTINUE_SEARCH_SEH = 0x1
    )
    
    type systeminfo struct {
    	anon0                       [4]byte
    	dwpagesize                  uint32
    	lpminimumapplicationaddress *byte
    	lpmaximumapplicationaddress *byte
    	dwactiveprocessormask       uintptr
    	dwnumberofprocessors        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. src/runtime/defs_windows_amd64.go

    	r10                  uint64
    	r11                  uint64
    	r12                  uint64
    	r13                  uint64
    	r14                  uint64
    	r15                  uint64
    	rip                  uint64
    	anon0                [512]byte
    	vectorregister       [26]m128a
    	vectorcontrol        uint64
    	debugcontrol         uint64
    	lastbranchtorip      uint64
    	lastbranchfromrip    uint64
    	lastexceptiontorip   uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 08:26:52 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. src/runtime/defs_linux_386.go

    	datasel   uint32
    	_st       [8]fpreg
    	status    uint16
    	magic     uint16
    	_fxsr_env [6]uint32
    	mxcsr     uint32
    	reserved  uint32
    	_fxsr_st  [8]fpxreg
    	_xmm      [8]xmmreg
    	padding1  [44]uint32
    	anon0     [48]byte
    }
    
    type timespec struct {
    	tv_sec  int32
    	tv_nsec int32
    }
    
    //go:nosplit
    func (ts *timespec) setNsec(ns int64) {
    	ts.tv_sec = timediv(ns, 1e9, &ts.tv_nsec)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AnonymousClassesFilteringTest.kt

                v2 = """
                    public class Source {
                        public void some() {
                            Runnable anon = new Runnable() {
                                @Override
                                public void run() {}
                            };
                            anon.run();
                        }
                    }
                """
            ) {
                assertEmptyReport()
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  5. platforms/core-runtime/process-services/src/test/groovy/org/gradle/process/internal/health/memory/MemInfoOsMemoryInfoTest.groovy

    MemFree:        15953088 kB
    Buffers:          267852 kB
    Cached:         14152476 kB
    SwapCached:            0 kB
    Active:         17791108 kB
    Inactive:       13818288 kB
    Active(anon):   17189920 kB
    Inactive(anon):      460 kB
    Active(file):     601188 kB
    Inactive(file): 13817828 kB
    Unevictable:           0 kB
    Mlocked:               0 kB
    SwapTotal:             0 kB
    SwapFree:              0 kB
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:10:02 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  6. test-site/activator-launch-1.3.2.jar

    Wrappers$MapWrapper$$anon$1$$anon$5 implements java.util.Iterator { private final scala.collection.Iterator ui; private scala.Option prev; public final boolean hasNext(); public final void remove(); public void Wrappers$MapWrapper$$anon$1$$anon$5(Wrappers$MapWrapper$$anon$1); } scala/collection/convert/Wrappers$MapWrapper$$anon$1$$anon$5$$anon$6.class package scala.collection.convert; public final synchronized class Wrappers$MapWrapper$$anon$1$$anon$5$$anon$6 implements java.util.Map$Entry { private final...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  7. maven-core/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml

      <url>http://maven.apache.org/</url>
    
      <organization>
        <name>Apache Software Foundation</name>
        <url>http://apache.org/</url>
      </organization>
    
      <scm>
        <connection>anon-connection</connection>
        <developerConnection>developer-connection</developerConnection>
        <url>repository-url</url>
      </scm>
    
      <mailingLists>
        <mailingList>
          <name>Maven User List</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 29 05:20:38 UTC 2009
    - 3.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/authentication/group/group_adder_test.go

    			},
    			expectedUser: &user.DefaultInfo{
    				Name:   "user",
    				Groups: []string{user.AllAuthenticated, "some-group"},
    			},
    		},
    		{
    			name: "don't add for anon",
    			inputUser: &user.DefaultInfo{
    				Name:   user.Anonymous,
    				Groups: []string{"some-group"},
    			},
    			expectedUser: &user.DefaultInfo{
    				Name:   user.Anonymous,
    				Groups: []string{"some-group"},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 11 20:04:50 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/projects/project.xml

      <organization>
        <name>Apache Software Foundation</name>
        <url>http://apache.org/</url>
        <logo>/images/jakarta-logo-blue.gif</logo>
      </organization>
    
      <scm>
        <connection>anon-connection</connection>
        <developerConnection>developer-connection</developerConnection>
        <url>repository-url</url>
      </scm>
    
      <mailingLists>
        <mailingList>
          <name>Maven User List</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 22:49:30 UTC 2007
    - 4.6K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/projects/fully-populated-child.xml

      <organization>
        <name>Apache Software Foundation</name>
        <url>http://apache.org/</url>
        <logo>/images/jakarta-logo-blue.gif</logo>
      </organization>
    
      <scm>
        <connection>anon-connection</connection>
        <developerConnection>developer-connection</developerConnection>
        <url>repository-url</url>
      </scm>
    
      <mailingLists>
        <mailingList>
          <name>Maven User List</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 22:49:30 UTC 2007
    - 4.7K bytes
    - Viewed (0)
Back to top