HomeSort by relevance Sort by last modified time
    Searched defs:Super (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/
fast-prototype.js 33 function Super() {
58 var proto = use_new ? new Super() : {};
  /external/chromium_org/base/win/
event_trace_provider.h 35 typedef EtwMofEventBase<N> Super;
43 memset(static_cast<Super*>(this), 0, sizeof(Super));
48 memset(static_cast<Super*>(this), 0, sizeof(Super));
49 header.Size = sizeof(Super);
58 memset(static_cast<Super*>(this), 0, sizeof(Super));
59 header.Size = sizeof(Super);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 166 class Super:
169 class Child(Super):
192 self.assertEqual(True, isinstance(Super(), Super))
193 self.assertEqual(False, isinstance(Super(), Child))
194 self.assertEqual(False, isinstance(Super(), AbstractSuper))
195 self.assertEqual(False, isinstance(Super(), AbstractChild))
197 self.assertEqual(True, isinstance(Child(), Super))
204 self.assertEqual(False, isinstance(AbstractSuper(), Super))
209 self.assertEqual(False, isinstance(AbstractChild(), Super))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 166 class Super:
169 class Child(Super):
192 self.assertEqual(True, isinstance(Super(), Super))
193 self.assertEqual(False, isinstance(Super(), Child))
194 self.assertEqual(False, isinstance(Super(), AbstractSuper))
195 self.assertEqual(False, isinstance(Super(), AbstractChild))
197 self.assertEqual(True, isinstance(Child(), Super))
204 self.assertEqual(False, isinstance(AbstractSuper(), Super))
209 self.assertEqual(False, isinstance(AbstractChild(), Super))
    [all...]
  /external/chromium_org/v8/src/
arguments.h 132 typedef CustomArgumentsBase<T::kArgsLength> Super;
139 explicit inline CustomArguments(Isolate* isolate) : Super(isolate) {}
154 typedef CustomArguments<T> Super;
167 : Super(isolate) {
218 typedef CustomArguments<T> Super;
235 : Super(isolate),
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 122 // Don't allow super-classes of GR8_NOREX. This class is only used after
133 const TargetRegisterClass *Super = RC;
136 switch (Super->getID()) {
148 // Don't return a super-class that would shrink the spill size.
150 if (Super->getSize() == RC->getSize())
151 return Super;
153 Super = *I++;
154 } while (Super);
375 // super-registers are old 32-bits.
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodOverridesTest.java 131 public static class Super {
141 public static class Sub extends Super {
MethodTest.java 105 Method method = Super.class.getDeclaredMethod("a");
207 public static class Super {
214 public static abstract class Sub extends Super implements InterfaceA {
  /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);
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 156 const TargetRegisterClass *Super = RC;
159 switch (Super->getID()) {
167 return Super;
169 Super = *I++;
170 } while (Super);
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 600 const MemRegion *Super = SR->getSuperRegion();
601 if (!scan(Super))
605 if (isa<MemSpaceRegion>(Super)) {
  /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/lib/Sema/
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...]
SemaExprObjC.cpp 2830 typedef StmtVisitor<ARCCastChecker, ACCResult> super; typedef in class:__anon21868::ARCCastChecker
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 834 // the super-region.
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 130 // Also compute leading super-registers. Each register has a list of
131 // covered-by-subregs super-registers where it appears as the first explicit
425 // Look at the leading super-registers of each sub-register. Those are the
441 "Super-register has no sub-registers");
495 // Make sure all sub-registers have been visited first, so the super-reg
501 // Now add this as a super-register on all sub-registers.
600 // Copy Proto super-classes.
723 // Most properties will be inherited from the closest super-class after the
744 assert(!SuperClasses.empty() && "Synthesized class without super class");
746 // The last super-class is the smallest one
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
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...]
  /external/clang/tools/libclang/
CIndex.cpp     [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...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 541 milliseconds

1 2