Searched refs:TaskType (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/message_loop/
H A Dmessage_loop_unittest.cc154 enum TaskType { enum in namespace:base::__anon9921
168 TaskItem(TaskType t, int c, bool s)
174 TaskType type;
183 std::ostream& operator <<(std::ostream& os, TaskType type) {
195 os << "Unknown TaskType";
210 void RecordStart(TaskType type, int cookie) {
216 void RecordEnd(TaskType type, int cookie) {
H A Dmessage_loop_test.cc436 enum TaskType { enum in namespace:base::test
449 TaskItem(TaskType t, int c, bool s)
455 TaskType type;
464 std::ostream& operator <<(std::ostream& os, TaskType type) {
476 os << "Unknown TaskType";
491 void RecordStart(TaskType type, int cookie) {
497 void RecordEnd(TaskType type, int cookie) {
/external/gemmlowp/internal/
H A Dmulti_thread_gemm.h636 TaskType; typedef
637 auto task = new TaskType(kernel, lhs_block, packed_rhs, &result_block,

Completed in 113 milliseconds