/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 | 1204 if test.config.MaxVersion == 0 && test.config.MinVersion == 0 && test.expectedVersion == 0 { 1205 …g is %x/%x. One of them should probably be %x", test.name, test.config.MinVersion, test.config.Max… 2729 MinVersion: VersionTLS13, 2741 MinVersion: VersionTLS13, 2756 MinVersion: VersionTLS13, 2768 MinVersion: VersionTLS13, 3362 MinVersion: ver.version, 3386 MinVersion: ver.version, 3413 MinVersion: ver.version, 3436 MinVersion: ver.version, [all …]
|
D | common.go | 429 MinVersion uint16 member 1697 if c != nil && c.MinVersion != 0 { 1698 ret = c.MinVersion
|
/external/syzkaller/vendor/google.golang.org/grpc/credentials/ |
D | credentials_util_pre_go17.go | 53 MinVersion: cfg.MinVersion,
|
D | credentials_util_go17.go | 54 MinVersion: cfg.MinVersion,
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | go17_not18.go | 30 MinVersion: c.MinVersion,
|
D | not_go17.go | 77 MinVersion: c.MinVersion,
|
/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/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/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
|