Home
last modified time | relevance | path

Searched refs:mContext (Results 1 – 25 of 76) sorted by relevance

1234

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLX509Certificate.java64 private transient final long mContext; field in OpenSSLX509Certificate
71 mContext = ctx; in OpenSSLX509Certificate()
74 notBefore = toDate(NativeCrypto.X509_get_notBefore(mContext, this)); in OpenSSLX509Certificate()
75 notAfter = toDate(NativeCrypto.X509_get_notAfter(mContext, this)); in OpenSSLX509Certificate()
80 mContext = ctx; in OpenSSLX509Certificate()
207 … NativeCrypto.get_X509_ext_oids(mContext, this, NativeCrypto.EXTENSION_TYPE_CRITICAL); in getCriticalExtensionOIDs()
215 && (NativeCrypto.get_X509_ext_oids(mContext, this, in getCriticalExtensionOIDs()
225 return NativeCrypto.X509_get_ext_oid(mContext, this, oid); in getExtensionValue()
231 … NativeCrypto.get_X509_ext_oids(mContext, this, NativeCrypto.EXTENSION_TYPE_NON_CRITICAL); in getNonCriticalExtensionOIDs()
239 && (NativeCrypto.get_X509_ext_oids(mContext, this, in getNonCriticalExtensionOIDs()
[all …]
DOpenSSLX509CRLEntry.java34 private final long mContext; field in OpenSSLX509CRLEntry
38 mContext = ctx; in OpenSSLX509CRLEntry()
41 … revocationDate = OpenSSLX509CRL.toDate(NativeCrypto.get_X509_REVOKED_revocationDate(mContext)); in OpenSSLX509CRLEntry()
47 NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getCriticalExtensionOIDs()
56 && (NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getCriticalExtensionOIDs()
66 return NativeCrypto.X509_REVOKED_get_ext_oid(mContext, oid); in getExtensionValue()
72 NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getNonCriticalExtensionOIDs()
81 && (NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getNonCriticalExtensionOIDs()
92 NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in hasUnsupportedCriticalExtension()
95 final long extensionRef = NativeCrypto.X509_REVOKED_get_ext(mContext, oid); in hasUnsupportedCriticalExtension()
[all …]
DOpenSSLX509CRL.java51 private final long mContext; field in OpenSSLX509CRL
56 mContext = ctx; in OpenSSLX509CRL()
59 thisUpdate = toDate(NativeCrypto.X509_CRL_get_lastUpdate(mContext, this)); in OpenSSLX509CRL()
60 nextUpdate = toDate(NativeCrypto.X509_CRL_get_nextUpdate(mContext, this)); in OpenSSLX509CRL()
153 … NativeCrypto.get_X509_CRL_ext_oids(mContext, this, NativeCrypto.EXTENSION_TYPE_CRITICAL); in getCriticalExtensionOIDs()
161 && (NativeCrypto.get_X509_CRL_ext_oids(mContext, this, in getCriticalExtensionOIDs()
171 return NativeCrypto.X509_CRL_get_ext_oid(mContext, this, oid); in getExtensionValue()
177 NativeCrypto.get_X509_CRL_ext_oids(mContext, this, in getNonCriticalExtensionOIDs()
186 && (NativeCrypto.get_X509_CRL_ext_oids(mContext, this, in getNonCriticalExtensionOIDs()
197 … NativeCrypto.get_X509_CRL_ext_oids(mContext, this, NativeCrypto.EXTENSION_TYPE_CRITICAL); in hasUnsupportedCriticalExtension()
[all …]
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509Certificate.java61 private transient final long mContext; field in OpenSSLX509Certificate
68 mContext = ctx; in OpenSSLX509Certificate()
71 notBefore = toDate(NativeCrypto.X509_get_notBefore(mContext, this)); in OpenSSLX509Certificate()
72 notAfter = toDate(NativeCrypto.X509_get_notAfter(mContext, this)); in OpenSSLX509Certificate()
77 mContext = ctx; in OpenSSLX509Certificate()
203 … NativeCrypto.get_X509_ext_oids(mContext, this, NativeCrypto.EXTENSION_TYPE_CRITICAL); in getCriticalExtensionOIDs()
211 && (NativeCrypto.get_X509_ext_oids(mContext, this, in getCriticalExtensionOIDs()
221 return NativeCrypto.X509_get_ext_oid(mContext, this, oid); in getExtensionValue()
227 … NativeCrypto.get_X509_ext_oids(mContext, this, NativeCrypto.EXTENSION_TYPE_NON_CRITICAL); in getNonCriticalExtensionOIDs()
235 && (NativeCrypto.get_X509_ext_oids(mContext, this, in getNonCriticalExtensionOIDs()
[all …]
DOpenSSLX509CRLEntry.java33 private final long mContext; field in OpenSSLX509CRLEntry
37 mContext = ctx; in OpenSSLX509CRLEntry()
40 … revocationDate = OpenSSLX509CRL.toDate(NativeCrypto.get_X509_REVOKED_revocationDate(mContext)); in OpenSSLX509CRLEntry()
46 NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getCriticalExtensionOIDs()
55 && (NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getCriticalExtensionOIDs()
65 return NativeCrypto.X509_REVOKED_get_ext_oid(mContext, oid); in getExtensionValue()
71 NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getNonCriticalExtensionOIDs()
80 && (NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getNonCriticalExtensionOIDs()
91 NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in hasUnsupportedCriticalExtension()
94 final long extensionRef = NativeCrypto.X509_REVOKED_get_ext(mContext, oid); in hasUnsupportedCriticalExtension()
[all …]
DOpenSSLX509CRL.java50 private final long mContext; field in OpenSSLX509CRL
55 mContext = ctx; in OpenSSLX509CRL()
58 thisUpdate = toDate(NativeCrypto.X509_CRL_get_lastUpdate(mContext, this)); in OpenSSLX509CRL()
59 nextUpdate = toDate(NativeCrypto.X509_CRL_get_nextUpdate(mContext, this)); in OpenSSLX509CRL()
152 … NativeCrypto.get_X509_CRL_ext_oids(mContext, this, NativeCrypto.EXTENSION_TYPE_CRITICAL); in getCriticalExtensionOIDs()
160 && (NativeCrypto.get_X509_CRL_ext_oids(mContext, this, in getCriticalExtensionOIDs()
170 return NativeCrypto.X509_CRL_get_ext_oid(mContext, this, oid); in getExtensionValue()
176 NativeCrypto.get_X509_CRL_ext_oids(mContext, this, in getNonCriticalExtensionOIDs()
185 && (NativeCrypto.get_X509_CRL_ext_oids(mContext, this, in getNonCriticalExtensionOIDs()
196 … NativeCrypto.get_X509_CRL_ext_oids(mContext, this, NativeCrypto.EXTENSION_TYPE_CRITICAL); in hasUnsupportedCriticalExtension()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp53 mVoidTy = Type::getVoidTy(pJitMgr->mContext); in Builder()
54 mFP16Ty = Type::getHalfTy(pJitMgr->mContext); in Builder()
55 mFP32Ty = Type::getFloatTy(pJitMgr->mContext); in Builder()
57 mDoubleTy = Type::getDoubleTy(pJitMgr->mContext); in Builder()
58 mInt1Ty = Type::getInt1Ty(pJitMgr->mContext); in Builder()
59 mInt8Ty = Type::getInt8Ty(pJitMgr->mContext); in Builder()
60 mInt16Ty = Type::getInt16Ty(pJitMgr->mContext); in Builder()
61 mInt32Ty = Type::getInt32Ty(pJitMgr->mContext); in Builder()
65 mInt64Ty = Type::getInt64Ty(pJitMgr->mContext); in Builder()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPollingTask.java45 private Context mContext = null; field in PollingTask
153 if (mContext == null) { in updateTimeStampToCurrent()
158 mContext.getContentResolver(), mContext.getPackageName()); in updateTimeStampToCurrent()
175 if (mContext != null) { in cancelRetryAlarm()
177 mContext.getSystemService(Context.ALARM_SERVICE); in cancelRetryAlarm()
189 if (mContext == null) { in scheduleRetry()
192 mContext = queue.getContext(); in scheduleRetry()
196 if (mContext != null) { in scheduleRetry()
198 intent.setClass(mContext, AlarmBroadcastReceiver.class); in scheduleRetry()
201 mRetryAlarmIntent = PendingIntent.getBroadcast(mContext, 0, intent, in scheduleRetry()
[all …]
DCapabilityPolling.java71 private final Context mContext; field in CapabilityPolling
147 mContext = context; in CapabilityPolling()
149 ContactNumberUtils.getDefault().setContext(mContext); in CapabilityPolling()
150 PresencePreferences.getInstance().setContext(mContext); in CapabilityPolling()
152 mAlarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); in CapabilityPolling()
153 mEABContactManager = new EABContactManager(mContext.getContentResolver(), in CapabilityPolling()
154 mContext.getPackageName()); in CapabilityPolling()
176 PresenceSetting.init(mContext); in initialise()
180 capabilityPollInterval = mContext.getResources().getInteger( in initialise()
190 capabilityCacheExpiration = mContext.getResources().getInteger( in initialise()
[all …]
DEABService.java69 private Context mContext; field in EABService
113 mContext.getContentResolver().delete(
117 SharedPrefUtil.resetEABSharedPref(mContext);
128 mContext, currentTimestamp);
134 SharedPrefUtil.resetEABSharedPref(mContext);
137 SharedPrefUtil.setInitDone(mContext, true);
194 mContext = getApplicationContext(); in onCreate()
345 SharedPrefUtil.resetEABSharedPref(mContext); in handleMessage()
377 if(SharedPrefUtil.isInitDone(mContext)) { in ensureInitDone()
386 EABDbUtil.validateAndSyncFromContactsDb(mContext); in ensureInitDone()
[all …]
DPresencePreferences.java39 private Context mContext = null; field in PresencePreferences
46 if (mContext == null) { in setContext()
47 mContext = context; in setContext()
48 mCommonPref = mContext.getSharedPreferences(PREFERENCES, Context.MODE_PRIVATE); in setContext()
/external/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp31 mContext(context), in ValidateSwitch()
100 mContext->error(node->getLine(), "label statement nested inside control flow", nodeStr); in visitCase()
110 mContext->error(node->getLine(), "duplicate default label", nodeStr); in visitCase()
124 mContext->error(condition->getLine(), in visitCase()
134 mContext->error(condition->getLine(), "duplicate case label", nodeStr); in visitCase()
147 mContext->error(condition->getLine(), "duplicate case label", nodeStr); in visitCase()
198 mContext->error(loc, in validateInternal()
203 mContext->error(loc, in validateInternal()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMediaFacade.java75 private final Context mContext; field in BluetoothMediaFacade
118 mContext = mService.getApplicationContext(); in BluetoothMediaFacade()
120 (MediaSessionManager) mContext.getSystemService(mContext.MEDIA_SESSION_SERVICE); in BluetoothMediaFacade()
125 new ComponentName(mContext.getPackageName(), this.getClass().getName()); in BluetoothMediaFacade()
208 MediaController mediaController = new MediaController(mContext,
229 Handler mainHandler = new Handler(mContext.getMainLooper()); in setCurrentMediaController()
299 new ComponentName(mContext.getPackageName(), in bluetoothMediaPassthrough()
429 mBrowser = new MediaBrowser(mContext, compName, mBrowserConnectionCallback, in bluetoothMediaConnectToCarMBS()
440 Handler mainHandler = new Handler(mContext.getMainLooper()); in bluetoothMediaConnectToCarMBS()
454 Intent startIntent = new Intent(mContext, BluetoothSL4AAudioSrcMBS.class); in bluetoothMediaPhoneSL4AMBSStart()
[all …]
DBluetoothBroadcastHelper.java29 private final Context mContext; field in BluetoothBroadcastHelper
37 mContext = context; in BluetoothBroadcastHelper()
50 mContext.registerReceiver(mReceiver, mIntentFilter); in startReceiver()
67 mContext.unregisterReceiver(mReceiver); in stopReceiver()
DBluetoothDiscoveryHelper.java56 private final Context mContext; field in BluetoothDiscoveryHelper
62 mContext = context; in BluetoothDiscoveryHelper()
104 mContext.registerReceiver(mReceiver, filter); in startDiscovery()
117 mContext.unregisterReceiver(mReceiver); in cancel()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DInterpreterProvider.java53 private Context mContext; field in InterpreterProvider
89 mContext = getContext(); in onCreate()
90 mPreferences = PreferenceManager.getDefaultSharedPreferences(mContext); in onCreate()
140 values.put(InterpreterPropertyNames.BINARY, mDescriptor.getBinary(mContext).getAbsolutePath()); in getProperties()
142 .getInteractiveCommand(mContext)); in getProperties()
143 values.put(InterpreterPropertyNames.SCRIPT_COMMAND, mDescriptor.getScriptCommand(mContext)); in getProperties()
151 values.putAll(mDescriptor.getEnvironmentVariables(mContext)); in getEnvironmentVariables()
158 for (String argument : mDescriptor.getArguments(mContext)) { in getArguments()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsStackAdaptor.java97 private Context mContext = null; field in RcsStackAdaptor
166 mContext = context; in RcsStackAdaptor()
208 if (!RcsSettingUtils.getCapabilityDiscoveryEnabled(mContext)) { in checkStackAndPublish()
249 mContext.sendStickyBroadcast(publishIntent); in setPublishState()
265 if (!RcsSettingUtils.isEabProvisioned(mContext)) { in checkStackStatus()
357 TelephonyManager teleMgr = (TelephonyManager) mContext.getSystemService( in requestPublication()
455 mContext.startService(intent); in launchPersistService()
464 mListenerHandler = new StackListener(mContext, listenerLooper); in createListeningThread()
503 mContext.registerReceiver(mRcsServiceReceiver, filter); in doInitImsUceService()
506 mImsUceManager = ImsUceManager.getInstance(mContext, in doInitImsUceService()
[all …]
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresencePublication.java166 this.mContext = context; in PresencePublication()
170 mDataEnabled = Settings.Global.getInt(mContext.getContentResolver(), in PresencePublication()
173 RcsSettingUtils.setMobileDataEnabled(mContext, mDataEnabled); in PresencePublication()
178 mContext.getContentResolver(), in PresencePublication()
288 mContext.registerReceiver(mReceiver, statusFilter); in PresencePublication()
303 !RcsSettingUtils.isVowifiProvisioned(mContext)) { in isIPVoiceSupported()
347 !RcsSettingUtils.isLvcProvisioned(mContext)) { in isIPVideoSupported()
424 if(RcsSettingUtils.isEabProvisioned(mContext)) { in handleProvisionChanged()
442 return Settings.Global.getInt(mContext.getContentResolver(), in isDataEnabled()
450 RcsSettingUtils.setMobileDataEnabled(mContext, mDataEnabled); in onMobileDataChanged()
[all …]
DPresenceCapabilityTask.java64 private Context mContext = null; field in PresenceCapabilityTask
86 mContext = context; in PresenceCapabilityTask()
112 if(mContext == null){ in startTimer()
118 intent.setClass(mContext, AlarmBroadcastReceiver.class); in startTimer()
120 PendingIntent mAlarmIntent = PendingIntent.getBroadcast(mContext, 0, intent, in startTimer()
124 sAlarmManager = (AlarmManager)mContext.getSystemService(Context.ALARM_SERVICE); in startTimer()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java47 protected final Context mContext; field in InterpreterInstaller
155 mContext = context; in InterpreterInstaller()
245 return new UrlDownloaderTask(in, out, mContext); in download()
262 return new ZipExtractorTask(in, out, mContext, replaceAll); in extract()
268 String out = InterpreterUtils.getInterpreterRoot(mContext).getAbsolutePath(); in extractInterpreter()
288 dataChmodErrno = FileUtils.chmod(InterpreterUtils.getInterpreterRoot(mContext), 0755); in chmodIntepreter()
290 FileUtils.recursiveChmod(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor in chmodIntepreter()
300 SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(mContext); in isInstalled()
311 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName())); in cleanup()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.l317 mContext.diagnostics = diagnostics;
330 mContext.input = Input(count, string, length);
357 mContext.diagnostics->report(Diagnostics::PP_TOKENIZER_ERROR, token->location, token->text);
367 mContext.diagnostics->report(Diagnostics::PP_TOKEN_TOO_LONG,
374 token->setAtStartOfLine(mContext.lineStart);
375 mContext.lineStart = token->type == '\n';
377 token->setHasLeadingSpace(mContext.leadingSpace);
378 mContext.leadingSpace = false;
383 if ((mHandle == nullptr) && yylex_init_extra(&mContext, &mHandle))
/external/sl4a/Common/src/com/googlecode/android_scripting/
DFutureActivityTaskExecutor.java31 private final Context mContext; field in FutureActivityTaskExecutor
37 mContext = context; in FutureActivityTaskExecutor()
51 Intent helper = new Intent(mContext, FutureActivity.class); in launchHelper()
54 mContext.startActivity(helper); in launchHelper()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
DScriptProvider.java56 private Context mContext; field in ScriptProvider
85 mContext = getContext(); in onCreate()
86 mConfiguration = new InterpreterConfiguration(mContext); in onCreate()
119 int icon = FeaturedInterpreters.getInterpreterIcon(mContext, interpreter.getExtension()); in querySearchSuggestions()
140 iconId = FeaturedInterpreters.getInterpreterIcon(mContext, script.getName()); in queryLiveFolder()
145 ShortcutIconResource icon = ShortcutIconResource.fromContext(mContext, iconId); in queryLiveFolder()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DImsManagerFacade.java38 private final Context mContext; field in ImsManagerFacade
44 mContext = mService.getBaseContext(); in ImsManagerFacade()
45 mImsManager = ImsManager.getInstance(mContext, in ImsManagerFacade()
93 return ImsManager.isWfcEnabledByPlatform(mContext); in imsIsWfcEnabledByPlatform()
100 mImsManager.setWfcRoamingSetting(mContext, enable); in imsSetWfcRoamingSetting()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
DScriptListAdapter.java33 protected final Context mContext; field in ScriptListAdapter
37 mContext = context; in ScriptListAdapter()
38 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in ScriptListAdapter()
72 resourceId = FeaturedInterpreters.getInterpreterIcon(mContext, script.getName()); in getView()

1234