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.cc58 const char* expected_units) { in CheckAttribute() argument
70 EXPECT_EQ(expected_units, arg_value); in CheckAttribute()
78 const char* expected_units, in CheckString() argument
81 auto attr_value = CheckAttribute(dump, name, expected_type, expected_units); in CheckString()
88 const char* expected_units, in CheckScalar() argument
90 CheckString(dump, name, MemoryAllocatorDump::kTypeScalar, expected_units, in CheckScalar()
96 const char* expected_units, in CheckScalarF() argument
99 expected_units); in CheckScalarF()
/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()