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

1 2 3

  /external/pdfium/fxjs/xfa/
cjx_pageset.cpp 15 void CJX_PageSet::relation(CFXJSE_Value* pValue, function in class:CJX_PageSet
cjx_subformset.cpp 21 void CJX_SubformSet::relation(CFXJSE_Value* pValue, function in class:CJX_SubformSet
  /external/iproute2/tc/
emp_ematch.y 30 %type <i> invert relation
50 | match relation expr
52 $1->relation = $2;
82 relation: label
m_ematch.h 62 int relation; member in struct:ematch
  /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...]
  /external/boringssl/src/crypto/base64/
base64_test.cc 43 enum encoding_relation relation; member in struct:TestVector
126 if (t.relation != canonical) {
144 if (t.relation == valid) {
158 if (t.relation == invalid) {
160 } else if (t.relation == canonical) {
168 if (t.relation != canonical) {
196 if (t.relation == canonical) {
235 switch (t.relation) {
250 if (t.relation == invalid) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestUtilities.java 107 int relation = CollectionUtilities.getContainmentRelation(a, b); local
108 resultMask |= (1 << relation);
109 switch (relation) {
111 checkContainment(a.size() == 0 && b.size() == 0, a, relation, b); local
114 checkContainment(a.size() == 0 && b.size() != 0, a, relation, b); local
117 checkContainment(a.equals(b) && a.size() != 0, a, relation, b); local
120 checkContainment(a.size() != 0 && b.size() == 0, a, relation, b); local
123 checkContainment(b.containsAll(a) && !a.equals(b), a, relation, b); local
126 checkContainment(!CollectionUtilities.containsSome(a, b) && a.size() != 0 && b.size() != 0, a, relation, b);
129 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 104 int relation = CollectionUtilities.getContainmentRelation(a, b); local
105 resultMask |= (1 << relation);
106 switch (relation) {
108 checkContainment(a.size() == 0 && b.size() == 0, a, relation, b); local
111 checkContainment(a.size() == 0 && b.size() != 0, a, relation, b); local
114 checkContainment(a.equals(b) && a.size() != 0, a, relation, b); local
117 checkContainment(a.size() != 0 && b.size() == 0, a, relation, b); local
120 checkContainment(b.containsAll(a) && !a.equals(b), a, relation, b); local
123 checkContainment(!CollectionUtilities.containsSome(a, b) && a.size() != 0 && b.size() != 0, a, relation, b);
126 checkContainment(a.containsAll(b) && !a.equals(b), a, relation, b) local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 20 // relation represents the set of possible relations between
25 // relation not possible due to `v op w` being true (or false).
29 // r := relation(...)
40 type relation uint type
43 lt relation = 1 << iota
68 // fact is a pair plus a relation for that pair.
71 r relation
94 facts map[pair]relation // current known set of relation
115 ft.facts = make(map[pair]relation)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 20 // relation represents the set of possible relations between
25 // relation not possible due to `v op w` being true (or false).
29 // r := relation(...)
40 type relation uint type
43 lt relation = 1 << iota
68 // fact is a pair plus a relation for that pair.
71 r relation
94 facts map[pair]relation // current known set of relation
115 ft.facts = make(map[pair]relation)
    [all...]
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
RawQueryTest.java 133 public void relation() { method in class:RawQueryTest
QueryTransactionTest.java 42 import androidx.room.Relation;
185 public void relation() { method in class:QueryTransactionTest
303 @Relation(entity = Child.class, parentColumn = "id",
  /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";
193 String relation = extras.getString(EXTRA_RELATION); local
210 if (relation == null) {
217 new IsAssociatedCallable(sources, target, relation, resultReceiver), TAG));
231 public IsAssociatedCallable(List<String> sources, String target, String relation,
235 mRelation = relation;
240 Relation relation) throws AssociationServiceException
256 Relation relation; local
    [all...]
  /external/libtextclassifier/
types.h 309 enum Relation {
387 Relation relation; member in struct:libtextclassifier2::DateParseData
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 216 NJ_UINT32 relation[NJ_MAX_PHR_CONNECT]; member in struct:__anon53014
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java 2177 int relation = ((Integer) relationObj).intValue(); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 3487 const char *relation, *name1, *name2; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java 2174 int relation = ((Integer) relationObj).intValue(); local
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c 4223 GSAliasing relation; local
4343 GSAliasing relation; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 65 import android.provider.ContactsContract.CommonDataKinds.Relation;
352 Relation.CONTENT_ITEM_TYPE,
1738 final RelationDataItem relation = (RelationDataItem) dataItem; local
    [all...]
  /external/libxml2/
xmlschemas.c 10335 xmlSchemaSchemaRelationPtr relation = NULL; local
    [all...]
  /packages/apps/Car/Radio/libs/android-arch/room/
compiler-1.1.0-beta3.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0/
compiler-1.0.0.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-alpha10/
compiler-1.0.0-alpha10.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-rc1/
compiler-1.0.0-rc1.jar 

Completed in 803 milliseconds

1 2 3