Home
last modified time | relevance | path

Searched refs:theType (Results 1 – 21 of 21) 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/python/cpython2/Mac/Modules/res/
D_Resmodule.c190 ResType theType; in ResObj_GetResInfo() local
199 &theType, in ResObj_GetResInfo()
207 PyMac_BuildOSType, theType, in ResObj_GetResInfo()
239 ResType theType; in ResObj_AddResource() local
246 PyMac_GetOSType, &theType, in ResObj_AddResource()
251 theType, in ResObj_AddResource()
785 ResType theType; in Res_GetIndType() local
793 GetIndType(&theType, in Res_GetIndType()
800 PyMac_BuildOSType, theType); in Res_GetIndType()
807 ResType theType; in Res_Get1IndType() local
[all …]
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c102 FlavorType theType; in DragObj_AddDragItemFlavor() local
112 PyMac_GetOSType, &theType, in DragObj_AddDragItemFlavor()
119 theType, in DragObj_AddDragItemFlavor()
133 FlavorType theType; in DragObj_SetDragItemFlavorData() local
143 PyMac_GetOSType, &theType, in DragObj_SetDragItemFlavorData()
150 theType, in DragObj_SetDragItemFlavorData()
297 FlavorType theType; in DragObj_GetFlavorType() local
308 &theType); in DragObj_GetFlavorType()
311 PyMac_BuildOSType, theType); in DragObj_GetFlavorType()
320 FlavorType theType; in DragObj_GetFlavorFlags() local
[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.mm91 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/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c641 OSType theType; in Snd_SetSoundPreference() local
645 PyMac_GetOSType, &theType, in Snd_SetSoundPreference()
648 _err = SetSoundPreference(theType, in Snd_SetSoundPreference()
661 OSType theType; in Snd_GetSoundPreference() local
665 PyMac_GetOSType, &theType, in Snd_GetSoundPreference()
668 _err = GetSoundPreference(theType, in Snd_GetSoundPreference()
/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c162 ResType theType; in Icn_AddIconToSuite() local
169 PyMac_GetOSType, &theType)) in Icn_AddIconToSuite()
173 theType); in Icn_AddIconToSuite()
186 ResType theType; in Icn_GetIconFromSuite() local
192 PyMac_GetOSType, &theType)) in Icn_GetIconFromSuite()
196 theType); in Icn_GetIconFromSuite()
/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py109 theType = {"str": unicode, "int": int, "float": float, "None": type(None), "blob": buffer}
110 self.val = int(theType[whichType] is type(val))
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIslamicTest.java331 String theType = c.getType(); in verifyType() local
332 if(!theType.equals(expectType)) { in verifyType()
333 errln("Expected calendar to be type " + expectType + " but instead it is " + theType); in verifyType()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIslamicTest.java332 String theType = c.getType(); in verifyType() local
333 if(!theType.equals(expectType)) { in verifyType()
334 errln("Expected calendar to be type " + expectType + " but instead it is " + theType); in verifyType()
/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c382 ResType theType; in MenuObj_InsertResMenu() local
388 PyMac_GetOSType, &theType, in MenuObj_InsertResMenu()
392 theType, in MenuObj_InsertResMenu()
402 ResType theType; in MenuObj_AppendResMenu() local
407 PyMac_GetOSType, &theType)) in MenuObj_AppendResMenu()
410 theType); in MenuObj_AppendResMenu()
476 ResType theType; in MenuObj_InsertIntlResMenu() local
483 PyMac_GetOSType, &theType, in MenuObj_InsertIntlResMenu()
488 theType, in MenuObj_InsertIntlResMenu()
/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…