/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
InfoPanel.java | 61 TableColumn col1 = new TableColumn(mTable, SWT.RIGHT); local 62 col1.setText("name"); 73 col1.pack();
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 66 body.rtl .col1, body.rtl .col2 { 87 .col1 {
|
/external/icu4c/test/intltest/ |
apicoll.cpp | 295 RuleBasedCollator *col1, *col2, *col3, *col4; local 301 col1 = new RuleBasedCollator(ruleset1, status); 342 UnicodeString rule1 = col1->getRules(); 369 delete col1; 485 Collator *col1 = 0; local 486 col1 = Collator::createInstance(Locale::getEnglish(), success); 512 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" ); 513 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" ); 514 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); 517 delete col1; 848 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); local 926 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); local 2139 TestCollator col1; local [all...] |
/external/opencv/cvaux/include/ |
cvmat.hpp | 533 CvMAT colrange( int col1, int col2 ) const; 638 CvMAT colrange( int col1, int col2 ) const; [all...] |
/external/icu4c/test/cintltst/ |
capitst.c | 465 UCollator *col1, *col2, *col3, *col4; local 478 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status); 505 rule1 = ucol_getRules(col1, &tempLength); 521 ucol_close(col1); 531 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); 541 iter1 = ucol_openElements(col1, teststr, 3, &status); 564 ucol_close(col1); 568 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); 575 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) { 578 ucol_close(col1); [all...] |
/external/opencv/cvaux/src/ |
cvlmeds.cpp | 345 int row1, row2, col1, col2; local 353 col1 = (x == 0 ? 1 : 0); 356 value = M[row1 * 3 + col1] * M[row2 * 3 + col2] - M[row2 * 3 + col1] * M[row1 * 3 + col2]; [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdCreationDialog.java | 579 TableColumn col1 = new TableColumn(hardwareTable, SWT.LEFT); local 580 col1.setText("Property"); 581 col1.setWidth(150); 582 TableViewerColumn tvc1 = new TableViewerColumn(mHardwareViewer, col1); [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
HTMLConverter.mm | [all...] |