Home
last modified time | relevance | path

Searched refs:resolutionType (Results 1 – 14 of 14) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/resolver/
H A DCldrResolver.java67 private ResolutionType resolutionType;
83 ResolutionType resolutionType = ResolutionType.SIMPLE;
87 resolutionType = ResolutionType.forString(option.getValue());
132 CldrResolver resolver = new CldrResolver(factory, resolutionType);
147 public CldrResolver(Factory factory, ResolutionType resolutionType) {
153 this.resolutionType = resolutionType;
224 resolved = resolveLocaleInternal(base, resolutionType);
229 private CLDRFile resolveLocaleInternal(CLDRFile file, ResolutionType resolutionType) {
233 if (resolutionType == ResolutionType.SIMPLE && !locale.equals(ROOT)) {
262 if (resolutionType == ResolutionType.NO_CODE_FALLBACK && file.getSourceLocaleID(
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/
H A DChooseClassXMLResolution.java26 public ChooseClassXMLResolution(int resolutionType, IMarker marker) { in ChooseClassXMLResolution() argument
27 super(resolutionType, marker); in ChooseClassXMLResolution()
H A DRemoveNodeXMLResolution.java26 public RemoveNodeXMLResolution(int resolutionType, IMarker marker) { in RemoveNodeXMLResolution() argument
27 super(resolutionType, marker); in RemoveNodeXMLResolution()
H A DCreateClassXMLResolution.java33 public CreateClassXMLResolution(int resolutionType, IMarker marker) { in CreateClassXMLResolution() argument
34 super(resolutionType, marker); in CreateClassXMLResolution()
H A DAbstractXMLMarkerResolution.java32 public AbstractXMLMarkerResolution(int resolutionType, IMarker marker) { in AbstractXMLMarkerResolution() argument
33 super(resolutionType, marker); in AbstractXMLMarkerResolution()
H A DExternalizeResolution.java42 public ExternalizeResolution(int resolutionType, IMarker marker) { in ExternalizeResolution() argument
43 super(resolutionType, marker); in ExternalizeResolution()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestCldrResolver.java109 public ResolverTest(ResolutionType resolutionType) { in ResolverTest() argument
111 resolver = new CldrResolver(factory, resolutionType); in ResolverTest()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Transcoder/
H A DImage.php21 protected $resolutionType = 'Google_Service_Transcoder_NormalizedCoordinate'; variable in Google_Service_Transcoder_Image
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dfareporting/
H A DVideoFormat.php23 protected $resolutionType = 'Google_Service_Dfareporting_Size'; variable in Google_Service_Dfareporting_VideoFormat
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dfareporting/
H A DVideoFormat.php23 protected $resolutionType = 'Google_Service_Dfareporting_Size'; variable in Google_Service_Dfareporting_VideoFormat
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Drpc.c++1037 } resolutionType = UNRESOLVED; member in capnp::_::__anon08921eb80111::RpcConnectionState::PromiseClient
1040 return resolutionType != UNRESOLVED; in isResolved()
1066 while (other->resolutionType == MERGED) { in resolve()
1079 resolutionType = other->resolutionType; in resolve()
1084 resolutionType = MERGED; in resolve()
1087 resolutionType = REMOTE; in resolve()
1097 resolutionType = BROKEN; in resolve()
1099 resolutionType = REFLECTED; in resolve()
1124 if (resolutionType == REFLECTED && receivedCall && in resolve()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Drpc.c++991 } resolutionType = UNRESOLVED; member in capnp::_::__anonbbee34810111::RpcConnectionState::PromiseClient
994 return resolutionType != UNRESOLVED; in isResolved()
1020 while (other->resolutionType == MERGED) { in resolve()
1033 resolutionType = other->resolutionType; in resolve()
1038 resolutionType = MERGED; in resolve()
1041 resolutionType = REMOTE; in resolve()
1051 resolutionType = BROKEN; in resolve()
1053 resolutionType = REFLECTED; in resolve()
1078 if (resolutionType == REFLECTED && receivedCall && in resolve()
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A Dimagick_class.c7689 long resolutionType; local
7699 resolutionType = MagickGetImageUnits(intern->magick_wand);
7700 RETVAL_LONG(resolutionType);
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A Dimagick_class.c7689 long resolutionType; local
7699 resolutionType = MagickGetImageUnits(intern->magick_wand);
7700 RETVAL_LONG(resolutionType);