Home
last modified time | relevance | path

Searched refs:primary_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/base/
Dwindowpicker.h41 : id_(id), title_(title), primary_(false) { in DesktopDescription()
48 bool primary() const { return primary_; } in primary()
49 void set_primary(bool primary) { primary_ = primary; } in set_primary()
54 bool primary_; variable
/external/v8/src/ic/
Dstub-cache.cc80 Entry* primary = entry(primary_, primary_offset); in Set()
105 Entry* primary = entry(primary_, primary_offset); in Get()
123 primary_[i].key = empty_string; in Clear()
124 primary_[i].map = nullptr; in Clear()
125 primary_[i].value = empty; in Clear()
Dstub-cache.h68 return StubCache::primary_; in first_entry()
131 Entry primary_[kPrimaryTableSize];
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1294 primary_.Init(); in InitCommon()
1322 bool from_primary = primary_.CanAllocate(size, alignment);
1324 res = cache->Allocate(&primary_, primary_.ClassID(size));
1360 if (primary_.PointerIsMine(p)) in Deallocate()
1361 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p); in Deallocate()
1385 if (primary_.PointerIsMine(p)) in PointerIsMine()
1391 return primary_.PointerIsMine(p); in FromPrimary()
1395 if (primary_.PointerIsMine(p)) in GetMetaData()
1396 return primary_.GetMetaData(p); in GetMetaData()
1401 if (primary_.PointerIsMine(p)) in GetBlockBegin()
[all …]
/external/webrtc/webrtc/voice_engine/
Dvoe_codec_unittest.cc76 memcpy(&primary_, &my_codec, sizeof(my_codec)); in SetUp()
94 CodecInst primary_; member in webrtc::voe::__anon30f79a3a0111::VoECodecTest