HomeSort by relevance Sort by last modified time
    Searched full:identifying_attribute (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/testing/gtest/test/
gtest_xml_test_utils.py 110 identifying_attribute = { variable in class:GTestXMLTestCase
133 self.assert_(child.tagName in self.identifying_attribute,
135 childID = child.getAttribute(self.identifying_attribute[child.tagName])
  /external/gtest/test/
gtest_xml_test_utils.py 110 identifying_attribute = { variable in class:GTestXMLTestCase
133 self.assert_(child.tagName in self.identifying_attribute,
135 childID = child.getAttribute(self.identifying_attribute[child.tagName])
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 105 identifying_attribute = { variable in class:GTestXMLTestCase
128 self.assert_(child.tagName in self.identifying_attribute,
130 childID = child.getAttribute(self.identifying_attribute[child.tagName])
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_test_utils.py 108 identifying_attribute = { variable in class:GTestXMLTestCase
131 self.assert_(child.tagName in self.identifying_attribute,
133 childID = child.getAttribute(self.identifying_attribute[child.tagName])

Completed in 489 milliseconds