Home
last modified time | relevance | path

Searched defs:minVersion (Results 1 – 25 of 31) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-tls-min-max-version.js25 minVersion: cmin, property
32 minVersion: smin, property
Dtest-tls-psk-circuit.js65 test({ psk: USERS.UserA, identity: 'UserA' }, { minVersion: 'TLSv1.3' }); property
67 test({ psk: USERS.UserB, identity: 'UserB' }, { minVersion: 'TLSv1.3' }); property
Dtest-tls-keylog-tlsv13.js16 minVersion: 'TLSv1.3', property
Dtest-https-agent-keylog.js16 minVersion: 'TLSv1.3', property
Dtest-https-agent-additional-options.js15 minVersion: 'TLSv1.1', property
Dtest-tls-basic-validations.js122 assert.throws(() => { tls.createSecureContext({ minVersion: 'fhqwhgads' }); }, property
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_opcodes.cpp32 uint32 minVersion, in dng_opcode()
332 uint32 minVersion, in dng_filter_opcode()
506 uint32 minVersion, in dng_inplace_opcode()
/third_party/node/lib/
D_tls_common.js61 function SecureContext(secureProtocol, secureOptions, minVersion, maxVersion) { argument
D_tls_wrap.js1342 minVersion: this.minVersion, property
/third_party/spirv-tools/source/
Dtable.h43 const uint32_t minVersion; member
62 const uint32_t minVersion; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtable.h43 const uint32_t minVersion; member
62 const uint32_t minVersion; member
/third_party/skia/third_party/externals/spirv-tools/source/
Dtable.h43 const uint32_t minVersion; member
62 const uint32_t minVersion; member
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrSegmentAdvanced.java63 …public static List<QrSegment> makeSegmentsOptimally(String text, QrCode.Ecc ecl, int minVersion, i… in makeSegmentsOptimally()
DQrCode.java143 …public static QrCode encodeSegments(List<QrSegment> segs, Ecc ecl, int minVersion, int maxVersion,… in encodeSegments()
/third_party/harfbuzz/src/
Dhb-ot-kern-table.hh210 static constexpr unsigned minVersion = 0u; member
265 static constexpr unsigned minVersion = 0x00010000u; member
/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h80 void profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, int numExtensions, in profileRequires()
86 …void profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, const char* extension, in profileRequires()
DVersions.cpp666 void TParseVersions::profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, int nu… in profileRequires()
691 void TParseVersions::profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, const … in profileRequires()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-kern-table.hh205 static constexpr unsigned minVersion = 0u; member
260 static constexpr unsigned minVersion = 0x00010000u; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-kern-table.hh210 static constexpr unsigned minVersion = 0u; member
265 static constexpr unsigned minVersion = 0x00010000u; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fIntegerStateQueryTests.cpp198 …onst char* desc, glw::GLenum target, int minValue, QueryType verifierType, glu::ApiType minVersion) in MinimumValueCase()
253 …onst char* desc, glw::GLenum target, int minValue, QueryType verifierType, glu::ApiType minVersion) in AlignmentCase()
505 … char* name, const char* desc, glw::GLenum target, QueryType verifierType, glu::ApiType minVersion) in CombinedUniformComponentsCase()
/third_party/node/tools/doc/
Dhtml.mjs363 function minVersion(a) { function
/third_party/qrcodegen/c/
Dqrcodegen.c130 enum qrcodegen_Ecc ecl, int minVersion, int maxVersion, enum qrcodegen_Mask mask, bool boostEcl) { in qrcodegen_encodeText()
168 enum qrcodegen_Ecc ecl, int minVersion, int maxVersion, enum qrcodegen_Mask mask, bool boostEcl) { in qrcodegen_encodeBinary()
205int minVersion, int maxVersion, enum qrcodegen_Mask mask, bool boostEcl, uint8_t tempBuffer[], uin… in qrcodegen_encodeSegmentsAdvanced()
/third_party/flutter/skia/infra/cts/
Drun_testlab.go208 func filterVersions(versionIDs []string, minVersion, maxVersion int) []string { argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp80 tcu::Maybe<deUint32> minVersion; member
/third_party/typescript/src/server/
DscriptVersionCache.ts256 private minVersion = 0; // no versions earlier than min version will maintain change history property in ts.server.ScriptVersionCache

12