Searched
full:getcontext (Results
1676 -
1700 of
4335) sorted by null
<<61626364656667686970>>
/external/dexmaker/src/dx/java/com/android/dx/util/ |
ExceptionWithContext.java | 126 public String getContext() {
|
/external/libunwind/ |
Android.mk | 182 src/arm/getcontext.S \ 193 src/mips/getcontext-android.S \ 198 src/x86/getcontext-linux.S \ 203 src/x86_64/getcontext.S \
|
/external/libunwind/include/ |
libunwind-hppa.h | 124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
|
libunwind-x86_64.h | 135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
|
/external/llvm/lib/IR/ |
BasicBlock.cpp | 33 LLVMContext &BasicBlock::getContext() const { 34 return getType()->getContext(); 74 ConstantInt::get(llvm::Type::getInt32Ty(getContext()), 1); 366 BasicBlock *New = BasicBlock::Create(getContext(), BBName,
|
Core.cpp | 223 return wrap(&unwrap(M)->getContext()); 277 return wrap(&unwrap(Ty)->getContext()); 578 return wrap(MetadataAsValue::get(I->getContext(), MD)); 593 return MDNode::get(MAV->getContext(), MD); 669 return getMDNodeOperandImpl(V->getContext(), 797 LLVMContext &Context = unwrap(V)->getContext(); 815 LLVMContext &Context = unwrap(M)->getContext(); 842 return wrap(ConstantInt::get(Ty->getContext(), [all...] |
DebugLoc.cpp | 65 return DILocation::get(Scope->getContext(), Line, Col,
|
/external/llvm/lib/MC/ |
ConstantPools.cpp | 95 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(),
|
MCMachOStreamer.cpp | 164 MCSymbol *Label = getContext().createLinkerPrivateTempSymbol(); 205 MCSymbol *Start = getContext().createTempSymbol(); 221 Data.End = getContext().createTempSymbol(); 394 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MCAsmInfo.cpp | 59 MCContext &Context = Streamer.getContext();
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUAnnotateUniformValues.cpp | 66 PtrI->setMetadata("amdgpu.uniform", MDNode::get(I.getContext(), {}));
|
AMDGPUPromoteAlloca.cpp | 113 return Constant::getNullValue(Type::getInt32Ty(Ptr->getContext())); 322 Type::getInt32Ty(Mod->getContext()), false); 324 AttrSet.addAttribute(Mod->getContext(), 0, Attribute::ReadNone); 350 Indices.push_back(Constant::getNullValue(Type::getInt32Ty(Mod->getContext())));
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCExpr.cpp | 111 MCContext &Context = Layout->getAssembler().getContext();
|
/external/llvm/lib/Target/ |
TargetLoweringObjectFile.cpp | 295 MCSymbolRefExpr::create(TM.getSymbol(GV, Mang), getContext()); 312 MCSymbol *PCSym = getContext().createTempSymbol(); 314 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); 315 return MCBinaryExpr::createSub(Sym, PC, getContext());
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyFastISel.cpp | 57 Context = &FuncInfo.Fn->getContext();
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowArrayAdapter.java | 110 public Context getContext() {
|
ShadowPopupWindow.java | 48 context = contentView.getContext();
|
ShadowPreference.java | 54 public Context getContext() {
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ProgressDialogTest.java | 69 assertThat(shadowProgressDialog.getContext(), is(context));
|
/external/skia/experimental/SkV8Example/js/ |
gears.js | 174 var ctx = canvas.getContext("2d");
|
/external/skia/gm/ |
bigrrectaaeffect.cpp | 54 GrContext* context = rt ? rt->getContext() : nullptr;
|
yuvtorgbeffect.cpp | 77 GrContext* context = rt->getContext();
|
/external/smali/util/src/main/java/org/jf/util/ |
ExceptionWithContext.java | 141 public String getContext() {
|
/external/v8/src/ |
contexts-inl.h | 33 Handle<Context> ScriptContextTable::GetContext(Handle<ScriptContextTable> table,
|
/frameworks/base/core/java/android/app/ |
ListFragment.java | 349 getContext(), android.R.anim.fade_out)); 351 getContext(), android.R.anim.fade_in)); 361 getContext(), android.R.anim.fade_in)); 363 getContext(), android.R.anim.fade_out));
|
Completed in 273 milliseconds
<<61626364656667686970>>