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

  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 66 Spec col2 = spec(1, START); local
92 layout.addView(c, new GridLayout.LayoutParams(row3, col2));
103 layout.addView(c, new GridLayout.LayoutParams(row4, col2));
BiDiTestGridLayoutCodeRtl.java 66 Spec col2 = spec(1, START); local
92 layout.addView(c, new GridLayout.LayoutParams(row3, col2));
103 layout.addView(c, new GridLayout.LayoutParams(row4, col2));
  /external/opencv/cvaux/src/
cvtexture.cpp 316 int col2, row2; local
318 col2 = colLoop + steps[stepLoop*2 + 1];
320 if( col2>=0 && row2>=0 && col2<srcImageSize.width && row2<srcImageSize.height )
cvlmeds.cpp 345 int row1, row2, col1, col2; local
354 col2 = (x == 2 ? 1 : 2);
356 value = M[row1 * 3 + col1] * M[row2 * 3 + col2] - M[row2 * 3 + col1] * M[row1 * 3 + col2];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 122 TreeColumn col2 = new TreeColumn(tree, SWT.LEFT); local
123 col2.setText(TREE_PROPERTIES[1]);
124 col2.setWidth(200);
  /external/icu4c/test/intltest/
apicoll.cpp 297 RuleBasedCollator *col1, *col2, *col3, *col4; local
313 col2 = new RuleBasedCollator(ruleset2, status);
345 UnicodeString rule2 = col2->getRules();
372 delete col2;
495 Collator *col2 = 0; local
497 col2 = Collator::createInstance(dk, success);
514 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
515 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
520 delete col2;
856 RuleBasedCollator *col2 = new RuleBasedCollator(ruleset2, success); local
933 Collator *col2 = col1->clone(); local
2191 TestCollator col2; local
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
LegacyAvdEditDialog.java 604 TableColumn col2 = new TableColumn(hardwareTable, SWT.LEFT); local
605 col2.setText("Value");
606 col2.setWidth(50);
607 TableViewerColumn tvc2 = new TableViewerColumn(mHardwareViewer, col2);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 467 UCollator *col1, *col2, *col3, *col4; local
489 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
508 rule2 = ucol_getRules(col2, &tempLength);
524 ucol_close(col2);
538 col2 = ucol_open("en_US", &status);
544 iter2 = ucol_openElements(col2, teststr, 3, &status);
567 ucol_close(col2);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 1586 Uri col2 = mContentResolver.insert(uri2, colorValues); local
    [all...]

Completed in 271 milliseconds