HomeSort by relevance Sort by last modified time
    Searched refs:relations (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
StatementParser.java 96 JSONArray relations = statement.optJSONArray(Utils.ASSET_DESCRIPTOR_FIELD_RELATION); local
97 if (relations == null) {
103 for (int i = 0; i < relations.length(); i++) {
105 .create(source, target, Relation.create(relations.getString(i))));
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
Pojo.kt 34 val relations: List<Relation>,
50 } + relations.map {
RelationCollector.kt 128 relations: List<Relation>
130 return relations.map { relation ->
  /frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
PojoProcessorTest.kt 164 assertThat(pojo.relations.size, `is`(1))
165 assertThat(pojo.relations.first().entityField.name, `is`("uid"))
166 assertThat(pojo.relations.first().parentField.name, `is`("id"))
431 assertThat(pojo.relations.first().parentField.columnName, `is`("foo"))
450 assertThat(pojo.relations.first().parentField.name, `is`("id"))
464 RelationCollector.createCollectors(invocation.context, pojo.relations)
465 assertThat(pojo.relations.size, `is`(1))
466 assertThat(pojo.relations.first().entityField.name, `is`("uid"))
467 assertThat(pojo.relations.first().parentField.name, `is`("id"))
486 assertThat(pojo.relations.size, `is`(1)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 20 // relation represents the set of possible relations between
24 // `v op w` the set of relations is updated to exclude any
49 // of relations is known. For example, relations learned for unsigned
92 // factsTable keeps track of relations between pairs of values.
95 stack []fact // previous sets of relations
122 // get returns the known possible relations between v and w.
205 // update updates the set of relations between v and w in domain d
324 // checkpoint saves the current state of known relations.
589 // Negative branch taken, complement the relations
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 20 // relation represents the set of possible relations between
24 // `v op w` the set of relations is updated to exclude any
49 // of relations is known. For example, relations learned for unsigned
92 // factsTable keeps track of relations between pairs of values.
95 stack []fact // previous sets of relations
122 // get returns the known possible relations between v and w.
205 // update updates the set of relations between v and w in domain d
324 // checkpoint saves the current state of known relations.
589 // Negative branch taken, complement the relations
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
PojoProcessor.kt 164 val subRelations = embeddedFields.flatMap { it.pojo.relations }
165 val relations = myRelationsList + subRelations
206 chooseConstructor(myFields, embeddedFields, relations)
226 relations = relations,
250 relations: List<androidx.room.vo.Relation>): Constructor? {
297 val matchedRelation = relations.any {
EntityProcessor.kt 69 context.checker.check(pojo.relations.isEmpty(), element, RELATION_IN_ENTITY)
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/result/
PojoRowAdapter.kt 90 relationCollectors = RelationCollector.createCollectors(context, pojo.relations)
  /prebuilts/go/darwin-x86/src/go/types/
selection.go 32 // the following relations exist:
  /prebuilts/go/linux-x86/src/go/types/
selection.go 32 // the following relations exist:
  /prebuilts/go/darwin-x86/src/runtime/
race.go 28 // RaceAcquire/RaceRelease/RaceReleaseMerge establish happens-before relations
  /prebuilts/go/linux-x86/src/runtime/
race.go 28 // RaceAcquire/RaceRelease/RaceReleaseMerge establish happens-before relations
  /external/libxml2/
xmlschemas.c 407 xmlSchemaSchemaRelationPtr relations; member in struct:_xmlSchemaBucket
438 /* @relations will hold any included/imported/redefined schemas. */
439 xmlSchemaSchemaRelationPtr relations; member in struct:_xmlSchemaImport
462 xmlSchemaSchemaRelationPtr relations; member in struct:_xmlSchemaInclude
583 /* xmlSchemaItemListPtr relations; */ /* List of schema relations. */
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 1065 // applies any applicable relations.
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 1065 // applies any applicable relations.
  /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 
  /packages/apps/Car/Radio/libs/android-arch/room/
compiler-1.1.0-beta3.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /external/python/cpython3/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]

Completed in 874 milliseconds

1 2