Searched defs:Stub (Results 1 - 15 of 15) sorted by relevance

/external/lldb/test/unittest2/test/
H A Dtest_unittest2_with.py19 def Stub(foo): function in function:TestWith.testAssertRaisesExcValue
25 Stub(v)
H A Dtest_case.py996 def Stub(): function in function:.testAssertRaisesRegexp
999 self.assertRaisesRegexp(ExceptionMock, re.compile('expect$'), Stub)
1000 self.assertRaisesRegexp(ExceptionMock, 'expect$', Stub)
1001 self.assertRaisesRegexp(ExceptionMock, u'expect$', Stub)
1018 def Stub(): function in function:.testAssertRaisesRegexpMismatch
1025 Stub)
1030 Stub)
1035 re.compile('^Expected$'), Stub)
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcTargetSupport.cpp102 // Stub format is:
148 uint64_t *Stub = reinterpret_cast<uint64_t*>(StubsBlock.base()); local
152 Stub[I] = 0xF1C40000000025ff | PtrOffsetField;
/external/vulkan-validation-layers/libs/glm/detail/
H A D_swizzle.hpp178 struct Stub {}; struct in struct:glm::detail::_swizzle_base2
179 GLM_FUNC_QUALIFIER _swizzle_base2& operator= (Stub const &) { return *this; }
/external/dng_sdk/source/
H A Ddng_camera_profile.cpp1234 void dng_camera_profile::Stub () function in class:dng_camera_profile
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp740 MCSymbol *Stub = Ctx.getOrCreateSymbol(Name); local
742 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(Stub);
750 MCSymbolRefExpr::create(Stub, MCSymbolRefExpr::VK_None, Ctx);
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp911 // # Stub function to call rettype xxxx (params)
954 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " +
984 MCSymbolELF *Stub = local
986 TS.emitDirectiveEnt(*Stub);
990 OutStreamer->EmitLabel(Stub);
1030 const MCSymbolRefExpr *E = MCSymbolRefExpr::create(Stub, OutContext);
1033 OutStreamer->emitELFSize(Stub, T_min_E);
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1343 MCSymbol *Stub = Stubs[i].first; local
1345 MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext);
1346 MCSymbol *AnonSymbol = GetAnonSym(Stub, OutContext);
1348 OutStreamer->EmitLabel(Stub);
1407 MCSymbol *Stub = Stubs[i].first; local
1409 MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext);
1414 OutStreamer->EmitLabel(Stub);
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...

Completed in 224 milliseconds