Searched refs:FunctionTypes (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/mock/ |
D | mock.py | 161 elif not isinstance(func, FunctionTypes): 2188 if isinstance(spec, FunctionTypes): 2207 if isinstance(spec, FunctionTypes) and entry in FunctionAttributes: 2229 if not isinstance(original, FunctionTypes): 2234 if isinstance(spec, FunctionTypes): 2247 if isinstance(new, FunctionTypes): 2296 FunctionTypes = ( variable
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 161 elif not isinstance(func, FunctionTypes): 2188 if isinstance(spec, FunctionTypes): 2207 if isinstance(spec, FunctionTypes) and entry in FunctionAttributes: 2229 if not isinstance(original, FunctionTypes): 2234 if isinstance(spec, FunctionTypes): 2247 if isinstance(new, FunctionTypes): 2296 FunctionTypes = ( variable
|
/external/llvm/lib/IR/ |
D | Type.cpp | 295 auto I = pImpl->FunctionTypes.find_as(Key); in get() 298 if (I == pImpl->FunctionTypes.end()) { in get() 303 pImpl->FunctionTypes.insert(FT); in get()
|
D | LLVMContextImpl.h | 1120 FunctionTypeSet FunctionTypes;
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsgamma.c | 49 int FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types member 151 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number)); in _cmsRegisterParametricCurvesPlugin() 170 if (abs(Type) == c ->FunctionTypes[i]) return i; in IsInSet()
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 236 namespace FunctionTypes { namespace
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContextImpl.h | 184 std::map<std::vector<Type*>, FunctionType*> FunctionTypes; variable
|
D | Type.cpp | 341 FunctionType *&FT = pImpl->FunctionTypes[Key]; in get()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2_plugin.h | 329 cmsUInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types member
|