Home
last modified time | relevance | path

Searched refs:expected_units (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc62 const char* expected_units, in CheckString() argument
64 MemoryAllocatorDump::Entry expected(name, expected_units, expected_value); in CheckString()
70 const char* expected_units, in CheckScalar() argument
72 MemoryAllocatorDump::Entry expected(name, expected_units, expected_value); in CheckScalar()
/external/vboot_reference/cgpt/
Dcgpt_common.c532 unsigned int expected_units = 1; in UTF8ToUTF16() local
547 if (expected_units != decoded_units) { in UTF8ToUTF16()
562 expected_units = 1; in UTF8ToUTF16()
569 expected_units = 2; in UTF8ToUTF16()
572 expected_units = 3; in UTF8ToUTF16()
575 expected_units = 4; in UTF8ToUTF16()
585 (expected_units == decoded_units)) { in UTF8ToUTF16()
587 switch (expected_units) { in UTF8ToUTF16()
622 if (expected_units != decoded_units) { in UTF8ToUTF16()