HomeSort by relevance Sort by last modified time
    Searched refs:vSize (Results 1 - 21 of 21) sorted by null

  /cts/tests/tests/security/src/android/security/cts/
SELinuxDomainTest.java 283 public long vSize;
286 private ProcessDetails(String procTitle, String label, long vSize, int pid) {
289 this.vSize = vSize;
296 + "\"\tvsize: " + vSize;
300 return vSize == 0;
304 // Get the vSize, item #23 from the stat file
361 // Get the vSize, item #23 from the stat file
363 long vSize = getVsizeFromStat(x);
382 return new ProcessDetails(cmdline, context, vSize, pid)
    [all...]
  /external/libvpx/libvpx/third_party/libmkv/
EbmlWriter.h 40 void Ebml_WriteVoid(EbmlGlobal *glob, unsigned long vSize);
EbmlWriter.c 145 void Ebml_WriteVoid(EbmlGlobal *glob, unsigned long vSize) {
150 Ebml_WriteLen(glob, vSize);
152 for (i = 0; i < vSize; i++) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlWriter.h 40 void Ebml_WriteVoid(EbmlGlobal *glob, unsigned long vSize);
EbmlWriter.c 145 void Ebml_WriteVoid(EbmlGlobal *glob, unsigned long vSize) {
150 Ebml_WriteLen(glob, vSize);
152 for (i = 0; i < vSize; i++) {
  /external/mesa3d/src/mesa/program/
prog_parameter.c 484 * \param vSize number of element in v
492 const gl_constant_value v[], GLuint vSize,
497 assert(vSize >= 1);
498 assert(vSize <= 4);
510 for (j = 0; j < vSize; j++) {
514 if (match == vSize) {
521 if (vSize == 1) {
533 else if (vSize <= list->Parameters[i].Size) {
537 for (j = 0; j < vSize; j++) {
556 if (match == vSize) {
    [all...]
prog_parameter.h 178 const gl_constant_value v[], GLuint vSize,
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicHistogram.cpp 105 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize();
109 switch(vSize) {
118 vSize = 4;
142 memset(mSums, 0, 256 * sizeof(int32_t) * threads * vSize);
151 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize();
153 if (vSize == 3) vSize = 4;
155 for (uint32_t ct=0; ct < (256 * vSize); ct++) {
158 o[ct] += mSums[ct + (256 * vSize * t)];
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_parameter.c 495 * \param vSize number of element in v
503 const gl_constant_value v[], GLuint vSize,
508 assert(vSize >= 1);
509 assert(vSize <= 4);
521 for (j = 0; j < vSize; j++) {
525 if (match == vSize) {
532 if (vSize == 1) {
544 else if (vSize <= list->Parameters[i].Size) {
548 for (j = 0; j < vSize; j++) {
567 if (match == vSize) {
    [all...]
prog_parameter.h 178 const gl_constant_value v[], GLuint vSize,
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoderTest.cpp 98 IntSize vSize = decoder->decodedYUVSize(2, ImageDecoder::ActualSize);
102 ASSERT_TRUE(uSize.width() == vSize.width());
103 ASSERT_TRUE(uSize.height() == vSize.height());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
VectorTest.java 258 int vSize = tVector.size();
259 for (int counter = vSize - 1; counter >= 0; counter--)
261 .get(counter + vSize));
269 .get(vSize));
271 .get(vSize + 1));
273 .get(vSize + 2));
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbitblb.cpp 931 int32_t vSize = vec->size();
932 for (i=0; i<vSize; i++) {
    [all...]
  /external/icu/icu4c/source/common/
rbbitblb.cpp 931 int32_t vSize = vec->size();
932 for (i=0; i<vSize; i++) {
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 865 String8 vSize = create_sizes_str(&mVideoSizes[0], 1);
866 mParameters.set(CameraParameters::KEY_VIDEO_SIZE, vSize.string());
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 895 String8 vSize = create_sizes_str(&mVideoSizes[0], 1);
896 mParameters.set(QCameraParameters::KEY_VIDEO_SIZE, vSize.string());
    [all...]
QualcommCameraHardware.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 3164 milliseconds