HomeSort by relevance Sort by last modified time
    Searched defs:getContext (Results 351 - 375 of 2060) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 131 ASTContext &getContext() { return Context; }
132 const ASTContext &getContext() const { return Context; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineModuleInfo.h 155 const MCContext &getContext() const { return Context; }
156 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 126 ASTContext &getContext() { return Context; }
127 const ASTContext &getContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 155 const MCContext &getContext() const { return Context; }
156 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 131 ASTContext &getContext() { return Context; }
132 const ASTContext &getContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineModuleInfo.h 145 const MCContext &getContext() const { return Context; }
146 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 131 ASTContext &getContext() { return Context; }
132 const ASTContext &getContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineModuleInfo.h 145 const MCContext &getContext() const { return Context; }
146 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 131 ASTContext &getContext() { return Context; }
132 const ASTContext &getContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineModuleInfo.h 155 const MCContext &getContext() const { return Context; }
156 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 131 ASTContext &getContext() { return Context; }
132 const ASTContext &getContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineModuleInfo.h 155 const MCContext &getContext() const { return Context; }
156 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 131 ASTContext &getContext() { return Context; }
132 const ASTContext &getContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineModuleInfo.h 155 const MCContext &getContext() const { return Context; }
156 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 131 ASTContext &getContext() { return Context; }
132 const ASTContext &getContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineModuleInfo.h 155 const MCContext &getContext() const { return Context; }
156 MCContext &getContext() { return Context; }
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 75 mockContentProvider.attachInfo(getContext(), info1);
76 assertSame(getContext(), mockContentProvider.getContext());
84 assertSame(getContext(), mockContentProvider.getContext());
90 assertNull(mockContentProvider.getContext());
95 assertNull(mockContentProvider.getContext());
99 mockContentProvider.attachInfo(getContext(), info1);
100 assertSame(getContext(), mockContentProvider.getContext());
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 127 assertNull(cursorAdapter.getContext());
135 assertSame(mContext, cursorAdapter.getContext());
143 assertSame(mContext, cursorAdapter.getContext());
151 assertSame(mContext, cursorAdapter.getContext());
394 public Context getContext() {
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509Certificate.java 561 public long getContext() {
574 NativeCrypto.X509_delete_ext(copy.getContext(), copy, oid);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java 103 cursor.undo(getContext(), mAccount.undoUri);
124 .getSingularDescription(getContext(), folder)));
206 loadStatics(view.getContext());
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DeviceInfo.java 113 activities = getContext().getPackageManager().getPackageInfo(
114 getContext().getPackageName(), PackageManager.GET_ACTIVITIES).activities;
130 protected Context getContext() {
131 return getInstrumentation().getContext();
  /cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
SplitAppTest.java 144 final Context context = mAppContextTestRule.getContext();
194 final Context context = mAppContextTestRule.getContext();
237 final Context context = mAppContextTestRule.getContext();
301 public Context getContext() {
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 53 private Context getContext() {
54 return getInstrumentation().getContext();
58 useSpace(getContext());
62 final StorageStatsManager stats = getContext()
65 final File dataDir = getContext().getDataDir();
73 getContext().getPackageManager().setComponentEnabledSetting(
74 new ComponentName(getContext().getPackageName(), UtilsReceiver.class.getName()),
83 getSizeManual(getContext().getDataDir()));
85 getSizeManual(getContext().getExternalCacheDir().getParentFile()));
92 final StorageManager sm = getContext().getSystemService(StorageManager.class)
    [all...]
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConstraintTest.java 78 mContext = instrumentation.getContext();
79 kJobServiceComponent = new ComponentName(getContext(), MockJobService.class);
80 kTriggerContentServiceComponent = new ComponentName(getContext(),
82 mJobScheduler = (JobScheduler) getContext().getSystemService(Context.JOB_SCHEDULER_SERVICE);
101 public Context getContext() {
128 getContext().sendBroadcast(EXPEDITE_STABLE_CHARGING);
134 getContext().checkUriPermission(uri, Process.myPid(),
139 getContext().checkUriPermission(uri, Process.myPid(),
146 while (getContext().checkUriPermission(uri, Process.myPid(), Process.myUid(), access)
  /cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
ConstraintTest.java 78 mContext = instrumentation.getContext();
79 kJobServiceComponent = new ComponentName(getContext(), MockJobService.class);
80 kTriggerContentServiceComponent = new ComponentName(getContext(),
82 mJobScheduler = (JobScheduler) getContext().getSystemService(Context.JOB_SCHEDULER_SERVICE);
101 public Context getContext() {
128 getContext().sendBroadcast(EXPEDITE_STABLE_CHARGING);
134 getContext().checkUriPermission(uri, Process.myPid(),
139 getContext().checkUriPermission(uri, Process.myPid(),
146 while (getContext().checkUriPermission(uri, Process.myPid(), Process.myUid(), access)

Completed in 2161 milliseconds

<<11121314151617181920>>