OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_attributes
(Results
1 - 3
of
3
) sorted by null
/external/googletest/googletest/test/
gtest_xml_test_utils.py
72
expected_attributes
= expected_node.attributes
75
expected_attributes
.length, actual_attributes.length,
77
actual_node.tagName,
expected_attributes
.keys(),
79
for i in range(
expected_attributes
.length):
80
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/autotest/client/common_lib/
base_job_unittest.py
112
expected_attributes
= self.PUBLIC_ATTRIBUTES
113
missing_attributes =
expected_attributes
- public_attributes
117
extra_attributes = (public_attributes -
expected_attributes
-
[
all
...]
Completed in 238 milliseconds