/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_structs.mojom | 300 [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 …]
|
D | versioning_test_client.mojom | 25 QueryEmployee(uint64 id, [MinVersion=1] bool retrieve_finger_print) 26 => (Employee? employee, [MinVersion=1] array<uint8>? finger_print); 28 [MinVersion=1] 32 [MinVersion=2]
|
D | versioning_test_service.mojom | 26 [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]
|
D | sample_interfaces.mojom | 29 GetInteger() => (int64 data, [MinVersion=2] Enum type); 30 [MinVersion=1] 31 SetInteger(int64 data, [MinVersion=3] Enum type);
|
D | validation_test_interfaces.mojom | 36 [MinVersion=1] 38 [MinVersion=3] 40 [MinVersion=3]
|
/external/dng_sdk/source/ |
D | dng_opcode_list.cpp | 88 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()
|
D | dng_opcode_list.h | 119 uint32 MinVersion (bool includeOptional) const;
|
D | dng_opcodes.h | 150 uint32 MinVersion () const in MinVersion() function
|
D | dng_opcodes.cpp | 127 else if (MinVersion () > dngVersion_Current && in AboutToApply()
|
D | dng_negative.cpp | 3847 else if (fOpcodeList3.MinVersion (false) > host.SaveDNGVersion () || in BuildStage2Image() 3860 if (fOpcodeList3.MinVersion (true) > host.SaveDNGVersion ()) in BuildStage2Image() 3872 else if (fOpcodeList2.MinVersion (false) > host.SaveDNGVersion () || in BuildStage2Image() 3878 else if (fOpcodeList1.MinVersion (false) > host.SaveDNGVersion () || in BuildStage2Image()
|
D | dng_image_writer.cpp | 5769 negative.OpcodeList1 ().MinVersion (false)); in WriteDNG() 5772 negative.OpcodeList2 ().MinVersion (false)); in WriteDNG() 5775 negative.OpcodeList3 ().MinVersion (false)); in WriteDNG()
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 1187 if test.config.MaxVersion == 0 && test.config.MinVersion == 0 && test.expectedVersion == 0 { 1188 …g is %x/%x. One of them should probably be %x", test.name, test.config.MinVersion, test.config.Max… 2709 MinVersion: VersionTLS13, 2721 MinVersion: VersionTLS13, 2736 MinVersion: VersionTLS13, 2748 MinVersion: VersionTLS13, 3342 MinVersion: ver.version, 3366 MinVersion: ver.version, 3393 MinVersion: ver.version, 3416 MinVersion: ver.version, [all …]
|
D | common.go | 430 MinVersion uint16 member 1700 if c != nil && c.MinVersion != 0 { 1701 ret = c.MinVersion
|
/external/OpenCSD/decoder/include/opencsd/etmv4/ |
D | trc_cmp_cfg_etmv4.h | 110 const uint8_t MinVersion() const; 277 inline const uint8_t EtmV4Config::MinVersion() const in MinVersion() function 330 return (bool)((m_cfg.reg_idr2 & 0x20000000) == 0x20000000) && (MinVersion() > 0); in vmidOpt()
|
/external/speex/win32/ |
D | speex.iss | 18 ; MinVersion=4,3.51 21 …con"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; MinVersion: 4,4
|
/external/libchrome/libchrome_tools/patch/ |
D | 580fcef.patch | 18 [MinVersion=11] bool system; // true if package is system package. 20 [MinVersion=25] bool vpn_provider;
|
/external/skia/tools/gpu/gl/interface/ |
D | gen_interface.go | 68 MinVersion *GLVersion `json:"min_version"` member 80 var CORE_REQUIREMENT = Requirement{Extension: CORE_FEATURE, MinVersion: nil} 228 mv := req.MinVersion
|
/external/libchrome/mojo/public/tools/bindings/ |
D | README.md | 393 **`[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/OpenCSD/decoder/source/etmv4/ |
D | trc_cmp_cfg_etmv4.cpp | 101 else if(MinVersion() > 0) in CalcVMIDSize()
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | interface_declaration.tmpl | 35 k{{method.name}}MinVersion = {{method.min_version|default(0, true)}},
|
/external/grpc-grpc/tools/http2_interop/ |
D | http2interop.go | 387 MinVersion: tls.VersionTLS12,
|
/external/python/cpython2/PC/VS7.1/ |
D | python.iss | 86 ; MinVersion=4,3.51
|