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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_CommonDataKinds_RelationTest.java 20 import android.provider.ContactsContract.CommonDataKinds.Relation;
34 assertGetTypeLabel(Relation.TYPE_ASSISTANT);
35 assertGetTypeLabel(Relation.TYPE_BROTHER);
36 assertGetTypeLabel(Relation.TYPE_CHILD);
37 assertGetTypeLabel(Relation.TYPE_DOMESTIC_PARTNER);
38 assertGetTypeLabel(Relation.TYPE_FATHER);
39 assertGetTypeLabel(Relation.TYPE_FRIEND);
40 assertGetTypeLabel(Relation.TYPE_MANAGER);
41 assertGetTypeLabel(Relation.TYPE_MOTHER);
42 assertGetTypeLabel(Relation.TYPE_PARENT)
    [all...]
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
Relation.java 24 * An immutable value type representing a statement relation with "kind" and "detail".
27 * field specifies which permission to delegate. A statement involving this relation does not
35 public final class Relation {
43 private Relation(String kind, String detail) {
49 * Returns the relation's kind.
57 * Returns the relation's detail.
65 * Creates a new Relation object for the specified {@code kind} and {@code detail}.
69 public static Relation create(@NonNull String kind, @NonNull String detail)
72 throw new AssociationServiceException("Relation not well formatted.");
74 return new Relation(kind, detail)
102 StringBuilder relation = new StringBuilder(); local
119 Relation relation = (Relation) o; local
    [all...]
Statement.java 22 * An immutable value type representing a statement, consisting of a source, target, and relation.
23 * This reflects an assertion that the relation holds for the source, target pair. For example, if a
28 * "relation": ["delegate_permission/common.handle_all_urls"],
38 * <pre>Relation.create("delegate_permission", "common.get_login_creds");</pre>
50 private final Relation mRelation;
53 private Statement(AbstractAsset source, AbstractAsset target, Relation relation) {
56 mRelation = relation;
76 * Returns the relation of the statement.
79 public Relation getRelation()
    [all...]
  /external/bison/src/
relation.h 26 If GRAPH is a relation, then GRAPH[Node] is a list of adjacent
33 typedef relation_nodes *relation; typedef
36 /* Report a relation R that has SIZE vertices. */
37 void relation_print (relation r, relation_node size, FILE *out);
39 /* Compute the transitive closure of the FUNCTION on the relation R
44 void relation_digraph (relation r, relation_node size, bitsetv *function);
47 void relation_transpose (relation *R_arg, relation_node n);
  /external/e2fsprogs/misc/
mke2fs.conf.5.in 20 defines a relation, which assigns tags to values, or to a subsection,
98 If this relation is set to a positive integer, then if mke2fs will
110 This relation specifies the filesystems features which are enabled in
113 relation found in the filesystem or usage type subsection of
119 This relation specifies a set of features that should be added or
122 relation. It may be overridden by the filesystem-specific
133 This boolean relation specifies whether periodic filesystem checks should be
144 This boolean relation, if set to a value of true, forces
151 This relation specifies the default filesystem type if the user does not
168 This relation specifies the directory where the undo file should b
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
RelationDataItem.java 22 import android.provider.ContactsContract.CommonDataKinds.Relation;
26 * Represents a relation data item, wrapping the columns in
27 * {@link ContactsContract.CommonDataKinds.Relation}.
36 return getContentValues().getAsString(Relation.NAME);
40 return getContentValues().getAsString(Relation.LABEL);
56 } else if (getKindTypeColumn(mKind) == Relation.TYPE_CUSTOM &&
  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
RelationDataItem.java 21 import android.provider.ContactsContract.CommonDataKinds.Relation;
25 * Represents a relation data item, wrapping the columns in {@link
26 * ContactsContract.CommonDataKinds.Relation}.
35 return getContentValues().getAsString(Relation.NAME);
39 return getContentValues().getAsString(Relation.LABEL);
55 } else if (getKindTypeColumn(mKind) == Relation.TYPE_CUSTOM
  /packages/apps/Contacts/src/com/android/contacts/model/account/
GoogleAccountType.java 24 import android.provider.ContactsContract.CommonDataKinds.Relation;
127 DataKind kind = addKind(new DataKind(Relation.CONTENT_ITEM_TYPE,
130 kind.actionBody = new SimpleInflater(Relation.NAME);
132 kind.typeColumn = Relation.TYPE;
134 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT));
135 kind.typeList.add(buildRelationType(Relation.TYPE_BROTHER));
136 kind.typeList.add(buildRelationType(Relation.TYPE_CHILD));
137 kind.typeList.add(buildRelationType(Relation.TYPE_DOMESTIC_PARTNER));
138 kind.typeList.add(buildRelationType(Relation.TYPE_FATHER));
139 kind.typeList.add(buildRelationType(Relation.TYPE_FRIEND))
    [all...]
SamsungAccountType.java 24 import android.provider.ContactsContract.CommonDataKinds.Relation;
171 DataKind kind = addKind(new DataKind(Relation.CONTENT_ITEM_TYPE,
174 kind.actionBody = new SimpleInflater(Relation.NAME);
176 kind.typeColumn = Relation.TYPE;
178 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT));
179 kind.typeList.add(buildRelationType(Relation.TYPE_BROTHER));
180 kind.typeList.add(buildRelationType(Relation.TYPE_CHILD));
181 kind.typeList.add(buildRelationType(Relation.TYPE_DOMESTIC_PARTNER));
182 kind.typeList.add(buildRelationType(Relation.TYPE_FATHER));
183 kind.typeList.add(buildRelationType(Relation.TYPE_FRIEND))
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
GoogleAccountType.java 24 import android.provider.ContactsContract.CommonDataKinds.Relation;
126 Relation.CONTENT_ITEM_TYPE,
131 kind.actionBody = new SimpleInflater(Relation.NAME);
133 kind.typeColumn = Relation.TYPE;
135 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT));
136 kind.typeList.add(buildRelationType(Relation.TYPE_BROTHER));
137 kind.typeList.add(buildRelationType(Relation.TYPE_CHILD));
138 kind.typeList.add(buildRelationType(Relation.TYPE_DOMESTIC_PARTNER));
139 kind.typeList.add(buildRelationType(Relation.TYPE_FATHER));
140 kind.typeList.add(buildRelationType(Relation.TYPE_FRIEND))
    [all...]
SamsungAccountType.java 24 import android.provider.ContactsContract.CommonDataKinds.Relation;
169 addKind(new DataKind(Relation.CONTENT_ITEM_TYPE, R.string.relationLabelsGroup, 160, true));
171 kind.actionBody = new SimpleInflater(Relation.NAME);
173 kind.typeColumn = Relation.TYPE;
175 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT));
176 kind.typeList.add(buildRelationType(Relation.TYPE_BROTHER));
177 kind.typeList.add(buildRelationType(Relation.TYPE_CHILD));
178 kind.typeList.add(buildRelationType(Relation.TYPE_DOMESTIC_PARTNER));
179 kind.typeList.add(buildRelationType(Relation.TYPE_FATHER));
180 kind.typeList.add(buildRelationType(Relation.TYPE_FRIEND))
    [all...]
  /external/iproute2/tc/
emp_ematch.y 30 %type <i> invert relation
50 | match relation expr
52 $1->relation = $2;
82 relation: label
  /external/webrtc/tools/valgrind-webrtc/gtest_exclude/
libjingle_unittest.gtest-memcheck_mac.txt 2 # No bug is filed in relation to this since it's unlikely we can fix it.
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/
RelationCollector.kt 51 data class RelationCollector(val relation: Relation,
64 "_collection${relation.field.getPath().stripNonJava().capitalize()}")
73 it.field === relation.parentField
90 relation.field.setter.writeSet(itemVar, tmpCollectionVar, this)
126 fun createCollectors(baseContext : Context, relations: List<Relation>)
128 return relations.map { relation ->
130 val context = baseContext.fork(relation.field.element)
131 val parentAffinity = relation.parentField.cursorValueReader?.affinity()
132 val childAffinity = relation.entityField.cursorValueReader?.affinity(
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
BugreportCollectorTest.java 24 import com.android.tradefed.result.BugreportCollector.Relation;
84 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE);
89 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE);
90 Predicate bar = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE);
91 Predicate baz = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION);
100 Predicate shortP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION);
101 Predicate longP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION,
108 Predicate shortP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION);
109 Predicate longP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION,
111 Predicate longP2 = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestUtilities.java 102 int relation = CollectionUtilities.getContainmentRelation(a, b); local
103 resultMask |= (1 << relation);
104 switch (relation) {
106 checkContainment(a.size() == 0 && b.size() == 0, a, relation, b); local
109 checkContainment(a.size() == 0 && b.size() != 0, a, relation, b); local
112 checkContainment(a.equals(b) && a.size() != 0, a, relation, b); local
115 checkContainment(a.size() != 0 && b.size() == 0, a, relation, b); local
118 checkContainment(b.containsAll(a) && !a.equals(b), a, relation, b); local
121 checkContainment(!CollectionUtilities.containsSome(a, b) && a.size() != 0 && b.size() != 0, a, relation, b);
124 checkContainment(a.containsAll(b) && !a.equals(b), a, relation, b) local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestUtilities.java 101 int relation = CollectionUtilities.getContainmentRelation(a, b); local
102 resultMask |= (1 << relation);
103 switch (relation) {
105 checkContainment(a.size() == 0 && b.size() == 0, a, relation, b); local
108 checkContainment(a.size() == 0 && b.size() != 0, a, relation, b); local
111 checkContainment(a.equals(b) && a.size() != 0, a, relation, b); local
114 checkContainment(a.size() != 0 && b.size() == 0, a, relation, b); local
117 checkContainment(b.containsAll(a) && !a.equals(b), a, relation, b); local
120 checkContainment(!CollectionUtilities.containsSome(a, b) && a.size() != 0 && b.size() != 0, a, relation, b);
123 checkContainment(a.containsAll(b) && !a.equals(b), a, relation, b) local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Relation.java 28 * A Relation is a set of mappings from keys to values.
35 public class Relation<K, V> implements Freezable<Relation<K,V>> { // TODO: add , Map<K, Collection<V>>, but requires API changes
41 public static <K, V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator) {
42 return new Relation<K, V>(map, setCreator);
45 public static <K,V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) {
46 return new Relation<K, V>(map, setCreator, setComparator);
49 public Relation(Map<K, Set<V>> map, Class<?> setCreator) {
54 public Relation(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) {
111 return data.equals(((Relation<?, ?>) o).data)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Relation.java 27 * A Relation is a set of mappings from keys to values.
33 public class Relation<K, V> implements Freezable<Relation<K,V>> { // TODO: add , Map<K, Collection<V>>, but requires API changes
39 public static <K, V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator) {
40 return new Relation<K, V>(map, setCreator);
43 public static <K,V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) {
44 return new Relation<K, V>(map, setCreator, setComparator);
47 public Relation(Map<K, Set<V>> map, Class<?> setCreator) {
52 public Relation(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) {
109 return data.equals(((Relation<?, ?>) o).data)
    [all...]
  /frameworks/base/packages/StatementService/src/com/android/statementservice/
DirectStatementService.java 35 import com.android.statementservice.retriever.Relation;
54 * EXTRA_TARGET_ASSET_DESCRIPTOR} for {@code EXTRA_RELATION} relation.
65 * <p>A relation string.
68 "com.android.statementservice.service.RELATION";
190 String relation = extras.getString(EXTRA_RELATION); local
207 if (relation == null) {
214 new IsAssociatedCallable(sources, target, relation, resultReceiver), TAG));
228 public IsAssociatedCallable(List<String> sources, String target, String relation,
232 mRelation = relation;
237 Relation relation) throws AssociationServiceException
253 Relation relation; local
    [all...]
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/vo/
PetAndToys.java 20 import android.arch.persistence.room.Relation;
27 @Relation(parentColumn = "mPetId", entityColumn = "mPetId")
UserAndAllPets.java 20 import android.arch.persistence.room.Relation;
27 @Relation(parentColumn = "mId", entityColumn = "mUserId")
  /tools/tradefederation/core/src/com/android/tradefed/result/
BugreportCollector.java 48 p(Relation.AFTER, Freq.EACH, Noun.FAILED_TESTCASE);
51 p(Relation.AT_START_OF, Freq.EACH, Noun.INVOCATION);
67 public static enum Relation implements SubPredicate {
92 public Predicate(Relation rp, Freq fp, Noun n) throws IllegalArgumentException {
100 public Predicate(Relation rp, Freq fp, Noun fpN, Filter filterP, Noun filterPN)
110 public static void assertValidPredicate(Relation rp, Freq fp, Noun n)
112 if (rp == Relation.AT_START_OF) {
302 Predicate search(Relation relation, Collection<Freq> freqs, Noun noun) {
305 CLog.v("Search checking predicate %s", p(relation, freq, noun))
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/writer/
RelationCollectorMethodWriter.kt 39 "fetchRelationship${collector.relation.entity.tableName.stripNonJava()}" +
40 "As${collector.relation.pojo.typeName.toString().stripNonJava()}") {
45 val relation = collector.relation
48 "-${relation.entity.typeName}" +
49 "-${relation.entityField.columnName}" +
50 "-${relation.pojo.typeName}" +
51 "-${relation.createLoadAllSql()}"
56 val relation = collector.relation
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 20 defines a relation, which assigns tags to values, or to a subsection,
85 If this relation is set to a boolean value of true, then if the user
126 This boolean relation is an alias for
134 we changed the default, we also renamed this boolean relation to
138 This boolean relation controls whether or not
145 This boolean relation controls whether or not the interval between
157 higher, more efficient level. This relation defaults to 20
163 relation contains a relative pathname, then the log file will be placed
166 relation.
169 This relation contains an alternate directory that will be used if th
    [all...]

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>