Searched defs:Props (Results 1 - 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DMethodProps.h21 CObjectVector<CProp> Props; member in struct:CMethod
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.h13 CObjectVector<CProp> Props; member in struct:NArchive::COneMethodInfo
/external/chromium_org/third_party/lzma_sdk/
H A D7z.h51 CBuf Props; member in struct:__anon13414
/external/lzma/C/
H A D7z.h51 CBuf Props; member in struct:__anon26683
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h25 CByteBuffer Props; member in struct:NArchive::N7z::CCoderInfo
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp222 LoopProperties &Props = PropsIt->second; local
240 Props.SizeEstimation = std::min(Metrics.NumInsts, Metrics.NumBlocks * 5);
241 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
242 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
252 if (!Props.CanBeUnswitchedCount) {
260 CurrentLoopProperties = &Props;
261 CurLoopInstructions = &Props.UnswitchedVals;
272 LoopProperties &Props local
[all...]
/external/clang/lib/Parse/
H A DParseObjc.cpp317 SmallVectorImpl<Decl *> &Props; member in struct:Parser::ObjCPropertyCallback
324 SmallVectorImpl<Decl *> &Props,
328 P(P), Props(Props), OCDS(OCDS), AtLoc(AtLoc), LParenLoc(LParenLoc),
367 Props.push_back(Property);
323 ObjCPropertyCallback(Parser &P, SmallVectorImpl<Decl *> &Props, ObjCDeclSpec &OCDS, SourceLocation AtLoc, SourceLocation LParenLoc, tok::ObjCKeywordKind MethodImplKind) argument
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp726 StringRef Name, Key Props)
727 : Members(*Props.Members),
732 SpillSize(Props.SpillSize),
733 SpillAlignment(Props.SpillAlignment),
725 CodeGenRegisterClass(CodeGenRegBank &RegBank, StringRef Name, Key Props) argument
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c2403 char **Props; local
2418 Props = (char **) AllocChunk(it8, sizeof(char *) * n);
2423 Props[n++] = p -> Keyword;
2426 *PropertyNames = Props;
2435 const char **Props; local
2457 Props = (const char **) AllocChunk(it8, sizeof(char *) * n);
2463 Props[n++] = p ->Subkey;
2466 *SubpropertyNames = Props;

Completed in 189 milliseconds