HomeSort by relevance Sort by last modified time
    Searched refs:ClassType (Results 101 - 125 of 283) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
cgitb.py 105 if type(etype) is types.ClassType:
196 if type(etype) is types.ClassType:
copy.py 104 frozenset, type, xrange, types.ClassType,
221 d[types.ClassType] = _deepcopy_atomic
dis.py 14 types.ClassType, type)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 105 if type(etype) is types.ClassType:
196 if type(etype) is types.ClassType:
copy.py 104 frozenset, type, xrange, types.ClassType,
221 d[types.ClassType] = _deepcopy_atomic
dis.py 14 types.ClassType, type)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 120 if type(x) == types.ClassType and issubclass(x, ObjectSpecifier):
348 if type(dict['want']) == types.ClassType and issubclass(dict['want'], ObjectSpecifier):
350 classtype = dict['want']
351 dict['want'] = aetypes.mktype(classtype.want)
355 classtype = codenamemapper.get(want, None)
357 if classtype:
358 assert issubclass(classtype, ObjectSpecifier)
359 newobj.__class__ = classtype
366 classtype = codenamemapper.get(typecode, None)
367 if classtype
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 105 if type(etype) is types.ClassType:
196 if type(etype) is types.ClassType:
copy.py 104 frozenset, type, xrange, types.ClassType,
221 d[types.ClassType] = _deepcopy_atomic
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
dis.py 14 types.ClassType, type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dis.py 14 types.ClassType, type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
main.py 218 if isinstance(self.testRunner, (type, types.ClassType)):
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod002Test.java 25 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.InvokeMethod command.
48 * This testcase checks ClassType.InvokeMethod command.
216 logWriter.println(" Send ClassType.InvokeMethod");
220 checkReplyPacket(reply, "ClassType::InvokeMethod command",
223 checkReplyPacket(reply, "ClassType::InvokeMethod command");
226 logWriter.println(" ClassType.InvokeMethod: returnValue=" + returnValue);
229 logWriter.println(" ClassType.InvokeMethod: returnedString=" + returnedString);
233 assertNotNull("ClassType::InvokeMethod returned null exception",
235 assertEquals("ClassType::InvokeMethod returned invalid exception objectID,"
    [all...]
NewInstanceStringTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
28 * JDWP unit test for ClassType.NewInstance command with java.lang.String class.
38 * Test ClassType.NewInstance using the constructor
46 * Test ClassType.NewInstance using the constructor
63 * Test ClassType.NewInstance using the constructor
81 * Test ClassType.NewInstance using the constructor
103 * Test ClassType.NewInstance using the constructor
123 * Test ClassType.NewInstance using the constructor
146 * Test ClassType.NewInstance using the constructor
166 * Test ClassType.NewInstance using the constructo
    [all...]
SetValuesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
38 * JDWP unit test for ClassType.SetValues command.
43 * This testcase exercises ClassType.SetValues command.
46 * Then sets values for these fields with ClassType.SetValues command
134 checkReplyPacket(reply, "ClassType::SetValues command");
144 checkReplyPacket(reply, "ClassType::GetValues command");
147 assertEquals("ClassType::SetValues returne invalid fields number,", 1, fields);
149 assertEquals("ClassType::SetValues returne invalid returned value,", value, returnedValue);
  /external/python/cpython2/Lib/
dis.py 14 types.ClassType, type)
  /external/python/cpython2/Lib/idlelib/
ObjectBrowser.py 126 ClassType: ClassTreeItem,
  /external/python/cpython2/Lib/unittest/
main.py 221 if isinstance(self.testRunner, (type, types.ClassType)):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dis.py 14 types.ClassType, type)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 139 if type(ob) in (types.ClassType, types.TypeType):
ObjectBrowser.py 124 ClassType: ClassTreeItem,
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
main.py 221 if isinstance(self.testRunner, (type, types.ClassType)):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 139 if type(ob) in (types.ClassType, types.TypeType):
ObjectBrowser.py 124 ClassType: ClassTreeItem,
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
main.py 221 if isinstance(self.testRunner, (type, types.ClassType)):

Completed in 696 milliseconds

1 2 3 45 6 7 8 91011>>