Home
last modified time | relevance | path

Searched refs:FunctionTypes (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/mock/
Dmock.py161 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/
Dmock.py161 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/
DType.cpp295 auto I = pImpl->FunctionTypes.find_as(Key); in get()
298 if (I == pImpl->FunctionTypes.end()) { in get()
303 pImpl->FunctionTypes.insert(FT); in get()
DLLVMContextImpl.h1120 FunctionTypeSet FunctionTypes;
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsgamma.c49 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/
Dmetafunctions.cpp236 namespace FunctionTypes { namespace
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h184 std::map<std::vector<Type*>, FunctionType*> FunctionTypes; variable
DType.cpp341 FunctionType *&FT = pImpl->FunctionTypes[Key]; in get()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h329 cmsUInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types member