Home
last modified time | relevance | path

Searched defs:unionType (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go1136 type unionType struct { struct
1137 name string
1138 fields []FieldInfo
1139 align uint
1140 bits uint
1143 func (typе *unionType) Align(arch Arch) uint {
1147 func (typе *unionType) Bits(arch Arch) uint {
1151 func (typе *unionType) DeclareVar(var_name string, arch Arch) string {
1155 func (typе *unionType) BaseName(arch Arch) string {
1159 func (typе *unionType) Name(arch Arch) string {
[all …]
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/
H A DJava7ValidatorTest.java83 UnionType unionType = new UnionType(); in multiCatchWithoutElements() local
93 UnionType unionType = new UnionType(); in multiCatchWithOneElement() local
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/model/
H A DModelBuilderSpecs.java203 ClassName unionType = shapeModelSpec.className().nestedClass("Type"); in fields() local
207 …d(FieldSpec.builder(ParameterizedTypeName.get(ClassName.get(Set.class), unionType), "setTypes", PR… in fields() local
/aosp_15_r20/external/flatbuffers/python/flatbuffers/reflection/
H A DEnumVal.py85 def EnumValAddUnionType(builder, unionType): builder.PrependUOffsetTRelativeSlot(3, flatbuffers.num… argument
86 def AddUnionType(builder, unionType): argument
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DUnionInNestedNS.py9 def UnionInNestedNSCreator(unionType, table): argument
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DAnyUniqueAliases.py11 def AnyUniqueAliasesCreator(unionType, table): argument
H A DAnyAmbiguousAliases.py11 def AnyAmbiguousAliasesCreator(unionType, table): argument
H A DAny.py11 def AnyCreator(unionType, table): argument
/aosp_15_r20/external/json-schema-validator/src/main/resources/
H A Djsv-messages_uk.properties66 unionType = {0}: \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E {1}, \u043E\u0447\u0456\u043A\u04… key
H A Djsv-messages_ar.properties66 unionType = {0}: \u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 {1}\u060C \u0… key
H A Djsv-messages_fa.properties66 unionType = {0}: {1} \u06CC\u0627\u0641\u062A \u0634\u062F\u060C {2} \u0645\u0648\u0631\u062F \u062… key
H A Djsv-messages_pl.properties66 unionType = {0}: Znaleziono {1}, oczekiwano {2} key
H A Djsv-messages_nb.properties66 unionType = {0}: {1} funnet, {2} forventet key
H A Djsv-messages_ro.properties66 unionType = {0}: {1} g\u0103sit, {2} a\u0219teptat key
H A Djsv-messages_sk.properties66 unionType = {0}: n�jden�ch {1}, o\u010Dak�van�ch {2} key
H A Djsv-messages_ja.properties66 unionType = {0}: {1} \u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F\u3001{2} \u304C\u4E88\u671F\u… key
H A Djsv-messages_he.properties66 unionType = {0}: {1} \u05E0\u05DE\u05E6\u05D0, {2} \u05E6\u05E4\u05D5\u05D9 key
H A Djsv-messages_sv.properties66 unionType = {0}: {1} hittades, {2} f�rv�ntas key
H A Djsv-messages_hr.properties66 unionType = {0}: {1} prona\u0111eno, {2} o\u010Dekivano key
H A Djsv-messages_tr.properties66 unionType = {0}: {1} bulundu, {2} bekleniyor key
H A Djsv-messages_cs.properties66 unionType = {0}: nalezeno {1}, o\u010Dek�v�no {2} key
H A Djsv-messages_da.properties66 unionType = {0}: {1} fundet, {2} forventet key
H A Djsv-messages_ru.properties66 unionType = {0}: \u043D\u0430\u0439\u0434\u0435\u043D\u043E {1}, \u043E\u0436\u0438\u0434\u0430\u04… key
H A Djsv-messages_zh_TW.properties66 unionType = {0}: \u5DF2\u627E\u5230 {1}\uFF0C\u5FC5\u9808\u662F {2} key
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/
DReadTableRequest.java134 public ReadTableRequest setUnionType(@UnionType String unionType) { in setUnionType()

123