/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
FragmentedMp4Builder.java | 99 int size1 = 0; 101 size1 += byteBuffer.limit(); 107 return size1 - size2;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationMatcher.java | 669 ScreenSizeQualifier size1 = config1.getScreenSizeQualifier(); local 671 ScreenSize ss1 = size1 != null ? size1.getValue() : ScreenSize.NORMAL; [all...] |
/external/opencv/cxcore/src/ |
cxarray.cpp | 1233 int i, size1 = mat->dim[0].size, size2 = 1; local 1237 size1 *= mat->dim[i].size; 1244 roi_size->height = size1; 1248 *step = size1 == 1 ? 0 : mat->dim[0].step; 2854 int size1 = matnd->dim[0].size, size2 = 1; local 3033 int i, size1, size2; local [all...] |
/external/stlport/src/c_locale_win32/ |
c_locale_win32.c | 1092 DWORD size1 = trim_size_t_to_DWORD(n1); local 1112 size_t size1, size2; local [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | 1092 DWORD size1 = trim_size_t_to_DWORD(n1); local 1112 size_t size1, size2; local [all...] |
/external/qemu/ |
savevm.c | 531 int qemu_get_buffer(QEMUFile *f, uint8_t *buf, int size1) 538 size = size1; 554 return size1 - size; [all...] |
/external/valgrind/main/memcheck/ |
mc_malloc_wrappers.c | 318 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ) 320 if (complain_about_silly_args2(nmemb, size1)) { 323 return MC_(new_block) ( tid, 0, nmemb*size1, VG_(clo_alignment),
|
mc_include.h | 126 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 );
|
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 753 int size1 = ((ScriptElement *)elem1)->count; local 758 int result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2); 761 result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2); 764 result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2); [all...] |
/external/elfutils/src/ |
elfcmp.c | 421 size_t size1 = 0; local 427 raw1 = elf_rawfile (elf1, &size1);
|
/external/guava/guava-tests/test/com/google/common/io/ |
ByteStreamsTest.java | 162 private void equalHelper(boolean expect, int size1, int size2) 164 equalHelper(expect, newPreFilledByteArray(size1),
|
/external/protobuf/src/google/protobuf/io/ |
coded_stream.cc | 693 size = 1; goto size1; 738 size1 : target[0] = static_cast<uint8>((part0 ) | 0x80);
|
/external/valgrind/main/exp-sgcheck/ |
h_main.c | 374 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 ) 376 return alloc_and_new_mem_heap ( tid, nmemb*size1, VG_(clo_alignment),
|
/dalvik/vm/analysis/ |
RegisterMap.cpp | 975 size_t size1, size2; local 977 size1 = computeRegisterMapSize(pMap1); 979 if (size1 != size2) { 980 ALOGI("compareMaps: size mismatch (%zd vs %zd)", size1, size2); 984 if (memcmp(pMap1, pMap2, size1) != 0) { [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.h | 170 // if (s1.addr0() + size1) > s2.addr0()) return true;
|
/external/opencv/cv/include/ |
cvcompat.h | 798 CV_INLINE float cvCalcEMD( const float* signature1, int size1, 805 CvMat sign1 = cvMat( size1, dims + 1, CV_32FC1, (void*)signature1 ); [all...] |
cv.h | 83 int size1 CV_DEFAULT(3), [all...] |
/external/llvm/lib/Analysis/ |
BasicAliasAnalysis.cpp | 822 unsigned Size1 = Indices1.size(); 825 if (Size1 != Size2) 828 for (unsigned I = 0; I != Size1; ++I) [all...] |
/external/valgrind/main/VEX/test/ |
test-amd64.c | 405 #define TEST_IMUL_IM(size, size1, op0, op1)\ 412 "imul" size " $" #op0 ", %" size1 "2, %" size1 "0\n\t" \ [all...] |
test-i386.c | 392 #define TEST_IMUL_IM(size, size1, op0, op1)\ 399 "imul" size " $" #op0 ", %" size1 "2, %" size1 "0\n\t" \ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ConfigurationSelector.java | 1895 String size1 = mSize1.getText(); local [all...] |
/external/valgrind/unittest/ |
racecheck_unittest.cc | [all...] |
/sdk/emulator/opengl/ |
DESIGN | 320 1/ buf1 = stream->alloc(size1)
|
/external/libvpx/mkvparser/ |
mkvparser.cpp | 5088 const long long size1 = ReadUInt(pReader, pos, len); local [all...] |
/external/valgrind/main/include/ |
pub_tool_tooliface.h | 452 void* (*pcalloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ), [all...] |