/frameworks/compile/mclinker/include/mcld/Support/ |
ELF.h | 17 // Indicates this section requires ordering in relation to
|
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/ |
Pojo.kt | 30 val embeddedFields: List<EmbeddedField>, val relations: List<Relation>,
|
/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 109 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 109 ft.facts = make(map[pair]relation) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
dv-imply.s | 27 // An instance of cmp.rel.or should not affect an implies relation.
|
/external/icu/icu4c/source/i18n/ |
collationruleparser.cpp | 142 setParseError("reset not followed by a relation", errorCode); 151 setParseError("reset-before strength differs from its first relation", errorCode); 156 setParseError("reset-before strength followed by a stronger relation", errorCode); 161 int32_t i = ruleIndex + (result >> OFFSET_SHIFT); // skip over the relation operator 295 setParseError("missing starred-relation string", errorCode); 304 setParseError("starred-relation string is not all NFD-inert", errorCode); 319 setParseError("range without start in starred-relation string", errorCode); 325 setParseError("range without end in starred-relation string", errorCode); 330 setParseError("range start greater than end in starred-relation string", errorCode); 337 setParseError("starred-relation string range is not all NFD-inert", errorCode) [all...] |
/frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/ |
PojoProcessorTest.kt | 159 @Relation(parentColumn = "id", entityColumn = "uid") 307 @Relation(parentColumn = "id", entityColumn = "uid") 320 @Relation(parentColumn = "id", entityColumn = "uid") 333 @Relation(parentColumn = "id", entityColumn = "uid") 345 @Relation(parentColumn = "idk", entityColumn = "uid") 359 @Relation(parentColumn = "id", entityColumn = "idk") 374 @Relation(parentColumn = "id", entityColumn = "uid") 391 @Relation(parentColumn = "foo", entityColumn = "uid") 406 @Relation(parentColumn = "uid", entityColumn = "uid") 410 @Relation(parentColumn = "id", entityColumn = "uid", entity = User.class [all...] |
/external/llvm/utils/TableGen/ |
CodeGenMapTable.cpp | 10 // relation mapping between instructions. Relation models are defined using 12 // parses these definitions and generates relation maps using the information 42 // values for all the instructions appearing in the same row of the relation 43 // table. All the instructions in a given row of the relation table have some 111 // instructions in a row of the relation table. 115 // in a column of the relation table. Ex: ColFields = 'predSense' 123 // each column in the relation table. 176 // class MapTableEmitter : It builds the instruction relation maps using 234 // Process all the instructions that model this relation (alreday present i [all...] |
/external/wycheproof/doc/ |
index.md | 15 * timing attacks: any timing that relation between keys (or other sensitive) 17 such that too much noise during the test can prevent that a relation
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/ |
IndexSymbol.h | 99 // Relation roles. 113 /// Represents a relation to another symbol for a symbol occurrence.
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/ |
IndexSymbol.h | 99 // Relation roles. 113 /// Represents a relation to another symbol for a symbol occurrence.
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/ |
IndexSymbol.h | 99 // Relation roles. 113 /// Represents a relation to another symbol for a symbol occurrence.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/ |
IndexSymbol.h | 99 // Relation roles. 113 /// Represents a relation to another symbol for a symbol occurrence.
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/ |
IndexSymbol.h | 99 // Relation roles. 113 /// Represents a relation to another symbol for a symbol occurrence.
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/ |
IndexSymbol.h | 99 // Relation roles. 113 /// Represents a relation to another symbol for a symbol occurrence.
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/ |
IndexSymbol.h | 99 // Relation roles. 113 /// Represents a relation to another symbol for a symbol occurrence.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/ |
IndexSymbol.h | 99 // Relation roles. 113 /// Represents a relation to another symbol for a symbol occurrence.
|
/external/clang/test/Frontend/ |
verify3.c | 2 // diagnostics are generated in relation to the mis-use and non-use of the
|
/external/iproute2/tc/ |
m_ematch.h | 62 int relation; member in struct:ematch
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
ViewBoundsCheck.java | 44 * or LT indicating greater (less) than or equal relation. 62 * or LT indicating greater (less) than or equal relation. 80 * or LT indicating greater (less) than or equal relation. 98 * or LT indicating greater (less) than or equal relation.
|
/libcore/ojluni/src/main/java/java/lang/ |
Comparable.java | 71 * For the mathematically inclined, the <i>relation</i> that defines 79 * quotient is an <i>equivalence relation</i> on <tt>C</tt>, and that the 82 * quotient for the natural ordering is the equivalence relation defined by 107 * <p>The implementor must also ensure that the relation is transitive:
|
/external/ltp/testcases/kernel/controllers/cpuset/ |
README | 12 hierarchy relation, inherit relation, cpuset VS syscall and so on 35 Directory containing the shell script is used to test hierarchy relation
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
AbstractStatementRetriever.java | 39 * relation on assets. The relation is not symmetric or transitive, nor is it 42 * A statement S(r, a, b) is an assertion that the relation r holds for the
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC2ParameterSpecTest.java | 155 assertTrue("The equivalence relation should be reflexive.", 161 assertTrue("The equivalence relation should be symmetric.", 168 assertTrue("The equivalence relation should be transitive.",
|
/libcore/luni/src/test/java/tests/security/cert/ |
X509CRLEntryTest.java | 137 assertTrue("The equivalence relation should be reflexive.", 143 assertTrue("The equivalence relation should be symmetric.", 149 assertTrue("The equivalence relation should be transitive.",
|