Home
last modified time | relevance | path

Searched refs:actual_value (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/libartbase/base/
H A Dbit_string_test.cc87 #define EXPECT_BITSTRING_STR(expected_str, actual_value) \ argument
88 EXPECT_STREQ((expected_str), Stringify((actual_value)).c_str())
/aosp12/packages/apps/Car/libs/car-ui-lib/tests/apitest/
H A Dresource_utils.py144 self.actual_value = other
151 grabber.actual_value.locations.extend(resource.locations)
/aosp12/system/connectivity/wificond/tests/
H A Dscan_utils_unittest.cpp126 uint32_t actual_value; variable
127 if (!arg.GetAttributeValue(attr, &actual_value)) {
130 return actual_value == expected_value;
/aosp12/packages/apps/Car/tests/tools/rro/
H A Dresource_utils.py136 self.actual_value = other
145 grabber.actual_value.locations.extend(resource.locations)
/aosp12/art/compiler/optimizing/
H A Dgraph_checker.cc600 uint32_t actual_value = in CheckTypeCheckBitstringInput() local
602 if (actual_value != expected_value) { in CheckTypeCheckBitstringInput()
607 actual_value, in CheckTypeCheckBitstringInput()