/external/deqp-deps/SPIRV-Tools/test/ |
D | move_to_front_test.cpp | 29 class MoveToFrontTester : public MoveToFront { 114 TEST(MoveToFront, EmptyTree) { in TEST() argument 119 TEST(MoveToFront, InsertLeftRotation) { in TEST() argument 138 TEST(MoveToFront, InsertRightRotation) { in TEST() argument 158 TEST(MoveToFront, InsertRightLeftRotation) { in TEST() argument 177 TEST(MoveToFront, InsertLeftRightRotation) { in TEST() argument 197 TEST(MoveToFront, RemoveSingleton) { in TEST() argument 210 TEST(MoveToFront, RemoveRootWithScapegoat) { in TEST() argument 229 TEST(MoveToFront, RemoveRightRotation) { in TEST() argument 252 TEST(MoveToFront, RemoveLeftRotation) { in TEST() argument [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | move_to_front_test.cpp | 29 class MoveToFrontTester : public MoveToFront { 114 TEST(MoveToFront, EmptyTree) { in TEST() argument 119 TEST(MoveToFront, InsertLeftRotation) { in TEST() argument 138 TEST(MoveToFront, InsertRightRotation) { in TEST() argument 158 TEST(MoveToFront, InsertRightLeftRotation) { in TEST() argument 177 TEST(MoveToFront, InsertLeftRightRotation) { in TEST() argument 197 TEST(MoveToFront, RemoveSingleton) { in TEST() argument 210 TEST(MoveToFront, RemoveRootWithScapegoat) { in TEST() argument 229 TEST(MoveToFront, RemoveRightRotation) { in TEST() argument 252 TEST(MoveToFront, RemoveLeftRotation) { in TEST() argument [all …]
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | move_to_front.cpp | 28 bool MoveToFront::Insert(uint32_t value) { in Insert() 45 bool MoveToFront::Remove(uint32_t value) { in Remove() 62 bool MoveToFront::RankFromValue(uint32_t value, uint32_t* rank) { in RankFromValue() 112 bool MoveToFront::HasValue(uint32_t value) const { in HasValue() 121 bool MoveToFront::Promote(uint32_t value) { in Promote() 154 bool MoveToFront::ValueFromRank(uint32_t rank, uint32_t* value) { in ValueFromRank() 206 uint32_t MoveToFront::CreateNode(uint32_t timestamp, uint32_t value) { in CreateNode() 232 void MoveToFront::InsertNode(uint32_t node) { in InsertNode() 308 uint32_t MoveToFront::RemoveNode(uint32_t node) { in RemoveNode() 391 uint32_t MoveToFront::RotateLeft(const uint32_t node) { in RotateLeft() [all …]
|
D | move_to_front.h | 47 class MoveToFront { 49 explicit MoveToFront(size_t reserve_capacity = 4) { 56 virtual ~MoveToFront() = default; 361 MoveToFront& GetMtf(uint64_t handle) { in GetMtf() 371 std::map<uint64_t, MoveToFront> mtfs_; 378 MoveToFront* cached_mtf_ = nullptr;
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | move_to_front.cpp | 28 bool MoveToFront::Insert(uint32_t value) { in Insert() 45 bool MoveToFront::Remove(uint32_t value) { in Remove() 62 bool MoveToFront::RankFromValue(uint32_t value, uint32_t* rank) { in RankFromValue() 112 bool MoveToFront::HasValue(uint32_t value) const { in HasValue() 121 bool MoveToFront::Promote(uint32_t value) { in Promote() 154 bool MoveToFront::ValueFromRank(uint32_t rank, uint32_t* value) { in ValueFromRank() 206 uint32_t MoveToFront::CreateNode(uint32_t timestamp, uint32_t value) { in CreateNode() 232 void MoveToFront::InsertNode(uint32_t node) { in InsertNode() 308 uint32_t MoveToFront::RemoveNode(uint32_t node) { in RemoveNode() 391 uint32_t MoveToFront::RotateLeft(const uint32_t node) { in RotateLeft() [all …]
|
D | move_to_front.h | 47 class MoveToFront { 49 explicit MoveToFront(size_t reserve_capacity = 4) { 56 virtual ~MoveToFront() = default; 361 MoveToFront& GetMtf(uint64_t handle) { in GetMtf() 371 std::map<uint64_t, MoveToFront> mtfs_; 378 MoveToFront* cached_mtf_ = nullptr;
|
/external/webrtc/webrtc/base/ |
D | win32windowpicker_unittest.cc | 96 window_picker.MoveToFront(WindowId(visible_id)); in TEST() 97 window_picker.MoveToFront(WindowId(invisible_id)); in TEST()
|
D | macwindowpicker.h | 23 bool MoveToFront(const WindowId& id) override;
|
D | win32windowpicker.h | 23 virtual bool MoveToFront(const WindowId& id);
|
D | x11windowpicker.h | 35 bool MoveToFront(const WindowId& id) override;
|
D | windowpicker.h | 68 virtual bool MoveToFront(const WindowId& id) = 0;
|
D | x11windowpicker.cc | 224 bool MoveToFront(const WindowId& id) { in MoveToFront() function in rtc::XWindowEnumerator 784 bool X11WindowPicker::MoveToFront(const WindowId& id) { in MoveToFront() function in rtc::X11WindowPicker 785 return enumerator_->MoveToFront(id); in MoveToFront()
|
D | win32windowpicker.cc | 140 bool Win32WindowPicker::MoveToFront(const WindowId& id) { in MoveToFront() function in rtc::Win32WindowPicker
|
D | macwindowpicker.cc | 108 bool MacWindowPicker::MoveToFront(const WindowId& id) { in MoveToFront() function in rtc::MacWindowPicker
|
/external/lzma/CPP/7zip/Crypto/ |
D | 7zAes.cpp | 89 Keys.MoveToFront(i); in GetKey() 104 Keys.MoveToFront(i); in FindAndAdd()
|
/external/lzma/CPP/Common/ |
D | MyVector.h | 227 void MoveToFront(unsigned index) in MoveToFront() function 467 void MoveToFront(unsigned index) { _v.MoveToFront(index); } in MoveToFront() function
|
/external/boringssl/src/ssl/test/runner/ |
D | common.go | 1915 c.q.MoveToFront(elem) 1930 c.q.MoveToFront(elem) 1941 c.q.MoveToFront(elem)
|
/external/brotli/csharp/org/brotli/dec/ |
D | Decode.cs | 152 private static void MoveToFront(int[] v, int index) in MoveToFront() method in Org.Brotli.Dec.Decode 175 MoveToFront(mtf, index); in InverseMoveToFrontTransform()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.cpp | 618 _bindInfo.PackStreams.MoveToFront(si); in EncoderConstr()
|
/external/brotli/c/enc/ |
D | brotli_bit_stream.c | 601 static void MoveToFront(uint8_t* v, size_t index) { in MoveToFront() function 633 MoveToFront(mtf, index); in MoveToFrontTransform()
|