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

  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_test_utils.py 106 identifying_attribute = { variable in class:GTestXMLTestCase
129 self.assert_(child.tagName in self.identifying_attribute,
131 childID = child.getAttribute(self.identifying_attribute[child.tagName])
  /external/googletest/googletest/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])
  /external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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])
  /prebuilts/ndk/r11/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])
  /prebuilts/ndk/r13/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 101 milliseconds