Home
last modified time | relevance | path

Searched refs:getService (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dbrkiter.cpp309 getService(void) in getService() function
321 return !gInitOnceBrkiter.isReset() && getService() != NULL; in hasService()
329 ICULocaleService *service = getService(); in registerInstance()
356 ICULocaleService *service = getService(); in getAvailableLocales()
/third_party/skia/third_party/externals/icu/source/common/
Dbrkiter.cpp310 getService(void) in getService() function
322 return !gInitOnceBrkiter.isReset() && getService() != NULL; in hasService()
330 ICULocaleService *service = getService(); in registerInstance()
357 ICULocaleService *service = getService(); in getAvailableLocales()
/third_party/node/deps/icu-small/source/common/
Dbrkiter.cpp310 getService(void) in getService() function
322 return !gInitOnceBrkiter.isReset() && getService() != NULL; in hasService()
330 ICULocaleService *service = getService(); in registerInstance()
357 ICULocaleService *service = getService(); in getAvailableLocales()
/third_party/icu/icu4c/source/common/
Dbrkiter.cpp310 getService(void) in getService() function
322 return !gInitOnceBrkiter.isReset() && getService() != NULL; in hasService()
330 ICULocaleService *service = getService(); in registerInstance()
357 ICULocaleService *service = getService(); in getAvailableLocales()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcoll.cpp206 getService(void) in getService() function
217 UBool retVal = !gServiceInitOnce.isReset() && (getService() != NULL); in hasService()
687 return getService()->registerInstance(toAdopt, locale, status); in registerInstance()
781 return getService()->registerFactory(f, status); in registerFactory()
871 return getService()->getAvailableLocales(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcoll.cpp206 getService(void) in getService() function
217 UBool retVal = !gServiceInitOnce.isReset() && (getService() != NULL); in hasService()
685 return getService()->registerInstance(toAdopt, locale, status); in registerInstance()
779 return getService()->registerFactory(f, status); in registerFactory()
869 return getService()->getAvailableLocales(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/node/deps/icu-small/source/i18n/
Dcoll.cpp206 getService(void) in getService() function
217 UBool retVal = !gServiceInitOnce.isReset() && (getService() != NULL); in hasService()
685 return getService()->registerInstance(toAdopt, locale, status); in registerInstance()
779 return getService()->registerFactory(f, status); in registerFactory()
869 return getService()->getAvailableLocales(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/icu/icu4c/source/i18n/
Dcoll.cpp206 getService(void) in getService() function
217 UBool retVal = !gServiceInitOnce.isReset() && (getService() != NULL); in hasService()
685 return getService()->registerInstance(toAdopt, locale, status); in registerInstance()
779 return getService()->registerFactory(f, status); in registerFactory()
869 return getService()->getAvailableLocales(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/skia/third_party/externals/swiftshader/src/System/
DGrallocAndroid.cpp41 m_gralloc4_mapper = V4Mapper::getService(); in GrallocModule()
49 m_gralloc3_mapper = V3Mapper::getService(); in GrallocModule()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DGrallocAndroid.cpp41 m_gralloc4_mapper = V4Mapper::getService(); in GrallocModule()
49 m_gralloc3_mapper = V3Mapper::getService(); in GrallocModule()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/
DServicePluginBinding.java20 Service getService(); in getService() method
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
DExecService.java58 ExecService getService () { in getService() method in ExecService.LocalBinder
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php332 public function getService() function in Google\\Protobuf\\Internal\\FileDescriptorProto
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_android_mapper.cpp99 static android::sp<IMapper> mapper = IMapper::getService(); in mapper_metadata_get_buffer_info()
/third_party/typescript/src/testRunner/unittests/tsserver/
DconfiguredProjects.ts1098 function getService(additionalFiles?: File[]) { function
1138 …Service, aFile, bFile, aConfig, bConfig, alphaExtendedConfig, bravoExtendedConfig } = getService();
1204 … bFile, aConfig, bConfig, alphaExtendedConfig, bravoExtendedConfig } = getService([dummy, dummyCon…
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java548 services[i] = new ServiceDescriptor(proto.getService(i), this, i); in FileDescriptor()
613 services[i].setProto(proto.getService(i)); in setProto()
2076 public ServiceDescriptor getService() { in getService() method in Descriptors.MethodDescriptor
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterEnginePluginRegistry.java641 public Service getService() { in getService() method in FlutterEnginePluginRegistry.FlutterEngineServicePluginBinding