/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 37 public static void isNull(Object arg, String argName) { in isNull() argument 39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull() 49 public static void notNull(Object arg, String argName) { in notNull() argument 51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull() 84 public static void notNullOrEmpty(Collection collection, String argName) { in notNullOrEmpty() argument 85 notNull(collection, argName); in notNullOrEmpty() 87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty() 98 public static void notNullOrEmpty(Map map, String argName) { in notNullOrEmpty() argument 99 notNull(map, argName); in notNullOrEmpty() 101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty() [all …]
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
D | MessagePatternUtilDemo.java | 112 for (String argName : args) { in genCode() 114 System.out.print(argName); in genCode() 117 System.out.print(", " + argName); in genCode() 156 String argName = arg.getName(); in genCode() local 158 argName = "arg_" + argName; // Prefix for numbered argument. in genCode() 162 System.out.println(prefix + operator + " " + argName); in genCode() 169 genCodeForPlural(arg.getComplexStyle(), depth, firstResult, argName); in genCode() local 172 genCodeForSelect(arg.getComplexStyle(), depth, firstResult, argName); in genCode() local 180 String argName) { in genCodeForPlural() argument 188 String pluralNumber = offset == 0. ? argName : argName + " - " + offset; in genCodeForPlural() [all …]
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | RewriterGen.cpp | 264 std::string argName = formatv("arg{0}_{1}", depth, i); in emitNativeCodeMatch() local 266 os << "Value " << argName << ";\n"; in emitNativeCodeMatch() 270 os << "Attribute " << argName << ";\n"; in emitNativeCodeMatch() 272 os << "Operation " << argName << ";\n"; in emitNativeCodeMatch() 276 capture[i] = std::move(argName); in emitNativeCodeMatch() 298 std::string argName = capture[i]; in emitNativeCodeMatch() local 305 argName, i)); in emitNativeCodeMatch() 311 auto self = formatv("{0}", argName); in emitNativeCodeMatch() 354 std::string argName = formatv("op{0}", depth + 1); in emitOpMatch() local 372 argName, castedName, nextOperand++); in emitOpMatch() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MessageRegressionTest.java | 821 String argName = "something_stupid"; in testBugTestsWithNamesArguments() local 822 … MessageFormat mf = new MessageFormat("{"+ argName + "}, {" + argName + "}, {" + argName + "}"); in testBugTestsWithNamesArguments() 827 if (!objs.get(argName).toString().equals("z")) in testBugTestsWithNamesArguments() 828 errln("argument0: \"" + objs.get(argName) + "\""); in testBugTestsWithNamesArguments() 830 mf.applyPattern("{" + argName + ",number,#.##}, {" + argName + ",number,#.#}"); in testBugTestsWithNamesArguments() 832 oldobjs.put(argName, new Double(3.1415)); in testBugTestsWithNamesArguments() 841 if (((Number)newobjs.get(argName)).doubleValue() != 3.1) // was (Double) [alan] in testBugTestsWithNamesArguments() 842 errln( "newobjs.get(argName) = " + newobjs.get(argName)); in testBugTestsWithNamesArguments()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessageRegressionTest.java | 824 String argName = "something_stupid"; in testBugTestsWithNamesArguments() local 825 … MessageFormat mf = new MessageFormat("{"+ argName + "}, {" + argName + "}, {" + argName + "}"); in testBugTestsWithNamesArguments() 830 if (!objs.get(argName).toString().equals("z")) in testBugTestsWithNamesArguments() 831 errln("argument0: \"" + objs.get(argName) + "\""); in testBugTestsWithNamesArguments() 833 mf.applyPattern("{" + argName + ",number,#.##}, {" + argName + ",number,#.#}"); in testBugTestsWithNamesArguments() 835 oldobjs.put(argName, new Double(3.1415)); in testBugTestsWithNamesArguments() 844 if (((Number)newobjs.get(argName)).doubleValue() != 3.1) // was (Double) [alan] in testBugTestsWithNamesArguments() 845 errln( "newobjs.get(argName) = " + newobjs.get(argName)); in testBugTestsWithNamesArguments()
|