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

<<71727374757677787980>>

  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConnection.java 239 getPhone().getContext().getContentResolver(),
287 phone.getContext(), getAddress().getSchemeSpecificPart());
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
RequestControlPane.java 170 mTemplateSpinner.setAdapter(new ArrayAdapter<String>(getContext(), R.layout.spinner_item,
264 mCameraSpinner.setAdapter(new ArrayAdapter<String>(getContext(), R.layout.spinner_item,
  /platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
GMailJankTests.java 79 PackageManager pm = getInstrumentation().getContext().getPackageManager();
82 getInstrumentation().getContext().startActivity(appIntent);
  /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
SysAppTestHelper.java 212 instrumentation.getContext().sendBroadcast(mIntent);
220 instrumentation.getContext().startActivity(mIntent);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 95 ASTContext &Ctx = SVB.getContext();
302 SVal ZeroVal = svalBuilder.makeZeroVal(getContext().CharTy);
381 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),
405 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),
482 if (!ProtoType->isNothrow(getContext()))
565 getContext().getCanonicalType(TE->getType()),
MemRegion.cpp 184 ASTContext &Ctx = svalBuilder.getContext();
207 QualType T = getDesugaredValueType(svalBuilder.getContext());
512 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
517 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
828 T = getContext().VoidTy;
830 T = getContext().getFunctionNoProtoType(T);
831 T = getContext().getBlockPointerType(T);
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 124 /// getContext - Return a reference to the LLVMContext associated with this
126 LLVMContext &getContext() const;
172 setAttributes(AttributeSets.addAttribute(getContext(),
179 getContext(), AttributeSet::FunctionIndex, N));
185 AttributeSets.addAttribute(getContext(),
190 AttributeSets.addAttribute(getContext(),
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 97 Fn->isVarArg(), Outs, Fn->getContext());
265 unsigned NumRegisters = TLI->getNumRegisters(Fn->getContext(), VT);
367 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT);
369 unsigned NumRegs = TLI->getNumRegisters(Ty->getContext(), ValueVT);
414 if (TLI->getNumRegisters(PN->getContext(), IntVT) != 1)
416 IntVT = TLI->getTypeToTransformTo(PN->getContext(), IntVT);
  /external/llvm/lib/MC/
MCELFStreamer.cpp 89 MCContext &Ctx = getContext();
150 MCContext &Ctx = getContext();
165 Symbol, MCSymbolRefExpr::VK_WEAKREF, getContext());
304 MCSection &Section = *getAssembler().getContext().getELFSection(
325 ->setSize(MCConstantExpr::create(Size, getContext()));
368 MCSection *Comment = getAssembler().getContext().getELFSection(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 297 updateIcons(getContext(), Configuration.EMPTY, mConfiguration);
330 android.widget.Toast.makeText(getContext(),
456 WindowManager wm = (WindowManager)getContext().getSystemService(Context.WINDOW_SERVICE);
472 WindowManager wm = (WindowManager)getContext().getSystemService(Context.WINDOW_SERVICE);
620 updateIcons(getContext(), mConfiguration, newConfig);
671 final android.content.res.Resources res = getContext().getResources();
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 366 RemovalClient client = new RemovalClient(getContext(), mHalDeviceId, token,
393 return getContext().checkCallingOrSelfPermission(permission)
398 getContext().enforceCallingOrSelfPermission(permission,
503 AuthenticationClient client = new AuthenticationClient(getContext(), mHalDeviceId, token,
550 EnrollClient client = new EnrollClient(getContext(), mHalDeviceId, token, receiver,
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java 118 mDefaultFilterHeaderText = getContext().getResources().getText(resourceId);
154 partition.setDirectoryType(getContext().getString(R.string.contactsList));
381 getContext().getString(R.string.user_profile_contacts_list_header));
655 final Resources res = getContext().getResources();
700 return getContext().getString(zeroResourceId);
702 String format = getContext().getResources()
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelDataManagerTest.java 81 mContentProvider = new FakeContentProvider(getContext());
90 mChannelDataManager = new ChannelDataManager(getContext(), mockHelper,
145 channelInfoList.add(ChannelInfo.create(getContext(), i));
297 ChannelInfo testChannelInfo = ChannelInfo.create(getContext(), (int) testChannelId);
383 new ChannelInfoWrapper(ChannelInfo.create(getContext(), i)));
474 new ChannelInfoWrapper(ChannelInfo.create(getContext(), (int) channelId)));
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 199 ASTContext &Ctx = CGM.getContext();
237 ASTContext &Ctx = CGM.getContext();
255 ASTContext &Ctx = CGM.getContext();
275 ASTContext &Ctx = CGM.getContext();
311 ASTContext &Ctx = CGM.getContext();
332 ASTContext &Ctx = CGM.getContext();
348 ASTContext &Ctx = CGM.getContext();
    [all...]
CGStmt.cpp 296 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(),
620 LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), WhileAttrs);
711 LoopStack.push(LoopBody, CGM.getContext(), DoAttrs);
774 LoopStack.push(CondBlock, CGM.getContext(), ForAttrs);
869 LoopStack.push(CondBlock, CGM.getContext(), ForAttrs);
    [all...]
CGStmtOpenMP.cpp 50 ASTContext &Ctx = CGF.getContext();
82 ASTContext &Ctx = CGM.getContext();
105 II = &getContext().Idents.get("this");
108 II = &getContext().Idents.get("vla");
111 ArgType = getContext().getVariableArrayDecayedType(ArgType);
112 Args.push_back(ImplicitParamDecl::Create(getContext(), nullptr,
169 Var, Address(ArgAddr.getPointer(), getContext().getDeclAlign(Var)));
224 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementTy);
288 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy);
479 getContext().getTargetInfo().isTLSSupported())
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 223 if (CFP->getType() == Type::getFloatTy(CFP->getContext()))
225 Out << "ConstantFP::get(mod->getContext(), ";
234 if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
252 if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
256 } else if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
379 return "Type::getVoidTy(mod->getContext())";
382 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";
385 return "Type::getX86_FP80Ty(mod->getContext())";
387 return "Type::getFloatTy(mod->getContext())";
389 return "Type::getDoubleTy(mod->getContext())";
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java 632 mUseVolumeKeySounds = getContext().getResources().getBoolean(
634 mUseFixedVolume = getContext().getResources().getBoolean(
638 private Context getContext() {
691 MediaSessionLegacyHelper helper = MediaSessionLegacyHelper.getHelper(getContext());
737 MediaSessionLegacyHelper.getHelper(getContext())
765 MediaSessionLegacyHelper.getHelper(getContext())
811 getContext().getOpPackageName());
841 MediaSessionLegacyHelper helper = MediaSessionLegacyHelper.getHelper(getContext());
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 412 (AccessibilityManager) getContext().getSystemService(
602 Resources res = getContext().getResources();
717 mVibrator = (Vibrator) getContext().getSystemService(Context.VIBRATOR_SERVICE);
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 311 mOpenHelper = MmsSmsDatabaseHelper.getInstanceForCe(getContext());
313 getContext().getResources().getBoolean(
315 TelephonyBackupAgent.DeferredSmsMmsRestoreService.startIfFilesExist(getContext());
327 getContext(), getCallingPackage(), Binder.getCallingUid());
516 cursor.setNotificationUri(getContext().getContentResolver(), MmsSms.CONTENT_URI);
652 getContext().getContentResolver().notifyChange(MmsSms.CONTENT_URI, null, true,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 226 Type *Int32Ty = Type::getInt32Ty(EI.getContext());
288 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
294 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
300 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()),
320 Mask[InsertedIdx] = UndefValue::get(Type::getInt32Ty(V->getContext()));
337 ConstantInt::get(Type::getInt32Ty(V->getContext()),
342 ConstantInt::get(Type::getInt32Ty(V->getContext()),
373 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
379 Mask.assign(NumElts, ConstantInt::get(Type::getInt32Ty(V->getContext()),0));
406 Mask[i] = ConstantInt::get(Type::getInt32Ty(V->getContext()), i)
    [all...]
  /frameworks/base/core/java/android/widget/
Toolbar.java 486 setLogo(getContext().getDrawable(resId));
636 setLogoDescription(getContext().getText(resId));
667 mLogoView = new ImageView(getContext());
721 setTitle(getContext().getText(resId));
735 final Context context = getContext();
776 setSubtitle(getContext().getText(resId));
789 final Context context = getContext();
884 setNavigationContentDescription(resId != 0 ? getContext().getText(resId) : null);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 61 >>> getcontext().prec = 18
82 >>> getcontext().traps[DivisionByZero] = 1
134 'setcontext', 'getcontext', 'localcontext'
387 # The getcontext() and setcontext() function manage access to a thread-local
421 def getcontext(): function
441 def getcontext(_local=local): function
485 >>> print getcontext().prec
488 ... ctx = getcontext()
494 ... print getcontext().prec
497 >>> print getcontext().pre
    [all...]

Completed in 2783 milliseconds

<<71727374757677787980>>