HomeSort by relevance Sort by last modified time
    Searched full:size2 (Results 26 - 50 of 173) sorted by null

12 3 4 5 6 7

  /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/chromium/sdch/open-vcdiff/src/
codetable_test.cc 43 unsigned char size2,
50 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
100 EXPECT_EQ(0, code_table_data_.size2[opcode]);
245 code_table_data_.size2[20] = 1;
instruction_map.cc 157 FindMaxSize(code_table_data.size2)) {
173 code_table_data.size2[opcode],
190 code_table_data.size2[opcode],
instruction_map_test.cc 37 unsigned char size2,
50 unsigned char size2,
128 unsigned char size2,
135 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
148 EXPECT_EQ(size, g_exercise_code_table_->size2[found_opcode]);
159 EXPECT_EQ(0, g_exercise_code_table_->size2[found_opcode]);
170 unsigned char size2,
177 size2,
decodetable_test.cc 46 unsigned char size2,
53 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
128 EXPECT_EQ(g_exercise_code_table_->size2[opcode], size);
404 (g_exercise_code_table_->size2[opcode] == 0)) {
  /external/chromium_org/sdch/open-vcdiff/src/
codetable_test.cc 43 unsigned char size2,
50 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
100 EXPECT_EQ(0, code_table_data_.size2[opcode]);
245 code_table_data_.size2[20] = 1;
instruction_map.cc 157 FindMaxSize(code_table_data.size2)) {
173 code_table_data.size2[opcode],
190 code_table_data.size2[opcode],
instruction_map_test.cc 37 unsigned char size2,
50 unsigned char size2,
128 unsigned char size2,
135 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
148 EXPECT_EQ(size, g_exercise_code_table_->size2[found_opcode]);
159 EXPECT_EQ(0, g_exercise_code_table_->size2[found_opcode]);
170 unsigned char size2,
177 size2,
decodetable_test.cc 46 unsigned char size2,
53 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
128 EXPECT_EQ(g_exercise_code_table_->size2[opcode], size);
404 (g_exercise_code_table_->size2[opcode] == 0)) {
  /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/open-vcdiff/src/
codetable_test.cc 43 unsigned char size2,
50 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
100 EXPECT_EQ(0, code_table_data_.size2[opcode]);
245 code_table_data_.size2[20] = 1;
instruction_map.cc 157 FindMaxSize(code_table_data.size2)) {
173 code_table_data.size2[opcode],
190 code_table_data.size2[opcode],
instruction_map_test.cc 37 unsigned char size2,
50 unsigned char size2,
128 unsigned char size2,
135 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
148 EXPECT_EQ(size, g_exercise_code_table_->size2[found_opcode]);
159 EXPECT_EQ(0, g_exercise_code_table_->size2[found_opcode]);
170 unsigned char size2,
177 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));
  /development/scripts/
compare-installed-size.py 96 # filename, module, size1, size2, size2-size1
  /external/llvm/test/CodeGen/ARM/
machine-cse-cmp.ll 59 %size2 = sub nsw i32 %size, 0
64 %sub = sub nsw i32 %0, %size2
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
39 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
  /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/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 87 unsigned Size2 = Bytes - Size1;
90 if (Size2 == 0)
95 SDValue Chain2 = memsetStore(DAG, DL, Chain, Dst, ByteVal, 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/opencv/cv/src/
cvemd.cpp 118 const float *signature2, int size2,
177 int dims, size1, size2; local
187 size2 = signature2->rows;
199 if( flow->rows != size1 || flow->cols != size2 )
223 if( cost->rows != size1 || cost->cols != size2 )
256 signature2->data.fl, size2,
335 const float* signature2, int size2,
354 buffer_size = (size1+1) * (size2+1) * (sizeof( float ) + /* cost */
357 (size1 + size2 + 2) * (sizeof( CvNode2D ) + /* _x */
389 buffer += (size2 + 1) * sizeof( int )
    [all...]
  /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/llvm/test/Transforms/GVN/
2009-01-21-SortInvalidation.ll 8 define fastcc i32 @byte_re_match_2_internal(%struct.re_pattern_buffer* nocapture %bufp, i8* %string1, i32 %size1, i8* %string2, i32 %size2, i32 %pos, %struct.re_registers* %regs, i32 %stop) nounwind {
  /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;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse.c 82 cursor->ph_cursor->size2.x = (short)w;
83 cursor->ph_cursor->size2.y = (short)h;

Completed in 822 milliseconds

12 3 4 5 6 7