Searched refs:malformed (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/confirmationui/support/test/
H A Dandroid_cbor_test.cpp107 char malformed[] = {char(0x80), 0}; local
108 state = write(state, text(malformed));
115 char malformed[] = {char(0xc0), 0}; local
116 state = write(state, text(malformed));
147 char malformed[] = {char(0xf8), char(0x82), char(0x82), char(0x82), char(0x82), 0}; local
148 state = write(state, text(malformed));
155 char malformed[] = {char(0xc0), char(0x82), char(0x83), 0}; local
156 state = write(state, text(malformed));

Completed in 478 milliseconds