- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 429 for const_ (0.08 sec)
-
okhttp-dnsoverhttps/src/main/kotlin/okhttp3/dnsoverhttps/DnsRecordCodec.kt
import okio.utf8Size /** * Trivial Dns Encoder/Decoder, basically ripped from Netty full implementation. */ internal object DnsRecordCodec { private const val SERVFAIL = 2 private const val NXDOMAIN = 3 const val TYPE_A = 0x0001 const val TYPE_AAAA = 0x001c private const val TYPE_PTR = 0x000c private val ASCII = Charsets.US_ASCII fun encodeQuery( host: String, type: Int, ): ByteString = Buffer()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.9K bytes - Viewed (0) -
tensorflow/c/c_api_experimental_test.cc
} // Checks the expected result of shape inference for the given `op`. void CheckOutputShapes( TFE_Op* op, const std::vector<absl::optional<std::vector<int64_t>>>& input_shapes_vec, const std::vector<TF_Tensor*>& input_tensors, const absl::optional<std::vector<int64_t>>& expected_shape) { // Create input_shapes. TF_ShapeAndTypeList* input_shapes =
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Jan 17 22:27:52 UTC 2023 - 13.1K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Header.kt
// Special header names defined in HTTP/2 spec. @JvmField val PSEUDO_PREFIX: ByteString = ":".encodeUtf8() const val RESPONSE_STATUS_UTF8 = ":status" const val TARGET_METHOD_UTF8 = ":method" const val TARGET_PATH_UTF8 = ":path" const val TARGET_SCHEME_UTF8 = ":scheme" const val TARGET_AUTHORITY_UTF8 = ":authority" @JvmField val RESPONSE_STATUS: ByteString = RESPONSE_STATUS_UTF8.encodeUtf8()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/FunctionalTestProject.kt
import jetbrains.buildServer.configs.kotlin.Project import model.CIBuildModel import model.FunctionalTestBucketProvider import model.Stage import model.TestCoverage const val DEFAULT_FUNCTIONAL_TEST_BUCKET_SIZE = 50 const val DEFAULT_LINUX_FUNCTIONAL_TEST_BUCKET_SIZE = 20 const val DEFAULT_MACOS_FUNCTIONAL_TEST_BUCKET_SIZE = 20 class FunctionalTestProject( val model: CIBuildModel,
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 876 bytes - Viewed (0) -
api/go1.1.txt
pkg crypto, const MD4 = 1 pkg crypto, const MD5 = 2 pkg crypto, const MD5SHA1 = 8 pkg crypto, const RIPEMD160 = 9 pkg crypto, const SHA1 = 3 pkg crypto, const SHA224 = 4 pkg crypto, const SHA256 = 5 pkg crypto, const SHA384 = 6 pkg crypto, const SHA512 = 7 pkg crypto/aes, const BlockSize = 16 pkg crypto/des, const BlockSize = 8 pkg crypto/dsa, const L1024N160 = 0 pkg crypto/dsa, const L2048N224 = 1 pkg crypto/dsa, const L2048N256 = 2
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.14.txt
pkg debug/dwarf, const AttrDefaulted Attr pkg debug/dwarf, const AttrDeleted = 138 pkg debug/dwarf, const AttrDeleted Attr pkg debug/dwarf, const AttrDigitCount = 95 pkg debug/dwarf, const AttrDigitCount Attr pkg debug/dwarf, const AttrDwoName = 118 pkg debug/dwarf, const AttrDwoName Attr pkg debug/dwarf, const AttrElemental = 102 pkg debug/dwarf, const AttrElemental Attr pkg debug/dwarf, const AttrEndianity = 101
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg io/fs, const ModeIrregular = 524288 pkg io/fs, const ModeIrregular FileMode pkg io/fs, const ModeNamedPipe = 33554432 pkg io/fs, const ModeNamedPipe FileMode pkg io/fs, const ModePerm = 511 pkg io/fs, const ModePerm FileMode pkg io/fs, const ModeSetgid = 4194304 pkg io/fs, const ModeSetgid FileMode pkg io/fs, const ModeSetuid = 8388608 pkg io/fs, const ModeSetuid FileMode pkg io/fs, const ModeSocket = 16777216
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_386_PC16 R_386 pkg debug/elf, const R_386_PC8 = 23 pkg debug/elf, const R_386_PC8 R_386 pkg debug/elf, const R_386_SIZE32 = 38 pkg debug/elf, const R_386_SIZE32 R_386 pkg debug/elf, const R_386_TLS_DESC = 41 pkg debug/elf, const R_386_TLS_DESC R_386 pkg debug/elf, const R_386_TLS_DESC_CALL = 40 pkg debug/elf, const R_386_TLS_DESC_CALL R_386 pkg debug/elf, const R_386_TLS_GOTDESC = 39
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
api/go1.11.txt
pkg debug/elf, const EM_68HC08 = 71 pkg debug/elf, const EM_68HC08 Machine pkg debug/elf, const EM_68HC11 = 70 pkg debug/elf, const EM_68HC11 Machine pkg debug/elf, const EM_68HC16 = 69 pkg debug/elf, const EM_68HC16 Machine pkg debug/elf, const EM_78KOR = 199 pkg debug/elf, const EM_78KOR Machine pkg debug/elf, const EM_8051 = 165 pkg debug/elf, const EM_8051 Machine pkg debug/elf, const EM_ALTERA_NIOS2 = 113
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 22 03:48:56 UTC 2018 - 25K bytes - Viewed (0) -
api/go1.18.txt
pkg testing, type InternalFuzzTarget struct, Fn func(*F) pkg testing, type InternalFuzzTarget struct, Name string pkg text/template/parse, const NodeBreak = 21 pkg text/template/parse, const NodeBreak NodeType pkg text/template/parse, const NodeContinue = 22 pkg text/template/parse, const NodeContinue NodeType pkg text/template/parse, method (*BreakNode) Copy() Node pkg text/template/parse, method (*BreakNode) String() string
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 13K bytes - Viewed (0)