HomeSort by relevance Sort by last modified time
    Searched full:getcontext (Results 276 - 300 of 1908) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/MC/
MCObjectStreamer.cpp 254 const MCExpr *AddrDelta = BuildSymbolDiff(getContext(), Label, LastLabel);
266 const MCExpr *AddrDelta = BuildSymbolDiff(getContext(), Label, LastLabel);
309 MCSymbol *CurrentPos = getContext().CreateTempSymbol();
313 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext());
315 MCBinaryExpr::Create(MCBinaryExpr::Sub, Offset, Ref, getContext());
352 if (getContext().hasDwarfFiles())
356 if (getContext().getGenDwarfForAssembly())
MCDwarf.cpp 72 if (!MCOS->getContext().getDwarfLocSeen())
76 MCSymbol *LineSym = MCOS->getContext().CreateTempSymbol();
81 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc();
87 MCOS->getContext().ClearDwarfLocSeen();
92 MCOS->getContext().getMCLineSections();
100 MCOS->getContext().addMCLineSection(Section, LineSection);
105 MCOS->getContext().getDwarfCompileUnitID());
117 MCSymbolRefExpr::Create(&End, Variant, MCOS.getContext());
119 MCSymbolRefExpr::Create(&Start, Variant, MCOS.getContext());
121 MCBinaryExpr::Create(MCBinaryExpr::Sub, Res, RHS, MCOS.getContext());
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 89 Context context = getContext();
205 getContext().getSystemService(Context.ACTIVITY_SERVICE);
211 getContext().startActivity(tag.intent);
230 getContext().registerReceiver(mBroadcastReceiver, mBroadcastIntentFilter);
247 getContext().unregisterReceiver(mBroadcastReceiver);
257 final Context context = getContext();
268 IconUtilities iconUtilities = new IconUtilities(getContext());
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java 84 mContext = getContext();
    [all...]
  /packages/apps/Email/tests/src/com/android/email/service/
MailServiceTests.java 59 PackageManager pm = getContext().getPackageManager();
61 new ComponentName(getContext(), EasTestAuthenticatorService.class),
83 Context context = getContext();
118 Context context = getContext();
171 Context context = getContext();
258 mailService.mController = new TestController(mMockContext, getContext());
320 mailService.mController = new TestController(mMockContext, getContext());
  /packages/apps/Gallery2/src/com/android/camera/ui/
