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

  /dalvik/libcore/security/src/test/java/tests/api/java/security/
AccessControlContextTest.java 258 PermissionCollection col1 = perm1.newPermissionCollection(); local
259 col1.add(perm1);
260 final ProtectionDomain pd1 = new ProtectionDomain(null, col1);
320 PermissionCollection col1 = perm1.newPermissionCollection(); local
321 col1.add(perm1);
322 final ProtectionDomain pd1 = new ProtectionDomain(null, col1);
355 PermissionCollection col1 = perm1.newPermissionCollection(); local
356 col1.add(perm1);
357 final ProtectionDomain pd1 = new ProtectionDomain(null, col1);
  /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/icu4c/test/intltest/
apicoll.cpp 281 RuleBasedCollator *col1, *col2, *col3, *col4; local
287 col1 = new RuleBasedCollator(ruleset1, status);
328 UnicodeString rule1 = col1->getRules();
355 delete col1;
471 Collator *col1 = 0; local
472 col1 = Collator::createInstance(Locale::getEnglish(), success);
498 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
499 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
500 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" );
503 delete col1;
848 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); local
926 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); local
2183 TestCollator col1; local
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 495 TableColumn col1 = new TableColumn(hardwareTable, SWT.LEFT); local
496 col1.setText("Property");
497 col1.setWidth(150);
498 TableViewerColumn tvc1 = new TableViewerColumn(mHardwareViewer, col1);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 451 UCollator *col1, *col2, *col3, *col4; local
464 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
491 rule1 = ucol_getRules(col1, &tempLength);
507 ucol_close(col1);
517 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
527 iter1 = ucol_openElements(col1, teststr, 3, &status);
550 ucol_close(col1);
554 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
561 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) {
564 ucol_close(col1);
    [all...]

Completed in 488 milliseconds