/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/ |
D | ResolvedTypeVariable.java | 82 …aceTypeVariables(ResolvedTypeParameterDeclaration tpToBeReplaced, ResolvedType replaced, Map<Resol… in replaceTypeVariables() 84 inferredTypes.put(this.asTypeParameter(), replaced); in replaceTypeVariables() local
|
D | ResolvedType.java | 165 …vedType replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced, Map<Resol… in replaceTypeVariables() 172 …ult ResolvedType replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced) { in replaceTypeVariables()
|
D | ResolvedIntersectionType.java | 70 …vedType replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced, Map<Resol… in replaceTypeVariables()
|
D | ResolvedArrayType.java | 104 …eplaceTypeVariables(ResolvedTypeParameterDeclaration tpToReplace, ResolvedType replaced, Map<Resol… in replaceTypeVariables()
|
D | ResolvedReferenceType.java | 157 …olvedType replaceTypeVariables(ResolvedTypeParameterDeclaration tpToReplace, ResolvedType replaced, in replaceTypeVariables() 169 inferredTypes.put(tp.asTypeParameter(), replaced); in replaceTypeVariables() local
|
D | ResolvedWildcard.java | 147 …eplaceTypeVariables(ResolvedTypeParameterDeclaration tpToReplace, ResolvedType replaced, Map<Resol… in replaceTypeVariables()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/ |
D | LazyType.java | 106 …ublic ResolvedType replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced, in replaceTypeVariables() 112 …lic ResolvedType replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced) { in replaceTypeVariables()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/ |
D | MethodUsage.java | 107 public MethodUsage replaceParamType(int i, ResolvedType replaced) { in replaceParamType() 119 public MethodUsage replaceExceptionType(int i, ResolvedType replaced) { in replaceExceptionType()
|
/external/python/cpython3/Mac/Tools/ |
D | pythonw.c | 173 char replaced; in main() local
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/declarations/common/ |
D | MethodDeclarationCommonLogic.java | 50 …ResolvedType replaced = replaceTypeParams(methodDeclaration.getParam(i).getType(), typeSolver, con… in resolveTypeVariables() local
|
/external/libdrm/intel/ |
D | uthash.h | 191 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument 201 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument 211 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument 218 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument 378 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument 384 #define HASH_REPLACE_INT(head,intfield,add,replaced) \ argument 390 #define HASH_REPLACE_PTR(head,ptrfield,add,replaced) \ argument
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/ |
D | ReferenceTypeTest.java | 576 …ResolvedType replaced = new ReferenceTypeImpl(new ReflectionClassDeclaration(String.class, typeRes… in testReplaceTypeVariables() local 594 …ResolvedType replaced = new ReferenceTypeImpl(new ReflectionClassDeclaration(String.class, typeRes… in testReplaceTypeVariablesWithLambdaInBetween() local
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_shader.h | 88 uint32_t *replaced; member
|
D | rbug_shader.c | 254 uint32_t *replaced, in rbug_send_shader_info_reply()
|
/external/guava/guava/src/com/google/common/collect/ |
D | MinMaxPriorityQueue.java | 437 final E replaced; field in MinMaxPriorityQueue.MoveDesc 439 MoveDesc(E toTrickle, E replaced) { in MoveDesc()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 64 bool replaced = false; in si_replace_shader() local
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/ |
D | MethodCallExprContext.java | 212 …ResolvedType replaced = refType.useThisTypeParametersOnTheGivenType(methodUsage.getParamTypes().ge… in solveMethodAsUsage() local
|
/external/libchrome/base/files/ |
D | file_path_unittest.cc | 926 FilePath replaced = path.ReplaceExtension(cases[i].inputs[1]); in TEST_F() local
|
/external/libevent/ |
D | http.c | 268 const char *replaced = NULL; in evhttp_htmlescape() local 286 const char *replaced = &html[i]; in evhttp_htmlescape() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference_test.cc | 928 ShapeHandle replaced; in TEST_F() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 3325 unsigned int replaced; in visit() local
|
/external/v8/src/debug/ |
D | liveedit.cc | 1386 Handle<Object> replaced( in DropActivationsInActiveThread() local
|