Searched refs:is_counter (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/src/trace_processor/importers/common/ |
D | track_tracker.h | 228 bool is_counter = false; member 240 return std::tie(parent_uuid, pid, tid, is_counter, category, in IsForSameTrack() 242 std::tie(other.parent_uuid, pid, tid, is_counter, category, in IsForSameTrack()
|
D | track_tracker.cc | 265 reservation.is_counter = true; in ReserveDescriptorCounterTrack() 451 if (reservation.is_counter) { in ResolveDescriptorTrack() 470 if (reservation.is_counter) { in ResolveDescriptorTrack() 489 if (reservation.is_counter) { in ResolveDescriptorTrack() 678 if (!reservation.is_counter) { in ConvertToAbsoluteCounterValue() 713 if (!reservation.is_counter || !reservation.is_incremental || in OnIncrementalStateCleared()
|
/external/ltp/testcases/lib/ |
D | tst_net.sh | 396 local counter host_id host_range is_counter max_host_id min_host_id net_id prefix tmp type 432 [ "$is_counter" ] && min_host_id=1 || min_host_id=0 435 [ "$is_counter" ] && max_host_id=$((default_max - 1)) || max_host_id=$default_max 454 if [ "$is_counter" ]; then
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_recv.py | 230 …if param.is_counter or param.is_image() or param.is_output or param.name in f.count_parameter_list… 280 elif param.is_counter or param.name in f.count_parameter_list:
|
D | glX_proto_size.py | 605 if p.is_counter:
|
D | gl_XML.py | 449 self.is_counter = is_attr_true( element, 'counter' )
|