/third_party/protobuf/examples/ |
D | add_person_test.go | 48 phones := len(got.Phones) 49 if phones > len(want) { 50 phones = len(want) 52 for i := 0; i < phones; i++ {
|
D | list_people.py | 18 for phone_number in person.phones:
|
D | add_person.py | 28 phone_number = person.phones.add()
|
D | list_people.cc | 26 const tutorial::Person::PhoneNumber& phone_number = person.phones(j); in ListPeople()
|
D | list_people.dart | 15 for (var phoneNumber in person.phones) {
|
D | addressbook.proto | 42 repeated PhoneNumber phones = 4; field
|
D | add_person.dart | 43 person.phones.add(phoneNumber);
|
/third_party/libphonenumber/ |
D | FALSEHOODS.md | 10 Some people do not own phones, or do not wish to provide you with their 19 use their phones for phone calls. This may be permanent (such as a hearing 33 It wasn't even that long ago that mobile phones didn't exist, and it was 63 As of this present moment (in Mar. 2016), phones in the disputed territory 89 1. **Only mobile phones can receive text messages** 131 In some countries, or on some phones, extra digits are thrown away. Hence, 202 * *Moving to another country*: Some people keep their mobile phones when 213 Note that geographical area codes are assigned in some countries to mobile phones.
|
D | FAQ.md | 178 phones. We even represent ranges defined as being "Mostly land-line" in this 403 use satellite phones, so there is no numbering plan for Pitcairn Island.
|
/third_party/typescript/tests/baselines/reference/ |
D | fixSignatureCaching.js | 351 convertPropsToRegExp(mobileDetectRules.phones); 482 phone = impl.findMatch(impl.mobileDetectRules.phones, userAgent); 1330 convertPropsToRegExp(mobileDetectRules.phones); 1449 phone = impl.findMatch(impl.mobileDetectRules.phones, userAgent);
|
D | fixSignatureCaching.types | 5 …phones": { "iPhone": "\\biPhone\\b|\\biPod\\b", "BlackBerry": "BlackBerry|\\bBB10\\b… 6 …phones": { "iPhone": "\\biPhone\\b|\\biPod\\b", "BlackBerry": "BlackBerry|\\bBB10\\b… 7 …phones": { "iPhone": "\\biPhone\\b|\\biPod\\b", "BlackBerry": "BlackBerry|\\bBB10\\b… 12 …phones": { "iPhone": "\\biPhone\\b|\\biPod\\b", "BlackBerry": "BlackBerry|\\bBB10\\b… 14 …phones": { "iPhone": "\\biPhone\\b|\\biPod\\b", "BlackBerry": "BlackBerry|\\bBB10\\b… 24 …phones": { "iPhone": "\\biPhone\\b|\\biPod\\b", "BlackBerry": "BlackBerry|\\bBB10\\b… 28 …phones": { "iPhone": "\\biPhone\\b|\\biPod\\b", "BlackBerry": "BlackBerry|\\bBB10\\b… 30 "phones": { 31 >"phones" : { iPhone: string; BlackBerry: string; HTC: string; Nexus: string; Dell: string; Motorol… 1273 …xp(mobileDetectRules.oss); convertPropsToRegExp(mobileDetectRules.phones); convertPr… [all …]
|
D | fixSignatureCaching.symbols | 19 "phones": { 20 >"phones" : Symbol("phones", Decl(fixSignatureCaching.ts, 8, 30)) 987 convertPropsToRegExp(mobileDetectRules.phones); 1293 phone = impl.findMatch(impl.mobileDetectRules.phones, userAgent);
|
D | fixSignatureCaching.errors.txt | 74 "phones": { 426 convertPropsToRegExp(mobileDetectRules.phones); 589 phone = impl.findMatch(impl.mobileDetectRules.phones, userAgent);
|
/third_party/typescript/tests/cases/conformance/ |
D | fixSignatureCaching.ts | 350 convertPropsToRegExp(mobileDetectRules.phones); 481 phone = impl.findMatch(impl.mobileDetectRules.phones, userAgent);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 288 INIT_STR_ARRAY (msg->phones); in gst_sdp_message_init() 318 FREE_ARRAY (msg->phones); in gst_sdp_message_uninit() 995 DEFINE_ARRAY_LEN (phones); 1005 DEFINE_STR_ARRAY_GETTER (phone, phones); 1020 DEFINE_STR_ARRAY_INSERT (phone, phones); 1034 DEFINE_STR_ARRAY_REPLACE (phone, phones); 1047 DEFINE_STR_ARRAY_REMOVE (phone, phones); 1058 DEFINE_STR_ARRAY_ADDER (phone, phones); 3310 if (msg->phones->len > 0) { in gst_sdp_message_dump() 3314 for (i = 0; i < msg->phones->len; i++) { in gst_sdp_message_dump() [all …]
|
D | gstsdpmessage.h | 302 GArray *phones; member
|
/third_party/libphonenumber/resources/timezones/ |
D | README.md | 6 localised name (or any other identifier). For mobile phones which are associated
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | error.dart | 13 // Line length to fit small phones without dynamically checking size.
|
/third_party/icu/icu4c/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 42 # in mobile phones follow the standard.
|
/third_party/skia/third_party/externals/icu/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 42 # in mobile phones follow the standard.
|
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 42 # in mobile phones follow the standard.
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitwindow.m | 421 …/* Don't allow upside-down orientation on phones, so answering calls is in the natural orientation…
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | README.txt | 87 …Example: your engine is multi-platform (consoles, phones, etc.), you have high-level systems every…
|
/third_party/pcre2/pcre2/maint/Unicode.tables/ |
D | emoji-data.txt | 230 1F4F5 ; Emoji # E1.0 [1] () no mobile phones 536 1F4F5 ; Emoji_Presentation # E1.0 [1] () no mobile phones 1055 1F4F5 ; Extended_Pictographic# E1.0 [1] () no mobile phones
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 9993 if (msg->phones && msg->phones->len > 0) { in gst_rtspsrc_print_sdp_message() 9997 for (i = 0; i < msg->phones->len; i++) { in gst_rtspsrc_print_sdp_message() 9998 GST_LOG_OBJECT (src, " phone '%s'", g_array_index (msg->phones, gchar *, in gst_rtspsrc_print_sdp_message()
|