/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
CollationKeyTest.java | 32 collator.setStrength(Collator.PRIMARY); 45 collator.setStrength(Collator.PRIMARY); 56 collator.setStrength(Collator.PRIMARY); 67 collator.setStrength(Collator.PRIMARY); 79 collator.setStrength(Collator.PRIMARY); 92 collator.setStrength(Collator.PRIMARY);
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
CollationKeyTest.java | 20 c.setStrength(Collator.PRIMARY); 40 c.setStrength(Collator.PRIMARY); 54 c.setStrength(Collator.PRIMARY); 65 c.setStrength(Collator.PRIMARY); 76 c.setStrength(Collator.PRIMARY); 86 c.setStrength(Collator.PRIMARY); 96 c.setStrength(Collator.PRIMARY);
|
CollatorTest.java | 48 c.setStrength(Collator.PRIMARY); 126 c.setStrength(Collator.PRIMARY); 127 assertEquals(Collator.PRIMARY, c.getStrength()); 148 c.setStrength(Collator.PRIMARY); 157 c.setStrength(Collator.PRIMARY); 166 c.setStrength(Collator.PRIMARY); 175 c.setStrength(Collator.PRIMARY);
|
/external/autotest/site_utils/ |
server_manager.py | 12 Delete a server from the database. If the server is in primary status, its 18 1. Add role to a server. If the server is in primary status, proper actions 20 2. Delete a role from a server. If the server is in primary status, proper 22 3. Change status of a server. If the server is changed from or to primary 64 server.status == server_models.Server.STATUS.PRIMARY): 66 roles__role=role, status=server_models.Server.STATUS.PRIMARY) 96 if server.status == server_models.Server.STATUS.PRIMARY: 112 # If the server is in status primary and has no role, change its status to 115 server.status == server_models.Server.STATUS.PRIMARY): 116 print ('Server %s has no role, change its status from primary to backup [all...] |
server_manager_actions.py | 10 added to a primary server. This module includes functions to check if actions 45 # is added to the server, or the server's status is changed to primary. 60 # status is changed to primary. 69 # status is changed to primary. 93 role=role, status=server_models.Server.STATUS.PRIMARY) 123 is changed from primary to other status. Default to 129 # This check is to prevent actions to be applied to server not in primary 131 # before a server is changed to primary status. If that assumption is 133 if (server.status != server_models.Server.STATUS.PRIMARY and 134 prev_status != server_models.Server.STATUS.PRIMARY) [all...] |
server_manager_unittest.py | 64 'status': server_models.Server.STATUS.PRIMARY, 76 'status': server_models.Server.STATUS.PRIMARY, 202 """Test manager can change the status of a backup server to primary. 204 server_models.validate(status=server_models.Server.STATUS.PRIMARY) 216 status=server_models.Server.STATUS.PRIMARY 222 status=server_models.Server.STATUS.PRIMARY, 227 """Test manager can change the status of a primary server to backup. 242 status=server_models.Server.STATUS.PRIMARY 267 primary if there is already a primary exists for role doesn't allo [all...] |
/external/vboot_reference/cgpt/ |
cgpt_add.c | 73 entry = GetEntry(&drive->gpt, PRIMARY, index); 104 SetRaw(drive, PRIMARY, index, params->raw_value); 107 SetSuccessful(drive, PRIMARY, index, params->successful); 109 SetTries(drive, PRIMARY, index, params->tries); 111 SetPriority(drive, PRIMARY, index, params->priority); 115 if (IsUnused(drive, PRIMARY, index)) { 161 if (IsUnused(drive, PRIMARY, i)) { 236 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index); 250 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index); 257 params->successful = GetSuccessful(&drive, PRIMARY, index) [all...] |
cgpt_prioritize.c | 129 if (!IsKernel(&drive, PRIMARY, index)) { 138 if (IsKernel(&drive, PRIMARY, i)) 146 if (!IsKernel(&drive, PRIMARY, i)) 149 priority = GetPriority(&drive, PRIMARY, i); 194 SetPriority(&drive, PRIMARY,
|
/libcore/ojluni/src/main/java/java/text/ |
PatternEntry.java | 120 if (strength == Collator.PRIMARY || lastEntry != null) 137 case Collator.PRIMARY: toAddTo.append('<'); break; 234 newStrength = Collator.PRIMARY; break;
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
CollatorICU.java | 97 case Collator.PRIMARY: 98 strength = java.text.Collator.PRIMARY; 144 case java.text.Collator.PRIMARY: 145 fIcuCollator.setStrength(Collator.PRIMARY);
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
PrettyPrinterTest.java | 25 spaceComp.setStrength(Collator.PRIMARY);
|
/external/gptfdisk/ |
mbrpart.h | 30 #define PRIMARY 1 /* write partition as primary */ 62 int includeAs; // PRIMARY, LOGICAL, or NONE 87 void SetInclusion(int status = PRIMARY) {includeAs = status;}
|
basicmbr.cc | 166 partitions[i].SetInclusion(PRIMARY); 205 } // if primary partition is extended 206 } // for primary partition loop 488 cout << "Number Boot Start Sector End Sector Status Logical Primary Code\n"; 736 // Returns the number of primary partitions, including the extended partition 743 if (partitions[i].GetInclusion() == PRIMARY) 770 (partitions[i].GetInclusion() == PRIMARY)) 800 if ((i != j) && (partitions[j].GetInclusion() == PRIMARY)) { 814 // Now determine if it can be primary. Start by assuming it can be... 816 if ((numPrimaries >= 4) && (partitions[i].GetInclusion() != PRIMARY)) { [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
CollatorTest.java | 30 collator.setStrength(Collator.PRIMARY); 31 assertEquals(Collator.PRIMARY, collator.getStrength()); 48 mColl.setStrength(Collator.PRIMARY); 68 mColl.setStrength(Collator.PRIMARY); 104 coll.setStrength(Collator.PRIMARY); 124 // that sorts primary-after c.
|
OldCollationKeyTest.java | 30 collator.setStrength(Collator.PRIMARY);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CollationKey.java | 361 * bounds with primary strength would include "Smith", "SMITH", "sMiTh". 380 * (for most uses, the recommended value is PRIMARY). This 396 * @see Collator#PRIMARY 407 int keystrength = Collator.PRIMARY; 409 if (noOfLevels > Collator.PRIMARY) { 415 if (noOfLevels == Collator.PRIMARY
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
CollationKey.java | 372 * bounds with primary strength would include "Smith", "SMITH", "sMiTh". 391 * (for most uses, the recommended value is PRIMARY). This 407 * @see Collator#PRIMARY 419 int keystrength = Collator.PRIMARY; 421 if (noOfLevels > Collator.PRIMARY) { 427 if (noOfLevels == Collator.PRIMARY
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
legacy_contacts.sql | 5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account)); 10 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT); 11 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0); 15 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name)); 16 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER); 17 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestamp TEXT); 18 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT); 24 CREATE TABLE groupmembership (_id INTEGER PRIMARY KEY,person INTEGER REFERENCES people(_id),group_id INTEGER REFERENCES groups(_id),group_sync_account STRING,group_sync_id STRING); 30 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account)); 32 CREATE TABLE organizations (_id INTEGER PRIMARY KEY AUTOINCREMENT,company TEXT,title TEXT,isprimary INTEGER NOT NULL DEFAULT 0,type INTEGER NOT NU (…) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
PrettyPrinterTest.java | 29 spaceComp.setStrength(Collator.PRIMARY);
|
/external/vboot_reference/firmware/lib/cgptlib/include/ |
cgptlib_internal.h | 62 * Alias name of index in internal array for primary and secondary header and 67 PRIMARY = 0, 69 ANY_VALID = 9999, /* accept any between primary and secondary */ 106 * between the primary and secondary headers - that is, all fields other than: 132 * Called when the primary entries are modified and the CRCs need to be
|
/libcore/benchmarks/src/benchmarks/regression/ |
CollatorBenchmark.java | 29 collator.setStrength(Collator.PRIMARY);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
PermissionsSummaryHelper.java | 59 collator.setStrength(Collator.PRIMARY);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/ |
SearchTest.java | 17 import static android.icu.text.Collator.PRIMARY; 97 SD("\u00c9", "e", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1)), 103 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)), 104 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)), 109 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)), 115 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)), 116 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)), 121 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)), 150 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 4, -1), IA(3, 3)), 160 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 4, -1), IA(3, 3)) [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
SearchTest.java | 16 import static com.ibm.icu.text.Collator.PRIMARY; 93 SD("\u00c9", "e", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1)), 99 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)), 100 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)), 105 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)), 111 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)), 112 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)), 117 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)), 146 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 4, -1), IA(3, 3)), 156 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 4, -1), IA(3, 3)) [all...] |
/external/icu/icu4c/source/test/intltest/ |
allcoll.cpp | 67 /* test primary > 17 */ 107 myCollation->setStrength(Collator::PRIMARY); 172 /* To compare them with just primary differences */ 173 coll->setStrength(Collator::PRIMARY);
|