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

  /external/protobuf/examples/
add_person.py 25 type = raw_input("Is this a mobile, home, or work phone? ")
30 elif type == "work":
31 phone_number.type = addressbook_pb2.Person.WORK
list_people.py 21 elif phone_number.type == addressbook_pb2.Person.WORK:
22 print " Work phone #:",
ListPeople.java 27 case WORK:
28 System.out.print(" Work phone #: ");
add_person.cc 38 cout << "Is this a mobile, home, or work phone? ";
45 } else if (type == "work") {
46 phone_number->set_type(tutorial::Person::WORK);
list_people.cc 30 case tutorial::Person::WORK:
31 cout << " Work phone #: ";
AddPerson.java 41 stdout.print("Is this a mobile, home, or work phone? ");
47 } else if (type.equals("work")) {
48 phoneNumber.setType(Person.PhoneType.WORK);
  /external/webp/src/utils/
thread.h 46 OK, // ready to work
47 WORK // busy finishing the current task
73 // Makes sure the previous work is finished. Returns true if worker->had_error
thread.c 142 if (worker->status_ == WORK) {
218 WebPWorkerChangeState(worker, WORK);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
Android.mk 29 # THE FOLLOWING DOESN'T WORK YET

Completed in 160 milliseconds