Home
last modified time | relevance | path

Searched refs:INSTANCE (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dextensions_data.txt8 VK_KHR_surface INSTANCE
9 VK_KHR_display INSTANCE
10 VK_KHR_xlib_surface INSTANCE
11 VK_KHR_xcb_surface INSTANCE
12 VK_KHR_wayland_surface INSTANCE
13 VK_KHR_mir_surface INSTANCE
14 VK_KHR_android_surface INSTANCE
15 VK_KHR_win32_surface INSTANCE
16 VK_KHR_get_physical_device_properties2 INSTANCE 1_1_0
17 VK_KHR_device_group_creation INSTANCE 1_1_0
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCharacterPropertiesImpl.java37 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
40 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
43 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
44 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
48 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
63 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
66 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
90 int src = UCharacterProperty.INSTANCE.getSource(prop); in getIntPropInclusions()
119 int src = UCharacterProperty.INSTANCE.getSource(prop); in getInclusionsForProperty()
DUCharacterProperty.java54 public static final UCharacterProperty INSTANCE; field in UCharacterProperty
145 static final LayoutProps INSTANCE = new LayoutProps(); field in UCharacterProperty.LayoutProps
351 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains()
377 return UBiDiProps.INSTANCE.isBidiControl(c);
383 return UBiDiProps.INSTANCE.isMirrored(c);
412 return UBiDiProps.INSTANCE.isJoinControl(c);
514 UCaseProps csp=UCaseProps.INSTANCE;
620 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
656 return UBiDiProps.INSTANCE.getClass(c);
681 return UBiDiProps.INSTANCE.getJoiningGroup(c);
[all …]
DNorm2AllModes.java304 return getInstanceFromSingleton(NFCSingleton.INSTANCE); in getNFCInstance()
307 return getInstanceFromSingleton(NFKCSingleton.INSTANCE); in getNFKCInstance()
310 return getInstanceFromSingleton(NFKC_CFSingleton.INSTANCE); in getNFKC_CFInstance()
326 singleton=NFCSingleton.INSTANCE; in getInstance()
328 singleton=NFKCSingleton.INSTANCE; in getInstance()
330 singleton=NFKC_CFSingleton.INSTANCE; in getInstance()
380 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfc"); field in Norm2AllModes.NFCSingleton
383 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfkc"); field in Norm2AllModes.NFKCSingleton
386 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfkc_cf"); field in Norm2AllModes.NFKC_CFSingleton
DCaseMapImpl.java214 int gc = UCharacterProperty.INSTANCE.getType(c); in isLNS()
217 UCaseProps.INSTANCE.getType(c) != UCaseProps.NONE); in isLNS()
500 c = UCaseProps.INSTANCE.toFullLower(c, iter, dest, caseLocale); in internalToLower()
502 c = UCaseProps.INSTANCE.toFullFolding(c, dest, options); in internalToLower()
580 c = UCaseProps.INSTANCE.toFullUpper(c, iter, dest, caseLocale); in internalToUpper()
717 UCaseProps.NONE==UCaseProps.INSTANCE.getType(c) : in toTitle()
731 c = UCaseProps.INSTANCE.toFullTitle(c, iter, dest, caseLocale); in toTitle()
1293 int type = UCaseProps.INSTANCE.getTypeOrIgnorable(c); in isFollowedByCasedLetter()
1322 int type = UCaseProps.INSTANCE.getTypeOrIgnorable(c); in toUpper()
1433 c = UCaseProps.INSTANCE.toFullUpper(c, null, dest, UCaseProps.LOC_GREEK); in toUpper()
DCalendarUtil.java59 return CalendarPreferences.INSTANCE.getCalendarTypeForRegion(region); in getCalendarType()
63 private static final CalendarPreferences INSTANCE = new CalendarPreferences(); field in CalendarUtil.CalendarPreferences
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCharacterPropertiesImpl.java39 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
42 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
45 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
46 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
50 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
65 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
68 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
92 int src = UCharacterProperty.INSTANCE.getSource(prop); in getIntPropInclusions()
121 int src = UCharacterProperty.INSTANCE.getSource(prop); in getInclusionsForProperty()
DUCharacterProperty.java55 public static final UCharacterProperty INSTANCE; field in UCharacterProperty
146 static final LayoutProps INSTANCE = new LayoutProps(); field in UCharacterProperty.LayoutProps
352 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains()
378 return UBiDiProps.INSTANCE.isBidiControl(c);
384 return UBiDiProps.INSTANCE.isMirrored(c);
413 return UBiDiProps.INSTANCE.isJoinControl(c);
515 UCaseProps csp=UCaseProps.INSTANCE;
621 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
657 return UBiDiProps.INSTANCE.getClass(c);
682 return UBiDiProps.INSTANCE.getJoiningGroup(c);
[all …]
DNorm2AllModes.java323 return getInstanceFromSingleton(NFCSingleton.INSTANCE); in getNFCInstance()
326 return getInstanceFromSingleton(NFKCSingleton.INSTANCE); in getNFKCInstance()
329 return getInstanceFromSingleton(NFKC_CFSingleton.INSTANCE); in getNFKC_CFInstance()
345 singleton=NFCSingleton.INSTANCE; in getInstance()
347 singleton=NFKCSingleton.INSTANCE; in getInstance()
349 singleton=NFKC_CFSingleton.INSTANCE; in getInstance()
399 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfc"); field in Norm2AllModes.NFCSingleton
402 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfkc"); field in Norm2AllModes.NFKCSingleton
405 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfkc_cf"); field in Norm2AllModes.NFKC_CFSingleton
DCaseMapImpl.java219 int gc = UCharacterProperty.INSTANCE.getType(c); in isLNS()
222 UCaseProps.INSTANCE.getType(c) != UCaseProps.NONE); in isLNS()
505 c = UCaseProps.INSTANCE.toFullLower(c, iter, dest, caseLocale); in internalToLower()
507 c = UCaseProps.INSTANCE.toFullFolding(c, dest, options); in internalToLower()
585 c = UCaseProps.INSTANCE.toFullUpper(c, iter, dest, caseLocale); in internalToUpper()
722 UCaseProps.NONE==UCaseProps.INSTANCE.getType(c) : in toTitle()
736 c = UCaseProps.INSTANCE.toFullTitle(c, iter, dest, caseLocale); in toTitle()
1298 int type = UCaseProps.INSTANCE.getTypeOrIgnorable(c); in isFollowedByCasedLetter()
1327 int type = UCaseProps.INSTANCE.getTypeOrIgnorable(c); in toUpper()
1438 c = UCaseProps.INSTANCE.toFullUpper(c, null, dest, UCaseProps.LOC_GREEK); in toUpper()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNormalizer.java156 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFDInstance()); field in Normalizer.NFDModeImpl
159 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFKDInstance()); field in Normalizer.NFKDModeImpl
162 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFCInstance()); field in Normalizer.NFCModeImpl
165 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFKCInstance()); field in Normalizer.NFKCModeImpl
168 private static final ModeImpl INSTANCE = new ModeImpl(Norm2AllModes.getFCDNormalizer2()); field in Normalizer.FCDModeImpl
172 private static final UnicodeSet INSTANCE = new UnicodeSet("[:age=3.2:]").freeze(); field in Normalizer.Unicode32
175 private static final ModeImpl INSTANCE = field in Normalizer.NFD32ModeImpl
177 Unicode32.INSTANCE));
180 private static final ModeImpl INSTANCE = field in Normalizer.NFKD32ModeImpl
182 Unicode32.INSTANCE));
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer.java157 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFDInstance()); field in Normalizer.NFDModeImpl
160 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFKDInstance()); field in Normalizer.NFKDModeImpl
163 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFCInstance()); field in Normalizer.NFCModeImpl
166 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFKCInstance()); field in Normalizer.NFKCModeImpl
169 private static final ModeImpl INSTANCE = new ModeImpl(Norm2AllModes.getFCDNormalizer2()); field in Normalizer.FCDModeImpl
173 private static final UnicodeSet INSTANCE = new UnicodeSet("[:age=3.2:]").freeze(); field in Normalizer.Unicode32
176 private static final ModeImpl INSTANCE = field in Normalizer.NFD32ModeImpl
178 Unicode32.INSTANCE));
181 private static final ModeImpl INSTANCE = field in Normalizer.NFKD32ModeImpl
183 Unicode32.INSTANCE));
[all …]
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DJSONMethodCodec.java24 public static final JSONMethodCodec INSTANCE = new JSONMethodCodec(); field in JSONMethodCodec
35 return JSONMessageCodec.INSTANCE.encodeMessage(map); in encodeMethodCall()
44 final Object json = JSONMessageCodec.INSTANCE.decodeMessage(message); in decodeMethodCall()
61 return JSONMessageCodec.INSTANCE in encodeSuccessEnvelope()
68 return JSONMessageCodec.INSTANCE.encodeMessage(new JSONArray() in encodeErrorEnvelope()
77 final Object json = JSONMessageCodec.INSTANCE.decodeMessage(envelope); in decodeEnvelope()
DJSONMessageCodec.java27 public static final JSONMessageCodec INSTANCE = new JSONMessageCodec(); field in JSONMessageCodec
39 return StringCodec.INSTANCE.encodeMessage(JSONObject.quote((String) wrapped)); in encodeMessage()
41 return StringCodec.INSTANCE.encodeMessage(wrapped.toString()); in encodeMessage()
51 final String json = StringCodec.INSTANCE.decodeMessage(message); in decodeMessage()
/third_party/flutter/flutter/dev/integration_tests/channels/android/app/src/main/java/com/yourcompany/channels/
DMainActivity.java22 …pMessageHandshake(new BasicMessageChannel<>(getFlutterView(), "binary-msg", BinaryCodec.INSTANCE)); in onCreate()
23 …pMessageHandshake(new BasicMessageChannel<>(getFlutterView(), "string-msg", StringCodec.INSTANCE)); in onCreate()
24 …ssageHandshake(new BasicMessageChannel<>(getFlutterView(), "json-msg", JSONMessageCodec.INSTANCE)); in onCreate()
25 …ake(new BasicMessageChannel<>(getFlutterView(), "std-msg", ExtendedStandardMessageCodec.INSTANCE)); in onCreate()
26 …setupMethodHandshake(new MethodChannel(getFlutterView(), "json-method", JSONMethodCodec.INSTANCE)); in onCreate()
27 …l(getFlutterView(), "std-method", new StandardMethodCodec(ExtendedStandardMessageCodec.INSTANCE))); in onCreate()
142 public static final ExtendedStandardMessageCodec INSTANCE = new ExtendedStandardMessageCodec(); field in ExtendedStandardMessageCodec
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java2668 UCharacterProperty.INSTANCE.getIntPropertyValue(ch, UProperty.BLOCK)); in of()
4076 return UCharacterProperty.INSTANCE.digit(ch); in digit()
4095 return UCharacterProperty.INSTANCE.getNumericValue(ch); in getNumericValue()
4117 return UCharacterProperty.INSTANCE.getUnicodeNumericValue(ch); in getUnicodeNumericValue()
4152 return UCharacterProperty.INSTANCE.getType(ch); in getType()
4537 return UCaseProps.INSTANCE.tolower(ch); in toLowerCase()
4586 return UCaseProps.INSTANCE.totitle(ch); in toTitleCase()
4609 return UCaseProps.INSTANCE.toupper(ch); in toUpperCase()
4697 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()
4711 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()
[all …]
DUScript.java1182 …int scriptX=UCharacterProperty.INSTANCE.getAdditional(codepoint, 0)&UCharacterProperty.SCRIPT_X_MA… in getScript()
1191 return UCharacterProperty.INSTANCE.m_scriptExtensions_[codeOrIndex]; in getScript()
1212 … int scriptX=UCharacterProperty.INSTANCE.getAdditional(c, 0)&UCharacterProperty.SCRIPT_X_MASK; in hasScript()
1218 char[] scriptExtensions=UCharacterProperty.INSTANCE.m_scriptExtensions_; in hasScript()
1262 … int scriptX=UCharacterProperty.INSTANCE.getAdditional(c, 0)&UCharacterProperty.SCRIPT_X_MASK; in getScriptExtensions()
1269 char[] scriptExtensions=UCharacterProperty.INSTANCE.m_scriptExtensions_; in getScriptExtensions()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacter.java2316 UCharacterProperty.INSTANCE.getIntPropertyValue(ch, UProperty.BLOCK)); in of()
3530 return UCharacterProperty.INSTANCE.digit(ch); in digit()
3548 return UCharacterProperty.INSTANCE.getNumericValue(ch); in getNumericValue()
3569 return UCharacterProperty.INSTANCE.getUnicodeNumericValue(ch); in getUnicodeNumericValue()
3604 return UCharacterProperty.INSTANCE.getType(ch); in getType()
3975 return UCaseProps.INSTANCE.tolower(ch); in toLowerCase()
4022 return UCaseProps.INSTANCE.totitle(ch); in toTitleCase()
4044 return UCaseProps.INSTANCE.toupper(ch); in toUpperCase()
4127 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()
4140 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()
[all …]
DUScript.java1000 …int scriptX=UCharacterProperty.INSTANCE.getAdditional(codepoint, 0)&UCharacterProperty.SCRIPT_X_MA… in getScript()
1009 return UCharacterProperty.INSTANCE.m_scriptExtensions_[codeOrIndex]; in getScript()
1029 … int scriptX=UCharacterProperty.INSTANCE.getAdditional(c, 0)&UCharacterProperty.SCRIPT_X_MASK; in hasScript()
1035 char[] scriptExtensions=UCharacterProperty.INSTANCE.m_scriptExtensions_; in hasScript()
1078 … int scriptX=UCharacterProperty.INSTANCE.getAdditional(c, 0)&UCharacterProperty.SCRIPT_X_MASK; in getScriptExtensions()
1085 char[] scriptExtensions=UCharacterProperty.INSTANCE.m_scriptExtensions_; in getScriptExtensions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java732 } else if (LocaleDistance.INSTANCE.isParadigmLSR(lsr)) { in LocaleMatcher()
762 LocaleDistance.INSTANCE.getDefaultDemotionPerDesiredLocale(); // null or REGION in LocaleMatcher()
770 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in LocaleMatcher()
777 threshold = LocaleDistance.INSTANCE.getDefaultScriptDistance(); in LocaleMatcher()
799 return XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(locale); in getMaximalLsrOrUnd()
807 return XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(locale); in getMaximalLsrOrUnd()
1057 int bestIndexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in getBestSuppIndex()
1100 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in isMatch()
1118 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in isMatch()
1145 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in match()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleMatcher.java604 LocaleDistance.INSTANCE.getDefaultScriptDistance() : builder.thresholdDistance; in LocaleMatcher()
656 } else if (LocaleDistance.INSTANCE.isParadigmLSR(lsr)) { in LocaleMatcher()
686 LocaleDistance.INSTANCE.getDefaultDemotionPerDesiredLocale(); // null or REGION in LocaleMatcher()
707 return XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(locale); in getMaximalLsrOrUnd()
715 return XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(locale); in getMaximalLsrOrUnd()
962 int bestIndexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in getBestSuppIndex()
1014 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in match()
1040 return XLikelySubtags.INSTANCE.canonicalize(locale); in canonicalize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktApplicationParametersTests.cpp42 INSTANCE = 0, enumerator
148 { INSTANCE, INVALID_PARAM_VALUE }, in getTestDataList()
156 { INSTANCE, VALID }, in getTestDataList()
366 { INSTANCE, "create_instance" }, in createApplicationParametersTests()
391 if (testParams.createType == INSTANCE) in createApplicationParametersTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktApplicationParametersTests.cpp42 INSTANCE = 0, enumerator
148 { INSTANCE, INVALID_PARAM_VALUE }, in getTestDataList()
156 { INSTANCE, VALID }, in getTestDataList()
366 { INSTANCE, "create_instance" }, in createApplicationParametersTests()
391 if (testParams.createType == INSTANCE) in createApplicationParametersTests()
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/
DPhoneNumberToTimeZonesMapper.java93 private static final PhoneNumberToTimeZonesMapper INSTANCE; field in PhoneNumberToTimeZonesMapper.LazyHolder
97 INSTANCE = new PhoneNumberToTimeZonesMapper(map);
110 return LazyHolder.INSTANCE; in getInstance()
/third_party/rust/crates/once_cell/examples/
Dlazy_static.rs16 static INSTANCE: OnceCell<HashMap<u32, &'static str>> = OnceCell::new(); in hashmap() variable
17 INSTANCE.get_or_init(|| { in hashmap()

12345