/external/libvpx/vp8/common/ |
mv.h | 18 short col; member in struct:__anon7430
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_CollectionTest.java | 28 Collection<Integer> col; // must contain the Integers 0 to 99 field in class:Support_CollectionTest 36 col = c; 41 new Support_UnmodifiableCollectionTest("", col).runTest(); 50 assertTrue("CollectionTest - a) add did not work", col.add(new Integer( 52 assertTrue("CollectionTest - b) add did not work", col 56 assertTrue("CollectionTest - a) remove did not work", col 58 assertTrue("CollectionTest - b) remove did not work", !col 62 assertTrue("CollectionTest - a) addAll failed", col 64 assertTrue("CollectionTest - b) addAll failed", col 68 assertTrue("CollectionTest - a) containsAll failed", col [all...] |
Support_UnmodifiableCollectionTest.java | 29 Collection<Integer> col; field in class:Support_UnmodifiableCollectionTest 40 col = c; 47 assertTrue("UnmodifiableCollectionTest - should contain 0", col 49 assertTrue("UnmodifiableCollectionTest - should contain 50", col 51 assertTrue("UnmodifiableCollectionTest - should not contain 100", !col 61 col.containsAll(hs)); 65 !col.containsAll(hs)); 68 assertTrue("UnmodifiableCollectionTest - should not be empty", !col 72 Iterator<Integer> it = col.iterator(); 89 + col.size(), col.size() == 100) [all...] |
/libcore/support/src/test/java/tests/support/ |
Support_CollectionTest.java | 27 Collection<Integer> col; // must contain the Integers 0 to 99 field in class:Support_CollectionTest 35 col = c; 40 new Support_UnmodifiableCollectionTest("", col).runTest(); 49 assertTrue("CollectionTest - a) add did not work", col.add(new Integer( 51 assertTrue("CollectionTest - b) add did not work", col 55 assertTrue("CollectionTest - a) remove did not work", col 57 assertTrue("CollectionTest - b) remove did not work", !col 61 assertTrue("CollectionTest - a) addAll failed", col 63 assertTrue("CollectionTest - b) addAll failed", col 67 assertTrue("CollectionTest - a) containsAll failed", col [all...] |
Support_UnmodifiableCollectionTest.java | 29 Collection<Integer> col; field in class:Support_UnmodifiableCollectionTest 40 col = c; 47 assertTrue("UnmodifiableCollectionTest - should contain 0", col 49 assertTrue("UnmodifiableCollectionTest - should contain 50", col 51 assertTrue("UnmodifiableCollectionTest - should not contain 100", !col 61 col.containsAll(hs)); 65 !col.containsAll(hs)); 68 assertTrue("UnmodifiableCollectionTest - should not be empty", !col 72 Iterator<Integer> it = col.iterator(); 89 + col.size(), col.size() == 100) [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
TableHelper.java | 52 TableColumn col = new TableColumn(parent, style); local 58 col.setText(sample_text); 59 col.pack(); 63 prefs.setValue(pref_name, col.getWidth()); 66 col.setWidth(prefs.getInt(pref_name)); 70 col.setText(header); 75 col.addControlListener(new ControlListener() { 89 return col; 111 TreeColumn col = new TreeColumn(parent, style); local 117 col.setText(sample_text) 167 TreeColumn col = new TreeColumn(parent, style); local [all...] |
/build/tools/bin2asm/ |
icudata.c | 13 int col = 0; local 51 if (col == 0) { 55 col++; 56 if (col == 16) { 58 col = 0; 59 } else if (col % 4 == 0) { 67 if (col != 0) {
|
/external/webkit/Source/WebCore/html/ |
HTMLTableColElement.cpp | 70 RenderTableCol* col = toRenderTableCol(renderer()); local 72 if (newWidth != col->width()) 73 col->setNeedsLayoutAndPrefWidthsRecalc();
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
CertStoreCollectionSpi.java | 38 List col = new ArrayList(); local 49 col.add(obj); 61 col.add(obj); 66 return col; 74 List col = new ArrayList(); local 85 col.add(obj); 97 col.add(obj); 102 return col;
|
/external/stlport/test/unit/ |
collate_facets_test.cpp | 20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); 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 ); 40 collate<char> const& col = use_facet<collate<char> >(loc); 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 ) 56 collate<char> const& col = use_facet<collate<char> >(loc); local 87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local 104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_neighbour.c | 133 u32 i, row, col; local 142 row = col = 0; 147 if (col) 157 if (row && (col < picWidth - 1)) 162 if (row && col) 167 col++; 168 if (col == picWidth) 170 col = 0;
|
h264bsd_util.c | 270 u32 row, col; local 276 col = mbNum % width; 281 image->luma = (u8*)(image->data + col * 16 + tmp * 256); 282 image->cb = (u8*)(image->data + picSize * 256 + tmp * 64 + col * 8);
|
/ndk/tests/device/test-gnustl-full/unit/ |
collate_facets_test.cpp | 20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); 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 ); 40 collate<char> const& col = use_facet<collate<char> >(loc); 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 ) 56 collate<char> const& col = use_facet<collate<char> >(loc); local 87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local 104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local [all...] |
/ndk/tests/device/test-stlport/unit/ |
collate_facets_test.cpp | 20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); 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 ); 40 collate<char> const& col = use_facet<collate<char> >(loc); 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 ) 56 collate<char> const& col = use_facet<collate<char> >(loc); local 87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local 104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local [all...] |
/external/apache-harmony/security/src/test/api/java/tests/api/java/security/ |
AccessControlContextTest.java | 39 PermissionCollection col = perm.newPermissionCollection(); local 40 col.add(perm); 41 final ProtectionDomain pd = new ProtectionDomain(null, col);
|
/external/quake/quake/src/QW/client/ |
gl_ngraph.c | 64 int row, col; local 70 col = num&15; 71 source = draw_chars + (row<<10) + (col<<3);
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTableCell.cpp | 137 columnRange.first = renderCell->col(); 158 int col = renderCell->col(); local 159 if (!col)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceExplorerView.java | 280 TreeColumn col = new TreeColumn(parent, style); local 283 col.setWidth(fixedSize); 284 col.setResizable(false); 290 col.setText(sample_text); 291 col.pack(); 295 prefs.setValue(pref_name, col.getWidth()); 298 col.setWidth(prefs.getInt(pref_name)); 304 col.addControlListener(new ControlListener() { 320 col.setText(header);
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
Hex.java | 270 int col = 0; local 273 if (col == 0) { 283 } else if ((col & 1) == 0) { 289 col++; 290 if (col == bpl) { 292 col = 0; 297 if (col != 0) {
|
/dalvik/dx/src/com/android/dx/util/ |
Hex.java | 270 int col = 0; local 273 if (col == 0) { 283 } else if ((col & 1) == 0) { 289 col++; 290 if (col == bpl) { 292 col = 0; 297 if (col != 0) {
|
/development/samples/BrowserPlugin/jni/ |
RenderingThread.cpp | 183 int row, col; local
|
/external/e2fsprogs/debugfs/ |
ls.c | 37 int col; member in struct:list_dir_struct 113 if (ls->col + thislen > 80) { 115 ls->col = 0; 118 ls->col += thislen; 166 ls.col = 0;
|
/external/freetype/src/base/ |
ftlcdfil.c | 107 FT_Byte* col = column; local 112 val1 = col[0]; 118 col += pitch; 120 val1 = col[0]; 125 col += pitch; 132 val = col[0]; 141 col[-2 * pitch] = (FT_Byte)pix; 142 col += pitch; 151 col[-2 * pitch] = (FT_Byte)pix; 155 col[-pitch] = (FT_Byte)pix 231 FT_Byte* col = column; local [all...] |
/external/icu4c/test/intltest/ |
g7coll.cpp | 162 Collator *col = Collator::createInstance("en_US", status); local 164 delete col; 168 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules(); 189 delete col; 196 Collator *col = Collator::createInstance("en_US", status); local 198 delete col; 202 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules(); 223 delete col; 230 Collator *col = Collator::createInstance("en_US", status); local 233 delete col; 264 Collator *col = Collator::createInstance("en_US", status); local [all...] |
/external/icu4c/tools/toolutil/ |
writesrc.c | 104 int32_t i, col; local 126 for(i=col=0; i<length; ++i, ++col) { 128 if(col<16) { 132 col=0;
|