HomeSort by relevance Sort by last modified time
    Searched full:getcontext (Results 1551 - 1575 of 4335) sorted by null

<<61626364656667686970>>

  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 181 getContext().getTheme().resolveAttribute(android.R.attr.selectableItemBackground,
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
213 tabView = createDefaultTabView(getContext());
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 181 getContext().getTheme().resolveAttribute(android.R.attr.selectableItemBackground,
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
213 tabView = createDefaultTabView(getContext());
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 181 getContext().getTheme().resolveAttribute(android.R.attr.selectableItemBackground,
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
213 tabView = createDefaultTabView(getContext());
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java 181 getContext().getTheme().resolveAttribute(android.R.attr.selectableItemBackground,
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
213 tabView = createDefaultTabView(getContext());
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java 181 getContext().getTheme().resolveAttribute(android.R.attr.selectableItemBackground,
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
213 tabView = createDefaultTabView(getContext());
  /external/clang/include/clang/Analysis/
AnalysisContext.h 431 AnalysisDeclContext *getContext(const Decl *D);
455 return LocContexts.getStackFrame(getContext(D), nullptr, nullptr, nullptr,
465 return LocContexts.getStackFrame(getContext(D), Parent, S, Blk, Idx);
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 79 T = SVB.getContext().VoidPtrTy;
81 Cond = SVB.evalCast(*LV, SVB.getContext().BoolTy, T).castAs<DefinedSVal>();
165 QualType DiffTy = SymMgr.getContext().getPointerDiffType();
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 83 const Context& getContext (void) const { return m_ctx; }
241 : ContextWrapper (attacher.getContext())
254 : ContextWrapper (attacher.getContext())
  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc 126 MinidumpContext* context = main_thread->GetContext();
217 MinidumpContext* context = main_thread->GetContext();
307 MinidumpContext* context = main_thread->GetContext();
  /external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 267 M->getContext().getMDKindID("clang.imprecise_release");
272 M->getContext().getMDKindID("clang.arc.copy_on_escape");
277 M->getContext().getMDKindID("clang.arc.no_objc_arc_exceptions");
ScalarEvolutionExpander.h 98 Builder(se.getContext(), TargetFolder(DL)) {
228 LLVMContext &getContext() const { return SE.getContext(); }
  /external/llvm/lib/IR/
AutoUpgrade.cpp 41 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4))
81 Type::getInt1Ty(F->getContext())
277 F->setAttributes(Intrinsic::getAttributes(F->getContext(), id));
365 LLVMContext &C = CI->getContext();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 80 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
100 Entry.Ty = Type::getInt32Ty(*DAG.getContext());
121 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()),
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 85 C = &F.getContext();
205 Ptr, PointerType::get(IntegerType::get(Ptr->getContext(), TotalSize),
230 BB.getContext(), TargetFolder(BB.getModule()->getDataLayout()));
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 102 BasicBlock *SlowBB = BasicBlock::Create(F.getContext(), "",
118 BasicBlock *FastBB = BasicBlock::Create(F.getContext(), "",
256 IntegerType *BT = IntegerType::get(J->getContext(), BI->second);
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 132 parseInputFile(BitcodeResult, BD.getContext());
796 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
800 ReturnInst::Create(Safe->getContext(), call, BB);
812 Type::getInt8PtrTy(Safe->getContext()),
813 Type::getInt8PtrTy(Safe->getContext()),
826 ConstantDataArray::getString(F->getContext(), F->getName());
    [all...]
  /external/llvm/tools/dsymutil/
DebugMap.cpp 183 if (void *Ctxt = io.getContext())
194 if (void *Ctxt = io.getContext())
211 const auto &Ctxt = *reinterpret_cast<YAMLContext *>(IO.getContext());
  /external/skia/src/image/
SkImage_Gpu.cpp 138 GrContext* ctx = fTexture->getContext();
296 return peek->getContext() == context ? SkRef(const_cast<SkImage*>(this)) : nullptr;
316 GrContext* ctx = src->getContext();
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 214 return new ViewGroup.MarginLayoutParams(getContext(), attrs);
299 mExpandButton.setImageDrawable(getContext().getDrawable(drawableId));
330 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop();
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 305 QuickContact.showQuickContact(getContext(), QuickContactBadge.this, mContactUri,
391 QuickContact.showQuickContact(getContext(), QuickContactBadge.this, mContactUri,
400 getContext().startActivity(intent);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java 172 mHelper = new DatabaseHelper(getContext());
265 for (ResolveInfo info : getContext()
285 for (ResolveInfo info : getContext()
RootsFragment.java 234 convertView = LayoutInflater.from(parent.getContext())
257 final Context context = convertView.getContext();
298 final PackageManager pm = convertView.getContext().getPackageManager();
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java 323 mTelephonyManager = (TelephonyManager) getContext().getSystemService(
349 mAudioManager = (AudioManager) getContext().getSystemService(
392 mAudioManager = (AudioManager) getContext().getSystemService(
  /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
SettingsProviderTest.java 258 final int insertCount = getContext().getContentResolver().bulkInsert(uri, allValues);
365 ContentResolver contentResolver = getContext().getContentResolver();
419 Cursor cursor = getContext().getContentResolver().query(uri, NAME_VALUE_COLUMNS,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSAnimator.java 106 TunerService.get(mQsContainer.getContext()).addTunable(this, ALLOW_FANCY_ANIMATION,
115 TunerService.get(mQsContainer.getContext()).removeTunable(this);
128 mNumQuickTiles = mQuickQsPanel.getNumQuickTiles(mQsContainer.getContext());

Completed in 5110 milliseconds

<<61626364656667686970>>