HomeSort by relevance Sort by last modified time
    Searched full:primary (Results 26 - 50 of 1708) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Contacts/res/values-ko/
donottranslate_config.xml 24 <!-- If true, the default sort order is primary (i.e. by given name) -->
30 <!-- If true, the default sort order is primary (i.e. by given name) -->
33 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
  /packages/apps/Contacts/res/values-zh-rCN/
donottranslate_config.xml 24 <!-- If true, the default sort order is primary (i.e. by given name) -->
30 <!-- If true, the default sort order is primary (i.e. by given name) -->
33 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
  /packages/apps/Contacts/res/values-zh-rTW/
donottranslate_config.xml 24 <!-- If true, the default sort order is primary (i.e. by given name) -->
30 <!-- If true, the default sort order is primary (i.e. by given name) -->
33 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
  /device/moto/wingray/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 21 Exactly one of these should have the attribute primary="true".
22 This storage will be the primary external storage and should have path="/mnt/sdcard".
26 primary: this storage is the primary external storage
41 android:primary="true"
  /external/clang/test/Preprocessor/
has_include.c 36 #if __has_include_next("stddef.h") // expected-warning {{#include_next in primary source file}}
41 #if __has_include_next(<stddef.h>) // expected-warning {{#include_next in primary source file}}
47 #if !__has_include_next("stdint.h") // expected-warning {{#include_next in primary source file}}
52 #if __has_include_next("stdint.h") && __has_include("stddef.h") // expected-warning {{#include_next in primary source file}}
58 #if __has_include_next("blahblah.h") // expected-warning {{#include_next in primary source file}}
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 93 throw new AssertionError("Some of ContactsContract.CommonDataKinds class primary"
112 final Integer primary = values.getAsInteger(Data.IS_PRIMARY); local
114 if ((primary != null && primary != 0) || (superPrimary != null && superPrimary != 0)) {
119 // configured super primary
127 // if there is already another data item configured as super-primary,
183 * Ensures that all super-primary and primary flags of this raw_contact are
230 // Set both super primary and primary
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/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/icu4c/test/testdata/
ssearch.xml 13 strength (PRIMARY | SECONDARY | TERTIARY | QUATERNARY | IDENTICAL) "TERTIARY"
45 <test-case id="test04" strength="PRIMARY" >
50 <test-case id="test05" strength="PRIMARY" >
55 <test-case id="test05.5" strength="PRIMARY" >
62 <test-case id="test06" strength="PRIMARY" >
72 <test-case id="test08" strength="PRIMARY" >
79 <test-case id="test09" strength="PRIMARY">
92 <test-case id="test11" strength="PRIMARY" locale="de_DE@collation=phonebook">
107 <test-case id="test13" strength="PRIMARY" locale="fr">
112 <test-case id="test14" strength="PRIMARY" locale="fr"
    [all...]
  /external/antlr/src/org/antlr/runtime/misc/
DoubleKeyMap.java 34 /** Get all values associated with primary key */
41 /** get all primary keys */
46 /** get all secondary keys associated with a primary key */
  /packages/apps/Contacts/res/values-ja/
donottranslate_config.xml 24 <!-- If true, the default sort order is primary (i.e. by given name) -->
30 <!-- If true, the default sort order is primary (i.e. by given name) -->
33 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
  /packages/apps/Tag/res/layout/
tag_uri.xml 37 <TextView android:id="@+id/primary"
52 android:layout_below="@id/primary"
53 android:layout_alignLeft="@id/primary"
  /external/icu4c/data/xml/rbnf/
be.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
bg.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
ca.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
da.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
es.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
fo.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
fr.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
fr_BE.xml 16 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
fr_CH.xml 16 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
is.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
it.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
mk.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
nb.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
nn.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>

Completed in 1210 milliseconds

12 3 4 5 6 7 8 91011>>