Searched refs:theType (Results 1 – 14 of 14) sorted by relevance
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Element.java | 26 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/ |
D | CFNumber.c | 16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
D | cfref_PR2519.c | 23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
D | uninit-vals-ps.c | 74 extern Boolean CFNumberGetValue(CFNumberRef number, CFNumberType theType, void *valuePtr);
|
D | CFContainers.mm | 90 CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
|
D | retain-release-inline.m | 78 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
D | retain-release-gc-only.m | 68 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
D | retain-release.mm | 102 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
D | plist-output-alternate.m | 50 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
D | edges-new.mm | 32 CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
|
D | retain-release.m | 111 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IslamicTest.java | 323 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/ |
D | objcmt-arc-cf-annotations.m | 123 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
D | objcmt-arc-cf-annotations.m.result | 129 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|