Searched refs:vsize (Results 1 - 22 of 22) 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/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.cpp320 int32_t vsize = 0; local
350 vsize = (int32_t)uprv_strlen(newVariant);
351 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
353 vsize--;
357 if( vsize > 0 )
359 size += vsize;
363 if ( vsize > 0 )
401 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
412 if ( vsize !
[all...]
/external/skia/src/gpu/
H A DGrContext.cpp757 size_t vsize = GrDrawTarget::VertexSize(layout); local
773 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
775 setInsetFan(fan0Pos, vsize, devRect, -GR_ScalarHalf, -GR_ScalarHalf);
776 setInsetFan(fan1Pos, vsize, devRect, GR_ScalarHalf, GR_ScalarHalf);
780 *reinterpret_cast<GrColor*>(verts + i * vsize) = 0;
790 verts += 4 * vsize;
792 *reinterpret_cast<GrColor*>(verts + i * vsize) = innerColor;
824 size_t vsize = GrDrawTarget::VertexSize(layout); local
840 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
841 GrPoint* fan2Pos = reinterpret_cast<GrPoint*>(verts + 8 * vsize);
[all...]
H A DGrDrawTarget.cpp1050 int vsize = VertexSizeAndOffsetsByStage(layout, stageOffsets,
1055 vsize);
1057 matrix->mapPointsWithStride(GrTCast<GrPoint*>(vertices), vsize, 4);
1066 vsize);
1068 srcMatrices[i]->mapPointsWithStride(coords, vsize, 4);
H A DGrInOrderDrawBuffer.cpp144 int vsize = VertexSize(layout); local
171 poolState.fUsedPoolVertexBytes = 4 * vsize;
/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.tex148 \vsize 10in
166 \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

Completed in 1630 milliseconds