HomeSort by relevance Sort by last modified time
    Searched refs:MOBILE (Results 1 - 8 of 8) sorted by null

  /external/protobuf/examples/
add_person.py 25 type = raw_input("Is this a mobile, home, or work phone? ")
26 if type == "mobile":
27 phone_number.type = addressbook_pb2.Person.MOBILE
list_people.py 17 if phone_number.type == addressbook_pb2.Person.MOBILE:
18 print " Mobile phone #:",
ListPeople.java 21 case MOBILE:
22 System.out.print(" Mobile phone #: ");
add_person.cc 38 cout << "Is this a mobile, home, or work phone? ";
41 if (type == "mobile") {
42 phone_number->set_type(tutorial::Person::MOBILE);
list_people.cc 24 case tutorial::Person::MOBILE:
25 cout << " Mobile phone #: ";
AddPerson.java 41 stdout.print("Is this a mobile, home, or work phone? ");
43 if (type.equals("mobile")) {
44 phoneNumber.setType(Person.PhoneType.MOBILE);
  /external/webkit/WebCore/
config.h 46 #define MOBILE 0
  /external/webkit/WebCore/html/
HTMLTokenizer.cpp 10 Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmobile.com/)
74 #if MOBILE
75 // The mobile device needs to be responsive, as such the tokenizer chunk size is reduced.
83 #if MOBILE
    [all...]

Completed in 44 milliseconds