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

1 2 3

  /external/chromium_org/chrome/browser/thumbnails/
render_widget_snapshot_taker_unittest.cc 78 const gfx::Size size2(200, 200);
82 size2); local
  /external/stlport/test/unit/
collate_facets_test.cpp 25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1; local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 );
45 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1; local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
92 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local
219 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local
    [all...]
  /external/valgrind/main/drd/tests/
custom_alloc.c 30 int size2 = size + RZ*2; local
33 if (hp + size2 > hp_lim) {
39 hp += size2;
  /external/valgrind/main/massif/tests/
custom_alloc.c 30 int size2 = size + RZ*2; local
33 if (hp + size2 > hp_lim) {
39 hp += size2;
  /ndk/tests/device/test-gnustl-full/unit/
collate_facets_test.cpp 25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1; local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 );
45 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1; local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
92 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local
219 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
collate_facets_test.cpp 25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1; local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 );
45 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1; local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
92 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local
219 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
SizeFileComparator.java 115 long size2 = 0; local
117 size2 = sumDirectoryContents && file2.exists() ? FileUtils.sizeOfDirectory(file2) : 0;
119 size2 = file2.length();
121 long result = size1 - size2;
  /external/valgrind/main/memcheck/tests/
custom_alloc.c 36 int size2 = size + RZ*2; local
39 if (hp + size2 > hp_lim) {
45 hp += size2;
  /external/chromium/sdch/open-vcdiff/src/
codetable.h 65 // inst1=ADD size1=0 mode1=X inst2=NOOP size2=X mode2=X
66 // inst1=RUN size1=0 mode1=X inst2=NOOP size2=X mode2=X
67 // inst1=COPY size1=0 mode1=N inst2=NOOP size2=X mode2=X (for all N)
99 // | inst1 | size1 | mode1 | inst2 | size2 | mode2 |
105 unsigned char size2[kCodeTableSize]; member in struct:open_vcdiff::VCDiffCodeTableData
  /external/chromium_org/sdch/open-vcdiff/src/
codetable.h 65 // inst1=ADD size1=0 mode1=X inst2=NOOP size2=X mode2=X
66 // inst1=RUN size1=0 mode1=X inst2=NOOP size2=X mode2=X
67 // inst1=COPY size1=0 mode1=N inst2=NOOP size2=X mode2=X (for all N)
99 // | inst1 | size1 | mode1 | inst2 | size2 | mode2 |
105 unsigned char size2[kCodeTableSize]; member in struct:open_vcdiff::VCDiffCodeTableData
  /external/chromium_org/third_party/lzma_sdk/
7zStream.c 73 size_t size2 = p->size - p->pos; local
74 if (size2 == 0 && *size > 0)
77 size2 = LookToRead_BUF_SIZE;
78 res = p->realStream->Read(p->realStream, p->buf, &size2);
79 p->size = size2;
81 if (size2 < *size)
82 *size = size2;
91 size_t size2 = p->size - p->pos; local
92 if (size2 == 0 && *size > 0)
98 size2 = p->size = *size
    [all...]
  /external/eigen/bench/
benchVecAdd.cpp 24 int size2 = size * size; local
25 Scalar* a = internal::aligned_new<Scalar>(size2);
26 Scalar* b = internal::aligned_new<Scalar>(size2+4)+1;
27 Scalar* c = internal::aligned_new<Scalar>(size2);
40 benchVec(a, b, c, size2);
43 std::cout << timer.value() << "s " << (double(size2*REPEAT)/timer.value())/(1024.*1024.*1024.) << " GFlops\n";
47 if (size2%innersize==0)
49 int outersize = size2/innersize;
60 std::cout << innersize << " x " << outersize << " " << timer.value() << "s " << (double(size2*REPEAT)/timer.value())/(1024.*1024.*1024.) << " GFlops\n";
64 VectorXf va = Map<VectorXf>(a, size2);
    [all...]
  /external/lzma/C/
7zStream.c 73 size_t size2 = p->size - p->pos; local
74 if (size2 == 0 && *size > 0)
77 size2 = LookToRead_BUF_SIZE;
78 res = p->realStream->Read(p->realStream, p->buf, &size2);
79 p->size = size2;
81 if (size2 < *size)
82 *size = size2;
91 size_t size2 = p->size - p->pos; local
92 if (size2 == 0 && *size > 0)
98 size2 = p->size = *size;
    [all...]
  /external/open-vcdiff/src/
codetable.h 65 // inst1=ADD size1=0 mode1=X inst2=NOOP size2=X mode2=X
66 // inst1=RUN size1=0 mode1=X inst2=NOOP size2=X mode2=X
67 // inst1=COPY size1=0 mode1=N inst2=NOOP size2=X mode2=X (for all N)
99 // | inst1 | size1 | mode1 | inst2 | size2 | mode2 |
105 unsigned char size2[kCodeTableSize]; member in struct:open_vcdiff::VCDiffCodeTableData
  /external/srec/srec/include/
sp_fft.h 224 asr_uint32_t size2; member in struct:__anon28333
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 261 s -= size2; \
278 size_t size2; local
281 size2 = size*2;
303 for (f2 = f1 + size2; f2 < last; f2 += size2) {
310 p2 = *EVAL(p2) = f1 + size2 - list1 + list2;
313 } while ((f1 += size2) < f2);
316 for (f2 = f1 + size2; f2 < l2; f2 += size2) {
334 for (f1 = list1, p2 = list2; f1 < last; f1 += size2) {
    [all...]
  /external/chromium_org/ui/gfx/
skia_util.cc 145 size_t size2 = 0; local
154 size2 = bitmap2.getSize();
157 return (size1 == size2) && (0 == memcmp(addr1, addr2, bitmap1.getSize()));
  /external/chromium_org/v8/src/
types.cc 449 int size2 = (type2->is_union() ? type2->as_union()->length() : 2); local
450 size = (size == 0 ? size2 : Min(size, size2));
  /external/srec/srec/clib/
voc_read.c 277 size_t size2 = 0; local
310 size2 = get_zipentry_size(ze);
311 buf2 = mmap(0, inflateSize(size2), PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0);
315 if (decompress_zipentry(ze, buf2, size2)) goto FAILED;
326 *size = size2;
333 if (buf2) munmap(buf2, inflateSize(size2));
  /bionic/libc/bionic/
malloc_debug_common.cpp 79 size_t size2 = e2->size & ~SIZE_FLAG_MASK; local
81 size_t alloc2 = nbAlloc2 * size2;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 336 int size2 = (baseSize2[mask] >> 12) & 0xf; local
344 if (size2) {
346 reg->reg.size = size2 << unit;
  /external/javassist/src/main/javassist/expr/
ExprEditor.java 134 int size2 = iterator.getCodeLength(); local
135 if (size != size2) // the body was modified.
136 endPos += size2 - size;
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 270 final int size2 = newFont.pages.length; local
272 Material[] tmp = new Material[size1+size2];
274 System.arraycopy(newFont.pages, 0, tmp, size1, size2);
278 // this.pages = Arrays.copyOf(this.pages, size1+size2);
279 // System.arraycopy(newFont.pages, 0, this.pages, size1, size2);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 336 int size2 = (baseSize2[mask] >> 12) & 0xf; local
344 if (size2) {
346 reg->reg.size = size2 << unit;
  /external/qemu/
charpipe.c 182 int size2 = qemu_chr_can_read(peer->cs); local
184 if (size2 == 0)
187 if (size > size2)
188 size = size2;

Completed in 1200 milliseconds

1 2 3