Home
last modified time | relevance | path

Searched refs:expected_bitmap (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/virtio/input/
Ddefaults.rs499 let mut expected_bitmap = [0_u8; 128]; in test_new_switches_config() localVariable
500 expected_bitmap[0] = 0b11111111u8; in test_new_switches_config()
501 expected_bitmap[1] = 0b11111111u8; in test_new_switches_config()
502 expected_bitmap[2] = 0b1u8; in test_new_switches_config()
503 assert_eq!(events[&EV_SW].bitmap, expected_bitmap); in test_new_switches_config()
/external/perfetto/src/tracing/core/
Dshared_memory_abi.cc207 uint32_t expected_bitmap = 0; // Free page. in TryPartitionPage() local
210 if (!phdr->header_bitmap.compare_exchange_strong(expected_bitmap, next_bitmap, in TryPartitionPage()
/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp2169 const char* expected_bitmap = []() { in TEST_F() local
2189 CompareBitmap(bitmap.get(), 612, 792, expected_bitmap); in TEST_F()