HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_TYPE (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/net/base/
net_log_event_type_list.h 14 EVENT_TYPE(CANCELLED)
18 EVENT_TYPE(REQUEST_ALIVE)
30 EVENT_TYPE(HOST_RESOLVER_IMPL)
49 EVENT_TYPE(HOST_RESOLVER_IMPL_REQUEST)
52 EVENT_TYPE(HOST_RESOLVER_IMPL_CACHE_HIT)
62 EVENT_TYPE(HOST_RESOLVER_IMPL_JOB_POOL_QUEUE)
67 EVENT_TYPE(HOST_RESOLVER_IMPL_JOB_POOL_QUEUE_EVICTED)
71 EVENT_TYPE(HOST_RESOLVER_IMPL_CREATE_JOB)
84 EVENT_TYPE(HOST_RESOLVER_IMPL_JOB_ATTACH)
103 EVENT_TYPE(HOST_RESOLVER_IMPL_JOB
    [all...]
net_log.cc 32 #define EVENT_TYPE(label) case TYPE_ ## label: return #label;
34 #undef EVENT_TYPE
42 #define EVENT_TYPE(label) types.push_back(TYPE_ ## label);
44 #undef EVENT_TYPE
131 NetLog::EventType event_type,
133 AddEntry(event_type, NetLog::PHASE_NONE, params);
137 NetLog::EventType event_type,
139 AddEntry(event_type, NetLog::PHASE_BEGIN, params);
143 NetLog::EventType event_type,
145 AddEntry(event_type, NetLog::PHASE_END, params)
    [all...]
net_log.h 41 #define EVENT_TYPE(label) TYPE_ ## label,
43 #undef EVENT_TYPE
139 // Returns a C-String symbolic name for |event_type|.
140 static const char* EventTypeToString(EventType event_type);
189 void AddEvent(NetLog::EventType event_type,
191 void BeginEvent(NetLog::EventType event_type,
193 void EndEvent(NetLog::EventType event_type,
200 void EndEventWithNetErrorCode(NetLog::EventType event_type,
285 NetLog::EventType event_type,
  /external/chromium_org/net/base/
net_log_event_type_list.h 18 EVENT_TYPE(CANCELLED)
27 EVENT_TYPE(FAILED)
31 EVENT_TYPE(REQUEST_ALIVE)
43 EVENT_TYPE(HOST_RESOLVER_IMPL)
60 EVENT_TYPE(HOST_RESOLVER_IMPL_REQUEST)
63 EVENT_TYPE(HOST_RESOLVER_IMPL_IPV6_SUPPORTED)
66 EVENT_TYPE(HOST_RESOLVER_IMPL_CACHE_HIT)
69 EVENT_TYPE(HOST_RESOLVER_IMPL_HOSTS_HIT)
73 EVENT_TYPE(HOST_RESOLVER_IMPL_CREATE_JOB)
93 EVENT_TYPE(HOST_RESOLVER_IMPL_JOB
    [all...]
net_log.h 45 #define EVENT_TYPE(label) TYPE_ ## label,
47 #undef EVENT_TYPE
250 // Returns a C-String symbolic name for |event_type|.
251 static const char* EventTypeToString(EventType event_type);
363 void AddEventWithNetErrorCode(NetLog::EventType event_type,
370 void EndEventWithNetErrorCode(NetLog::EventType event_type,
375 void AddByteTransferEvent(NetLog::EventType event_type,
net_log.cc 293 #define EVENT_TYPE(label) case TYPE_ ## label: return #label;
295 #undef EVENT_TYPE
443 void BoundNetLog::AddEventWithNetErrorCode(NetLog::EventType event_type,
447 AddEvent(event_type);
449 AddEvent(event_type, NetLog::IntegerCallback("net_error", net_error));
453 void BoundNetLog::EndEventWithNetErrorCode(NetLog::EventType event_type,
457 EndEvent(event_type);
459 EndEvent(event_type, NetLog::IntegerCallback("net_error", net_error));
463 void BoundNetLog::AddByteTransferEvent(NetLog::EventType event_type,
466 AddEvent(event_type, base::Bind(BytesTransferredCallback, byte_count, bytes))
    [all...]
  /external/chromium_org/chrome/browser/performance_monitor/
key_builder.cc 66 EVENT_TYPE // The type of event.
222 DCHECK(split[EVENT_TYPE].size() == 1);
224 static_cast<int>(split[EVENT_TYPE].at(0))];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_hw_context.c 86 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
209 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_PS_PARTIAL_FLUSH) | EVENT_INDEX(4);
249 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_PS_PARTIAL_FLUSH) | EVENT_INDEX(4);
251 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_TS_EVENT) | EVENT_INDEX(5);
417 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
426 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SAMPLE_STREAMOUTSTATS) | EVENT_INDEX(3);
432 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_TS_EVENT) | EVENT_INDEX(5);
459 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
468 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SAMPLE_STREAMOUTSTATS) | EVENT_INDEX(3);
475 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_TS_EVENT) | EVENT_INDEX(5)
    [all...]
si_state_streamout.c 169 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SO_VGTSTREAMOUT_FLUSH) | EVENT_INDEX(0);
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_hw_context.c 86 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
209 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_PS_PARTIAL_FLUSH) | EVENT_INDEX(4);
249 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_PS_PARTIAL_FLUSH) | EVENT_INDEX(4);
251 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_TS_EVENT) | EVENT_INDEX(5);
417 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
426 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SAMPLE_STREAMOUTSTATS) | EVENT_INDEX(3);
432 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_TS_EVENT) | EVENT_INDEX(5);
459 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
468 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SAMPLE_STREAMOUTSTATS) | EVENT_INDEX(3);
475 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_TS_EVENT) | EVENT_INDEX(5)
    [all...]
si_state_streamout.c 169 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SO_VGTSTREAMOUT_FLUSH) | EVENT_INDEX(0);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_query.c 112 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
121 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SAMPLE_STREAMOUTSTATS) | EVENT_INDEX(3);
127 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_TS_EVENT) | EVENT_INDEX(5);
163 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
172 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SAMPLE_STREAMOUTSTATS) | EVENT_INDEX(3);
181 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_TS_EVENT) | EVENT_INDEX(5);
r600_hw_context.c 85 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
125 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_PS_PARTIAL_FLUSH) | EVENT_INDEX(4);
    [all...]
evergreen_hw_context.c 787 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SO_VGTSTREAMOUT_FLUSH) | EVENT_INDEX(0);
r600_state_common.c 79 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_EVENT) | EVENT_INDEX(0);
    [all...]
evergreend.h 51 #define EVENT_TYPE(x) ((x) << 0)
    [all...]
r600d.h 121 #define EVENT_TYPE(x) ((x) << 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_query.c 112 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
121 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SAMPLE_STREAMOUTSTATS) | EVENT_INDEX(3);
127 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_TS_EVENT) | EVENT_INDEX(5);
163 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
172 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SAMPLE_STREAMOUTSTATS) | EVENT_INDEX(3);
181 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_TS_EVENT) | EVENT_INDEX(5);
r600_hw_context.c 85 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1);
125 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_PS_PARTIAL_FLUSH) | EVENT_INDEX(4);
    [all...]
evergreen_hw_context.c 787 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_SO_VGTSTREAMOUT_FLUSH) | EVENT_INDEX(0);
r600_state_common.c 79 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_CACHE_FLUSH_AND_INV_EVENT) | EVENT_INDEX(0);
    [all...]
evergreend.h 51 #define EVENT_TYPE(x) ((x) << 0)
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 447 milliseconds

1 2