OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestAttribute
(Results
1 - 9
of
9
) 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 + "]";
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/icu/icu4c/source/test/intltest/
apicoll.h
131
void
TestAttribute
();
apicoll.cpp
[
all
...]
/external/autotest/frontend/tko/
resources.py
12
query_processor.add_keyval_selector('has_keyval', models.
TestAttribute
,
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
."""
445
Join the given TestView QuerySet to
TestAttribute
. The resulting query
451
attribute_query =
TestAttribute
.objects.filter(attribute=attribute)
rpc_interface_unittest_fixme.py
183
models.
TestAttribute
.objects.create(test=job1_test1, attribute='myattr',
185
models.
TestAttribute
.objects.create(test=job1_test1,
556
models.
TestAttribute
.objects.create(test=self.first_test,
/external/icu/icu4c/source/test/cintltst/
capitst.c
36
static void
TestAttribute
(void);
78
addTest(root, &
TestAttribute
, "tscoll/capitst/
TestAttribute
");
[
all
...]
Completed in 3718 milliseconds