OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestAttribute
(Results
1 - 6
of
6
) 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/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
)
/external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp
[
all
...]
/external/icu4c/test/intltest/
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/icu4c/test/cintltst/
capitst.c
35
static void
TestAttribute
(void);
78
addTest(root, &
TestAttribute
, "tscoll/capitst/
TestAttribute
");
[
all
...]
Completed in 889 milliseconds