/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types.go | 1136 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 D | Java7ValidatorTest.java | 83 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 D | ModelBuilderSpecs.java | 203 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 D | EnumVal.py | 85 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 D | UnionInNestedNS.py | 9 def UnionInNestedNSCreator(unionType, table): argument
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | AnyUniqueAliases.py | 11 def AnyUniqueAliasesCreator(unionType, table): argument
|
H A D | AnyAmbiguousAliases.py | 11 def AnyAmbiguousAliasesCreator(unionType, table): argument
|
H A D | Any.py | 11 def AnyCreator(unionType, table): argument
|
/aosp_15_r20/external/json-schema-validator/src/main/resources/ |
H A D | jsv-messages_uk.properties | 66 unionType = {0}: \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E {1}, \u043E\u0447\u0456\u043A\u04… key
|
H A D | jsv-messages_ar.properties | 66 unionType = {0}: \u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 {1}\u060C \u0… key
|
H A D | jsv-messages_fa.properties | 66 unionType = {0}: {1} \u06CC\u0627\u0641\u062A \u0634\u062F\u060C {2} \u0645\u0648\u0631\u062F \u062… key
|
H A D | jsv-messages_pl.properties | 66 unionType = {0}: Znaleziono {1}, oczekiwano {2} key
|
H A D | jsv-messages_nb.properties | 66 unionType = {0}: {1} funnet, {2} forventet key
|
H A D | jsv-messages_ro.properties | 66 unionType = {0}: {1} g\u0103sit, {2} a\u0219teptat key
|
H A D | jsv-messages_sk.properties | 66 unionType = {0}: n�jden�ch {1}, o\u010Dak�van�ch {2} key
|
H A D | jsv-messages_ja.properties | 66 unionType = {0}: {1} \u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F\u3001{2} \u304C\u4E88\u671F\u… key
|
H A D | jsv-messages_he.properties | 66 unionType = {0}: {1} \u05E0\u05DE\u05E6\u05D0, {2} \u05E6\u05E4\u05D5\u05D9 key
|
H A D | jsv-messages_sv.properties | 66 unionType = {0}: {1} hittades, {2} f�rv�ntas key
|
H A D | jsv-messages_hr.properties | 66 unionType = {0}: {1} prona\u0111eno, {2} o\u010Dekivano key
|
H A D | jsv-messages_tr.properties | 66 unionType = {0}: {1} bulundu, {2} bekleniyor key
|
H A D | jsv-messages_cs.properties | 66 unionType = {0}: nalezeno {1}, o\u010Dek�v�no {2} key
|
H A D | jsv-messages_da.properties | 66 unionType = {0}: {1} fundet, {2} forventet key
|
H A D | jsv-messages_ru.properties | 66 unionType = {0}: \u043D\u0430\u0439\u0434\u0435\u043D\u043E {1}, \u043E\u0436\u0438\u0434\u0430\u04… key
|
H A D | jsv-messages_zh_TW.properties | 66 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/ |
D | ReadTableRequest.java | 134 public ReadTableRequest setUnionType(@UnionType String unionType) { in setUnionType()
|