/external/guice/core/src/com/google/inject/internal/ |
D | TypeConverterBindingProcessor.java | 58 public Object convert(String value, TypeLiteral<?> toType) { in prepareBuiltInConverters() 78 public Object convert(String value, TypeLiteral<?> toType) { in prepareBuiltInConverters() 79 return Enum.valueOf((Class) toType.getRawType(), value); in prepareBuiltInConverters() 104 public Object convert(String value, TypeLiteral<?> toType) { in prepareBuiltInConverters() 129 public Object convert(String value, TypeLiteral<?> toType) { in convertToPrimitiveType()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Iso639Data.java | 40 static Map<String, Type> toType; field in Iso639Data 252 Type result = toType.get(languageSubtag); in getType() 297 toType = new HashMap<String, Type>(); in getData() 349 toType.put(languageSubtag, type); in getData() 442 toType.put(languageSubtag, Type.Special); in getData() 465 toType.put(languageSubtag, Type.Special); in getData() 590 toType = Collections.unmodifiableMap(toType); in getData()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/ |
D | com_github_javaparser_symbolsolver_declarations_common_MethodDeclarationCommonLogic.txt | 27 …eParameters().stream().filter(tp -> tp.getName().equals(name)).map(tp -> toType(tp)).findFirst() =… 28 …eParameters().stream().filter(tp -> tp.getName().equals(name)).map(tp -> toType(tp)) ==> java.util… 34 …Line 88) toType(tp) ==> com.github.javaparser.symbolsolver.declarations.common.MethodDeclarationCo…
|
/external/webrtc/talk/session/media/ |
D | typewrapping.h.pump | 102 #define SMART_WRAPPER_(wrapper, toType, fromType, from) \ 103 (wrapper<toType, fromType>::Wrap(from)) 265 #define WRAP(ruleSet, toType, fromType, from) \ 266 SMART_WRAPPER_(ruleSet::SmartWrapper, toType, fromType, from) 280 #define WRAP_CALL$i(ruleSet, toType, function$for j [[, argType$j, arg$j]]) \ 284 toType$for j [[, \ 291 toType$for j [[, \
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/declarations/common/ |
D | MethodDeclarationCommonLogic.java | 88 …ypeParameters().stream().filter(tp -> tp.getName().equals(name)).map(tp -> toType(tp)).findFirst(); in typeParamByName() 91 protected ResolvedType toType(ResolvedTypeParameterDeclaration typeParameterDeclaration) { in toType() method in MethodDeclarationCommonLogic
|
/external/guice/core/src/com/google/inject/spi/ |
D | TypeConverter.java | 30 Object convert(String value, TypeLiteral<?> toType); in convert() argument
|
/external/guice/core/test/com/google/inject/ |
D | TypeConversionTest.java | 422 public Object convert(String value, TypeLiteral<?> toType) { in testStringIsConvertedOnlyOnce() 508 public Object convert(String value, TypeLiteral<?> toType) { in mockTypeConverter() 522 public Object convert(String value, TypeLiteral<?> toType) {
|
D | ParentInjectorTest.java | 333 public Object convert(String value, TypeLiteral<?> toType) {
|
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 93 DescType toType; in AEDesc_AECoerceDesc() local 99 PyMac_GetOSType, &toType)) in AEDesc_AECoerceDesc() 102 toType, in AEDesc_AECoerceDesc() 940 DescType toType; in AE_AECoercePtr() local 948 PyMac_GetOSType, &toType)) in AE_AECoercePtr() 953 toType, in AE_AECoercePtr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 1760 unsigned int toType; in tryStore() local 1763 toType = ScalarVT.SimpleTy == MVT::f16 ? NVPTX::PTXLdStInstCode::Untyped in tryStore() 1766 toType = NVPTX::PTXLdStInstCode::Unsigned; in tryStore() 1789 getI32Imm(toType, dl), in tryStore() 1807 getI32Imm(toType, dl), in tryStore() 1833 getI32Imm(toType, dl), in tryStore() 1857 getI32Imm(toType, dl), in tryStore()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 2160 unsigned int toType; in tryStore() local 2162 toType = NVPTX::PTXLdStInstCode::Float; in tryStore() 2164 toType = NVPTX::PTXLdStInstCode::Unsigned; in tryStore() 2200 getI32Imm(toType, dl), getI32Imm(toTypeWidth, dl), Addr, in tryStore() 2229 getI32Imm(toType, dl), getI32Imm(toTypeWidth, dl), Base, in tryStore() 2283 getI32Imm(toType, dl), getI32Imm(toTypeWidth, dl), Base, in tryStore() 2336 getI32Imm(toType, dl), getI32Imm(toTypeWidth, dl), N2, in tryStore()
|
/external/guice/core/test/com/google/inject/spi/ |
D | ElementsTest.java | 809 public Object convert(String value, TypeLiteral<?> toType) { in testConvertToTypes()
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 168 public boolean supportsConvert(int fromType, int toType) in supportsConvert() argument
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1195 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType); 1200 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast() argument 1201 return S.ImpCastExprToType(op, toType, CK_IntegralCast); in doIntegralCast() 1204 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast() argument 1205 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
|