Home
last modified time | relevance | path

Searched refs:contact (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/third_party/json/test/src/
Dunit-udt.cpp76 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/
DcontextuallyTypedStringLiteralsInJsxAttributes02.tsx20 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/
DREADME5 device, specifically type A without contact tracking, type A with
6 contact tracking, or type B with contact tracking. See the kernel
DREADME.md3 …y MT device, specifically type A without contact tracking, type A with contact tracking, or type B…
/third_party/typescript/tests/baselines/reference/
DcontextuallyTypedStringLiteralsInJsxAttributes02.types20 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"
DcontextuallyTypedStringLiteralsInJsxAttributes02.symbols28 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/
Dscale.dart42 /// 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/
Dpointer.dart15 /// 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/
Dpointer.dart15 /// 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/
Dgjobread.c100 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/
Dtag_report.c235 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/
DLICENSE26 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/
Dcontact_info.qbk1 [section:contact Contact Info and Support]
22 [endsect] [/section:contact Contact Info and Support]
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dgesture_detector.dart326 /// 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/
DREADME4 Simon Ser <contact@emersion.fr>
/third_party/wayland-protocols_standard/unstable/primary-selection/
DREADME4 Simon Ser <contact@emersion.fr>
/third_party/libxml2/result/
Ddav12.rdr2 1 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
Ddav12.rde2 1 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
Ddav10.rde5 2 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
Ddav10.rdr5 2 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
/third_party/skia/third_party/externals/tint/docs/
Dexperimental_extensions.md36 - Who is the point of contact for this feature? The point of contact
/third_party/ltp/pan/cgi/
Dreconsile.cgi79 ($tag, $tcid, $tc, $status, $contact) = split(/\s+/, $line);
90 $rec->{CONTACT} = $contact;
/third_party/libxml2/macos/
DREADME3 Please contact the author directly in case of problems:
/third_party/ffmpeg/libavcodec/sparc/
DREADME6 contact ffmpeg-devel@ffmpeg.org
/third_party/ffmpeg/libavcodec/sh4/
DREADME6 contact ffmpeg-devel@ffmpeg.org

12345678910>>...23