Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 283 for 4400 (0.09 sec)

  1. src/image/png/testdata/pngsuite/basn0g16.sng

    2000 2900 3200 3b00 4400 4d00 5600 5f00 6800 7100 7a00 8300 8c00 9500 9e00 a700 b000 b900 c200 cb00 d400 dd00 e600 ef00 f800 fcff e1ff c6ff abff 90ff 75ff 5aff 
    2200 2b00 3400 3d00 4600 4f00 5800 6100 6a00 7300 7c00 8500 8e00 9700 a000 a900 b200 bb00 c400 cd00 d600 df00 e800 f100 fa00 f6ff dbff c0ff a5ff 8aff 6fff 54ff 
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 5.2K bytes
    - Viewed (0)
  2. doap_Maven.rdf

    /maven/maven-4/4.0.0-alpha-3/binaries/apache-maven-4.0.0-alpha-3-bin.zip http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-3/binaries/apache-maven-4.0.0-alpha-3-bin.tar.gz http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-3/source/apache-maven-4.0.0-alpha-3-src.zip http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-3/source/apache-maven-4.0.0-alpha-3-src.tar.gz Apache Maven 4.0.0-alpha-2 2022-10-15 4.0.0-alpha-2 http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-2/binar...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 01 11:47:44 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

     Machine:                           Intel 80386
     Version:                           0x1
     Entry point address:               0x8048310
     Start of program headers:          52 (bytes into file)
     Start of section headers:          4400 (bytes into file)
     Flags:                             0x0
     Size of this header:               52 (bytes)
     Size of program headers:           32 (bytes)
     Number of program headers:         8
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	SYS_MSGSND                       = 4400
    	SYS_MSGRCV                       = 4401
    	SYS_MSGCTL                       = 4402
    	SYS_CLOCK_GETTIME64              = 4403
    	SYS_CLOCK_SETTIME64              = 4404
    	SYS_CLOCK_ADJTIME64              = 4405
    	SYS_CLOCK_GETRES_TIME64          = 4406
    	SYS_CLOCK_NANOSLEEP_TIME64       = 4407
    	SYS_TIMER_GETTIME64              = 4408
    	SYS_TIMER_SETTIME64              = 4409
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go

    	SYS_MSGSND                       = 4400
    	SYS_MSGRCV                       = 4401
    	SYS_MSGCTL                       = 4402
    	SYS_CLOCK_GETTIME64              = 4403
    	SYS_CLOCK_SETTIME64              = 4404
    	SYS_CLOCK_ADJTIME64              = 4405
    	SYS_CLOCK_GETRES_TIME64          = 4406
    	SYS_CLOCK_NANOSLEEP_TIME64       = 4407
    	SYS_TIMER_GETTIME64              = 4408
    	SYS_TIMER_SETTIME64              = 4409
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/loong64/asm.go

    	{AADDV, C_REG, C_REG, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{AAND, C_REG, C_REG, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{ASUB, C_REG, C_NONE, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{ASUBV, C_REG, C_NONE, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{AADD, C_REG, C_NONE, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{AADDV, C_REG, C_NONE, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{AAND, C_REG, C_NONE, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  7. src/net/textproto/reader_test.go

    	},
    
    	{"230 Anonymous access granted, restrictions apply\n",
    		23,
    		230,
    		"Anonymous access granted, restrictions apply",
    	},
    
    	{"400-A\n400-B\n400 C",
    		4,
    		400,
    		"A\nB\nC",
    	},
    
    	{"400-A\r\n400-B\r\n400 C\r\n",
    		4,
    		400,
    		"A\nB\nC",
    	},
    }
    
    // See https://www.ietf.org/rfc/rfc959.txt page 36.
    func TestRFC959Lines(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 05 18:31:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  8. test/inline_big.go

    	a[426] = 0
    	a[427] = 0
    	a[428] = 0
    	a[429] = 0
    	a[430] = 0
    	a[431] = 0
    	a[432] = 0
    	a[433] = 0
    	a[434] = 0
    	a[435] = 0
    	a[436] = 0
    	a[437] = 0
    	a[438] = 0
    	a[439] = 0
    	a[440] = 0
    	a[441] = 0
    	a[442] = 0
    	a[443] = 0
    	a[444] = 0
    	a[445] = 0
    	a[446] = 0
    	a[447] = 0
    	a[448] = 0
    	a[449] = 0
    	a[450] = 0
    	a[451] = 0
    	a[452] = 0
    	a[453] = 0
    	a[454] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  9. cmd/erasure-encode_test.go

    	b.Run(" 0000|X000 ", func(b *testing.B) { benchmarkErasureEncode(4, 4, 0, 1, size, b) })
    	b.Run(" X000|0000 ", func(b *testing.B) { benchmarkErasureEncode(4, 4, 1, 0, size, b) })
    	b.Run(" 0000|XXX0 ", func(b *testing.B) { benchmarkErasureEncode(4, 4, 0, 3, size, b) })
    	b.Run(" XXX0|0000 ", func(b *testing.B) { benchmarkErasureEncode(4, 4, 3, 0, size, b) })
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 30 20:43:25 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  10. pkg/controller/podautoscaler/replica_calculator_test.go

    	tc := replicaCalcTestCase{
    		currentReplicas:  1,
    		expectedReplicas: 2,
    		metric: &metricInfo{
    			name:          "qps",
    			levels:        []int64{8600},
    			targetUsage:   4400,
    			expectedUsage: 8600,
    			selector:      &metav1.LabelSelector{MatchLabels: map[string]string{"label": "value"}},
    			metricType:    podMetric,
    		},
    	}
    	tc.runTest(t)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
Back to top