Home
last modified time | relevance | path

Searched refs:FunctionTypes (Results 1 – 7 of 7) 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/chromium-trace/catapult/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/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/llvm/lib/IR/
DType.cpp359 auto I = pImpl->FunctionTypes.find_as(Key); in get()
362 if (I == pImpl->FunctionTypes.end()) { in get()
367 pImpl->FunctionTypes.insert(FT); in get()
DLLVMContextImpl.h985 FunctionTypeSet FunctionTypes;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp236 namespace FunctionTypes { namespace
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h329 cmsUInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types member