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

  /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 + "]";
  /external/autotest/frontend/tko/
models.py 221 return TestAttribute, dict(test=self, attribute=attribute,
228 TestAttribute.objects.get(test=self, attribute=attribute,
232 except TestAttribute.DoesNotExist:
240 class TestAttribute(dbmodels.Model, model_logic.ModelExtensions):
250 """Metadata for class TestAttribute."""
426 Join the given TestView QuerySet to TestAttribute. The resulting query
432 attribute_query = TestAttribute.objects.filter(attribute=attribute)
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 38 static void TestAttribute(void);
80 addTest(root, &TestAttribute, "tscoll/capitst/TestAttribute");
    [all...]

Completed in 128 milliseconds