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

  /cts/suite/audio_quality/lib/include/
GenericFactory.h 31 virtual TaskGeneric* createTask(TaskGeneric::TaskType type);
  /cts/suite/audio_quality/lib/include/task/
TaskGeneric.h 33 enum TaskType {
51 TaskGeneric(TaskType type);
55 inline TaskType getType() {
108 TaskType mType;
ModelBuilder.h 46 TaskGeneric::TaskType type;
59 TaskGeneric::TaskType type;
TaskAsync.h 30 TaskAsync(TaskType type);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.h 138 enum TaskType {
149 TaskType in_task_type,
159 TaskType task_type;
209 TaskType task_type,
file_tasks.cc 55 // Converts a TaskType to a string.
56 std::string TaskTypeToString(TaskType task_type) {
71 // Converts a string to a TaskType. Returns TASK_TYPE_UNKNOWN on error.
72 TaskType StringToTaskType(const std::string& str) {
203 TaskType task_type,
243 TaskType task_type = StringToTaskType(result[1]);
  /cts/suite/audio_quality/lib/src/
GenericFactory.cpp 26 TaskGeneric* GenericFactory::createTask(TaskGeneric::TaskType type)
  /cts/suite/audio_quality/lib/src/task/
TaskAsync.cpp 22 TaskAsync::TaskAsync(TaskType type)
TaskGeneric.cpp 22 TaskGeneric::TaskGeneric(TaskType type):
ModelBuilder.cpp 104 TaskGeneric::TaskType typeSelf(mParsingTable[tableIndex].type);
123 TaskGeneric::TaskType childType(TaskGeneric::ETaskInvalid);
  /cts/suite/audio_quality/test/
TaskTest.cpp 40 TestTaskDummy(TaskGeneric::TaskType type)
  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 148 enum TaskType {
162 TaskItem(TaskType t, int c, bool s)
168 TaskType type;
177 std::ostream& operator <<(std::ostream& os, TaskType type) {
189 os << "Unknown TaskType";
204 void RecordStart(TaskType type, int cookie) {
210 void RecordEnd(TaskType type, int cookie) {
    [all...]
message_loop_test.cc 375 enum TaskType {
388 TaskItem(TaskType t, int c, bool s)
394 TaskType type;
403 std::ostream& operator <<(std::ostream& os, TaskType type) {
415 os << "Unknown TaskType";
430 void RecordStart(TaskType type, int cookie) {
436 void RecordEnd(TaskType type, int cookie) {
    [all...]

Completed in 782 milliseconds