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

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 139 if type(ob) in (types.ClassType, types.TypeType):
ObjectBrowser.py 124 ClassType: ClassTreeItem,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
main.py 221 if isinstance(self.testRunner, (type, types.ClassType)):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py 14 types.ClassType, type)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 139 if type(ob) in (types.ClassType, types.TypeType):
ObjectBrowser.py 124 ClassType: ClassTreeItem,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
main.py 221 if isinstance(self.testRunner, (type, types.ClassType)):
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 470 ClassType.ORDINARY);
538 * ClassType exists solely to tell buildClassName which type of ClassInfo is being built.
540 private enum ClassType {
552 * @param classType Type of class being instantiated.
556 String commentText, SourcePositionInfo position, ClassType classType) {
567 // set appropriate flags based on ClassType
568 switch (classType) {
    [all...]
  /external/ImageMagick/MagickCore/
cache-view.c 529 % ClassType GetCacheViewStorageClass(const CacheView *cache_view)
536 MagickExport ClassType GetCacheViewStorageClass(const CacheView *cache_view)
    [all...]
  /art/dexlayout/
dexlayout.cc 643 fprintf(out_file_, "class_idx : %d\n", class_def->ClassType()->GetIndex());
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
warnings.py 65 assert isinstance(category, (type, types.ClassType)), \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
warnings.py 61 assert isinstance(category, (type, types.ClassType)), \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
tktools.py 338 elif t is ClassType:
  /external/ImageMagick/scripts/
format_c_api_docs 134 ClassType => 'types.html#ClassType',
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.NewInstance command.
49 * This testcase exercises ClassType.NewInstance command.
52 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class,
56 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class,
152 logWriter.println(" Send ClassType.NewInstance (without Exception)");
154 checkReplyPacket(reply, "ClassType::NewInstance command");
157 logWriter.println(" ClassType.NewInstance: newObject.tag="
160 logWriter.println(" ClassType.NewInstance: exception.tag="
165 assertEquals("ClassType::NewInstance returned invalid newObject.tag,", JDWPConstants.Tag.OBJECT_TAG, newObject.ta
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/python/cpython2/Lib/
warnings.py 83 assert isinstance(category, (type, types.ClassType)), \
  /external/python/cpython2/Tools/webchecker/
tktools.py 338 elif t is ClassType:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 848 milliseconds

1 2 3 4 56 7 8 91011>>