/third_party/json/test/src/ |
D | unit-udt.cpp | 76 struct contact struct 80 contact() : m_person(), m_address() {} in contact() function 81 contact(const person& p, const address& a) : m_person(p), m_address(a) {} in contact() function 87 std::vector<contact> m_contacts; 89 contact_book(const name& n, const std::vector<contact>& c) : m_book_name(n), m_contacts(c) {} in contact_book() 139 static void to_json(nlohmann::json& j, const contact& c) in to_json() 170 static bool operator==(const contact& lhs, const contact& rhs) in operator ==() 227 static void from_json(const nlohmann::json& j, contact& c) in from_json() 236 cb.m_contacts = j["contacts"].get<std::vector<contact>>(); in from_json() 253 const udt::contact cpp_programmer{sfinae_addict, addr}; [all …]
|
/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/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"
|
/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 …]
|
/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/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/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/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/boost/tools/boostbook/xsl/caramel/ |
D | LICENSE | 26 information contact Andrew Lumsdaine at the Pervasive Technology Labs at 27 Indiana University. For administrative and license questions contact the 37 permission, please contact Indiana University Advanced Research &
|
/third_party/boost/libs/math/doc/overview/ |
D | contact_info.qbk | 1 [section:contact Contact Info and Support] 22 [endsect] [/section:contact Contact Info and Support]
|
/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/wayland-protocols_standard/unstable/xdg-decoration/ |
D | README | 4 Simon Ser <contact@emersion.fr>
|
/third_party/wayland-protocols_standard/unstable/primary-selection/ |
D | README | 4 Simon Ser <contact@emersion.fr>
|
/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/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/libxml2/macos/ |
D | README | 3 Please contact the author directly in case of problems:
|
/third_party/ffmpeg/libavcodec/sparc/ |
D | README | 6 contact ffmpeg-devel@ffmpeg.org
|
/third_party/ffmpeg/libavcodec/sh4/ |
D | README | 6 contact ffmpeg-devel@ffmpeg.org
|