Searched refs:layout (Results 151 - 175 of 362) sorted by relevance

1234567891011>>

/external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
H A DInstallerActivity.java66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
H A DInstallerActivity.java66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
H A DInstallerActivity.java67 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h80 /* Guest state layout info for syscall args. */
209 SyscallArgLayout* layout, \
231 SyscallArgLayout* layout, \
355 pre-wrappers, and they refer to the layout parameter passed in. */
401 layout->o_sysno, sizeof(UWord));
418 Int here = layout->o_arg##n; \
435 Int here = layout->o_arg##n; \
436 Int next = layout->o_arg##n + sizeof(UWord); \
469 Addr here = layout->s_arg##n + VG_(get_SP)(tid); \
485 Addr next = layout
[all...]
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLFraction.cpp122 void RenderMathMLFraction::layout() function in class:WebCore::RenderMathMLFraction
130 RenderBlock::layout();
H A DRenderMathMLSquareRoot.cpp166 void RenderMathMLSquareRoot::layout() function in class:WebCore::RenderMathMLSquareRoot
191 RenderBlock::layout();
H A DRenderMathMLUnderOver.cpp145 void RenderMathMLUnderOver::layout() function in class:WebCore::RenderMathMLUnderOver
147 RenderBlock::layout();
243 RenderBlock::layout();
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceContainer.cpp50 void RenderSVGResourceContainer::layout() function in class:WebCore::RenderSVGResourceContainer
52 // Invalidate all resources if our layout changed.
56 RenderSVGHiddenContainer::layout();
H A DRenderSVGResourceMarker.cpp48 void RenderSVGResourceMarker::layout() function in class:WebCore::RenderSVGResourceMarker
50 // Invalidate all resources if our layout changed.
54 // RenderSVGHiddenContainer overwrites layout(). We need the
57 RenderSVGContainer::layout();
H A DRenderSVGPath.h62 virtual void layout();
H A DRenderSVGText.h61 virtual void layout();
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDocument.idl68 @discussion Called when WebKit has determined that the document view needs to layout.
69 This method should simply set a flag and call layout from drawRect if the flag is YES.
70 @param flag YES to cause a layout, no to not cause a layout.
76 @method layout
77 @discussion Called when the document view must immediately layout. For simple views,
79 - (void)layout;
81 HRESULT layout();
/external/chromium/chrome/browser/ui/cocoa/translate/
H A Dtranslate_infobar_base.h49 // - (void)layout;
98 - (void)layout;
108 // be returned in the order they are displayed, otherwise the layout test
145 // This is used for verifying layout and for setting the
149 // Verifies that the layout of the infobar is correct.
/external/kernel-headers/original/linux/raid/
H A Dmd_u.h83 int layout; /* 0 the array's physical layout */ member in struct:mdu_array_info_s
/external/replicaisland/src/com/replica/replicaisland/
H A DDiaryActivity.java52 setContentView(R.layout.diary);
H A DLevelSelectActivity.java171 setContentView(R.layout.level_select);
185 this, R.layout.level_select_row, R.layout.level_select_disabled_row, R.layout.level_select_completed_row,
/external/skia/src/gpu/
H A DGrContext.cpp124 int layout = 0; local
128 layout |= GrDrawTarget::StageTexCoordVertexLayoutBit(i, i);
130 layout |= GrDrawTarget::StagePosAsTexCoordVertexLayoutBit(i);
134 return layout;
362 static const GrVertexLayout layout = local
364 GrDrawTarget::AutoReleaseGeometry arg(fGpu, layout, 4, 0);
738 GrVertexLayout layout = 0; local
741 layout |= GrDrawTarget::StagePosAsTexCoordVertexLayoutBit(s);
745 layout |= GrDrawTarget::kCoverage_VertexLayoutBit;
747 layout |
755 GrVertexLayout layout = aa_rect_layout(target, useVertexCoverage); local
823 GrVertexLayout layout = aa_rect_layout(target, useVertexCoverage); local
983 GrVertexLayout layout = PaintStageVertexLayoutBits(paint, NULL); local
1023 GrVertexLayout layout = PaintStageVertexLayoutBits(paint, NULL); local
1068 GrVertexLayout layout = PaintStageVertexLayoutBits(paint, NULL); local
1140 GrVertexLayout layout = PaintStageVertexLayoutBits(paint, hasTexCoords); local
1792 GrVertexLayout layout = GrDrawTarget::StagePosAsTexCoordVertexLayoutBit(0); local
[all...]
H A DGrInOrderDrawBuffer.cpp89 GrVertexLayout layout = GetRectVertexLayout(stageMask, srcRects); local
90 AutoReleaseGeometry geo(this, layout, 4, 0);
101 SetRectVertices(rect, &combinedMatrix, srcRects, srcMatrices, layout, geo.vertices());
127 int stride = VertexSize(layout);
142 fCurrQuad < fMaxQuads && layout == fLastRectVertexLayout) {
144 int vsize = VertexSize(layout);
178 fLastRectVertexLayout = layout;
H A DGrTesselatedPathRenderer.cpp371 GrVertexLayout layout = 0; local
374 layout |= GrDrawTarget::StagePosAsTexCoordVertexLayoutBit(s);
481 target->setVertexSourceToArray(layout, base, count);
491 target->setVertexSourceToArray(layout, &base[i], size);
498 target->setVertexSourceToArray(layout, base, count);
579 target->setVertexSourceToArray(layout, &tri_verts[0], 3);
592 target->setVertexSourceToArray(layout, vertices.begin(), vertices.count());
/external/proguard/src/proguard/gui/
H A DFilterDialog.java110 GridBagLayout layout = new GridBagLayout();
129 JPanel filterPanel = new JPanel(layout);
171 JPanel mainPanel = new JPanel(layout);
H A DOptimizationsDialog.java98 GridBagLayout layout = new GridBagLayout();
103 JPanel optimizationsPanel = new JPanel(layout);
116 optimizationSubpanel = new JPanel(layout);
H A DProGuardGUI.java254 GridBagLayout layout = new GridBagLayout();
307 JPanel proGuardPanel = new JPanel(layout);
328 JPanel inputOutputPanel = new JPanel(layout);
342 JPanel shrinkingOptionsPanel = new JPanel(layout);
350 JPanel shrinkingPanel = new JPanel(layout);
376 JPanel obfuscationOptionsPanel = new JPanel(layout);
415 JPanel obfuscationPanel = new JPanel(layout);
429 JPanel optimizationOptionsPanel = new JPanel(layout);
444 JPanel optimizationPanel = new JPanel(layout);
456 JPanel preverificationOptionsPanel = new JPanel(layout);
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c937 VexGuestLayout* layout,
975 VexGuestLayout* layout,
1005 addStmtToIRSB(irsb, IRStmt_Put(layout->offset_IP ,
1027 di->fxState[0].offset = layout->offset_SP;
1028 di->fxState[0].size = layout->sizeof_SP;
1030 di->fxState[1].offset = layout->offset_IP;
1031 di->fxState[1].size = layout->sizeof_IP;
1046 VexGuestLayout* layout,
1057 (sb_in, layout, vge, sb_in->next->Iex.RdTmp.tmp, irsb);
1065 VexGuestLayout* layout,
935 add_stmt_call_invalidate_if_not_gdbserved( IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRTemp jmp, IRSB* irsb) argument
973 add_stmt_call_gdbserver(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy, Addr iaddr, UChar delta, IRSB* irsb) argument
1044 add_stmt_call_invalidate_exit_target_if_not_gdbserved(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRSB* irsb) argument
1063 instrument_for_gdbserver_if_needed(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy) argument
[all...]
/external/webkit/Source/WebCore/html/shadow/
H A DSliderThumbElement.cpp55 // FIXME: Find a way to cascade appearance (see the layout method) and get rid of this class.
61 virtual void layout();
69 void RenderSliderThumb::layout() function in class:WebCore::RenderSliderThumb
87 RenderBlock::layout();
92 // Since today the code to calculate position is in the RenderSlider layout
94 // renderer directly to trigger layout.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java100 layout();
167 public void layout() { method in class:FlyoutControlComposite
272 layout();
331 layout();
387 FlyoutControlComposite.this.layout();
419 FlyoutControlComposite.this.layout();
470 container.layout();
527 container.layout();
556 container.layout();
657 public void layout() { method in class:FlyoutControlComposite.FlyoutContainer
[all...]

Completed in 2074 milliseconds

1234567891011>>