Home
last modified time | relevance | path

Searched defs:UnionType (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/fastrpc/src/
H A Dadsp_default_listener_stub.c186 typedef struct UnionType UnionType; typedef
219 struct UnionType { struct
220 const Type *descriptor;
221 uint32_t nCases;
222 const CaseValuePtr caseValues;
223 const Type * const *cases;
224 int32_t inSize;
225 int32_t routSizePrimIn;
226 int32_t routSizePrimROut;
227 uint8_t inAlignment;
[all …]
H A Dapps_remotectl_skel.c187 typedef struct UnionType UnionType; typedef
220 struct UnionType { struct
221 const Type *descriptor;
222 uint32_t nCases;
223 const CaseValuePtr caseValues;
224 const Type * const *cases;
225 int32_t inSize;
226 int32_t routSizePrimIn;
227 int32_t routSizePrimROut;
228 uint8_t inAlignment;
[all …]
H A Dadspmsgd_adsp1_stub.c338 typedef struct UnionType UnionType; typedef
371 struct UnionType { struct
372 const Type *descriptor;
373 uint32_t nCases;
374 const CaseValuePtr caseValues;
375 const Type * const *cases;
376 int32_t inSize;
377 int32_t routSizePrimIn;
378 int32_t routSizePrimROut;
379 uint8_t inAlignment;
[all …]
H A Dadspmsgd_apps_skel.c338 typedef struct UnionType UnionType; typedef
371 struct UnionType { struct
372 const Type *descriptor;
373 uint32_t nCases;
374 const CaseValuePtr caseValues;
375 const Type * const *cases;
376 int32_t inSize;
377 int32_t routSizePrimIn;
378 int32_t routSizePrimROut;
379 uint8_t inAlignment;
[all …]
H A Dadspmsgd_adsp_stub.c338 typedef struct UnionType UnionType; typedef
371 struct UnionType { struct
372 const Type *descriptor;
373 uint32_t nCases;
374 const CaseValuePtr caseValues;
375 const Type * const *cases;
376 int32_t inSize;
377 int32_t routSizePrimIn;
378 int32_t routSizePrimROut;
379 uint8_t inAlignment;
[all …]
H A Dadsp_perf_stub.c337 typedef struct UnionType UnionType; typedef
370 struct UnionType { struct
371 const Type *descriptor;
372 uint32_t nCases;
373 const CaseValuePtr caseValues;
374 const Type * const *cases;
375 int32_t inSize;
376 int32_t routSizePrimIn;
377 int32_t routSizePrimROut;
378 uint8_t inAlignment;
[all …]
H A Dadsp_current_process1_stub.c338 typedef struct UnionType UnionType; typedef
371 struct UnionType { struct
372 const Type *descriptor;
373 uint32_t nCases;
374 const CaseValuePtr caseValues;
375 const Type * const *cases;
376 int32_t inSize;
377 int32_t routSizePrimIn;
378 int32_t routSizePrimROut;
379 uint8_t inAlignment;
[all …]
H A Dapps_mem_skel.c337 typedef struct UnionType UnionType; typedef
370 struct UnionType { struct
371 const Type *descriptor;
372 uint32_t nCases;
373 const CaseValuePtr caseValues;
374 const Type * const *cases;
375 int32_t inSize;
376 int32_t routSizePrimIn;
377 int32_t routSizePrimROut;
378 uint8_t inAlignment;
[all …]
H A Dremotectl_stub.c338 typedef struct UnionType UnionType; typedef
371 struct UnionType { struct
372 const Type *descriptor;
373 uint32_t nCases;
374 const CaseValuePtr caseValues;
375 const Type * const *cases;
376 int32_t inSize;
377 int32_t routSizePrimIn;
378 int32_t routSizePrimROut;
379 uint8_t inAlignment;
[all …]
H A Dadsp_current_process_stub.c338 typedef struct UnionType UnionType; typedef
371 struct UnionType { struct
372 const Type *descriptor;
373 uint32_t nCases;
374 const CaseValuePtr caseValues;
375 const Type * const *cases;
376 int32_t inSize;
377 int32_t routSizePrimIn;
378 int32_t routSizePrimROut;
379 uint8_t inAlignment;
[all …]
H A Dadsp_listener_stub.c186 typedef struct UnionType UnionType; typedef
219 struct UnionType { struct
220 const Type *descriptor;
221 uint32_t nCases;
222 const CaseValuePtr caseValues;
223 const Type * const *cases;
224 int32_t inSize;
225 int32_t routSizePrimIn;
226 int32_t routSizePrimROut;
227 uint8_t inAlignment;
[all …]
H A Dapps_std_skel.c338 typedef struct UnionType UnionType; typedef
371 struct UnionType { struct
372 const Type *descriptor;
373 uint32_t nCases;
374 const CaseValuePtr caseValues;
375 const Type * const *cases;
376 int32_t inSize;
377 int32_t routSizePrimIn;
378 int32_t routSizePrimROut;
379 uint8_t inAlignment;
[all …]
/aosp_15_r20/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_skel.c321 typedef struct UnionType UnionType; typedef
354 struct UnionType { struct
355 const Type *descriptor;
356 uint32_t nCases;
357 const CaseValuePtr caseValues;
358 const Type * const *cases;
359 int32_t inSize;
360 int32_t routSizePrimIn;
361 int32_t routSizePrimROut;
362 uint8_t inAlignment;
[all …]
H A Dchre_slpi_stub.c321 typedef struct UnionType UnionType; typedef
354 struct UnionType { struct
355 const Type *descriptor;
356 uint32_t nCases;
357 const CaseValuePtr caseValues;
358 const Type * const *cases;
359 int32_t inSize;
360 int32_t routSizePrimIn;
361 int32_t routSizePrimROut;
362 uint8_t inAlignment;
[all …]
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
H A DUnionType.java60 public class UnionType extends Type implements NodeWithAnnotations<UnionType> { class
65 public UnionType() { in UnionType() method in UnionType
73 public UnionType(TokenRange tokenRange, NodeList<ReferenceType> elements) { in UnionType() method in UnionType
80 public UnionType(NodeList<ReferenceType> elements) { in UnionType() method in UnionType
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
H A DUnionType.java14 public class UnionType extends Type<UnionType> implements NodeWithAnnotations<UnionType> { class
18 public UnionType(Range range, List<ReferenceType> elements) { in UnionType() method in UnionType
23 public UnionType(List<ReferenceType> elements) { in UnionType() method in UnionType
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h131 struct TORCH_API UnionType : public SharedType { struct
134 static const TypeKind Kind = TypeKind::UnionType; argument
144 bool isUnionType() const override { in isUnionType() argument
148 at::ArrayRef<TypePtr> containedTypes() const override { in containedTypes()
172 explicit UnionType(std::vector<TypePtr> types, TypeKind kind=TypeKind::UnionType); argument
196 struct TORCH_API OptionalType : public UnionType { argument
/aosp_15_r20/external/flatbuffers/python/flatbuffers/reflection/
H A DEnumVal.py46 def UnionType(self): member in EnumVal
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/
DReadTableRequest.java60 public @interface UnionType {} annotation in ReadTableRequest
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtypes.py299 UnionType = type(int | str) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtypes.py299 UnionType = type(int | str) variable
/aosp_15_r20/external/python/cpython3/Lib/
Dtypes.py299 UnionType = type(int | str) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtypes.py299 UnionType = type(int | str) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtypes.py299 UnionType = type(int | str) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtypes.py299 UnionType = type(int | str) variable

123