Home
last modified time | relevance | path

Searched refs:EMPTY_STRING_ARRAY (Results 51 – 75 of 127) sorted by relevance

123456

/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/record/
H A DSegmentArrayValue.java50 return SystemConstants.EMPTY_STRING_ARRAY; in getStringArray()
H A DArrayValue.java56 String[] sa = SystemConstants.EMPTY_STRING_ARRAY; in getStringArray()
/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/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/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/
H A DGeckoBundle.java39 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in GeckoBundle
298 return value == null ? null : Array.getLength(value) == 0 ? EMPTY_STRING_ARRAY : in getStringArray()
654 return array.length == 0 ? EMPTY_STRING_ARRAY : getDoubleArray(array); in normalizeValue()
664 return len == 0 ? EMPTY_STRING_ARRAY : new String[len]; in normalizeValue()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/
H A DEclipsePreferences.java46 protected static final String[] EMPTY_STRING_ARRAY = new String[0]; field in EclipsePreferences
187 return EMPTY_STRING_ARRAY; in internalChildNames()
188 return children.keySet().toArray(EMPTY_STRING_ARRAY); in internalChildNames()
212 return EMPTY_STRING_ARRAY; in computeChildren()
229 return result.toArray(EMPTY_STRING_ARRAY); in computeChildren()
/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/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/
H A DGeckoBundle.java40 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in GeckoBundle
378 return value == null ? null : Array.getLength(value) == 0 ? EMPTY_STRING_ARRAY : in getStringArray()
775 return array.length == 0 ? EMPTY_STRING_ARRAY : getDoubleArray(array); in normalizeValue()
785 return len == 0 ? EMPTY_STRING_ARRAY : new String[len]; in normalizeValue()
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/
H A DGeckoBundle.java38 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in GeckoBundle
375 ? EMPTY_STRING_ARRAY in getStringArray()
776 return array.length == 0 ? EMPTY_STRING_ARRAY : getDoubleArray(array); in normalizeValue()
786 return len == 0 ? EMPTY_STRING_ARRAY : new String[len]; in normalizeValue()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/
H A DGeckoBundle.java40 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in GeckoBundle
378 return value == null ? null : Array.getLength(value) == 0 ? EMPTY_STRING_ARRAY : in getStringArray()
775 return array.length == 0 ? EMPTY_STRING_ARRAY : getDoubleArray(array); in normalizeValue()
785 return len == 0 ? EMPTY_STRING_ARRAY : new String[len]; in normalizeValue()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/
H A DGeckoBundle.java40 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in GeckoBundle
378 return value == null ? null : Array.getLength(value) == 0 ? EMPTY_STRING_ARRAY : in getStringArray()
775 return array.length == 0 ? EMPTY_STRING_ARRAY : getDoubleArray(array); in normalizeValue()
785 return len == 0 ? EMPTY_STRING_ARRAY : new String[len]; in normalizeValue()
/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.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/util/
H A DUtil.java54 public static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
627 return EMPTY_STRING_ARRAY; in split()
657 return EMPTY_STRING_ARRAY; in split()
/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/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/content/dynamic/
H A DKeyIdentifierImpl.java49 private String[] segmentNames = SystemConstants.EMPTY_STRING_ARRAY;
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/xml/
H A DXPathExpression.java123 String[] value = SystemConstants.EMPTY_STRING_ARRAY; in evaluate()
/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/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DInnerClassLambdaMetafactory.java82 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in InnerClassLambdaMetafactory
177 argNames = argDescs = EMPTY_STRING_ARRAY; in InnerClassLambdaMetafactory()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/invoke/
H A DInnerClassLambdaMetafactory.java81 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in InnerClassLambdaMetafactory
170 argNames = argDescs = EMPTY_STRING_ARRAY; in InnerClassLambdaMetafactory()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DInnerClassLambdaMetafactory.java82 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in InnerClassLambdaMetafactory
177 argNames = argDescs = EMPTY_STRING_ARRAY; in InnerClassLambdaMetafactory()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/
H A DCommandLine.java54 this.args = SystemConstants.EMPTY_STRING_ARRAY; in CommandLine()
/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.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/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DInnerClassLambdaMetafactory.java81 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in InnerClassLambdaMetafactory
176 argNames = argDescs = EMPTY_STRING_ARRAY; in InnerClassLambdaMetafactory()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/invoke/
H A DInnerClassLambdaMetafactory.java83 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in InnerClassLambdaMetafactory
177 argNames = argDescs = EMPTY_STRING_ARRAY; in InnerClassLambdaMetafactory()

123456