OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relation
(Results
101 - 125
of
1162
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/testing/
test_util.kt
22
import android.arch.persistence.room.
Relation
114
ColumnInfo::class,
Relation
::class, Entity::class)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java
596
Object expected, Object actual, String
relation
, boolean flip) {
604
relation
=
relation
== null ? ", got " : " " +
relation
+ " ";
607
+ (flip ? expected +
relation
+ actual : expected));
613
+ (flip ?
relation
+ expected : " " + expected
614
+ (actual != null ?
relation
+ actual : "")));
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java
595
Object expected, Object actual, String
relation
, boolean flip) {
603
relation
=
relation
== null ? ", got " : " " +
relation
+ " ";
606
+ (flip ? expected +
relation
+ actual : expected));
612
+ (flip ?
relation
+ expected : " " + expected
613
+ (actual != null ?
relation
+ actual : "")));
/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
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
LLVMBitCodes.h
171
/// have no fixed
relation
to the LLVM IR enum values. Changing these will
190
/// have no fixed
relation
to the LLVM IR enum values. Changing these will
209
/// The values of these enums have no fixed
relation
to the LLVM IR enum
/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
39
import android.provider.ContactsContract.CommonDataKinds.
Relation
;
88
//
Relation
.CONTENT_ITEM_TYPE
194
case
Relation
.CONTENT_ITEM_TYPE:
/art/compiler/optimizing/
graph_checker_test.cc
105
// inconsistent successor/predecessor
relation
.
/external/bart/
README.md
74
construct complex
relation
statements on trace data and assert their expected
/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/core/java/android/hardware/display/
DisplayViewport.java
46
// The
relation
between logical and physical frame defines how the coordinate system
/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.
/packages/apps/Launcher3/res/layout/
search_container_all_apps.xml
29
Note: The following
relation
should always be true so that the shadows are aligned properly
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
message_facets.h
57
* The class _Catalog_nl_catd_map intended to make
relation
between
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
message_facets.h
57
* The class _Catalog_nl_catd_map intended to make
relation
between
/system/chre/chre_api/include/chre_api/chre/
gnss.h
384
* sent in
relation
to this request.
411
* sent in
relation
to this request.
439
* sent in
relation
to this request.
462
* sent in
relation
to this request.
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h
33
// No
relation
with Mips Hi register
37
// No
relation
with Mips Lo register
/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/Contacts/src/com/android/contacts/model/dataitem/
DataItem.java
31
import android.provider.ContactsContract.CommonDataKinds.
Relation
;
85
} else if (
Relation
.CONTENT_ITEM_TYPE.equals(mimeType)) {
Completed in 797 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>