Searched refs:Part (Results 1 - 24 of 24) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebthemeengine_impl_linux.h15 virtual WebKit::WebSize getSize(WebKit::WebThemeEngine::Part);
18 WebKit::WebThemeEngine::Part,
H A Dwebthemeengine_impl_linux.cc22 static gfx::NativeTheme::Part NativeThemePart(
23 WebKit::WebThemeEngine::Part part) {
81 WebKit::WebThemeEngine::Part part,
162 WebKit::WebSize WebThemeEngineImpl::getSize(WebKit::WebThemeEngine::Part part) {
168 WebKit::WebThemeEngine::Part part,
H A Dwebthemeengine_impl_win.cc360 gfx::NativeTheme::Part native_part = gfx::NativeTheme::kPushButton;
/external/webkit/Source/WebKit/chromium/public/linux/
H A DWebThemeEngine.h45 enum Part { enum in class:WebKit::WebThemeEngine
68 // The current state of the associated Part.
145 virtual WebSize getSize(Part) { return WebSize(); }
148 WebCanvas*, Part, State, const WebRect&, const ExtraParams*) {}
/external/icu4c/common/unicode/
H A Dmessagepattern.h95 * MessagePattern::Part type constants.
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
278 * Special value that is returned by getNumericValue(Part) when no
332 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
335 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
336 * The optional numeric Part between each (ARG_SELECTOR, message) pair
339 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle.
592 class Part;
606 * @param i The index of the Part data. (0..countParts()-1)
610 const Part
697 class Part : public UMemory { class in class:MessagePattern
703 Part() {} function in class:MessagePattern::Part
[all...]
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dsuggested_text_view.cc72 parts.push_back(ui::MultiAnimation::Part(
74 parts.push_back(ui::MultiAnimation::Part(
/external/icu4c/common/
H A Dmessagepattern.cpp131 class MessagePatternPartsList : public MessagePatternList<MessagePattern::Part, 32> {
342 const Part &part=getPart(--i);
351 MessagePattern::getNumericValue(const Part &part) const {
370 const Part &part=getPart(pluralStart);
371 if(Part::hasNumericValue(part.type)) {
378 // MessagePattern::Part ---------------------------------------------------- ***
381 MessagePattern::Part::operator==(const Part &other) const {
430 if(nestingLevel>Part::MAX_VALUE) {
448 // Add a Part fo
[all...]
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java318 this.mParts.add(new Part(src, md5, size));
322 static class Part { class in class:DownloaderActivity.Config.File
323 Part(String src, String md5, long size) { method in class:DownloaderActivity.Config.File.Part
332 ArrayList<Part> mParts = new ArrayList<Part>();
336 for(Part part : mParts) {
389 new Config.File.Part(src, md5, size));
623 for(Config.File.Part part : file.mParts) {
716 for(Config.File.Part part : file.mParts) {
797 for(Config.File.Part par
[all...]
/external/icu4c/i18n/
H A Dplurfmt.cpp237 const MessagePattern::Part& part = msgPattern.getPart(++partIndex);
357 const MessagePattern::Part* part=&pattern.getPart(partIndex);
358 if (MessagePattern::Part::hasNumericValue(part->getType())) {
395 if(MessagePattern::Part::hasNumericValue(pattern.getPartType(partIndex))) {
H A Dchoicfmt.cpp439 const MessagePattern::Part &part = pattern.getPart(partIndex++);
447 U_ASSERT(MessagePattern::Part::hasNumericValue(type));
558 const MessagePattern::Part &part = pattern.getPart(++partIndex);
H A Dselfmt.cpp135 const MessagePattern::Part& part=pattern.getPart(partIndex++);
H A Dmsgfmt.cpp552 const MessagePattern::Part& part = msgPattern.getPart(partIndex);
826 const MessagePattern::Part& part = msgPattern.getPart(partIndex);
961 const MessagePattern::Part* part = &msgPattern.getPart(i);
1112 const MessagePattern::Part& part = msgPattern.getPart(++i);
1150 const MessagePattern::Part& part = msgPattern.getPart(i);
1157 // Unexpected Part "part" in parsed message.
1260 const MessagePattern::Part* part=&msgPattern.getPart(i);
1282 // Unexpected Part "part" in parsed message.
1471 const MessagePattern::Part& part = msgPattern.getPart(i);
1492 const MessagePattern::Part* par
[all...]
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.cc113 ui::MultiAnimation::Part(kMiniTitleChangeAnimationDuration1MS,
116 ui::MultiAnimation::Part(kMiniTitleChangeAnimationDuration2MS,
119 ui::MultiAnimation::Part(kMiniTitleChangeAnimationDuration3MS,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp158 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? local
161 assert(Part.getValueType() == N->getValueType(0) &&
164 GetPairElements(Part, Lo, Hi);
H A DSelectionDAGBuilder.cpp231 assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!");
233 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!");
235 "Part type doesn't match part!");
510 assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!");
512 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!");
659 for (unsigned Value = 0, Part = 0, e = ValueVTs.size(); Value != e; ++Value) {
669 P = DAG.getCopyFromReg(Chain, dl, Regs[Part+i], RegisterVT);
671 P = DAG.getCopyFromReg(Chain, dl, Regs[Part+i], RegisterVT, *Flag);
680 if (!TargetRegisterInfo::isVirtualRegister(Regs[Part+i]) ||
685 FuncInfo.GetLiveOutRegInfo(Regs[Part
757 SDValue Part; local
[all...]
H A DLegalizeIntegerTypes.cpp721 SDValue Part = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[i]); local
723 Part = DAG.getNode(ISD::SHL, dl, NVT, Part,
726 Res = DAG.getNode(ISD::OR, dl, NVT, Res, Part);
H A DLegalizeDAG.cpp1368 SDValue Part = Op.getOperand(1);
1400 Ch = DAG.getStore(DAG.getEntryNode(), dl, Part, SubStackPtr,
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc403 parts.push_back(ui::MultiAnimation::Part(
405 parts.push_back(ui::MultiAnimation::Part(
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp784 static WebThemeEngine::Part WebThemePart(PlatformBridge::ThemePart part)
/external/icu4c/test/intltest/
H A Dtmsgfmt.cpp1580 const MessagePattern::Part& part = pattern.getPart(--i);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/iproute2/doc/
H A Dip-cref.tex2645 Command Reference, Part 1'' and
/external/dropbear/libtomcrypt/
H A Dcrypt.tex2247 \textit{outlen} can be smaller than the default MAC size (for instance AES would make a 16-byte tag). Part of the OMAC

Completed in 459 milliseconds