HomeSort by relevance Sort by last modified time
    Searched defs:vsize (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/browser/
process_info_snapshot.h 58 uint64_t vsize; member in struct:ProcessInfoSnapshot::ProcInfoEntry
69 vsize(0) {
83 // vsize --> comm_priv,
  /frameworks/compile/slang/
slang_rs_export_element.h 46 unsigned vsize; member in struct:slang::RSExportElement::__anon19976
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 335 unsigned int vsize = size * glSizeof(type); local
336 if (stride == 0) stride = vsize;
338 if (stride == vsize) {
341 for (unsigned int i = 0; i < datalen; i += vsize) {
342 memcpy(dst, src, vsize);
343 dst += vsize;
355 unsigned int vsize = size * glSizeof(type); local
356 if (stride == 0) stride = vsize;
358 if (stride == vsize) {
361 for (unsigned int i = 0; i < datalen; i += vsize) {
    [all...]
  /external/javassist/src/main/javassist/bytecode/
LongVector.java 21 static final int VSIZE = 8;
26 objects = new ConstInfo[VSIZE][];
31 int vsize = ((initialSize >> ABITS) & ~(VSIZE - 1)) + VSIZE; local
32 objects = new ConstInfo[vsize][];
52 ConstInfo[][] newObj = new ConstInfo[len + VSIZE][];
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 335 unsigned int vsize = size * glSizeof(type); local
336 if (stride == 0) stride = vsize;
338 if (stride == vsize) {
341 for (unsigned int i = 0; i < datalen; i += vsize) {
342 memcpy(dst, src, vsize);
343 dst += vsize;
355 unsigned int vsize = size * glSizeof(type); local
356 if (stride == 0) stride = vsize;
358 if (stride == vsize) {
361 for (unsigned int i = 0; i < datalen; i += vsize) {
    [all...]
  /external/skia/src/gpu/
GrAARectRenderer.cpp 130 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...]
GrDrawTarget.cpp 701 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);
GrInOrderDrawBuffer.cpp 133 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);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaTestUtil.java 113 String vsize = poList2[3]; local
114 int vsizevalue = Integer.parseInt(vsize);
115 Log.v(TAG, "VSIZE = " + vsizevalue);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 709 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/icu4c/common/
locid.cpp 259 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 != 0
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 1168 int vsize = byteArrayToInt(p, 8); local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 332 // USER PID PPID VSIZE RSS WCHAN PC NAME
353 String vsize = poList2[3]; local
354 int vsizevalue = Integer.parseInt(vsize);
355 Log.v(TAG, "VSIZE = " + vsizevalue);
  /hardware/libhardware/include/hardware/
audio_effect.h 867 uint32_t vsize; \/\/ Value size member in struct:effect_param_s
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 608 milliseconds