Home
last modified time | relevance | path

Searched refs:phone (Results 1 – 25 of 90) sorted by relevance

1234

/external/protobuf/examples/
Dlist_people_test.go28 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
Dadd_person.go47 phone, err := rd.ReadString('\n')
51 phone = strings.TrimSpace(phone)
52 if phone == "" {
61 Number: phone,
/external/nanopb-c/tests/basic_buffer/
Ddecode_buffer.c34 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/
Ddecode_stream.c30 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/
Dbattor_device_mapping.py145 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/
Dbattor_device_mapping.py145 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/
DResolverTest.java107 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/
Drelease_notes.txt14 - 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 …]
DAndroid.bp21 // For the platform, compile everything except the carrier to phone number
/external/nanopb-c/tests/extra_fields/
Dperson_with_extra_field.expected4 phone {
8 phone {
11 phone {
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPollingAction.java198 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/
DMain.java40 Phone phone = injector.getInstance(Phone.class); in main() local
42 if (phone.getContacts() == null) { in main()
/external/icu/icu4c/source/data/translit/
Dxh_xh_FONIPA.txt19 # 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
Dzu_zu_FONIPA.txt19 # 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/
DDevelopment.md3 …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/
DContactsFacade.java77 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/
Dphonenumberparser.jsp14 <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/
Dgjobread.c39 xmlChar *phone; member
89 if (cur->phone) printf(" phone: %s\n", cur->phone); in printPerson()
/external/tensorflow/tensorflow/tools/benchmark/
DREADME.md24 (2) Connect your phone. Push the binary to your phone with adb push
/external/nanopb-c/tests/common/
Dperson.proto19 repeated PhoneNumber phone = 4 [(nanopb).max_count = 5]; field
/external/autotest/server/site_tests/android_EasySetup/
Dcontrol11 Sets up a phone how the user wants.
/external/tensorflow/tensorflow/docs_src/mobile/
Dandroid_build.md63 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/
DHelloWorld.smali4 #To assemble and run this on a phone or emulator:
/external/google-tv-pairing-protocol/cpp/
DREADME10 clients and servers on a local network, for example, between a mobile phone and
/external/kernel-headers/original/uapi/linux/
Disdn.h105 char phone[ISDN_MSNLEN]; member

1234