Home
last modified time | relevance | path

Searched refs:theType (Results 1 – 14 of 14) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java26 private ElementType theType; // type of element field in Element
38 theType = type; in Element()
50 public ElementType type() { return theType; } in type()
80 public String name() { return theType.name(); } in name()
88 public String namespace() { return theType.namespace(); } in namespace()
96 public String localName() { return theType.localName(); } in localName()
104 public int model() { return theType.model(); } in model()
112 public int memberOf() { return theType.memberOf(); } in memberOf()
120 public int flags() { return theType.flags(); } in flags()
128 public ElementType parent() { return theType.parent(); } in parent()
[all …]
/external/clang/test/Analysis/
DCFNumber.c16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
Dcfref_PR2519.c23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
Duninit-vals-ps.c74 extern Boolean CFNumberGetValue(CFNumberRef number, CFNumberType theType, void *valuePtr);
DCFContainers.mm90 CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
Dretain-release-inline.m78 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
Dretain-release-gc-only.m68 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
Dretain-release.mm102 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
Dplist-output-alternate.m50 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
Dedges-new.mm32 CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
Dretain-release.m111 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIslamicTest.java323 String theType = c.getType(); in verifyType() local
324 if(!theType.equals(expectType)) { in verifyType()
325 errln("Expected calendar to be type " + expectType + " but instead it is " + theType); in verifyType()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m123 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
Dobjcmt-arc-cf-annotations.m.result129 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…