HomeSort by relevance Sort by last modified time
    Searched refs:expected_attributes (Results 1 - 6 of 6) sorted by null

  /external/gtest/test/
gtest_xml_test_utils.py 79 expected_attributes = expected_node.attributes
82 expected_attributes.length, actual_attributes.length,
84 actual_node.tagName, expected_attributes.keys(),
86 for i in range(expected_attributes.length):
87 expected_attr = expected_attributes.item(i)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_test_utils.py 79 expected_attributes = expected_node.attributes
82 expected_attributes.length, actual_attributes.length,
84 actual_node.tagName, expected_attributes.keys(),
86 for i in range(expected_attributes.length):
87 expected_attr = expected_attributes.item(i)
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_test_utils.py 79 expected_attributes = expected_node.attributes
82 expected_attributes.length, actual_attributes.length,
84 actual_node.tagName, expected_attributes.keys(),
86 for i in range(expected_attributes.length):
87 expected_attr = expected_attributes.item(i)
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_test_utils.py 79 expected_attributes = expected_node.attributes
82 expected_attributes.length, actual_attributes.length,
84 for i in range(expected_attributes.length):
85 expected_attr = expected_attributes.item(i)
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 78 expected_attributes = expected_node.attributes
81 expected_attributes.length, actual_attributes.length,
83 for i in range(expected_attributes.length):
84 expected_attr = expected_attributes.item(i)
  /external/autotest/client/common_lib/
base_job_unittest.py 106 expected_attributes = self.PUBLIC_ATTRIBUTES
107 missing_attributes = expected_attributes - public_attributes
111 extra_attributes = (public_attributes - expected_attributes -
    [all...]

Completed in 188 milliseconds