/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLX509Certificate.java | 55 private transient final long mContext; field in OpenSSLX509Certificate 58 mContext = ctx; in OpenSSLX509Certificate() 174 NativeCrypto.get_X509_ext_oids(mContext, NativeCrypto.EXTENSION_TYPE_CRITICAL); in getCriticalExtensionOIDs() 182 && (NativeCrypto.get_X509_ext_oids(mContext, in getCriticalExtensionOIDs() 192 return NativeCrypto.X509_get_ext_oid(mContext, oid); in getExtensionValue() 198 NativeCrypto.get_X509_ext_oids(mContext, NativeCrypto.EXTENSION_TYPE_NON_CRITICAL); in getNonCriticalExtensionOIDs() 206 && (NativeCrypto.get_X509_ext_oids(mContext, in getNonCriticalExtensionOIDs() 216 return (NativeCrypto.get_X509_ex_flags(mContext) & NativeConstants.EXFLAG_CRITICAL) != 0; in hasUnsupportedCriticalExtension() 241 return (int) NativeCrypto.X509_get_version(mContext) + 1; in getVersion() 246 return new BigInteger(NativeCrypto.X509_get_serialNumber(mContext)); in getSerialNumber() [all …]
|
D | OpenSSLX509CRLEntry.java | 31 private final long mContext; field in OpenSSLX509CRLEntry 34 mContext = ctx; in OpenSSLX509CRLEntry() 40 NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getCriticalExtensionOIDs() 49 && (NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getCriticalExtensionOIDs() 59 return NativeCrypto.X509_REVOKED_get_ext_oid(mContext, oid); in getExtensionValue() 65 NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getNonCriticalExtensionOIDs() 74 && (NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in getNonCriticalExtensionOIDs() 85 NativeCrypto.get_X509_REVOKED_ext_oids(mContext, in hasUnsupportedCriticalExtension() 88 final long extensionRef = NativeCrypto.X509_REVOKED_get_ext(mContext, oid); in hasUnsupportedCriticalExtension() 99 return NativeCrypto.i2d_X509_REVOKED(mContext); in getEncoded() [all …]
|
D | OpenSSLX509CRL.java | 48 private final long mContext; field in OpenSSLX509CRL 51 mContext = ctx; in OpenSSLX509CRL() 136 NativeCrypto.get_X509_CRL_ext_oids(mContext, NativeCrypto.EXTENSION_TYPE_CRITICAL); in getCriticalExtensionOIDs() 144 && (NativeCrypto.get_X509_CRL_ext_oids(mContext, in getCriticalExtensionOIDs() 154 return NativeCrypto.X509_CRL_get_ext_oid(mContext, oid); in getExtensionValue() 160 NativeCrypto.get_X509_CRL_ext_oids(mContext, in getNonCriticalExtensionOIDs() 169 && (NativeCrypto.get_X509_CRL_ext_oids(mContext, in getNonCriticalExtensionOIDs() 180 NativeCrypto.get_X509_CRL_ext_oids(mContext, NativeCrypto.EXTENSION_TYPE_CRITICAL); in hasUnsupportedCriticalExtension() 182 final long extensionRef = NativeCrypto.X509_CRL_get_ext(mContext, oid); in hasUnsupportedCriticalExtension() 193 return NativeCrypto.i2d_X509_CRL(mContext); in getEncoded() [all …]
|
/external/apache-http/android/src/android/net/http/ |
D | RequestQueue.java | 50 private final Context mContext; field in RequestQueue 80 mContext, i, this, RequestQueue.this); in ActivePool() 171 con = Connection.getConnection(mContext, host, mProxyHost, in getConnection() 206 mContext = context; in RequestQueue() 231 mContext.registerReceiver(mProxyChangeReceiver, in enablePlatformNotifications() 246 mContext.unregisterReceiver(mProxyChangeReceiver); in disablePlatformNotifications() 260 String host = Proxy.getHost(mContext); in setProxyConfig() 266 mProxyHost = new HttpHost(host, Proxy.getPort(mContext), "http"); in setProxyConfig() 379 Connection conn = Connection.getConnection(mContext, host, mProxyHost, in queueSynchronousRequest()
|
D | ConnectionThread.java | 35 private Context mContext; field in ConnectionThread 47 mContext = context; in ConnectionThread() 106 mConnection = mConnectionManager.getConnection(mContext, in run()
|
D | Connection.java | 52 Context mContext; field in Connection 103 mContext = context; in Connection()
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | ZpenSSLX509Certificate.java | 28 public final long mContext; field in ZpenSSLX509Certificate 31 mContext = ctx; in ZpenSSLX509Certificate()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | KeyboardConfigDialogPreference.java | 35 private Context mContext; field in KeyboardConfigDialogPreference 123 mUnselectedBorder = mContext.getResources().getDrawable(R.drawable.key_config_border); in onBindDialogView() 124 mSelectedBorder = mContext.getResources().getDrawable(R.drawable.key_config_border_active); in onBindDialogView() 142 mKeyLabels = mContext.getResources().getStringArray(R.array.keycode_labels); in getKeyLabel() 208 mContext = context; in setContext()
|
D | LevelSelectActivity.java | 70 private Context mContext; field in LevelSelectActivity.DisableItemArrayAdapter 80 mContext = context; in DisableItemArrayAdapter() 135 sourceView = LayoutInflater.from(mContext).inflate( in getView() 142 sourceView = LayoutInflater.from(mContext).inflate( in getView() 149 sourceView = LayoutInflater.from(mContext).inflate( in getView()
|
D | GameRenderer.java | 46 private Context mContext; field in GameRenderer 65 mContext = context; in GameRenderer() 144 library.loadAll(mContext, gl); in loadTextures() 325 mContext = newContext; in setContext()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowSimpleCursorAdapter.java | 382 v = newView(mContext, mCursor, parent); in getView() 386 bindView(v, mContext, mCursor); in getView() 396 v = newDropDownView(mContext, mCursor, parent); in getDropDownView() 400 bindView(v, mContext, mCursor); in getDropDownView()
|
D | ShadowCursorAdapter.java | 91 protected Context mContext; field in ShadowCursorAdapter 148 mContext = context; in initialize()
|
/external/robolectric/lib/main/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.commons.el_1.0.0.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |