Searched
full:getcontext (Results
726 -
750 of
1908) sorted by null
<<21222324252627282930>>
/cts/tests/tests/widget/src/android/widget/cts/ |
DigitalClockTest.java | 52 mContext = getInstrumentation().getContext();
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
ExceptionWithContext.java | 126 public String getContext() {
|
/dalvik/dx/src/com/android/dx/util/ |
ExceptionWithContext.java | 126 public String getContext() {
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
SimpleMenuItem.java | 66 return setTitle(mMenu.getContext().getString(titleRes));
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
FileProvider.java | 117 InputStream is = getContext().getAssets().open(uri.getPath());
|
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/ |
RequestDuringLayout.java | 122 Button button = new Button(getContext());
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
TouchHighlightImageButton.java | 69 TypedArray a = getContext()
|
/external/chromium-trace/trace-viewer/src/tracks/ |
canvas_based_track.js | 44 this.ctx_ = this.canvas_.getContext('2d');
|
/external/clang/lib/CodeGen/ |
CGStmt.cpp | 195 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), 804 CharUnits Alignment = getContext().getTypeAlignInChars(RV->getType()); 862 llvm::APSInt LHS = S.getLHS()->EvaluateKnownConstInt(getContext()); 863 llvm::APSInt RHS = S.getRHS()->EvaluateKnownConstInt(getContext()); 932 Builder.getInt(S.getLHS()->EvaluateKnownConstInt(getContext())); [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
ExceptionWithContext.java | 126 public String getContext() {
|
/external/jmonkeyengine/engine/src/test/jme3test/awt/ |
AppHarness.java | 95 context = (JmeCanvasContext) app.getContext();
|
TestApplet.java | 78 context = (JmeCanvasContext) app.getContext();
|
/external/llvm/include/llvm/IR/ |
Function.h | 138 /// getContext - Return a pointer to the LLVMContext associated with this 140 LLVMContext &getContext() const; 180 setAttributes(AttributeSets.addAttribute(getContext(), 188 AttributeSets.addAttribute(getContext(),
|
/external/llvm/lib/IR/ |
AutoUpgrade.cpp | 35 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4)) 59 Type::getInt1Ty(F->getContext()) 151 F->setAttributes(Intrinsic::getAttributes(F->getContext(), 166 LLVMContext &C = CI->getContext();
|
BasicBlock.cpp | 33 LLVMContext &BasicBlock::getContext() const { 34 return getType()->getContext(); 71 ConstantInt::get(llvm::Type::getInt32Ty(getContext()), 1); 305 BasicBlock *New = BasicBlock::Create(getContext(), BBName,
|
/external/llvm/lib/Linker/ |
Linker.cpp | 33 Context(aModule->getContext()),
|
/external/llvm/lib/MC/ |
MCMachOStreamer.cpp | 103 SwitchSection(getContext().getMachOSection( 151 MCSymbol *Start = getContext().CreateTempSymbol(); 167 Data.End = getContext().CreateTempSymbol(); 335 return EmitZerofill(getContext().getMachOSection("__DATA", "__bss",
|
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 218 if (CFP->getType() == Type::getFloatTy(CFP->getContext())) 220 Out << "ConstantFP::get(mod->getContext(), "; 229 if (CFP->getType() == Type::getDoubleTy(CFP->getContext())) 247 if (CFP->getType() == Type::getDoubleTy(CFP->getContext())) 251 } else if (CFP->getType() == Type::getDoubleTy(CFP->getContext())) 368 case Type::VoidTyID: return "Type::getVoidTy(mod->getContext())"; 371 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")"; 373 case Type::X86_FP80TyID: return "Type::getX86_FP80Ty(mod->getContext())"; 374 case Type::FloatTyID: return "Type::getFloatTy(mod->getContext())"; 375 case Type::DoubleTyID: return "Type::getDoubleTy(mod->getContext())"; [all...] |
/external/llvm/lib/Target/Mips/ |
MipsSEFrameLowering.cpp | 72 MCSymbol *AdjustSPLabel = MMI.getContext().CreateTempSymbol(); 89 MCSymbol *CSLabel = MMI.getContext().CreateTempSymbol(); 133 MCSymbol *CSLabel2 = MMI.getContext().CreateTempSymbol(); 150 MCSymbol *SetFPLabel = MMI.getContext().CreateTempSymbol();
|
/external/llvm/lib/Target/ |
TargetLoweringObjectFile.cpp | 296 MCSymbolRefExpr::Create(Mang->getSymbol(GV), getContext()); 313 MCSymbol *PCSym = getContext().CreateTempSymbol(); 315 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, getContext()); 316 return MCBinaryExpr::CreateSub(Sym, PC, getContext());
|
/external/llvm/lib/Transforms/Utils/ |
ModuleUtils.cpp | 24 IRBuilder<> IRB(M.getContext());
|
/external/robolectric/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/src/test/java/com/xtremelabs/robolectric/shadows/ |
ProgressDialogTest.java | 69 assertThat(shadowProgressDialog.getContext(), is(context));
|
Completed in 629 milliseconds
<<21222324252627282930>>