/aosp_15_r20/external/fastrpc/src/ |
H A D | adsp_default_listener_stub.c | 186 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 D | apps_remotectl_skel.c | 187 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 D | adspmsgd_adsp1_stub.c | 338 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 D | adspmsgd_apps_skel.c | 338 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 D | adspmsgd_adsp_stub.c | 338 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 D | adsp_perf_stub.c | 337 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 D | adsp_current_process1_stub.c | 338 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 D | apps_mem_skel.c | 337 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 D | remotectl_stub.c | 338 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 D | adsp_current_process_stub.c | 338 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 D | adsp_listener_stub.c | 186 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 D | apps_std_skel.c | 338 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 D | chre_slpi_skel.c | 321 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 D | chre_slpi_stub.c | 321 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 D | UnionType.java | 60 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 D | UnionType.java | 14 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 D | jit_type.h | 131 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 D | EnumVal.py | 46 def UnionType(self): member in EnumVal
|
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/ |
D | ReadTableRequest.java | 60 public @interface UnionType {} annotation in ReadTableRequest
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | types.py | 299 UnionType = type(int | str) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | types.py | 299 UnionType = type(int | str) variable
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | types.py | 299 UnionType = type(int | str) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | types.py | 299 UnionType = type(int | str) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | types.py | 299 UnionType = type(int | str) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | types.py | 299 UnionType = type(int | str) variable
|