Home
last modified time | relevance | path

Searched refs:EMPTY_STRING_ARRAY (Results 101 – 125 of 127) sorted by relevance

123456

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/invoke/
H A DInnerClassLambdaMetafactory.java86 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in InnerClassLambdaMetafactory
202 argNames = argDescs = EMPTY_STRING_ARRAY; in InnerClassLambdaMetafactory()
/dports/net/jgroups/jgroups-2.12.0/tests/other/org/jgroups/tests/
H A DRpcDispatcherSpeedTest.java34 final String[] EMPTY_STRING_ARRAY=new String[]{}; field in RpcDispatcherSpeedTest
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/
H A DConfigurationElement.java95 return RegistryObjectManager.EMPTY_STRING_ARRAY; in getAttributeNames()
H A DExtensionsParser.java430 parentConfigurationElement.setProperties(RegistryObjectManager.EMPTY_STRING_ARRAY); in parseConfigurationElementAttributes()
H A DTableReader.java284 return RegistryObjectManager.EMPTY_STRING_ARRAY; in readPropertiesAndValue()
H A DRegistryObjectManager.java38 static final String[] EMPTY_STRING_ARRAY = new String[0]; field in RegistryObjectManager
H A DExtensionRegistry.java1297 currentConfigurationElement.setProperties(RegistryObjectManager.EMPTY_STRING_ARRAY); in createExtensionData()
/dports/databases/hbase/hbase-1.2.1/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/
H A DRESTServer.java234 ArrayUtils.EMPTY_STRING_ARRAY); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/filesystem/provider/
H A DFileStore.java44 protected static final String[] EMPTY_STRING_ARRAY = {}; field in FileStore
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/
H A DStringUtils.java2310 return ArrayUtils.EMPTY_STRING_ARRAY; in substringsBetween()
2656 return ArrayUtils.EMPTY_STRING_ARRAY; in splitByWholeSeparatorWorker()
2798 return ArrayUtils.EMPTY_STRING_ARRAY; in splitWorker()
2925 return ArrayUtils.EMPTY_STRING_ARRAY; in splitWorker()
3070 return ArrayUtils.EMPTY_STRING_ARRAY; in splitByCharacterType()
H A DArrayUtils.java64 public static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ArrayUtils
450 return EMPTY_STRING_ARRAY; in nullToEmpty()
/dports/biology/jalview/jalview/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/
H A DApplication.java1330 Method main = appclass.getMethod("main", EMPTY_STRING_ARRAY.getClass()); in invokeDirect()
2113 protected static final String[] EMPTY_STRING_ARRAY = new String[0];
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java1772 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in FontConfiguration
2139 String[] ss = splitSequence(value).toArray(EMPTY_STRING_ARRAY); in parseProperty()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java1772 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in FontConfiguration
2139 String[] ss = splitSequence(value).toArray(EMPTY_STRING_ARRAY); in parseProperty()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java1772 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in FontConfiguration
2139 String[] ss = splitSequence(value).toArray(EMPTY_STRING_ARRAY); in parseProperty()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1775 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in FontConfiguration
2141 String[] ss = (String[])splitSequence(value).toArray(EMPTY_STRING_ARRAY); in parseProperty()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java1754 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in FontConfiguration
2121 String[] ss = splitSequence(value).toArray(EMPTY_STRING_ARRAY); in parseProperty()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java1757 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in FontConfiguration
2124 String[] ss = splitSequence(value).toArray(EMPTY_STRING_ARRAY); in parseProperty()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java1772 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in FontConfiguration
2139 String[] ss = splitSequence(value).toArray(EMPTY_STRING_ARRAY); in parseProperty()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java1756 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in FontConfiguration
2123 String[] ss = splitSequence(value).toArray(EMPTY_STRING_ARRAY); in parseProperty()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java1772 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in FontConfiguration
2139 String[] ss = splitSequence(value).toArray(EMPTY_STRING_ARRAY); in parseProperty()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1775 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in FontConfiguration
2141 String[] ss = (String[])splitSequence(value).toArray(EMPTY_STRING_ARRAY); in parseProperty()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/
H A DSimulatedFSDataset.java653 return new VolumeFailureSummary(ArrayUtils.EMPTY_STRING_ARRAY, 0, 0); in getVolumeFailureSummary()
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/
H A DArrayUtilsTest.java392 assertEquals(ArrayUtils.EMPTY_STRING_ARRAY, ArrayUtils.nullToEmpty((String[]) null)); in testNullToEmptyString()
399 assertEquals(ArrayUtils.EMPTY_STRING_ARRAY, result); in testNullToEmptyString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DWorkbenchPage.java4503 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in WorkbenchPage
4508 return EMPTY_STRING_ARRAY; in getArrayForTag()

123456