Searched refs:argName (Results 1 - 25 of 50) sorted by relevance

12

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternUtilDemo.java112 for (String argName : args) {
114 System.out.print(argName);
117 System.out.print(", " + argName);
156 String argName = arg.getName();
158 argName = "arg_" + argName; // Prefix for numbered argument.
162 System.out.println(prefix + operator + " " + argName);
169 genCodeForPlural(arg.getComplexStyle(), depth, firstResult, argName);
172 genCodeForSelect(arg.getComplexStyle(), depth, firstResult, argName);
180 String argName) {
177 genCodeForPlural(MessagePatternUtil.ComplexArgStyleNode style, int depth, boolean firstResult, String argName) argument
208 genCodeForSelect(MessagePatternUtil.ComplexArgStyleNode style, int depth, boolean firstResult, String argName) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/
H A DLeftRecursiveRules.stg50 recRule(ruleName, precArgDef, argName, alts, setResultAction, buildAST,
/external/messageformat/java/com/ibm/icu/simple/
H A DMessageFormat.java119 * argNameOrNumber = argName | argNumber
120 * argName = [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+
502 private boolean argNameMatches(int partIndex, String argName, int argNumber) { argument
505 msgPattern.partSubstringMatches(part, argName) :
1554 String argName=msgPattern.getSubstring(part);
1568 argId = argName;
1571 if(argName.equals(nameValuePairs[nvIndex].toString())) {
1582 argId = argName;
1583 if(argsMap!=null && argsMap.containsKey(argName)) {
1584 arg=argsMap.get(argName);
1922 findFirstPluralNumberArg(int msgStart, String argName) argument
1970 String argName; field in class:MessageFormat.PluralSelectorContext
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMessageRegressionTest.java818 String argName = "something_stupid";
819 MessageFormat mf = new MessageFormat("{"+ argName + "}, {" + argName + "}, {" + argName + "}");
824 if (!objs.get(argName).toString().equals("z"))
825 errln("argument0: \"" + objs.get(argName) + "\"");
827 mf.applyPattern("{" + argName + ",number,#.##}, {" + argName + ",number,#.#}");
829 oldobjs.put(argName, new Double(3.1415));
838 if (((Number)newobjs.get(argName))
[all...]

Completed in 676 milliseconds

12