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

12 3 4 5

  /external/javassist/src/main/javassist/
CtClassType.java 540 int size1, size2; local
544 size1 = 0;
548 size1 = anno1.length;
561 Object[] result = new Object[size1 + size2];
562 for (int i = 0; i < size1; i++)
566 result[j + size1] = toAnnoType(anno2[j], cp);
572 for (int i = 0 ; i < size1 ; i++){
606 int size1, size2; local
610 size1 = 0;
614 size1 = anno1.length
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
decodetable_test.cc 43 unsigned char size1,
50 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
117 EXPECT_EQ(g_exercise_code_table_->size1[opcode], size);
396 (g_exercise_code_table_->size1[opcode] == 0)) {
decodetable.cc 87 instruction_size = code_table_data_->size1[opcode];
instruction_map.h 133 // The maximum value of a size1 element in code_table_data
143 // for each possible first instruction size (size1) in the code table.
encodetable_test.cc 52 unsigned char size1,
59 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
codetable.cc 99 // size1
242 ValidateOpcode(i, inst1[i], size1[i], mode1[i], max_mode, "first")
251 if ((size1[i] == 0) &&
  /external/stlport/src/c_locale_win32/
c_wlocale_win32.c 202 DWORD size1 = trim_size_t_to_DWORD(n1); local
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
207 n1 -= size1;
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 202 DWORD size1 = trim_size_t_to_DWORD(n1); local
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
207 n1 -= size1;
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 306 int size1 = list1.size(); local
308 int size = Math.min(size1, size2);
317 if (size1 == size2) {
319 } else if (size1 < size2) {
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 306 int size1 = list1.size(); local
308 int size = Math.min(size1, size2);
317 if (size1 == size2) {
319 } else if (size1 < size2) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java 306 int size1 = list1.size(); local
308 int size = Math.min(size1, size2);
317 if (size1 == size2) {
319 } else if (size1 < size2) {
  /sdk/sdk_common/src/com/android/ide/common/resources/configuration/
FolderConfiguration.java 479 int size1 = ((ScreenDimensionQualifier) sizeQ).getValue1(); local
482 // make sure size1 is the biggest (should be the case, but make sure)
483 if (size1 < size2) {
484 int a = size1;
485 size1 = size2;
490 int dp1 = (int) Math.ceil(size1 * Density.DEFAULT_DENSITY / density.getDpiValue());
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 251 if ((length != StunTransportPrefsAttribute::SIZE1) &&
319 STUN_ATTR_TRANSPORT_PREFERENCES, StunTransportPrefsAttribute::SIZE1);
511 SetLength(SIZE1);
stun.h 328 enum { SIZE1 = 4, SIZE2 = 12 };
330 static const uint16 SIZE1 = 4;
  /frameworks/base/core/jni/
android_os_Debug.cpp 383 size_t size1 = *rec1; local
386 if (size1 < size2) {
388 } else if (size1 > size2) {
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 92 size_t size1 = utf16_strlen(((const LemmaEntry*)p1)->hanzi_str); local
94 if (size1 < size2)
96 else if (size1 > size2)
124 size_t size1 = utf16_strlen(((const LemmaEntry*)p1)->hanzi_str); local
126 if (size1 < size2)
128 else if (size1 > size2)
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 159 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1)
161 return new_block(tid, nmemb*size1, VG_(clo_alignment),
  /external/opencv/cv/src/
cvsegmentation.cpp 412 CvSize size1 = cvGetMatSize(dst_pyramid[level+1]); local
422 for( i = 1; i < size1.height-1; i++, dptr += dstep - (size1.width-2)*3, mask += mstep*2 )
424 for( j = 1; j < size1.width-1; j++, dptr += cn )
cvhistogram.cpp 410 int size1[CV_MAX_DIM], size2[CV_MAX_DIM], total = 1; local
419 CV_CALL( dims1 = cvGetDims( hist1->bins, size1 ));
428 if( size1[i] != size2[i] )
430 total *= size1[i];
660 int size1[CV_MAX_DIM], size2[CV_MAX_DIM], total = 1; local
674 CV_CALL( dims1 = cvGetDims( src->bins, size1 ));
676 total *= size1[i];
685 if( size1[i] != size2[i] )
695 CV_CALL( dst = cvCreateHist( dims1, size1,
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_main.h 63 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 );
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2]
1168 overlap. SIZE1 and/or SIZE2 can be (unsigned)-1 in which case the
1173 unsigned HOST_WIDE_INT size1,
1182 && (size1 == (unsigned HOST_WIDE_INT)-1
1183 || pos2 < (pos1 + size1)))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2]
1168 overlap. SIZE1 and/or SIZE2 can be (unsigned)-1 in which case the
1173 unsigned HOST_WIDE_INT size1,
1182 && (size1 == (unsigned HOST_WIDE_INT)-1
1183 || pos2 < (pos1 + size1)))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2]
1168 overlap. SIZE1 and/or SIZE2 can be (unsigned)-1 in which case the
1173 unsigned HOST_WIDE_INT size1,
1182 && (size1 == (unsigned HOST_WIDE_INT)-1
1183 || pos2 < (pos1 + size1)))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2]
1168 overlap. SIZE1 and/or SIZE2 can be (unsigned)-1 in which case the
1173 unsigned HOST_WIDE_INT size1,
1182 && (size1 == (unsigned HOST_WIDE_INT)-1
1183 || pos2 < (pos1 + size1)))
  /bionic/libc/bionic/
malloc_debug_common.cpp 75 size_t size1 = e1->size & ~SIZE_FLAG_MASK; local
77 size_t alloc1 = nbAlloc1 * size1;

Completed in 605 milliseconds

12 3 4 5