Home
last modified time | relevance | path

Searched refs:MinVersion (Results 1 – 25 of 38) sorted by relevance

12

/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_structs.mojom300 [MinVersion=0]
302 [MinVersion=1]
304 [MinVersion=3]
306 [MinVersion=5]
308 [MinVersion=7]
310 [MinVersion=7]
312 [MinVersion=9]
317 [MinVersion=0]
322 [MinVersion=0]
324 [MinVersion=1]
[all …]
Dversioning_test_client.mojom25 QueryEmployee(uint64 id, [MinVersion=1] bool retrieve_finger_print)
26 => (Employee? employee, [MinVersion=1] array<uint8>? finger_print);
28 [MinVersion=1]
32 [MinVersion=2]
Dversioning_test_service.mojom26 [MinVersion=1] Date? birthday;
32 QueryEmployee(uint64 id, [MinVersion=1] bool retrieve_finger_print)
33 => (Employee? employee, [MinVersion=1] array<uint8>? finger_print);
35 [MinVersion=1]
Dsample_interfaces.mojom29 GetInteger() => (int64 data, [MinVersion=2] Enum type);
30 [MinVersion=1]
31 SetInteger(int64 data, [MinVersion=3] Enum type);
Dvalidation_test_interfaces.mojom36 [MinVersion=1]
38 [MinVersion=3]
40 [MinVersion=3]
/external/dng_sdk/source/
Ddng_opcode_list.cpp88 uint32 dng_opcode_list::MinVersion (bool includeOptional) const in MinVersion() function in dng_opcode_list
99 result = Max_uint32 (result, fList [index]->MinVersion ()); in MinVersion()
177 stream.Put_uint32 (fList [index]->MinVersion ()); in Spool()
204 stream.Put_uint32 (fList [index]->MinVersion ()); in FingerprintToStream()
Ddng_opcode_list.h119 uint32 MinVersion (bool includeOptional) const;
Ddng_opcodes.h150 uint32 MinVersion () const in MinVersion() function
/external/boringssl/src/ssl/test/runner/
Drunner.go1269 if test.config.MaxVersion == 0 && test.config.MinVersion == 0 && test.expectations.version == 0 {
1270 …g is %x/%x. One of them should probably be %x", test.name, test.config.MinVersion, test.config.Max…
2933 MinVersion: VersionTLS13,
2945 MinVersion: VersionTLS13,
2960 MinVersion: VersionTLS13,
2972 MinVersion: VersionTLS13,
3505 MinVersion: VersionTLS13,
3579 MinVersion: ver.version,
3603 MinVersion: ver.version,
3630 MinVersion: ver.version,
[all …]
Dcommon.go481 MinVersion uint16 member
1828 if c != nil && c.MinVersion != 0 {
1829 ret = c.MinVersion
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVBase.td123 class MinVersion<I32EnumAttrCase min> : MinVersionBase<
403 MinVersion<SPV_V_1_3>
408 MinVersion<SPV_V_1_5>
413 MinVersion<SPV_V_1_5>
513 MinVersion<SPV_V_1_5>
518 MinVersion<SPV_V_1_5>
597 MinVersion<SPV_V_1_1>
603 MinVersion<SPV_V_1_3>
609 MinVersion<SPV_V_1_3>
615 MinVersion<SPV_V_1_3>
[all …]
DSPIRVMatrixOps.td51 MinVersion<SPV_V_1_0>,
104 MinVersion<SPV_V_1_0>,
126 MinVersion<SPV_V_1_0>,
168 MinVersion<SPV_V_1_0>,
DSPIRVBitOps.td97 MinVersion<SPV_V_1_0>,
155 MinVersion<SPV_V_1_0>,
226 MinVersion<SPV_V_1_0>,
262 MinVersion<SPV_V_1_0>,
302 MinVersion<SPV_V_1_0>,
343 MinVersion<SPV_V_1_0>,
384 MinVersion<SPV_V_1_0>,
425 MinVersion<SPV_V_1_0>,
476 MinVersion<SPV_V_1_0>,
524 MinVersion<SPV_V_1_0>,
[all …]
DSPIRVGroupOps.td72 MinVersion<SPV_V_1_0>,
128 MinVersion<SPV_V_1_0>,
183 MinVersion<SPV_V_1_0>,
233 MinVersion<SPV_V_1_0>,
DSPIRVCooperativeMatrixOps.td45 MinVersion<SPV_V_1_0>,
119 MinVersion<SPV_V_1_0>,
199 MinVersion<SPV_V_1_0>,
262 MinVersion<SPV_V_1_0>,
/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_cmp_cfg_etmv4.h112 const uint8_t MinVersion() const;
289 inline const uint8_t EtmV4Config::MinVersion() const in MinVersion() function
342 return (bool)((m_cfg.reg_idr2 & 0x20000000) == 0x20000000) && (MinVersion() > 0); in vmidOpt()
/external/speex/win32/
Dspeex.iss18 ; MinVersion=4,3.51
21 …con"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; MinVersion: 4,4
/external/libchrome/libchrome_tools/patch/
D580fcef.patch18 [MinVersion=11] bool system; // true if package is system package.
20 [MinVersion=25] bool vpn_provider;
/external/skia/tools/gpu/gl/interface/
Dgen_interface.go68 MinVersion *GLVersion `json:"min_version"` member
80 var CORE_REQUIREMENT = Requirement{Extension: CORE_FEATURE, MinVersion: nil}
228 mv := req.MinVersion
/external/skia/experimental/wasm-skp-debugger/
Dexterns.js12 MinVersion: function() {}, method
/external/libchrome/mojo/public/tools/bindings/
DREADME.md393 **`[MinVersion=N]`**
394 : The `MinVersion` attribute is used to specify the version at which a given
525 You can use the `MinVersion` [attribute](#Attributes) to indicate from which
541 [MinVersion=1] Date? birthday;
547 with the `MinVersion` attribute set to a number greater than any previous
572 [MinVersion=1] Date? birthday@2;
612 QueryEmployee(uint64 id, [MinVersion=1] bool retrieve_finger_print)
614 [MinVersion=1] array<uint8>? finger_print);
616 [MinVersion=1]
664 [MinVersion=1] RESEARCH,
[all …]
/external/llvm-project/clang/lib/Basic/Targets/
DOSTargets.h140 llvm::VersionTuple MinVersion; in getExnObjectAlignment() local
147 MinVersion = llvm::VersionTuple(10U, 14U); in getExnObjectAlignment()
151 MinVersion = llvm::VersionTuple(12U); in getExnObjectAlignment()
154 MinVersion = llvm::VersionTuple(5U); in getExnObjectAlignment()
163 if (llvm::VersionTuple(Major, Minor, Micro) < MinVersion) in getExnObjectAlignment()
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_declaration.tmpl35 k{{method.name}}MinVersion = {{method.min_version|default(0, true)}},
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp167 FPUVersion MinVersion; in getFPUFeatures() member
198 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()
/external/llvm-project/llvm/lib/Support/
DARMTargetParser.cpp171 FPUVersion MinVersion; in getFPUFeatures() member
202 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()

12