Searched defs:getInstance (Results 101 - 125 of 286) sorted by last modified time

1234567891011>>

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLECPrivateKey.java54 group = OpenSSLECGroupContext.getInstance(ecKeySpec.getParams());
66 group = OpenSSLECGroupContext.getInstance(ecPrivateKey.getParams());
79 public static OpenSSLKey getInstance(ECPrivateKey ecPrivateKey) throws InvalidKeyException { method in class:OpenSSLECPrivateKey
81 OpenSSLECGroupContext group = OpenSSLECGroupContext.getInstance(ecPrivateKey
H A DOpenSSLECPublicKey.java53 group = OpenSSLECGroupContext.getInstance(ecKeySpec.getParams());
54 OpenSSLECPointContext pubKey = OpenSSLECPointContext.getInstance(
63 public static OpenSSLKey getInstance(ECPublicKey ecPublicKey) throws InvalidKeyException { method in class:OpenSSLECPublicKey
66 .getInstance(ecPublicKey.getParams());
67 OpenSSLECPointContext pubKey = OpenSSLECPointContext.getInstance(
H A DOpenSSLEngine.java34 public static OpenSSLEngine getInstance(String engine) throws IllegalArgumentException { method in class:OpenSSLEngine
H A DOpenSSLRSAPrivateCrtKey.java95 static OpenSSLKey getInstance(RSAPrivateCrtKey rsaPrivateKey) throws InvalidKeyException { method in class:OpenSSLRSAPrivateCrtKey
H A DOpenSSLRSAPrivateKey.java84 static OpenSSLRSAPrivateKey getInstance(OpenSSLKey key) { method in class:OpenSSLRSAPrivateKey
102 static OpenSSLKey getInstance(RSAPrivateKey rsaPrivateKey) throws InvalidKeyException { method in class:OpenSSLRSAPrivateKey
H A DOpenSSLRSAPublicKey.java64 static OpenSSLKey getInstance(RSAPublicKey rsaPublicKey) throws InvalidKeyException { method in class:OpenSSLRSAPublicKey
H A DOpenSSLSecretKey.java53 public static OpenSSLKey getInstance(SecretKey key) throws InvalidKeyException { method in class:OpenSSLSecretKey
/external/chromium_org/third_party/skia/include/gpu/
H A DGrTBackendProcessorFactory.h19 * return GrTBackendEffectFactory<MyEffect>::getInstance();
61 static const BackEnd& getInstance() { function in class:GrTBackendProcessorFactory
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrDebugGL.h91 static GrDebugGL *getInstance() { function in class:GrDebugGL
160 reinterpret_cast<className *>(GrDebugGL::getInstance()->createObj(classEnum))
165 reinterpret_cast<className *>(GrDebugGL::getInstance()->findObject(id, classEnum))
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/icu/source/i18n/
H A Dgender.cpp92 const GenderInfo* GenderInfo::getInstance(const Locale& locale, UErrorCode& status) { function in class:GenderInfo
243 return (const UGenderInfo*) icu::GenderInfo::getInstance(locale, *status);
H A Dregion.cpp403 Region::getInstance(const char *region_code, UErrorCode &status) { function in class:Region
446 Region::getInstance (int32_t code, UErrorCode &status) { function in class:Region
563 const Region *r = Region::getInstance(id,status);
570 const Region *r2 = Region::getInstance(id2,status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidna.cpp1475 getInstance(status); // Init prep
1560 getInstance(status); // Init prep
1597 NamePrepTransform* TestIDNA::getInstance(UErrorCode& status){ function in class:TestIDNA
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2.cpp549 Normalizer2Factory::getInstance(UNormalizationMode mode, UErrorCode &errorCode) { function in class:Normalizer2Factory
618 Normalizer2::getInstance(const char *packageName, function in class:Normalizer2
732 return (const UNormalizer2 *)Normalizer2::getInstance(packageName, name, mode, *pErrorCode);
979 const Normalizer2 *norm2=Normalizer2Factory::getInstance(mode, errorCode);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dvolume_manager.js499 * Queue to run getInstance sequentially.
507 * of getInstance().
526 VolumeManager.getInstance = function(callback) {
/external/chromium_org/ui/file_manager/image_loader/
H A Dimage_loader.js111 ImageLoader.getInstance = function() {
H A Dimage_loader_client.js50 ImageLoaderClient.getInstance = function() {
367 return ImageLoaderClient.getInstance().load(
/external/chromium_org/ui/webui/resources/js/
H A Dcr.js286 * Adds a {@code getInstance} static method that always return the same
292 ctor.getInstance = function() {
309 ctor.getInstance();
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/net/android/java/src/org/chromium/net/
H A DNetworkChangeNotifier.java103 public static NetworkChangeNotifier getInstance() { method in class:NetworkChangeNotifier
117 getInstance().setAutoDetectConnectivityStateInternal(shouldAutoDetect);
154 getInstance().forceConnectivityStateInternal(networkAvailable);
185 getInstance().addConnectionTypeObserverInternal(observer);
196 getInstance().removeConnectionTypeObserverInternal(observer);
208 return getInstance().mAutoDetector;
215 int connectionType = getInstance().getCurrentConnectionType();
/external/chromium_org/printing/android/java/src/org/chromium/printing/
H A DPrintingControllerImpl.java126 public static PrintingController getInstance() { method in class:PrintingControllerImpl
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DCapabilityManager.java55 public static CapabilityManager getInstance() { method in class:CapabilityManager
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js121 a.getInstance = function() {

Completed in 425 milliseconds

1234567891011>>