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

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLBaseFontElement03.js91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink",4,vsize);
H A DHTMLFontElement03.js91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink","4",vsize);
H A DHTMLHRElement03.js91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink","5",vsize);
H A DHTMLInputElement13.js93 var vsize;
104 vsize = testNode.size;
106 assertEquals("size",25,vsize);
H A DHTMLSelectElement12.js92 var vsize;
103 vsize = testNode.size;
105 assertEquals("sizeLink",1,vsize);
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLBaseFontElement03.js91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink",4,vsize);
H A DHTMLFontElement03.js91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink","4",vsize);
H A DHTMLHRElement03.js91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink","5",vsize);
H A DHTMLInputElement13.js93 var vsize;
104 vsize = testNode.size;
106 assertEquals("size",25,vsize);
H A DHTMLSelectElement12.js92 var vsize;
103 vsize = testNode.size;
105 assertEquals("sizeLink",1,vsize);
/external/skia/src/gpu/
H A DGrAARectRenderer.cpp130 size_t vsize = GrDrawState::VertexSize(layout); local
147 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
149 set_inset_fan(fan0Pos, vsize, devRect, -SK_ScalarHalf, -SK_ScalarHalf);
150 set_inset_fan(fan1Pos, vsize, devRect, SK_ScalarHalf, SK_ScalarHalf);
154 *reinterpret_cast<GrColor*>(verts + i * vsize) = 0;
164 verts += 4 * vsize;
166 *reinterpret_cast<GrColor*>(verts + i * vsize) = innerColor;
199 size_t vsize = GrDrawState::VertexSize(layout); local
218 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
219 GrPoint* fan2Pos = reinterpret_cast<GrPoint*>(verts + 8 * vsize);
[all...]
H A DGrInOrderDrawBuffer.cpp133 int vsize = GrDrawState::VertexSizeAndOffsetsByStage(layout, stageOffsets, local
136 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize);
137 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
142 get_vertex_bounds(geo.vertices(), vsize, 4, &devBounds);
151 vsize);
153 srcMatrices[i]->mapPointsWithStride(coords, vsize, 4);
164 vertColor = (GrColor*) ((intptr_t) vertColor + vsize);
H A DGrDrawTarget.cpp701 int vsize = GrDrawState::VertexSizeAndOffsetsByStage(layout, stageOffsets, NULL, NULL, NULL); local
702 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize);
711 vsize);
713 srcMatrices[i]->mapPointsWithStride(coords, vsize, 4);
/external/chromium/chrome/browser/
H A Dprocess_info_snapshot.h58 uint64_t vsize; member in struct:ProcessInfoSnapshot::ProcInfoEntry
69 vsize(0) {
83 // vsize --> comm_priv,
H A Dprocess_info_snapshot_mac_unittest.cc37 EXPECT_GT(proc_info.vsize, 0u);
80 EXPECT_GE(proc_info.vsize, 1024u); // Sanity check: our |vsize| is presumably
92 EXPECT_GT(proc_info.vsize, 0u); // Its |vsize| should be nonzero though.
H A Dprocess_info_snapshot_mac.cc169 in >> proc_info.vsize;
171 proc_info.vsize *= 1024;
179 if (!proc_info.pid || ! proc_info.vsize) {
203 "vsize"); // Total virtual memory
267 proc_info.vsize = values[3];
336 proc_info.vsize = values[3];
437 usage->priv = proc_info.vsize / 1024;
/external/javassist/src/main/javassist/bytecode/
H A DLongVector.java31 int vsize = ((initialSize >> ABITS) & ~(VSIZE - 1)) + VSIZE;
32 objects = new ConstInfo[vsize][];
/external/icu4c/common/
H A Dlocid.cpp259 int32_t vsize = 0; local
289 vsize = (int32_t)uprv_strlen(newVariant);
290 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
292 vsize--;
296 if( vsize > 0 )
298 size += vsize;
302 if ( vsize > 0 )
340 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
351 if ( vsize !
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c709 int vsize = sizeof(v); local
710 int ret = btif_config_get("Remote Devices", kname, vname, v, &vsize, &vtype);
712 ret, kname, vname, v, vsize, vtype);
/external/bison/doc/
H A Drefcard.tex146 \vsize 10in
164 \vsize 7.95in
/external/grub/docs/
H A Dtexinfo.tex336 % (We lessened \vsize for it in \oddfootingxxx.)
2206 \global\advance\vsize by -\baselineskip
3792 % Double the \vsize as well. (We don't need a separate register here,
3793 % since nobody clobbers \vsize.)
3794 \vsize = 2\vsize
3805 \dimen@ = \vsize
3845 % \pagegoal was set to the doubled \vsize above, since we restarted
3847 % typesetting, so reset \pagegoal to the normal \vsize (after the
3848 % \endgroup where \vsize go
[all...]
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex136 \pagewidth=\hsize \pageheight=\vsize
986 \output={\doublecolumnout} \hsize=\doublecolumnhsize \vsize=\doublecolumnvsize}
988 \endgroup \pagegoal=\vsize}
2012 \global\vsize=7.5in
2017 \global\pageheight=\vsize
/external/bison/build-aux/
H A Dtexinfo.tex369 % (We lessened \vsize for it in \oddfootingyyy.)
3368 \global\advance\vsize by -12pt
5128 % Double the \vsize as well. (We don't need a separate register here,
5129 % since nobody clobbers \vsize.)
5130 \vsize = 2\vsize
5141 \dimen@ = \vsize
5209 % \pagegoal was set to the doubled \vsize above, since we restarted
5211 % typesetting, so reset \pagegoal to the normal \vsize (after the
5212 % \endgroup where \vsize go
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 2080 milliseconds