CameraSwitcher.java 158 mParent = LayoutInflater.from(getContext()).inflate(R.layout.switcher_popup,
172 RotateImageView item = new RotateImageView(getContext());
184 item.setContentDescription(getContext().getResources().getString(
188 item.setContentDescription(getContext().getResources().getString(
192 item.setContentDescription(getContext().getResources().getString(
196 item.setContentDescription(getContext().getResources().getString(
280 int orientation = Util.getDisplayRotation((Activity) getContext());
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/provider/
FeedProvider.java 65 mDatabaseHelper = new FeedDatabase(getContext());
109 Context ctx = getContext();
138 Context ctx = getContext();
170 Context ctx = getContext();
201 Context ctx = getContext();
  /external/llvm/lib/IR/
Metadata.cpp 134 LLVMContextImpl *pImpl = getType()->getContext().pImpl;
292 assert(!N->getContext().pImpl->MDNodeSet.RemoveNode(N) &&
294 assert(!N->getContext().pImpl->NonUniquedMDNodes.erase(N) &&
321 LLVMContextImpl *pImpl = getType()->getContext().pImpl;
357 LLVMContextImpl *pImpl = getType()->getContext().pImpl;
552 return MDNode::get(A->getContext(), EndPoints);
613 setMetadata(getContext().getMDKindID(Kind), Node);
617 return getMetadataImpl(getContext().getMDKindID(Kind));
634 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
655 getContext().pImpl->MetadataStore.count(this)) &
    [all...]
ConstantFold.cpp 59 Type *Ty = IntegerType::get(CV->getContext(), 32);
91 IntegerType *FakeIntPtrTy = Type::getInt64Ty(DstTy->getContext());
112 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext()));
170 return ConstantFP::get(DestTy->getContext(),
180 return ConstantInt::get(FP->getContext(),
212 return ConstantInt::get(CI->getContext(), V);
263 return Constant::getNullValue(IntegerType::get(CE->getContext(),
285 return Constant::getNullValue(IntegerType::get(CE->getContext(),
301 return Constant::getNullValue(IntegerType::get(CE->getContext(),
321 return ConstantExpr::getTrunc(Res, IntegerType::get(C->getContext(),
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSelectorView.java 133 Context getContext() {
143 mLockPatternUtils = new LockPatternUtils(getContext());
179 final KeyguardUpdateMonitor monitor = KeyguardUpdateMonitor.getInstance(getContext());
262 KeyguardUpdateMonitor.getInstance(getContext()).removeCallback(mInfoCallback);
267 KeyguardUpdateMonitor.getInstance(getContext()).registerCallback(mInfoCallback);
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 370 getStreamer().SwitchSection(getContext().getMachOSection(
397 MCSymbol *Sym = getContext().GetOrCreateSymbol(Name);
476 MCSymbol *Sym = getContext().GetOrCreateSymbol(Name);
538 getStreamer().SwitchSection(getContext().getMachOSection(
583 if (getContext().getSecureLogUsed() != false)
587 const char *SecureLogFile = getContext().getSecureLogFile();
593 raw_ostream *OS = getContext().getSecureLog();
602 getContext().setSecureLog(OS);
611 getContext().setSecureLogUsed(true);
624 getContext().setSecureLogUsed(false)
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 155 timezoneUtils.setTimeZone(dbUtils.getContext(), tz);
510 false, dbUtils.getContext());
517 false, dbUtils.getContext());
527 false, dbUtils.getContext());
537 false, dbUtils.getContext());
547 false, dbUtils.getContext());
557 false, dbUtils.getContext());
567 false, dbUtils.getContext());
577 false, dbUtils.getContext());
587 true, dbUtils.getContext());
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 229 final Cursor c = MetadataDbHelper.queryDictionaries(getContext(), clientId);
236 if (!MetadataDbHelper.isClientKnown(getContext(), clientId)) return null;
249 DictionaryService.updateNowIfNotUpdatedInAVeryLongTime(getContext());
272 final Context context = getContext();
314 final AssetFileDescriptor afd = getContext().getResources().openRawResourceFd(
320 final File f = getContext().getFileStreamPath(localFilename);
347 final Context context = getContext();
401 final File f = getContext().getFileStreamPath(wordListLocalFilename);
441 if (MetadataDbHelper.deleteClient(getContext(), getClientId(uri))) {
458 UpdateHandler.markAsDeleted(getContext(), clientId, wordlistId, version, status)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 122 TLI.getTypeToTransformTo(*DAG.getContext(),
130 TLI.getTypeToTransformTo(*DAG.getContext(),
142 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
154 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
167 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
221 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
233 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
246 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
258 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
270 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0))
    [all...]
  /packages/apps/Phone/src/com/android/phone/
MobileNetworkSettings.java 143 int settingsNetworkMode = android.provider.Settings.Global.getInt(mPhone.getContext().
227 int settingsNetworkMode = android.provider.Settings.Global.getInt(mPhone.getContext().
243 mPhone.getContext().getContentResolver(),
317 mPhone.getContext().getContentResolver(),
346 android.provider.Settings.Global.putInt(mPhone.getContext().getContentResolver(),
389 mPhone.getContext().getContentResolver(),
432 mPhone.getContext().getContentResolver(),
453 android.provider.Settings.Global.putInt(mPhone.getContext().getContentResolver(),
465 android.provider.Settings.Global.putInt(mPhone.getContext().getContentResolver(),
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 103 final View titleBarView = inflate(getContext(), R.layout.audio_track_action_bar, null);
132 ApiService.setAudioTrackDuck(getContext(), mProject.getPath(),
141 ((Activity)getContext()).showDialog(
163 ApiService.setAudioTrackVolume(getContext(), mProject.getPath(),
213 final View beginView = inflate(getContext(), R.layout.empty_timeline_item, null);
233 mAddAudioTrackButtonView = inflate(getContext(), R.layout.add_audio_track_button, null);
355 final AudioTrackView audioTrackView = (AudioTrackView)inflate(getContext(),
367 ApiService.extractAudioTrackAudioWaveform(getContext(), mProject.getPath(),
594 final Activity activity = (Activity)getContext();
OverlayLinearLayout.java 100 final Activity activity = (Activity) getContext();
123 final Activity activity = (Activity) getContext();
139 ((Activity) getContext()).showDialog(
187 final Intent intent = new Intent(getContext(), OverlayTitleEditor.class);
189 ((Activity) getContext()).startActivityForResult(intent,
290 ApiService.setOverlayStartTime(getContext(), mProject.getPath(),
298 final View beginView = inflate(getContext(), R.layout.empty_timeline_item, null);
308 final View endView = inflate(getContext(), R.layout.empty_timeline_item, null);
317 mLeftHandle = (HandleView)inflate(getContext(), R.layout.left_handle_view, null);
320 mRightHandle = (HandleView)inflate(getContext(), R.layout.right_handle_view, null)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 126 SSLContext ctx = getContext();
157 SSLContext ctx = getContext();
189 SSLContext ctx = getContext();
234 SSLContext ctx = getContext();
312 getContext().getServerSocketFactory().createServerSocket(0);
322 connection.setSSLSocketFactory(getContext().getSocketFactory());
348 getContext().getServerSocketFactory().createServerSocket(0);
358 connection.setSSLSocketFactory(getContext().getSocketFactory());
390 connection.setSSLSocketFactory(getContext().getSocketFactory());
430 connection.setSSLSocketFactory(getContext().getSocketFactory())
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 69 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts);
132 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumDstElt);
145 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElt);
287 C = FoldBitCast(C, Type::getInt64Ty(C->getContext()), TD);
291 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), TD);
295 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), TD);
369 CE->getOperand(0)->getType() == TD.getIntPtrType(CE->getContext()))
391 MapTy = Type::getInt16PtrTy(C->getContext());
393 MapTy = Type::getInt32PtrTy(C->getContext());
395 MapTy = Type::getInt64PtrTy(C->getContext());
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 64 File dbDir = getContext().getDir("tests", Context.MODE_WORLD_WRITEABLE);
106 assertNull(cursorAdapter.getContext());
114 assertSame(mContext, cursorAdapter.getContext());
122 assertSame(mContext, cursorAdapter.getContext());
130 assertSame(mContext, cursorAdapter.getContext());
333 public Context getContext() {
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()),
39 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
103 CGM.getContext().getMemberPointerType(MD->getType(),
127 = ImplicitParamDecl::Create(CGM.getContext(), 0, MD->getLocation(),
128 &CGM.getContext().Idents.get("this"),
129 MD->getThisType(CGM.getContext()));
MicrosoftCXXABI.cpp 140 ArgTys.push_back(CGM.getContext().IntTy);
174 ArgTys.push_back(CGM.getContext().BoolTy);
194 ASTContext &Context = getContext();
255 ImplicitParamTy = getContext().IntTy;
279 ASTContext &Context = CGF.getContext();
304 ASTContext &Ctx = getContext();
CGClass.cpp 64 ComputeNonVirtualBaseClassOffset(getContext(), ClassDecl,
70 Types.ConvertType(getContext().getPointerDiffType());
92 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(Derived);
160 ComputeNonVirtualBaseClassOffset(getContext(), VBase ? VBase : Derived,
167 const ASTRecordLayout &layout = getContext().getASTRecordLayout(Derived);
236 getContext().getCanonicalType(getContext().getTagDeclType(Derived));
311 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD);
402 if (BaseInitializerUsesThis(CGF.getContext(), BaseInit->getInit()))
411 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(BaseType)
    [all...]
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 70 assertNotNull("getContext() returned null!", getContext());
73 getContext().getSystemService(Context.ACTIVITY_SERVICE);
74 mPackageManager = getContext().getPackageManager();
157 getContext().startActivity(intent);
165 getContext().startActivity(mHomeIntent);
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 168 mSeekBarVolumizer[i] = new SeekBarVolumizer(getContext(), seekBar,
169 SEEKBAR_TYPE[i], getMediaVolumeUri(getContext()));
171 mSeekBarVolumizer[i] = new SeekBarVolumizer(getContext(), seekBar,
198 getContext().registerReceiver(mRingModeChangedReceiver, filter);
203 if (!Utils.isVoiceCapable(getContext())) {
273 getContext().unregisterReceiver(mRingModeChangedReceiver);

Completed in 595 milliseconds

<<11121314151617181920>>