Home
last modified time | relevance | path

Searched refs:has_tid (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc121 bool has_tid[16]; in TestRegistry() local
122 internal_memset(&has_tid[0], 0, sizeof(has_tid)); in TestRegistry()
125 registry->RunCallbackForEachThreadLocked(MarkUidAsPresent, &has_tid[0]); in TestRegistry()
128 EXPECT_TRUE(has_tid[i]); in TestRegistry()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.cc65 bool has_tid, in ParseVP8TIDAndKeyIdx() argument
71 if (has_tid) { in ParseVP8TIDAndKeyIdx()
93 bool has_tid = (*data & 0x20) ? true : false; // T bit in ParseVP8Extension() local
113 if (has_tid || has_key_idx) { in ParseVP8Extension()
115 vp8, &data, &data_length, &parsed_bytes, has_tid, has_key_idx) != in ParseVP8Extension()
/external/perf_data_converter/src/
Dperf_data_converter.cc293 (IncludeTidLabels() && sample.sample.has_tid()) ? sample.sample.tid() : 0; in MakeSampleKey()
302 sample.sample.has_tid()) { in MakeSampleKey()
453 if (IncludeTidLabels() && context.sample.has_tid()) { in AddOrUpdateSample()
/external/perf_data_converter/src/quipper/
Dperf_parser.cc422 event.sample_event().has_tid())) { in MapSampleEvent()
Dperf_serializer.cc419 CHECK(sample.has_tid()) << "Cannot have PID without TID."; in DeserializeSampleEvent()
737 if (sample.has_tid()) { in DeserializeSampleInfo()
Dperf_reader_test.cc1416 EXPECT_FALSE(event.mmap_event().sample_info().has_tid()); in TEST()