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

  /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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderDDS.java 59 int col1 = RGB565.RGB565_to_ARGB8(data.getShort()); local
61 colors[1].fromARGB8(col1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 118 TreeColumn col1 = new TreeColumn(tree, SWT.LEFT); local
119 col1.setText(TREE_PROPERTIES[0]);
120 col1.setWidth(200);
  /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...]
  /external/icu4c/test/intltest/
apicoll.cpp 297 RuleBasedCollator *col1, *col2, *col3, *col4; local
303 col1 = new RuleBasedCollator(ruleset1, status);
344 UnicodeString rule1 = col1->getRules();
371 delete col1;
487 Collator *col1 = 0; local
488 col1 = Collator::createInstance(Locale::getEnglish(), success);
514 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
515 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
516 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" );
519 delete col1;
850 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); local
928 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); local
2190 TestCollator col1; local
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
LegacyAvdEditDialog.java 586 TableColumn col1 = new TableColumn(hardwareTable, SWT.LEFT); local
587 col1.setText("Property");
588 col1.setWidth(150);
589 TableViewerColumn tvc1 = new TableViewerColumn(mHardwareViewer, col1);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 467 UCollator *col1, *col2, *col3, *col4; local
480 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
507 rule1 = ucol_getRules(col1, &tempLength);
523 ucol_close(col1);
533 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
543 iter1 = ucol_openElements(col1, teststr, 3, &status);
566 ucol_close(col1);
570 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
577 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) {
580 ucol_close(col1);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 1566 Uri col1 = mContentResolver.insert(uri, colorValues); local
    [all...]

Completed in 423 milliseconds