Searched defs:Part (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebKit/chromium/public/linux/ |
D | WebThemeEngine.h | 45 enum Part { enum 145 virtual WebSize getSize(Part) { return WebSize(); } in getSize() argument 148 WebCanvas*, Part, State, const WebRect&, const ExtraParams*) {} in paint() argument
|
/external/icu4c/common/unicode/ |
D | messagepattern.h | 592 class Part; variable 703 Part() {} in Part() function
|
/external/quake/src/com/android/quake/ |
D | DownloaderActivity.java | 322 static class Part { class in DownloaderActivity.Config.File 323 Part(String src, String md5, long size) { in Part() method in DownloaderActivity.Config.File.Part
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 158 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? in ExpandRes_EXTRACT_ELEMENT() local
|
D | SelectionDAGBuilder.cpp | 659 for (unsigned Value = 0, Part = 0, e = ValueVTs.size(); Value != e; ++Value) { in getCopyFromRegs() local 744 for (unsigned Value = 0, Part = 0, e = ValueVTs.size(); Value != e; ++Value) { in getCopyToRegs() local 757 SDValue Part; in getCopyToRegs() local
|
D | LegalizeDAG.cpp | 1368 SDValue Part = Op.getOperand(1); in ExpandInsertToVectorThroughStack() local
|
D | LegalizeIntegerTypes.cpp | 721 SDValue Part = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[i]); in PromoteIntRes_VAARG() local
|