HomeSort by relevance Sort by last modified time
    Searched defs:typeDescription (Results 1 - 4 of 4) sorted by null

  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestBcp47Numbers.java 61 Map<String, String> typeDescription = new TreeMap<String, String>();
71 typeDescription.put(entry.getValue(), description);
76 for (Entry<String, String> entry : typeDescription.entrySet()) {
90 typeDescription);
  /external/desugar/java/com/google/devtools/common/options/
OptionsUsage.java 114 String typeDescription = getTypeDescription(optionDefinition);
125 if (!typeDescription.equals("")) {
126 usage.append(" (").append(typeDescription).append("; ");
202 String typeDescription = getTypeDescription(optionDefinition);
209 } else if (!typeDescription.isEmpty()) {
211 usage.append("=&lt;").append(escaper.escape(typeDescription)).append("&gt");
  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
InlineBytecodeGenerator.java 16 import net.bytebuddy.description.type.TypeDescription;
233 public ClassVisitor wrap(TypeDescription instrumentedType,
242 ? new ParameterAddingClassVisitor(classVisitor, new TypeDescription.ForLoadedType(type))
248 private final TypeDescription typeDescription;
250 private ParameterAddingClassVisitor(ClassVisitor cv, TypeDescription typeDescription) {
252 this.typeDescription = typeDescription;
258 MethodList<?> methodList = typeDescription.getDeclaredMethods().filter((name.equals(MethodDescription.CONSTRUCTOR_INTERNAL_NAME
    [all...]
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 275 milliseconds