- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 65 for 127 (0.01 seconds)
-
compat/maven-builder-support/src/test/java/org/apache/maven/building/DefaultProblemTest.java
problem = new DefaultProblem(null, null, null, -1, 127, null); assertEquals("column 127", problem.getLocation()); problem = new DefaultProblem(null, null, "SOURCE", 42, 127, null); assertEquals("SOURCE, line 42, column 127", problem.getLocation()); } @Test void testGetMessage() {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.9K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/idn/IdnaMappingTable.kt
* 123 : Mapped inline to the sequence: [b2a]. * 124 : Mapped inline to the sequence: [b2, b3]. * 125 : Mapped inline to the sequence: [b2a, b3]. * 126 : Mapped inline to the sequence: [b2, b3a]. * 127 : Mapped inline to the sequence: [b2a, b3a]. * * The range goes until the beginning of the next range. * * When b2 and b3 are unused, their values are set to 0x2d ('-'). * * Section Index (1,240 bytes)
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 9K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/amd64enc_extra.s
VPEXTRW $127, X20, AX // 62b17d08c5c47f or 62e37d0815e07f or 62e3fd0815e07f VPEXTRW $17, X20, SP // 62b17d08c5e411 or 62e37d0815e411 or 62e3fd0815e411 VPEXTRW $127, X20, SP // 62b17d08c5e47f or 62e37d0815e47f or 62e3fd0815e47f VPEXTRW $17, X20, BP // 62b17d08c5ec11 or 62e37d0815e511 or 62e3fd0815e511
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Feb 20 11:20:03 GMT 2025 - 57.7K bytes - Click Count (0) -
fuzzing/fuzzingserver-expected.txt
"1.1.1 OK" "1.1.2 OK" "1.1.3 OK" "1.1.4 OK" "1.1.5 OK" "1.1.6 OK" "1.1.7 OK" "1.1.8 OK" "1.2.1 OK" "1.2.2 OK" "1.2.3 OK" "1.2.4 OK" "1.2.5 OK" "1.2.6 OK" "1.2.7 OK" "1.2.8 OK" "10.1.1 OK" "12.1.1 UNIMPLEMENTED" "12.1.10 UNIMPLEMENTED" "12.1.11 UNIMPLEMENTED" "12.1.12 UNIMPLEMENTED" "12.1.13 UNIMPLEMENTED" "12.1.14 UNIMPLEMENTED" "12.1.15 UNIMPLEMENTED" "12.1.16 UNIMPLEMENTED" "12.1.17 UNIMPLEMENTED"
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Mar 26 02:01:32 GMT 2019 - 6.7K bytes - Click Count (1) -
cmd/endpoint-ellipses_test.go
[]string{"data/controller1/export{1...2}, data/controller2/export{1...4}, data/controller3/export{1...8}"}, []uint64{2, 4, 8}, [][]uint64{{2}, {2, 2}, {2, 2, 2, 2}}, true, }, { []string{"data{1...27}"}, []uint64{27}, [][]uint64{{9, 9, 9}}, true, }, { []string{"http://host{1...3}/data{1...180}"}, []uint64{540},Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 15.1K bytes - Click Count (0) -
utils/utils_test.go
} } func TestToString(t *testing.T) { tests := []struct { name string in interface{} out string }{ {"int", math.MaxInt64, "9223372036854775807"}, {"int8", int8(math.MaxInt8), "127"}, {"int16", int16(math.MaxInt16), "32767"}, {"int32", int32(math.MaxInt32), "2147483647"}, {"int64", int64(math.MaxInt64), "9223372036854775807"}, {"uint", uint(math.MaxUint64), "18446744073709551615"},
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Fri Sep 19 01:49:06 GMT 2025 - 4.9K bytes - Click Count (0) -
internal/http/listener_test.go
ip = v.IP } if ip.To4() != nil { localIP4.Add(ip.String()) } } // Filter ipList by IPs those do not start with '127.'. nonLoopBackIPs := localIP4.FuncMatch(func(ip string, matchString string) bool { return !strings.HasPrefix(ip, "127.") }, "") if len(nonLoopBackIPs) == 0 { t.Fatalf("No non-loop back IP address found for this host") } nonLoopBackIP := nonLoopBackIPs.ToSlice()[0]
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 11.8K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s
VPSHLDW $127, Z2, Z5, K2, Z13 // 6273d54a70ea7f VPSHLDW $127, (CX), Z5, K2, Z13 // 6273d54a70297f VPSHLDW $127, 99(R15), Z5, K2, Z13 // 6253d54a70af630000007f VPSHLDW $127, Z2, Z23, K2, Z13 // 6273c54270ea7f VPSHLDW $127, (CX), Z23, K2, Z13 // 6273c54270297f
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 97.1K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Ascii.java
*/ public static final byte DEL = 127; /** * The minimum value of an ASCII character. * * @since 9.0 (was type {@code int} before 12.0) */ public static final char MIN = 0; /** * The maximum value of an ASCII character. * * @since 9.0 (was type {@code int} before 12.0) */ public static final char MAX = 127;Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Mar 17 20:26:29 GMT 2025 - 21.7K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s
VCMPPD $127, Z23, Z20, K2, K0 // 62b1dd42c2c77f VCMPPD $127, Z19, Z20, K2, K0 // 62b1dd42c2c37f VCMPPD $127, Z23, Z0, K2, K0 // 62b1fd4ac2c77f VCMPPD $127, Z19, Z0, K2, K0 // 62b1fd4ac2c37f VCMPPD $127, Z23, Z20, K2, K5 // 62b1dd42c2ef7f VCMPPD $127, Z19, Z20, K2, K5 // 62b1dd42c2eb7f
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 410.5K bytes - Click Count (0)