Home
last modified time | relevance | path

Searched refs:EMPTY_STRING_ARRAY (Results 1 – 25 of 127) sorted by path

123456

/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/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/databases/hbase/hbase-1.2.1/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/
H A DHBaseRESTTestingUtility.java73 ArrayUtils.EMPTY_STRING_ARRAY); in startServletContainer()
/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/games/jin/jin-2.14.1/src/free/util/
H A DUtilities.java105 public static final String [] EMPTY_STRING_ARRAY = new String[0]; field in Utilities
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/
H A DArrayUtils.java64 public static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ArrayUtils
450 return EMPTY_STRING_ARRAY; in nullToEmpty()
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()
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/builder/
H A DReflectionToStringBuilder.java374 return ArrayUtils.EMPTY_STRING_ARRAY; in toNoNullStringArray()
396 return (String[]) list.toArray(ArrayUtils.EMPTY_STRING_ARRAY); in toNoNullStringArray()
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/exception/
H A DExceptionUtils.java805 return ArrayUtils.EMPTY_STRING_ARRAY; in getRootCauseStackTrace()
915 return ArrayUtils.EMPTY_STRING_ARRAY; in getStackFrames()
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/
H A DArrayUtilsAddTest.java233 newArray = ArrayUtils.addAll(ArrayUtils.EMPTY_STRING_ARRAY, (String[]) null); in testAddObjectArrayToObjectArray()
234 assertTrue(Arrays.equals(ArrayUtils.EMPTY_STRING_ARRAY, newArray)); in testAddObjectArrayToObjectArray()
237 newArray = ArrayUtils.addAll(null, ArrayUtils.EMPTY_STRING_ARRAY); in testAddObjectArrayToObjectArray()
238 assertTrue(Arrays.equals(ArrayUtils.EMPTY_STRING_ARRAY, newArray)); in testAddObjectArrayToObjectArray()
241 newArray = ArrayUtils.addAll(ArrayUtils.EMPTY_STRING_ARRAY, ArrayUtils.EMPTY_STRING_ARRAY); in testAddObjectArrayToObjectArray()
242 assertTrue(Arrays.equals(ArrayUtils.EMPTY_STRING_ARRAY, newArray)); in testAddObjectArrayToObjectArray()
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/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/builder/
H A DReflectionToStringBuilderExcludeTest.java92 …ring = ReflectionToStringBuilder.toStringExclude(new TestFixture(), ArrayUtils.EMPTY_STRING_ARRAY); in test_toStringExcludeEmptyArray()
/dports/java/avis/avis-1.2.0/common/java/src/main/org/avis/util/
H A DText.java47 private static final String [] EMPTY_STRING_ARRAY = new String [0]; field in Text
500 return EMPTY_STRING_ARRAY; in split()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/
H A DLocalEvaluationEngine.java172 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in LocalEvaluationEngine
443 setLocalVariableNames(EMPTY_STRING_ARRAY); in evaluate()
444 setLocalVariableTypeNames(EMPTY_STRING_ARRAY); in evaluate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/
H A DTracingConstants.java52 public final static String[] EMPTY_STRING_ARRAY = new String[0]; field in TracingConstants
/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/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/
H A DNullFileStore.java49 return EMPTY_STRING_ARRAY; in childNames()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/
H A DLocalFile.java105 return (names == null ? EMPTY_STRING_ARRAY : names); in childNames()
237 list = EMPTY_STRING_ARRAY; in internalDelete()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DProjectDescription.java35 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ProjectDescription
56 protected String[] configNames = EMPTY_STRING_ARRAY;
103 protected String[] natures = EMPTY_STRING_ARRAY;
434 return EMPTY_STRING_ARRAY; in getNatureIds()
643 configNames = EMPTY_STRING_ARRAY; in setBuildConfigs()
653 configNames = EMPTY_STRING_ARRAY; in setBuildConfigs()
H A DProjectPreferences.java346 return EMPTY_STRING_ARRAY; in computeChildren()
349 return EMPTY_STRING_ARRAY; in computeChildren()
354 return EMPTY_STRING_ARRAY; in computeChildren()
361 return result.toArray(EMPTY_STRING_ARRAY); in computeChildren()
H A DVirtualFileStore.java37 return FileStore.EMPTY_STRING_ARRAY; in childNames()
H A DWorkspaceDescriptionReader.java38 protected static final String[] EMPTY_STRING_ARRAY = new String[0]; field in WorkspaceDescriptionReader
54 return EMPTY_STRING_ARRAY; in getStrings()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/filesystem/ram/
H A DMemoryFileStore.java39 return names == null ? EMPTY_STRING_ARRAY : names; in childNames()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/
H A DPreferences.java143 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Preferences
1219 return properties.keySet().toArray(EMPTY_STRING_ARRAY); in propertyNames()
1229 return defaultProperties.keySet().toArray(EMPTY_STRING_ARRAY); in defaultPropertyNames()
/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