HomeSort by relevance Sort by last modified time
    Searched refs:PRIMARY (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /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 22 c.setStrength(Collator.PRIMARY);
42 c.setStrength(Collator.PRIMARY);
56 c.setStrength(Collator.PRIMARY);
67 c.setStrength(Collator.PRIMARY);
78 c.setStrength(Collator.PRIMARY);
88 c.setStrength(Collator.PRIMARY);
98 c.setStrength(Collator.PRIMARY);
CollatorTest.java 50 c.setStrength(Collator.PRIMARY);
128 c.setStrength(Collator.PRIMARY);
129 assertEquals(Collator.PRIMARY, c.getStrength());
150 c.setStrength(Collator.PRIMARY);
159 c.setStrength(Collator.PRIMARY);
168 c.setStrength(Collator.PRIMARY);
177 c.setStrength(Collator.PRIMARY);
  /hardware/interfaces/audio/2.0/
IDevicesFactory.hal 26 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,
  /frameworks/native/services/vr/virtual_touchpad/include/
VirtualTouchpad.h 18 PRIMARY = DVR_VIRTUAL_TOUCHPAD_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 107 case Collator.PRIMARY:
108 strength = java.text.Collator.PRIMARY;
157 case java.text.Collator.PRIMARY:
158 fIcuCollator.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 168 partitions[i].SetInclusion(PRIMARY);
207 } // if primary partition is extended
208 } // for primary partition loop
490 cout << "Number Boot Start Sector End Sector Status Logical Primary Code\n";
738 // Returns the number of primary partitions, including the extended partition
745 if (partitions[i].GetInclusion() == PRIMARY)
772 (partitions[i].GetInclusion() == PRIMARY))
802 if ((i != j) && (partitions[j].GetInclusion() == PRIMARY)) {
816 // Now determine if it can be primary. Start by assuming it can be...
818 if ((numPrimaries >= 4) && (partitions[i].GetInclusion() != PRIMARY)) {
    [all...]
  /hardware/interfaces/audio/2.0/default/
DevicesFactory.cpp 36 case IDevicesFactory::Device::PRIMARY: return AUDIO_HARDWARE_MODULE_ID_PRIMARY;
85 if (device == IDevicesFactory::Device::PRIMARY) {
  /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);
  /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/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
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
PermissionsSummaryHelper.java 59 collator.setStrength(Collator.PRIMARY);
  /libcore/benchmarks/src/benchmarks/regression/
CollatorBenchmark.java 29 collator.setStrength(Collator.PRIMARY);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 19 import static android.icu.text.Collator.PRIMARY;
99 SD("\u00c9", "e", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1)),
105 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)),
106 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)),
111 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)),
117 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)),
118 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)),
123 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)),
152 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 4, -1), IA(3, 3)),
162 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 18 import static com.ibm.icu.text.Collator.PRIMARY;
98 SD("\u00c9", "e", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1)),
104 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)),
105 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)),
110 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)),
116 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)),
117 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)),
122 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)),
151 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 4, -1), IA(3, 3)),
161 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 4, -1), IA(3, 3))
    [all...]
  /frameworks/native/services/vr/virtual_touchpad/tests/
VirtualTouchpad_test.cpp 298 UInputRecorder& record = touchpad->injector[VirtualTouchpad::PRIMARY].record;
307 touch_status = touchpad->Touch(VirtualTouchpad::PRIMARY, -0.25f, 0.75f, 1.0f);
309 touch_status = touchpad->Touch(VirtualTouchpad::PRIMARY, 0.25f, -0.75f, 1.0f);
311 touch_status = touchpad->Touch(VirtualTouchpad::PRIMARY, 1.25f, 0.75f, 1.0f);
313 touch_status = touchpad->Touch(VirtualTouchpad::PRIMARY, 0.25f, 1.75f, 1.0f);
321 touch_status = touchpad->ButtonState(VirtualTouchpad::PRIMARY,
  /external/icu/icu4c/source/test/intltest/
allcoll.cpp 70 /* test primary > 17 */
110 myCollation->setStrength(Collator::PRIMARY);
175 /* To compare them with just primary differences */
176 coll->setStrength(Collator::PRIMARY);

Completed in 1034 milliseconds

1 2 3 4 5 6