Searched refs:TestAttribute (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/tests/
H A Drange_dict_tests.py18 class TestAttribute(ExclusiveRangeDict.RangeAttribute): class in class:ExclusiveRangeDictTest
20 super(ExclusiveRangeDictTest.TestAttribute, self).__init__()
27 return '<TestAttribute:%d>' % self._value
36 new_attr = ExclusiveRangeDictTest.TestAttribute()
41 ranges = ExclusiveRangeDict(self.TestAttribute)
52 ranges = ExclusiveRangeDict(self.TestAttribute)
61 ranges = ExclusiveRangeDict(self.TestAttribute)
77 ranges = ExclusiveRangeDict(self.TestAttribute)
108 ranges = ExclusiveRangeDict(self.TestAttribute)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.h131 void TestAttribute();
H A Dapicoll.cpp1440 void CollationAPITest::TestAttribute() function in class:CollationAPITest
2323 TESTCASE_AUTO(TestAttribute);
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.h131 void TestAttribute();
H A Dapicoll.cpp1425 void CollationAPITest::TestAttribute() function in class:CollationAPITest
2480 TESTCASE_AUTO(TestAttribute);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c35 static void TestAttribute(void);
77 addTest(root, &TestAttribute, "tscoll/capitst/TestAttribute");
1716 static void TestAttribute() function
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c38 static void TestAttribute(void);
80 addTest(root, &TestAttribute, "tscoll/capitst/TestAttribute");
1718 static void TestAttribute() function

Completed in 1720 milliseconds