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

  /external/chromium_org/tools/deep_memory_profiler/tests/
range_dict_tests.py 18 class TestAttribute(ExclusiveRangeDict.RangeAttribute):
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)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestAttribute.java 24 public class TestAttribute implements IAttribute, IDragAttribute {
31 public TestAttribute(String mUri, String mName, String mValue) {
55 return "TestAttribute [name=" + mName + ", uri=" + mUri + ", value=" + mValue + "]";
TestDragElement.java 38 private Map<String, TestAttribute> mAttributes = new HashMap<String, TestAttribute>();
66 mAttributes = new HashMap<String, TestAttribute>();
69 mAttributes.put(uri + name, new TestAttribute(uri, name, value));
108 return new TestAttribute(uri, localName, "");
TestNode.java 212 mAttributes.put(uri + localName, new TestAttribute(uri, localName, value));
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.h 130 void TestAttribute();
apicoll.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.h 131 void TestAttribute();
apicoll.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 35 static void TestAttribute(void);
127 addTest(root, &TestAttribute, "tscoll/capitst/TestAttribute");
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 38 static void TestAttribute(void);
80 addTest(root, &TestAttribute, "tscoll/capitst/TestAttribute");
    [all...]

Completed in 78 milliseconds