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

  /external/chromium_org/third_party/libwebp/utils/
thread.h 48 OK, // ready to work
49 WORK // busy finishing the current task
75 // Makes sure the previous work is finished. Returns true if worker->had_error
thread.c 144 if (worker->status_ == WORK) {
220 WebPWorkerChangeState(worker, WORK);
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.h 49 OK, // ready to work
50 WORK // busy finishing the current task
76 // Makes sure the previous work is finished. Returns true if worker->had_error
vp9_thread.c 147 if (worker->status_ == WORK) {
227 change_state(worker, WORK);
  /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 48 OK, // ready to work
49 WORK // busy finishing the current task
75 // Makes sure the previous work is finished. Returns true if worker->had_error
thread.c 144 if (worker->status_ == WORK) {
220 WebPWorkerChangeState(worker, WORK);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
Android.mk 29 # THE FOLLOWING DOESN'T WORK YET
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 1 ; This code is UNTESTED, and almost certainly DOES NOT WORK!

Completed in 1282 milliseconds