HomeSort by relevance Sort by last modified time
    Searched full:relation (Results 126 - 150 of 1162) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DataItem.java 31 import android.provider.ContactsContract.CommonDataKinds.Relation;
82 } else if (Relation.CONTENT_ITEM_TYPE.equals(mimeType)) {
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
MediaMemoryTest.java 29 import com.android.tradefed.result.BugreportCollector.Relation;
123 Relation.AFTER, Freq.EACH, Noun.TESTRUN));
MediaPlayerStressTest.java 30 import com.android.tradefed.result.BugreportCollector.Relation;
106 Relation.AFTER, Freq.EACH, Noun.TESTRUN));
VideoEditingMemoryTest.java 29 import com.android.tradefed.result.BugreportCollector.Relation;
116 Relation.AFTER, Freq.EACH, Noun.TESTRUN));
VideoEditingPerformanceTest.java 28 import com.android.tradefed.result.BugreportCollector.Relation;
146 Relation.AFTER, Freq.EACH, Noun.TESTRUN));
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 25 import android.icu.impl.Relation;
585 public Relation<String,String> getMatchingLanguages() {
586 Relation<String,String> desiredToSupported = Relation.of(new LinkedHashMap<String,Set<String>>(), HashSet.class);
609 private Relation<String, String> matchingLanguages;
626 public Relation<String, String> matchingLanguages() {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 24 import com.ibm.icu.impl.Relation;
592 public Relation<String,String> getMatchingLanguages() {
593 Relation<String,String> desiredToSupported = Relation.of(new LinkedHashMap<String,Set<String>>(), HashSet.class);
616 private Relation<String, String> matchingLanguages;
633 public Relation<String, String> matchingLanguages() {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java 34 import android.provider.ContactsContract.CommonDataKinds.Relation;
    [all...]
  /libcore/ojluni/src/main/java/java/text/
RuleBasedCollator.java 66 * &lt;relation&gt; &lt;text-argument&gt;
92 * <LI><strong>Relation</strong>: The relations are the following:
138 * For ignorable characters, the first rule must start with a relation (the
140 * "&lt; a &lt; b"). If, however, the first relation is not "&lt;", then all the all
171 * <LI>A relation or reset character not followed by a text-argument
  /libcore/ojluni/src/main/java/java/util/
Comparator.java 75 * For the mathematically inclined, the <i>relation</i> that defines the
84 * quotient is an <i>equivalence relation</i> on <tt>S</tt>, and that the
88 * relation defined by the objects' {@link Object#equals(Object)
94 * an equivalence relation.
126 * The implementor must also ensure that the relation is transitive:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_queue.h 261 * This is an equivalence relation. Complexity and semantics depend on the
262 * underlying sequence type, but the expected rules are: this relation is
272 * @brief Queue ordering relation.
277 * This is an total ordering relation. Complexity and semantics
279 * are: this relation is linear in the size of the sequences, the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_queue.h 261 * This is an equivalence relation. Complexity and semantics depend on the
262 * underlying sequence type, but the expected rules are: this relation is
272 * @brief Queue ordering relation.
277 * This is an total ordering relation. Complexity and semantics
279 * are: this relation is linear in the size of the sequences, the
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_queue.h 261 * This is an equivalence relation. Complexity and semantics depend on the
262 * underlying sequence type, but the expected rules are: this relation is
272 * @brief Queue ordering relation.
277 * This is an total ordering relation. Complexity and semantics
279 * are: this relation is linear in the size of the sequences, the
  /prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0-alpha10/
common-1.0.0-alpha10.jar 
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_queue.h 261 * This is an equivalence relation. Complexity and semantics depend on the
262 * underlying sequence type, but the expected rules are: this relation is
272 * @brief Queue ordering relation.
277 * This is an total ordering relation. Complexity and semantics
279 * are: this relation is linear in the size of the sequences, the
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_queue.h 264 * This is an equivalence relation. Complexity and semantics depend on the
265 * underlying sequence type, but the expected rules are: this relation is
275 * @brief Queue ordering relation.
280 * This is an total ordering relation. Complexity and semantics
282 * are: this relation is linear in the size of the sequences, the
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_queue.h 264 * This is an equivalence relation. Complexity and semantics depend on the
265 * underlying sequence type, but the expected rules are: this relation is
275 * @brief Queue ordering relation.
280 * This is an total ordering relation. Complexity and semantics
282 * are: this relation is linear in the size of the sequences, the
  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 93 * and_condition = relation ('and' relation)*
94 * relation = is_relation | in_relation | within_relation | 'n' <EOL>
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StringRange.java 94 Relation<Integer,Ranges> lengthToArrays = Relation.of(new TreeMap<Integer,Set<Ranges>>(), TreeSet.class);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StringRange.java 90 Relation<Integer,Ranges> lengthToArrays = Relation.of(new TreeMap<Integer,Set<Ranges>>(), TreeSet.class);
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/writer/
FieldReadWriteWriter.kt 209 relationCollectors.filter { (relation) ->
210 relation.field.parent === fieldParent
  /packages/apps/Contacts/tests/src/com/android/contacts/model/account/
ExternalAccountTypeTest.java 26 import android.provider.ContactsContract.CommonDataKinds.Relation;
119 assertNotNull(type.getKindForMimetype(Relation.CONTENT_ITEM_TYPE));

Completed in 791 milliseconds

1 2 3 4 56 7 8 91011>>