/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/python/cpython2/Mac/Modules/res/ |
D | _Resmodule.c | 190 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/pyopenssl/tests/ |
D | util.py | 16 def is_consistent_type(theType, name, *constructionArgs): argument 28 assert theType.__name__ == name 29 assert isinstance(theType, type) 30 instance = theType(*constructionArgs) 31 assert type(instance) is theType
|
/external/python/cpython2/Mac/Modules/drag/ |
D | _Dragmodule.c | 102 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/llvm-project/clang/test/Analysis/ |
D | CFNumber.c | 17 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value… 18 Boolean CFNumberGetValue(CFNumberRef number, CFNumberType theType, void *valuePtr);
|
D | retaincountchecker-compoundregion.m | 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 | plist-output-alternate.m | 50 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
D | uninit-vals.c | 87 extern Boolean CFNumberGetValue(CFNumberRef number, CFNumberType theType, void *valuePtr);
|
D | edges-new.mm | 32 CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
|
D | CFContainers.mm | 94 CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
|
/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 | 91 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…
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | userfunctions.py | 110 theType = {"str": str, "int": int, "float": float, "None": type(None), 112 self.val = int(theType[whichType] is type(val)) 122 theType = {"str": str, "int": int, "float": float, "None": type(None), 125 self.val += int(theType[whichType] is type(val))
|
/external/python/cpython2/Mac/Modules/snd/ |
D | _Sndmodule.c | 641 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.c | 162 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/ |
D | userfunctions.py | 109 theType = {"str": unicode, "int": int, "float": float, "None": type(None), "blob": buffer} 110 self.val = int(theType[whichType] is type(val))
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IslamicTest.java | 337 String theType = c.getType(); in verifyType() local 338 if(!theType.equals(expectType)) { in verifyType() 339 errln("Expected calendar to be type " + expectType + " but instead it is " + theType); in verifyType()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IslamicTest.java | 334 String theType = c.getType(); in verifyType() local 335 if(!theType.equals(expectType)) { in verifyType() 336 errln("Expected calendar to be type " + expectType + " but instead it is " + theType); in verifyType()
|
/external/python/cpython2/Mac/Modules/menu/ |
D | _Menumodule.c | 382 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()
|