HomeSort by relevance Sort by last modified time
    Searched refs:part (Results 101 - 125 of 594) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 280 IntRect ScrollbarThemeMac::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
284 if (part == BackButtonStartPart && (buttonsPlacement() == ScrollbarButtonsNone || buttonsPlacement() == ScrollbarButtonsDoubleEnd))
287 if (part == BackButtonEndPart && (buttonsPlacement() == ScrollbarButtonsNone || buttonsPlacement() == ScrollbarButtonsDoubleStart || buttonsPlacement() == ScrollbarButtonsSingle))
291 bool outerButton = part == BackButtonStartPart && (buttonsPlacement() == ScrollbarButtonsDoubleStart || buttonsPlacement() == ScrollbarButtonsDoubleBoth);
302 int start = part == BackButtonStartPart ? scrollbar->x() : scrollbar->x() + scrollbar->width() - cOuterButtonLength[scrollbar->controlSize()] - cButtonLength[scrollbar->controlSize()];
305 int start = part == BackButtonStartPart ? scrollbar->y() : scrollbar->y() + scrollbar->height() - cOuterButtonLength[scrollbar->controlSize()] - cButtonLength[scrollbar->controlSize()];
310 return buttonRepaintRect(result, scrollbar->orientation(), scrollbar->controlSize(), part == BackButtonStartPart);
314 IntRect ScrollbarThemeMac::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
318 if (part == ForwardButtonEndPart && (buttonsPlacement() == ScrollbarButtonsNone || buttonsPlacement() == ScrollbarButtonsDoubleStart))
321 if (part == ForwardButtonStartPart && (buttonsPlacement() == ScrollbarButtonsNone || buttonsPlacement() == (…)
    [all...]
  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 246 bool RenderThemeWx::supportsFocus(ControlPart part) const
248 switch (part) {
289 ControlPart part = o->style()->appearance(); local
290 if (supportsFocus(part) && isFocused(o))
296 if (part == PushButtonPart || part == ButtonPart)
298 else if(part == RadioPart) {
309 else if(part == CheckboxPart) {
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
scrollbar_render.cpp 38 static int wxScrollbarPartToHIPressedState(wxScrollbarPart part)
40 switch (part) {
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java 54 * Specify the part position.
185 // should take only the first part.
842 PduPart part = new PduPart(); local
    [all...]
PduComposer.java 289 * ;must be omitted. The Quote is not part of the contents.
310 * ;must be omitted. The Quote is not part of the contents.
870 PduPart part; local
872 part = body.getPart(0);
874 byte[] start = part.getContentId();
886 appendTextString(part.getContentType());
901 part = body.getPart(i);
908 byte[] partContentType = part.getContentType();
928 byte[] name = part.getName();
931 name = part.getFilename()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/quake/src/com/android/quake/
DownloaderActivity.java 318 this.mParts.add(new Part(src, md5, size));
322 static class Part {
323 Part(String src, String md5, long size) {
332 ArrayList<Part> mParts = new ArrayList<Part>();
336 for(Part part : mParts) {
337 if (part.size > 0) {
338 result += part.size;
352 * <part src="http:..." /
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 144 long part; typedefs
146 part = i;
148 long x = ((int) part & 1) != 0 ? POLY64REV : 0;
149 part = (part >> 1) ^ x;
151 sCrcTable[i] = part;
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 102 // We are part of the WebKit implementation.
706 GraphicsContext* gc, int part, int state, int classicState,
710 gc->platformContext()->canvas(), part, state, classicState, rect);
714 GraphicsContext* gc, int part, int state, int classicState,
718 gc->platformContext()->canvas(), part, state, classicState, rect);
730 GraphicsContext* gc, int part, int state, int classicState,
734 gc->platformContext()->canvas(), part, state, classicState, rect);
738 GraphicsContext* gc, int part, int state, int classicState,
742 gc->platformContext()->canvas(), part, state, classicState, rect,
747 GraphicsContext* gc, int part, int state, int classicState
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
Rfc822OutputTests.java 242 // Create a message with alternative part
277 Entity part = partList.get(0); local
278 assertEquals("text/plain", part.getMimeType());
279 part = partList.get(1);
280 assertEquals("text/calendar", part.getMimeType());
281 header = part.getHeader();
287 // Create a message with a mixed part
321 Entity part = partList.get(0); local
322 assertEquals("text/plain", part.getMimeType());
323 part = partList.get(1)
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 74 // Find SMIL part in the message.
78 // Try to load SMIL document from existing part.
96 * Find a SMIL part in the MM.
98 * @return The existing SMIL part or null if no SMIL part was found.
103 PduPart part = body.getPart(i); local
104 if (Arrays.equals(part.getContentType(),
106 // Sure only one SMIL part.
107 return part;
213 PduPart part = pb.getPart(i) local
    [all...]
SlideshowModel.java 246 PduPart part = new PduPart(); local
250 // Don't create empty text part.
255 part.setCharset(text.getCharset());
259 part.setContentType(media.getContentType().getBytes());
271 part.setContentLocation(location.getBytes());
276 part.setContentId(location.getBytes());
282 part.setContentId(contentId.getBytes());
286 part.setData(((TextModel) media).getText().getBytes());
288 part.setDataUri(media.getUri());
293 pb.addPart(part);
607 PduPart part = pb.getPartByContentLocation(media.getSrc()); local
    [all...]
  /external/eigen/blas/
dspr.f 26 * triangular part of the matrix A is supplied in the packed
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
60 * contain the upper triangular part of the symmetric matrix
64 * AP is overwritten by the upper triangular part of the
67 * contain the lower triangular part of the symmetric matrix
71 * AP is overwritten by the lower triangular part of the
sspr.f 26 * triangular part of the matrix A is supplied in the packed
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
60 * contain the upper triangular part of the symmetric matrix
64 * AP is overwritten by the upper triangular part of the
67 * contain the lower triangular part of the symmetric matrix
71 * AP is overwritten by the lower triangular part of the
chbmv.f 26 * triangular part of the band matrix A is being supplied as
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
53 * by n part of the array A must contain the upper triangular
54 * band part of the hermitian matrix, supplied column by
60 * triangular part of a hermitian band matrix from conventional
71 * by n part of the array A must contain the lower triangular
72 * band part of the hermitian matrix, supplied column by
78 * triangular part of a hermitian band matrix from conventional
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 252 GraphicsContext*, int part, int state, int classicState, const IntRect&);
254 GraphicsContext*, int part, int state, int classicState, const IntRect&);
258 GraphicsContext*, int part, int state, int classicState, const IntRect&);
260 GraphicsContext*, int part, int state, int classicState, const IntRect&, const IntRect& alignRect);
262 GraphicsContext*, int part, int state, int classicState, const IntRect&);
264 GraphicsContext*, int part, int state, int classicState, const IntRect&, const Color&, bool fillContentArea, bool drawEdges);
266 GraphicsContext*, int part, int state, int classicState, const IntRect&);
270 // The UI part which is being accessed.
294 // The current state of the associated Part.
303 // The bounds of the entire track, as opposed to the part being painted
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.cpp 96 IntRect ScrollbarThemeGtk::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
98 if (part == BackButtonEndPart && !m_hasBackButtonEndPart)
104 if (part == BackButtonStartPart)
115 IntRect ScrollbarThemeGtk::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
117 if (part == ForwardButtonStartPart && !m_hasForwardButtonStartPart)
123 if (part == ForwardButtonEndPart)
132 if (part == ForwardButtonEndPart)
RenderThemeGtk2.cpp 114 ControlPart part = renderObject->style()->appearance(); local
115 switch (part) {
121 adjustRectForFocus(part == CheckboxPart ? gtkCheckButton() : gtkRadioButton(), rect, true);
437 // The entry background is only painted over the interior part of the GTK+ entry, not
472 ControlPart part = object->style()->appearance();
473 ASSERT(part == SliderHorizontalPart || part == SliderVerticalPart || part == MediaVolumeSliderPart);
478 if (part == SliderHorizontalPart) {
500 ControlPart part = object->style()->appearance()
529 ControlPart part = o->style()->appearance(); local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 164 uptr part = (h % kTabSize) / kPartSize; local
165 id = atomic_fetch_add(&depot.seq[part], 1, memory_order_relaxed) + 1;
168 id |= part << kPartShift;
185 // High kPartBits contain part id, so we need to scan at most kPartSize lists.
186 uptr part = id >> kPartShift; local
188 uptr idx = part * kPartSize + i;
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 187 String part = parts[i].trim(); local
188 if (!part.equals("")) {
189 int res = Integer.parseInt(part, 16);
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 45 int wxStyleForPart(wxScrollbarPart part, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int flags)
50 else if (part == focusPart)
52 else if (part == hoverPart)
  /packages/apps/Email/src/org/apache/commons/io/output/
ByteArrayOutputStream.java 155 int part = Math.min(remaining, currentBuffer.length - inBufferPos); local
156 System.arraycopy(b, off + len - remaining, currentBuffer, inBufferPos, part);
157 remaining -= part;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
XmlEditorMultiOutline.java 33 import org.eclipse.ui.part.IPageBookViewPage;
34 import org.eclipse.ui.part.Page;
35 import org.eclipse.ui.part.PageBook;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 122 IWorkbenchPart part = window.getPartService().getActivePart(); local
123 if (part instanceof IEditorPart) {
124 IEditorInput input = ((IEditorPart) part).getEditorInput();
  /external/ceres-solver/docs/
ceres-solver.tex 113 \part{Tutorial}
114 \label{part:tutorial}
122 \part{Reference}
123 \label{part:reference}

Completed in 1421 milliseconds

1 2 3 45 6 7 8 91011>>