HomeSort by relevance Sort by last modified time
    Searched defs:size1 (Results 1 - 23 of 23) sorted by null

  /external/stlport/test/unit/
collate_facets_test.cpp 24 const size_t size1 = sizeof(str1) / sizeof(str1[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 );
44 const size_t size1 = sizeof(str1) / sizeof(str1[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 )
91 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
218 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
collate_facets_test.cpp 24 const size_t size1 = sizeof(str1) / sizeof(str1[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 );
44 const size_t size1 = sizeof(str1) / sizeof(str1[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 )
91 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
218 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
collate_facets_test.cpp 24 const size_t size1 = sizeof(str1) / sizeof(str1[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 );
44 const size_t size1 = sizeof(str1) / sizeof(str1[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 )
91 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
218 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/comparator/
SizeFileComparator.java 111 long size1 = 0; local
113 size1 = sumDirectoryContents && file1.exists() ? FileUtils.sizeOfDirectory(file1) : 0;
115 size1 = file1.length();
123 long result = size1 - 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 |
104 unsigned char size1[kCodeTableSize]; member in struct:open_vcdiff::VCDiffCodeTableData
  /external/skia/tests/
MatrixTest.cpp 33 uint32_t size1 = m.flatten(NULL); local
35 REPORTER_ASSERT(reporter, size1 == size2);
36 REPORTER_ASSERT(reporter, size1 <= SkMatrix::kMaxFlattenSize);
40 REPORTER_ASSERT(reporter, size1 == size2);
45 REPORTER_ASSERT(reporter, size1 == size2);
46 REPORTER_ASSERT(reporter, memcmp(buffer, buffer2, size1) == 0);
  /dalvik/vm/
ReferenceTable.c 168 int size1 = dvmObjectSizeInHeap(obj1); local
170 if (size1 != size2) {
171 return size1 - size2;
IndirectRefTable.c 369 int size1 = dvmObjectSizeInHeap(obj1); local
371 if (size1 != size2) {
372 return size1 - size2;
  /bionic/libc/bionic/
malloc_debug_common.c 76 size_t size1 = e1->size & ~SIZE_FLAG_MASK; local
78 size_t alloc1 = nbAlloc1 * size1;
  /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;
c_locale_win32.c 1092 DWORD size1 = trim_size_t_to_DWORD(n1); local
1112 size_t size1, size2; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 86 int size1 = 0; local
190 size1 = (int)strlen(VOAMRWB_RFC3267_HEADER_INFO);
191 memcpy(outBuf, VOAMRWB_RFC3267_HEADER_INFO, size1);
192 outBuf += size1;
216 fwrite(OutputBuf, 1, outData.Length + size1, fdst);
  /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;
c_locale_win32.c 1092 DWORD size1 = trim_size_t_to_DWORD(n1); local
1112 size_t size1, size2; local
    [all...]
  /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) {
  /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)
  /dalvik/vm/analysis/
RegisterMap.c 973 size_t size1, size2; local
975 size1 = computeRegisterMapSize(pMap1);
977 if (size1 != size2) {
978 LOGI("compareMaps: size mismatch (%zd vs %zd)\n", size1, size2);
982 if (memcmp(pMap1, pMap2, size1) != 0) {
    [all...]
  /external/chromium/third_party/icu/source/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/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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 1581 String size1 = mSize1.getText(); local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 1116 milliseconds