HomeSort by relevance Sort by last modified time
    Searched refs:theType (Results 1 - 14 of 14) sorted by null

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 26 private ElementType theType; // type of element
38 theType = type;
50 public ElementType type() { return theType; }
80 public String name() { return theType.name(); }
88 public String namespace() { return theType.namespace(); }
96 public String localName() { return theType.localName(); }
104 public int model() { return theType.model(); }
112 public int memberOf() { return theType.memberOf(); }
120 public int flags() { return theType.flags(); }
128 public ElementType parent() { return theType.parent();
    [all...]
  /external/clang/test/Analysis/
CFNumber.c 16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
cfref_PR2519.c 23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
uninit-vals-ps.c 74 extern Boolean CFNumberGetValue(CFNumberRef number, CFNumberType theType, void *valuePtr);
  /external/python/cpython2/Mac/Modules/res/
_Resmodule.c 190 ResType theType;
199 &theType,
207 PyMac_BuildOSType, theType,
239 ResType theType;
246 PyMac_GetOSType, &theType,
251 theType,
484 PyDoc_STR("() -> (short theID, ResType theType, Str255 name)")},
488 PyDoc_STR("(ResType theType, short theID, Str255 name) -> None")},
785 ResType theType;
793 GetIndType(&theType,
    [all...]
  /external/python/cpython2/Mac/Modules/drag/
_Dragmodule.c 102 FlavorType theType;
112 PyMac_GetOSType, &theType,
119 theType,
133 FlavorType theType;
143 PyMac_GetOSType, &theType,
150 theType,
297 FlavorType theType;
308 &theType);
311 PyMac_BuildOSType, theType);
320 FlavorType theType;
    [all...]
  /device/generic/opengl-transport/host/commands/emugen/
EntryPoint.cpp 74 const VarType *theType = TypeFactory::instance()->getVarTypeByName(retTypeName);
75 if (theType->name() == "UNKNOWN") {
80 theType,
  /external/python/cpython3/Lib/sqlite3/test/
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/
_Sndmodule.c 641 OSType theType;
645 PyMac_GetOSType, &theType,
648 _err = SetSoundPreference(theType,
661 OSType theType;
665 PyMac_GetOSType, &theType,
668 _err = GetSoundPreference(theType,
1016 PyDoc_STR("(OSType theType, Handle settings) -> (Str255 name)")},
1018 PyDoc_STR("(OSType theType, Handle settings) -> (Str255 name)")},
    [all...]
  /external/python/cpython2/Mac/Modules/icn/
_Icnmodule.c 162 ResType theType;
169 PyMac_GetOSType, &theType))
173 theType);
186 ResType theType;
192 PyMac_GetOSType, &theType))
196 theType);
    [all...]
  /external/python/cpython2/Lib/sqlite3/test/
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/
IslamicTest.java 337 String theType = c.getType();
338 if(!theType.equals(expectType)) {
339 errln("Expected calendar to be type " + expectType + " but instead it is " + theType);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IslamicTest.java 334 String theType = c.getType();
335 if(!theType.equals(expectType)) {
336 errln("Expected calendar to be type " + expectType + " but instead it is " + theType);
    [all...]
  /external/python/cpython2/Mac/Modules/menu/
_Menumodule.c 382 ResType theType;
388 PyMac_GetOSType, &theType,
392 theType,
402 ResType theType;
407 PyMac_GetOSType, &theType))
410 theType);
476 ResType theType;
483 PyMac_GetOSType, &theType,
488 theType,
    [all...]

Completed in 988 milliseconds