/external/protobuf/examples/ |
D | list_people_test.go | 28 Home phone #: 555-4321 84 Work phone #: 555-555-5555 88 Home phone #: 555-555-0000 89 Mobile phone #: 555-555-0001 90 Work phone #: 555-555-0002 94 Mobile phone #: 555-777-0000 95 Home phone #: 555-777-0001
|
D | add_person.go | 47 phone, err := rd.ReadString('\n') 51 phone = strings.TrimSpace(phone) 52 if phone == "" { 61 Number: phone,
|
/external/nanopb-c/tests/basic_buffer/ |
D | decode_buffer.c | 34 Person_PhoneNumber *phone = &person.phone[i]; in print_person() local 36 printf(" number: \"%s\"\n", phone->number); in print_person() 38 if (phone->has_type) in print_person() 40 switch (phone->type) in print_person()
|
/external/nanopb-c/tests/basic_stream/ |
D | decode_stream.c | 30 Person_PhoneNumber *phone = &person.phone[i]; in print_person() local 32 printf(" number: \"%s\"\n", phone->number); in print_person() 34 if (phone->has_type) in print_person() 36 switch (phone->type) in print_person()
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | battor_device_mapping.py | 145 for (phone, battor) in serial_map.iteritems(): 146 result.append({'phone': phone, 'battor': battor}) 189 self.phone = None 205 if port_to_devices[port].phone is not None: 208 port_to_devices[port].phone = serial 214 if pair.phone is None: 219 result[pair.phone] = pair.battor
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | battor_device_mapping.py | 145 for (phone, battor) in serial_map.iteritems(): 146 result.append({'phone': phone, 'battor': battor}) 191 self.phone = None 207 if port_to_devices[port].phone is not None: 210 port_to_devices[port].phone = serial 216 if pair.phone is None: 222 result[pair.phone] = pair.battor
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/ |
D | ResolverTest.java | 107 Phone phone = (Phone) data; in representData() local 108 String value = phone.getNumber(); in representData() 135 Point phone = (Point) data; in representData() local 136 String value = "x" + (int) phone.getX() + "_y" + (int) phone.getY(); in representData() 143 Phone phone = (Phone) data; in representData() local 144 String value = phone.getNumber(); in representData()
|
/external/libphonenumber/ |
D | release_notes.txt | 14 - Updated phone metadata for region code(s): 29 from the GeneralDesc, but are treated like every other phone number type. 51 - Updated phone metadata for region code(s): AD, AE, IN, IR, MU, MV, NG, PG 67 - Updated phone metadata for region code(s): 82 - Updated phone metadata for region code(s): CL, FR, KE, MU, NG 111 - Updated phone metadata for region code(s): 134 - Phonemetadata.java has two more fields to represent possible lengths of phone 141 - Updated phone metadata for region code(s): 158 - Updated phone metadata for region code(s): EH, ET, JM, MA, SK, SN, SY, ZM 169 - Updated phone metadata for region code(s): CO, IN, ME [all …]
|
D | Android.bp | 21 // For the platform, compile everything except the carrier to phone number
|
/external/nanopb-c/tests/extra_fields/ |
D | person_with_extra_field.expected | 4 phone { 8 phone { 11 phone {
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | PollingAction.java | 198 private String getCompleteUri(String phone) { in getCompleteUri() argument 199 phone = "tel:" + phone; in getCompleteUri() 200 return phone; in getCompleteUri()
|
/external/guice/examples/src/example/xml/ |
D | Main.java | 40 Phone phone = injector.getInstance(Phone.class); in main() local 42 if (phone.getContacts() == null) { in main()
|
/external/icu/icu4c/source/data/translit/ |
D | xh_xh_FONIPA.txt | 19 # The NCHLT 2013 phone set does not distinguish short and long vowels and does 22 # clicks are not treated as separated phonemes in the NCHLT 2013 phone set and 25 # One minor notational deviation from the NCHLT 2013 phone set is that we use a
|
D | zu_zu_FONIPA.txt | 19 # The NCHLT 2013 phone set does not indicate tone in any way. Transcription of 22 # phonemes in the NCHLT 2013 phone set and are transcribed as a sequence of 25 # One minor notational deviation from the NCHLT 2013 phone set is that we use a
|
/external/walt/docs/ |
D | Development.md | 3 …s but since WALT usually takes up the only available USB connector on the phone, the typical devel… 10 1. With the phone connected you computer via USB, run `adb tcpip 5555` (you can replace 5555 with a… 11 1. Disconnect the phone from USB 12 1. Connect a USB hub (preferably powered) to the phone using a [USB-C to USB-A-female adapter](http…
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ContactsFacade.java | 77 Class<?> phone = Class.forName("android.provider.ContactsContract$CommonDataKinds$Phone"); in ContactsFacade() local 78 mPhoneContent = (Uri) phone.getField("CONTENT_URI").get(null); in ContactsFacade() 79 mContactId = (String) phone.getField("CONTACT_ID").get(null); in ContactsFacade() 80 mPrimary = (String) phone.getField("IS_PRIMARY").get(null); in ContactsFacade() 81 mPhoneNumber = (String) phone.getField("NUMBER").get(null); in ContactsFacade() 82 mHasPhoneNumber = (String) phone.getField("HAS_PHONE_NUMBER").get(null); in ContactsFacade()
|
/external/libphonenumber/demo/war/ |
D | phonenumberparser.jsp | 14 <b>Or</b> Upload a file containing phone numbers separated by comma. 26 Specify a locale for phone number geocoding (Optional, defaults to en):
|
/external/libxml2/example/ |
D | gjobread.c | 39 xmlChar *phone; member 89 if (cur->phone) printf(" phone: %s\n", cur->phone); in printPerson()
|
/external/tensorflow/tensorflow/tools/benchmark/ |
D | README.md | 24 (2) Connect your phone. Push the binary to your phone with adb push
|
/external/nanopb-c/tests/common/ |
D | person.proto | 19 repeated PhoneNumber phone = 4 [(nanopb).max_count = 5]; field
|
/external/autotest/server/site_tests/android_EasySetup/ |
D | control | 11 Sets up a phone how the user wants.
|
/external/tensorflow/tensorflow/docs_src/mobile/ |
D | android_build.md | 63 This installs three apps on your phone that are all part of the TensorFlow 120 This installs three apps on your phone that are all part of the TensorFlow 129 same underlying code. The sample apps all take video input from a phone's 159 When you build and install the demo, you'll see three app icons on your phone,
|
/external/smali/examples/HelloWorld/ |
D | HelloWorld.smali | 4 #To assemble and run this on a phone or emulator:
|
/external/google-tv-pairing-protocol/cpp/ |
D | README | 10 clients and servers on a local network, for example, between a mobile phone and
|
/external/kernel-headers/original/uapi/linux/ |
D | isdn.h | 105 char phone[ISDN_MSNLEN]; member
|