HomeSort by relevance Sort by last modified time
    Searched full:baseclass (Results 51 - 75 of 166) sorted by null

1 23 4 5 6 7

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
types.py 51 True if the field is present either in type_ or any baseclass.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
types.py 51 True if the field is present either in type_ or any baseclass.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
types.py 51 True if the field is present either in type_ or any baseclass.
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 55 CXXRecordDecl *BaseClass,
59 Target(BaseClass),
  /external/clang/tools/libclang/
IndexingContext.cpp 446 CXIdxBaseClassInfo BaseClass;
448 BaseClass.cursor = clang_getNullCursor();
452 BaseClass.base = &BaseEntity;
453 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
454 BaseClass.loc = getIndexLoc(SuperLoc);
469 InterInfo.ObjCInterDeclInfo.superInfo = D->getSuperClass() ? &BaseClass : 0;
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_pref_value_map_unittest.cc 33 template <typename BASECLASS>
34 class ExtensionPrefValueMapTestBase : public BASECLASS {
  /external/chromium_org/chrome/browser/extensions/
extension_pref_value_map_unittest.cc 33 template <typename BASECLASS>
34 class ExtensionPrefValueMapTestBase : public BASECLASS {
  /external/javassist/src/main/javassist/tools/reflect/
ClassMetaobject.java 253 Class baseclass = getJavaClass();
254 Method[] allmethods = baseclass.getDeclaredMethods();
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.java 30 * The baseclass for a binary operation.
  /external/chromium/chrome/browser/download/
base_file_unittest.cc 65 // BaseClass instance we are testing.
  /external/chromium_org/chrome/browser/extensions/api/declarative/
deduping_factory.h 39 // Factory methods for BaseClass instances. |value| contains e.g. the json
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm.py 137 # but the SCM baseclass will only call local_commits methods when this is true.
  /external/chromium_org/third_party/jinja2/
exceptions.py 15 """Baseclass for all template errors."""
nodes.py 108 """Baseclass for all Jinja2 nodes. There are a number of nodes available
351 """Baseclass for all expressions."""
373 """Baseclass for all binary expressions."""
392 """Baseclass for all unary expressions."""
426 """Baseclass for literals."""
  /external/chromium_org/third_party/skia/include/core/
SkPathEffect.h 124 Common baseclass for Compose and Sum. This subclass manages two pathEffects,
  /external/chromium_org/third_party/skia/include/utils/
SkDumpCanvas.h 145 // override from baseclass that does the formatting, and in turn calls
  /external/chromium_org/tools/grit/grit/gather/
skeleton_gatherer.py 6 '''A baseclass for simple gatherers that store their gathered resource in a
  /external/clang/test/SemaCXX/
expression-traits.cpp 171 struct BaseClass
173 virtual ~BaseClass();
180 struct Class : BaseClass
411 typedef BaseClass B;
  /external/skia/include/core/
SkPathEffect.h 124 Common baseclass for Compose and Sum. This subclass manages two pathEffects,
  /external/skia/include/utils/
SkDumpCanvas.h 145 // override from baseclass that does the formatting, and in turn calls
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 160 bool RSReflectionCpp::makeHeader(const std::string &baseClass) {
173 if (!baseClass.empty()) {
174 write("class " + mClassName + " : public " + baseClass + " {");
311 bool RSReflectionCpp::makeImpl(const std::string &baseClass) {
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 51 True if the field is present either in type_ or any baseclass.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 51 True if the field is present either in type_ or any baseclass.
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 954 /// Checks whether \p BaseClass is a valid virtual or direct non-virtual base
956 static bool isValidBaseClass(const CXXRecordDecl *BaseClass,
959 BaseClass = BaseClass->getCanonicalDecl();
966 return Class->isVirtuallyDerivedFrom(BaseClass);
971 if (I->getType()->getAsCXXRecordDecl()->getCanonicalDecl() == BaseClass)
    [all...]
  /external/stlport/doc/
README.evc4 89 * a baseclass has (at least) two pointer members

Completed in 746 milliseconds

1 23 4 5 6 7