/third_party/json/test/src/ |
D | unit-udt.cpp | 81 struct contact struct 85 contact() = default; 86 contact(person p, address a) : m_person(std::move(p)), m_address(std::move(a)) {} in contact() function 92 std::vector<contact> m_contacts{}; 94 …contact_book(name n, std::vector<contact> c) : m_book_name(std::move(n)), m_contacts(std::move(c))… in contact_book() 144 static void to_json(nlohmann::json& j, const contact& c) in to_json() 175 static bool operator==(const contact& lhs, const contact& rhs) in operator ==() 232 static void from_json(const nlohmann::json& j, contact& c) in from_json() 241 cb.m_contacts = j["contacts"].get<std::vector<contact>>(); in from_json() 258 const udt::contact cpp_programmer{sfinae_addict, addr}; [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | scale.dart | 42 /// The initial focal point of the pointers in contact with the screen. 52 /// The initial focal point of the pointers in contact with the screen. 88 /// The focal point of the pointers in contact with the screen. 98 /// The focal point of the pointers in contact with the screen. 109 /// The scale implied by the average distance between the pointers in contact 121 /// between the pointers in contact with the screen. 132 /// between the pointers in contact with the screen. 142 /// The angle implied by the first two pointers to enter in contact with 167 /// Signature for when the pointers in contact with the screen have established 171 /// Signature for when the pointers in contact with the screen have indicated a [all …]
|
D | events.dart | 300 /// contact with the input surface. For mice, it means a button is pressed. 360 /// The radius of the contact ellipse along the major axis, in logical pixels. 363 /// The radius of the contact ellipse along the minor axis, in logical pixels. 378 /// The angle of the contact ellipse, in radians in the range: 397 /// contact point vertically up in the positive y-axis direction, pi would 572 /// made contact with the surface of the device. 703 /// in contact with the device. 711 /// contact with the device. 808 /// in contact with the device, and it has entered a target object. 816 /// contact with the device. [all …]
|
D | force_press.dart | 83 /// [ForcePressGestureRecognizer.onStart] callback is no longer in contact 138 /// A pointer is in contact with the screen and has just pressed with a force 147 /// A pointer is in contact with the screen and is either moving on the plane 158 /// A pointer is in contact with the screen and has just pressed with a force 167 /// A pointer is no longer in contact with the screen.
|
/third_party/typescript/tests/baselines/reference/ |
D | contextuallyTypedStringLiteralsInJsxAttributes02.types | 20 goTo: "home" | "contact"; 21 >goTo : "home" | "contact" 45 >linkProps.goTo : "home" | "contact" 47 >goTo : "home" | "contact" 94 const b3 = <MainButton {...{goTo:"home"}} extra />; // goTo has type"home" | "contact" 103 const b4 = <MainButton goTo="home" extra />; // goTo has type "home" | "contact" 137 const d1 = <NoOverload1 {...{goTo:"home"}} extra />; // goTo has type "home" | "contact"
|
D | contextuallyTypedStringLiteralsInJsxAttributes02.symbols | 28 goTo: "home" | "contact"; 94 const b3 = <MainButton {...{goTo:"home"}} extra />; // goTo has type"home" | "contact" 100 const b4 = <MainButton goTo="home" extra />; // goTo has type "home" | "contact" 133 const d1 = <NoOverload1 {...{goTo:"home"}} extra />; // goTo has type "home" | "contact"
|
D | contextuallyTypedStringLiteralsInJsxAttributes02.errors.txt | 48 goTo: "home" | "contact"; 80 const b3 = <MainButton {...{goTo:"home"}} extra />; // goTo has type"home" | "contact" 89 const b4 = <MainButton goTo="home" extra />; // goTo has type "home" | "contact" 106 const d1 = <NoOverload1 {...{goTo:"home"}} extra />; // goTo has type "home" | "contact"
|
/third_party/typescript/tests/cases/conformance/types/contextualTypes/jsxAttributes/ |
D | contextuallyTypedStringLiteralsInJsxAttributes02.tsx | 20 goTo: "home" | "contact"; 36 const b3 = <MainButton {...{goTo:"home"}} extra />; // goTo has type"home" | "contact" 37 const b4 = <MainButton goTo="home" extra />; // goTo has type "home" | "contact" 43 const d1 = <NoOverload1 {...{goTo:"home"}} extra />; // goTo has type "home" | "contact"
|
/third_party/mtdev/ |
D | README | 5 device, specifically type A without contact tracking, type A with 6 contact tracking, or type B with contact tracking. See the kernel
|
D | README.md | 3 …y MT device, specifically type A without contact tracking, type A with contact tracking, or type B…
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | pointer.dart | 15 /// made contact with the surface of the device. 24 /// The pointer has moved with respect to the device while not in contact with 28 /// The pointer has made contact with the device. 31 /// The pointer has moved with respect to the device while in contact with the 35 /// The pointer has stopped making contact with the device. 168 /// The radius of the contact ellipse along the major axis, in logical pixels. 171 /// The radius of the contact ellipse along the minor axis, in logical pixels. 184 /// The angle of the contact ellipse, in radius in the range: 203 /// contact point vertically up in the positive y-axis direction, pi would
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | pointer.dart | 15 /// made contact with the surface of the device. 24 /// The pointer has moved with respect to the device while not in contact with 28 /// The pointer has made contact with the device. 31 /// The pointer has moved with respect to the device while in contact with the 35 /// The pointer has stopped making contact with the device. 168 /// The radius of the contact ellipse along the major axis, in logical pixels. 171 /// The radius of the contact ellipse along the minor axis, in logical pixels. 184 /// The angle of the contact ellipse, in radius in the range: 203 /// contact point vertically up in the positive y-axis direction, pi would
|
/third_party/libxml2/example/ |
D | gjobread.c | 100 personPtr contact; member 144 ret->contact = parsePerson(doc, ns, cur); in parseJob() 163 if (cur->contact != NULL) printPerson(cur->contact); in printJob()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | extensionmetadocgenerator.py | 30 contact, argument 45 self.contact = contact 334 contacts = self.contact.split(',') 335 for contact in contacts: 336 contactWords = contact.strip().split() 596 contact = self.getAttrib(interface, 'contact', OPTIONAL) 613 contact = contact,
|
/third_party/ltp/pan/ |
D | tag_report.c | 235 char *tag, *contact, *is, *mystime, *duration, *tt, *ti, *sl, *el; in tag_report() local 356 if ((contact = (char *)sym_get(keys, key_get)) == NULL) { in tag_report() 357 contact = "No_Contacts"; in tag_report() 366 tag, "!", "!", is, contact, mystime, duration, in tag_report()
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | gesture_detector.dart | 326 /// Triggered when a pointer has remained in contact with the screen at the 337 /// Triggered when a pointer has remained in contact with the screen at the 388 /// A pointer that is in contact with the screen with a primary button and 396 /// A pointer that was previously in contact with the screen with a primary 397 /// button and moving vertically is no longer in contact with the screen and 429 /// A pointer that is in contact with the screen with a primary button and 437 /// A pointer that was previously in contact with the screen with a primary 438 /// button and moving horizontally is no longer in contact with the screen and 470 /// A pointer that is in contact with the screen with a primary button and 478 /// A pointer that was previously in contact with the screen with a primary [all …]
|
/third_party/rust/crates/rustix/ |
D | SECURITY.md | 11 To submit a vulnerability report to the Bytecode Alliance, please contact us at [security@bytecodea… 18 …nt holder. If you do encounter Personally Identifiable Information (PII) contact us immediately, d…
|
/third_party/skia/third_party/externals/tint/docs/ |
D | experimental_extensions.md | 36 - Who is the point of contact for this feature? The point of contact
|
/third_party/ltp/pan/cgi/ |
D | reconsile.cgi | 79 ($tag, $tcid, $tc, $status, $contact) = split(/\s+/, $line); 90 $rec->{CONTACT} = $contact;
|
/third_party/css-what/ |
D | readme.md | 60 ## Security contact information 62 To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com…
|
/third_party/libxml2/result/ |
D | dav12.rdr | 2 1 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
|
D | dav12.rde | 2 1 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
|
D | dav10.rde | 5 2 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
|
D | dav10.rdr | 5 2 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
|
/third_party/mesa3d/docs/ |
D | releasing.rst | 79 The maintainer should watch or be in contact with the Intel CI team, as 99 For Windows related changes, the main contact point is Brian Paul. Jose 100 Fonseca can also help as a fallback contact. 102 For Android related changes, the main contact is Tapani Pälli. Mauro 107 good contact point.
|