HomeSort by relevance Sort by last modified time
    Searched full:relation (Results 76 - 100 of 915) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/utils/analyzer/
CmpRuns.py 23 # Generate a relation from diagnostics in run A to diagnostics in run B
211 compareResults - Generate a relation from diagnostics in run A to
214 The result is the relation as a list of triples (a, b, confidence) where
  /external/libavc/encoder/
ih264e_globals.c 210 * only changing the relation to
213 * not affect rc relation at all
217 * relation ship with the size of quantized values
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java 227 assertTrue("The equivalence relation should be reflexive.",
233 assertTrue("The equivalence relation should be symmetric.",
240 assertTrue("The equivalence relation should be transitive.",
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorUiUtils.java 35 import android.provider.ContactsContract.CommonDataKinds.Relation;
89 // Relation.CONTENT_ITEM_TYPE
209 case Relation.CONTENT_ITEM_TYPE:
  /art/compiler/optimizing/
graph_checker_test.cc 105 // inconsistent successor/predecessor relation.
  /external/guava/guava/src/com/google/common/base/
Equivalence.java 49 * <p>The {@code equivalent} method implements an equivalence relation on object references:
117 * Returns a new equivalence relation for {@code F} which evaluates equivalence by first applying
131 * relation. That is, invoking {@link Function#apply} multiple times for a given value must return
249 * equivalent to {@code target} according to this equivalence relation.
  /external/iproute2/tc/
m_ematch.c 181 .flags = t->relation
241 if (tree->relation == 0)
565 if (t->relation == TCF_EM_REL_AND)
567 else if (t->relation == TCF_EM_REL_OR)
  /external/selinux/libselinux/man/man3/
getcon.3 102 the bounded relation is defined through typebounds statements in the
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes_s.h 35 OMX_StsACAAC_MaxSfbErr EQU -162 ;// AAC: Invalid maxSfb value in relation to numSwb
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes_s.h 35 OMX_StsACAAC_MaxSfbErr EQU -162 ;// AAC: Invalid maxSfb value in relation to numSwb
  /frameworks/base/docs/html/training/efficient-downloads/
index.jd 27 <p>In this class you will learn to minimize the battery life impact of downloads and network connections, particularly in relation to the wireless radio.</P
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
StatementParser.java 105 .create(source, target, Relation.create(relations.getString(i))));
  /frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp 37 // FIXME: design the destructive relation of LineInfo.
  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 57 * The class _Catalog_nl_catd_map intended to make relation between
  /frameworks/base/core/tests/coretests/src/android/util/
GridScenario.java 37 * of items, how tall each item should be (in relation to the screen height), and
124 * Set the factor that determines how tall each item is in relation to the
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataItem.java 31 import android.provider.ContactsContract.CommonDataKinds.Relation;
85 } else if (Relation.CONTENT_ITEM_TYPE.equals(mimeType)) {
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
ExternalAccountTypeTest.java 26 import android.provider.ContactsContract.CommonDataKinds.Relation;
106 assertNotNull(type.getKindForMimetype(Relation.CONTENT_ITEM_TYPE));
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 22 import android.icu.impl.Relation;
576 public Relation<String,String> getMatchingLanguages() {
577 Relation<String,String> desiredToSupported = Relation.of(new LinkedHashMap<String,Set<String>>(), HashSet.class);
600 private Relation<String, String> matchingLanguages;
617 public Relation<String, String> matchingLanguages() {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 21 import com.ibm.icu.impl.Relation;
583 public Relation<String,String> getMatchingLanguages() {
584 Relation<String,String> desiredToSupported = Relation.of(new LinkedHashMap<String,Set<String>>(), HashSet.class);
607 private Relation<String, String> matchingLanguages;
624 public Relation<String, String> matchingLanguages() {
    [all...]
  /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:

Completed in 1083 milliseconds

1 2 34 5 6 7 8 91011>>