HomeSort by relevance Sort by last modified time
    Searched refs:Super (Results 26 - 50 of 67) sorted by null

12 3

  /external/oprofile/events/i386/nehalem/
unit_masks 354 0x01 promotion Counts the number of L2 secondary misses that hit the Super Queue
355 0x02 promotion_post_go Counts the number of L2 secondary misses during the Super Queue filling L2
356 0x04 lru_hints Counts number of Super Queue LRU hints sent to L3
events 103 event:0xF4 counters:0,1,2,3 um:sq_misc minimum:6000 name:SQ_MISC : Counts events in the Super Queue below the L2.
104 event:0xF6 counters:0,1,2,3 um:one minimum:6000 name:SQ_FULL_STALL_CYCLES : Counts cycles the Super Queue is full. Neither of the threads on this core will be able to access the uncore.
  /external/clang/lib/Sema/
SemaExprObjC.cpp 2830 typedef StmtVisitor<ARCCastChecker, ACCResult> super; typedef in class:__anon1761::ARCCastChecker
    [all...]
SemaDeclObjC.cpp 368 // and prepare for warning on missing super calls.
607 /// typedef'ed use for a qualified super class and adds them to the list
    [all...]
SemaObjCProperty.cpp 204 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) {
205 DeclContext::lookup_result R = Super->lookup(Res->getDeclName());
208 DiagnosePropertyMismatch(Res, SuperProp, Super->getIdentifier(), false);
216 CurrentInterfaceDecl = Super;
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlcatalog.c 314 \t--sgml : handle SGML Super catalogs for --add and --del\n\
323 \t and with --sgml it automatically updates the super catalog\n\
324 \t--no-super-update: do not update the SGML super catalog\n\
366 } else if ((!strcmp(argv[i], "-no-super-update")) ||
367 (!strcmp(argv[i], "--no-super-update"))) {
436 xmlCatalogPtr super = NULL; local
448 super = xmlLoadSGMLSuperCatalog(XML_SGML_DEFAULT_CATALOG);
449 if (super == NULL)
450 super = xmlNewCatalog(1)
    [all...]
  /external/libxml2/
xmlcatalog.c 314 \t--sgml : handle SGML Super catalogs for --add and --del\n\
323 \t and with --sgml it automatically updates the super catalog\n\
324 \t--no-super-update: do not update the SGML super catalog\n\
366 } else if ((!strcmp(argv[i], "-no-super-update")) ||
367 (!strcmp(argv[i], "--no-super-update"))) {
436 xmlCatalogPtr super = NULL; local
448 super = xmlLoadSGMLSuperCatalog(XML_SGML_DEFAULT_CATALOG);
449 if (super == NULL)
450 super = xmlNewCatalog(1)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_xbios.c 215 oldstack=(void *)Super(0);
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 600 const MemRegion *Super = SR->getSuperRegion();
601 if (!scan(Super))
605 if (isa<MemSpaceRegion>(Super)) {
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 230 /// super-register.
269 // Last def defines the super register, add an implicit def of reg.
433 // Kill the largest clobbered super-register.
435 unsigned Super = Reg;
438 Super = *SR;
439 HandlePhysRegKill(Super, nullptr);
  /frameworks/base/core/java/android/text/
Html.java 511 start(mSpannableStringBuilder, new Super());
562 end(mSpannableStringBuilder, Super.class, new SuperscriptSpan());
822 private static class Super { }
  /external/clang/tools/libclang/
CXCursor.cpp 550 CXCursor cxcursor::MakeCursorObjCSuperClassRef(ObjCInterfaceDecl *Super,
553 assert(Super && TU && "Invalid arguments!");
555 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 68 return $Super$$main(argc, argv); // calls the original function
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
DeclObjC.cpp 97 /// method was found in the class, its protocols, its super classes or categories.
137 // And in its super class.
221 // Finally, check the super class.
510 /// lookupInheritedClass - This method returns ObjCInterfaceDecl * of the super
511 /// class whose name is passed as argument. If it is not one of the super classes
541 /// the class, its categories, and its super classes (using a linear search).
590 // Get the super class (if any).
    [all...]
StmtPrinter.cpp 877 OS << "super.";
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 116 /// id objc_msgSendSuper(struct objc_super *super, SEL op, ...)
118 /// The messenger used for super calls, which have different dispatch
128 /// id objc_msgSendSuper2(struct objc_super *super, SEL op, ...)
130 /// A slightly different messenger used for super calls. The class
139 /// void objc_msgSendSuper_stret(void *stretAddr, struct objc_super *super,
142 /// The messenger used for super calls which return an aggregate indirectly.
150 /// void objc_msgSendSuper2_stret(void * stretAddr, struct objc_super *super,
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 834 // the super-region.
    [all...]
BasicObjCFoundationChecks.cpp 85 if (const ObjCInterfaceDecl *Super = ID->getSuperClass())
86 return findKnownClass(Super);
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 690 typedef SharedPtr<const Statement> Super;
693 explicit StatementP (const Statement* ptr) : Super(ptr) {}
694 StatementP (const Super& ptr) : Super(ptr) {}
933 typedef SharedPtr<const Variable<T> > Super;
934 explicit VariableP (const Variable<T>* ptr) : Super(ptr) {}
936 VariableP (const Super& ptr) : Super(ptr) {}
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h     [all...]
  /external/chromium_org/v8/src/
preparser.h 715 static PreParserExpression Super() {
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]

Completed in 884 milliseconds

12 3