Searched defs:formal (Results 1 – 13 of 13) sorted by relevance
| /external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ |
| D | ConversionHandler.java | 47 boolean isExplicitlyConvertible(Class<?> formal, Class<?> actual, boolean possibleVarArg); in isExplicitlyConvertible() 58 Converter getNeededConverter(final Class<?> formal, final Class<?> actual); in getNeededConverter() 68 void addConverter(Class<?> formal, Class<?> actual, Converter converter); in addConverter()
|
| D | TypeConversionHandler.java | 45 boolean isExplicitlyConvertible(Type formal, Class<?> actual, boolean possibleVarArg); in isExplicitlyConvertible() 56 Converter<?> getNeededConverter(Type formal, Class<?> actual); in getNeededConverter() 66 void addConverter(Type formal, Class<?> actual, Converter<?> converter); in addConverter()
|
| D | MethodMap.java | 658 private boolean isConvertible(Type formal, Class<?> actual, boolean possibleVarArg) in isConvertible() 673 private static boolean isStrictConvertible(Type formal, Class<?> actual, boolean possibleVarArg) in isStrictConvertible() 687 private boolean isExplicitlyConvertible(Type formal, Class<?> actual, boolean possibleVarArg) in isExplicitlyConvertible()
|
| D | IntrospectionUtils.java | 154 public static boolean isMethodInvocationConvertible(Type formal, in isMethodInvocationConvertible() 271 public static boolean isStrictMethodInvocationConvertible(Type formal, in isStrictMethodInvocationConvertible()
|
| D | UberspectImpl.java | 524 Class<?>[] formal = method.getParameterTypes(); in invoke() local 582 Class<?>[] formal = method.getParameterTypes(); in isVarArg() local
|
| D | TypeConversionHandlerImpl.java | 621 public boolean isExplicitlyConvertible(Type formal, Class<?> actual, boolean possibleVarArg) in isExplicitlyConvertible() 658 public Converter<?> getNeededConverter(Type formal, Class<?> actual) in getNeededConverter() 702 public void addConverter(Type formal, Class<?> actual, Converter<?> converter) in addConverter()
|
| /external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/ |
| D | ConversionHandlerTestCase.java | 180 public boolean isExplicitlyConvertible(Type formal, Class<?> actual, boolean possibleVarArg) in isExplicitlyConvertible() 186 public Converter<?> getNeededConverter(Type formal, Class<?> actual) in getNeededConverter() 192 public void addConverter(Type formal, Class<?> actual, Converter<?> converter) in addConverter()
|
| /external/guava/android/guava/src/com/google/common/reflect/ |
| D | TypeResolver.java | 112 public TypeResolver where(Type formal, Type actual) { in where()
|
| /external/guava/guava/src/com/google/common/reflect/ |
| D | TypeResolver.java | 112 public TypeResolver where(Type formal, Type actual) { in where()
|
| /external/mesa3d/src/compiler/glsl/ |
| D | ast_function.cpp | 109 const ir_variable *formal, const ir_variable *actual) in verify_image_parameter() 562 ir_variable *formal = (ir_variable *) formal_node; in generate_call() local
|
| D | ast_to_hir.cpp | 5927 bool formal, in parameters_to_hir()
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/personname/ |
| D | PersonNameFormatter.java | 130 formal, enumConstant 1017 … _cldrdata.add(new FormatParameters(order, length, Usage.referring, Formality.formal)); in _cldrdata.add()
|
| /external/turbine/java/com/google/turbine/parse/ |
| D | Parser.java | 1146 VarDecl formal = formalParam(); in formalParams() local
|