• Home
  • Raw
  • Download

Lines Matching refs:SetMemory

79     this->memory_.SetMemory(0x2000, std::vector<uint8_t>{i});  in TYPED_TEST_P()
91 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0x00}); in TYPED_TEST_P()
102 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0x83, 0x04}); in TYPED_TEST_P()
112 this->memory_.SetMemory(0x2100, std::vector<uint8_t>{0x83, 0x84, 0x01}); in TYPED_TEST_P()
123 this->memory_.SetMemory(0x500, std::vector<uint8_t>{0x05, 0x03, 0x02}); in TYPED_TEST_P()
133 this->memory_.SetMemory(0x1500, std::vector<uint8_t>{0x05, 0x81, 0x01, 0x82, 0x12}); in TYPED_TEST_P()
144 this->memory_.SetMemory(0x500, std::vector<uint8_t>{0x11, 0x05, 0x10}); in TYPED_TEST_P()
155 this->memory_.SetMemory(0x1500, std::vector<uint8_t>{0x11, 0x86, 0x01, 0xff, 0x7f}); in TYPED_TEST_P()
166 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0xc2}); in TYPED_TEST_P()
176 this->memory_.SetMemory(0x3000, std::vector<uint8_t>{0x82, 0x04, 0xc2}); in TYPED_TEST_P()
189 this->memory_.SetMemory(0x4000, std::vector<uint8_t>{0x06, 0x08}); in TYPED_TEST_P()
199 this->memory_.SetMemory(0x5000, std::vector<uint8_t>{0x05, 0x82, 0x02, 0x04, 0x06, 0x82, 0x02}); in TYPED_TEST_P()
228 this->memory_.SetMemory(0x50, buffer, sizeof(buffer)); in TYPED_TEST_P()
253 this->memory_.SetMemory(0x200, std::vector<uint8_t>{0x44}); in TYPED_TEST_P()
266 this->memory_.SetMemory(0x200, std::vector<uint8_t>{0x02, 0x04}); in TYPED_TEST_P()
279 this->memory_.SetMemory(0x600, std::vector<uint8_t>{0x03, 0x04, 0x03}); in TYPED_TEST_P()
292 this->memory_.SetMemory(0x500, std::vector<uint8_t>{0x04, 0x04, 0x03, 0x02, 0x01}); in TYPED_TEST_P()
305 this->memory_.SetMemory(0xa00, std::vector<uint8_t>{0x07, 0x09}); in TYPED_TEST_P()
316 this->memory_.SetMemory(0x1a00, std::vector<uint8_t>{0x07, 0x81, 0x01}); in TYPED_TEST_P()
327 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x08, 0x7f}); in TYPED_TEST_P()
337 this->memory_.SetMemory(0x2100, std::vector<uint8_t>{0x08, 0xff, 0x01}); in TYPED_TEST_P()
348 this->memory_.SetMemory(0x300, std::vector<uint8_t>{0x09, 0x02, 0x01}); in TYPED_TEST_P()
358 this->memory_.SetMemory(0x4300, std::vector<uint8_t>{0x09, 0xff, 0x01, 0xff, 0x03}); in TYPED_TEST_P()
369 this->memory_.SetMemory(0x300, std::vector<uint8_t>{0x0a}); in TYPED_TEST_P()
380 this->memory_.SetMemory(0x4300, std::vector<uint8_t>{0x0b}); in TYPED_TEST_P()
392 this->memory_.SetMemory(0x3000, std::vector<uint8_t>{0x0a, 0x0e, 0x40, 0x0b}); in TYPED_TEST_P()
408 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x0c, 0x7f, 0x74}); in TYPED_TEST_P()
419 this->memory_.SetMemory(0x200, std::vector<uint8_t>{0x0c, 0xff, 0x02, 0xf4, 0x04}); in TYPED_TEST_P()
431 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x12, 0x30, 0x25}); in TYPED_TEST_P()
443 this->memory_.SetMemory(0x200, std::vector<uint8_t>{0x12, 0xa3, 0x01, 0xfa, 0x7f}); in TYPED_TEST_P()
455 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x0d, 0x72}); in TYPED_TEST_P()
466 this->memory_.SetMemory(0x200, std::vector<uint8_t>{0x0d, 0xf9, 0x20}); in TYPED_TEST_P()
478 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x0e, 0x59}); in TYPED_TEST_P()
498 this->memory_.SetMemory(0x200, std::vector<uint8_t>{0x0e, 0xd4, 0x0a}); in TYPED_TEST_P()
510 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x13, 0x23}); in TYPED_TEST_P()
531 this->memory_.SetMemory(0x200, std::vector<uint8_t>{0x13, 0xf6, 0x7f}); in TYPED_TEST_P()
543 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x0f, 0x04, 0x01, 0x02, 0x04, 0x05}); in TYPED_TEST_P()
576 this->memory_.SetMemory(0x200, ops); in TYPED_TEST_P()
585 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x10, 0x04, 0x02, 0xc0, 0xc1}); in TYPED_TEST_P()
614 this->memory_.SetMemory(0x200, ops); in TYPED_TEST_P()
622 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x14, 0x45, 0x54}); in TYPED_TEST_P()
633 this->memory_.SetMemory(0x400, std::vector<uint8_t>{0x14, 0xa2, 0x02, 0xb4, 0x05}); in TYPED_TEST_P()
645 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x15, 0x56, 0x12}); in TYPED_TEST_P()
657 this->memory_.SetMemory(0xa00, std::vector<uint8_t>{0x15, 0xff, 0x01, 0xc0, 0x7f}); in TYPED_TEST_P()
669 this->memory_.SetMemory(0x100, std::vector<uint8_t>{0x16, 0x05, 0x02, 0xb0, 0xb1}); in TYPED_TEST_P()
698 this->memory_.SetMemory(0xa00, ops); in TYPED_TEST_P()
707 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0x2e, 0x04}); in TYPED_TEST_P()
718 this->memory_.SetMemory(0x5000, std::vector<uint8_t>{0x2e, 0xa4, 0x80, 0x04}); in TYPED_TEST_P()
730 this->memory_.SetMemory(0x500, std::vector<uint8_t>{0x2f, 0x08, 0x10}); in TYPED_TEST_P()
741 this->memory_.SetMemory(0x1500, std::vector<uint8_t>{0x2f, 0x81, 0x02, 0xff, 0x01}); in TYPED_TEST_P()
753 this->memory_.SetMemory(0x300, std::vector<uint8_t>{0x09, 0x02, 0x01, 0x09, 0x02, 0x04}); in TYPED_TEST_P()