/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | LoadedArsc.h | 50 struct TypeSpec { struct 51 struct TypeEntry { 61 incfs::verified_map_ptr<ResTable_typeSpec> type_spec; 63 std::vector<TypeEntry> type_entries; 65 base::expected<uint32_t, NullOrIOError> GetFlagsForEntryIndex(uint16_t entry_index) const { in GetFlagsForEntryIndex()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/ |
D | mknode.go | 170 func isConcreteNode(t *ast.TypeSpec) bool { 185 func isInterfaceNode(t *ast.TypeSpec) bool { 213 func processType(t *ast.TypeSpec) {
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/kotlinpoet/1.8.0/ |
HD | kotlinpoet-1.8.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/kotlinpoet.kotlin_module
com ... |
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | ast.go | 906 TypeSpec struct { struct 907 Doc *CommentGroup // associated documentation; or nil 908 Name *Ident // type name 909 TypeParams *FieldList // type parameters; or nil 910 Assign token.Pos // position of '=', if any 911 Type Expr // *Ident, *ParenExpr, *SelectorExpr, *StarExpr, or any of the *XxxTypes 912 Comment *CommentGroup // line comments; or nil 925 func (s *TypeSpec) Pos() token.Pos { return s.Name.Pos() } 943 func (s *TypeSpec) End() token.Pos { return s.Type.End() } 949 func (*TypeSpec) specNode() {}
|
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/local-javac-header/ |
D | kotlinpoet.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinpoet__linux_glibc_common__kotlinpoet.kotlin_module
com ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/kotlin/ |
D | kotlinpoet.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinpoet__linux_glibc_common__kotlinpoet.kotlin_module
com ... |
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/ |
H A D | TypeSpec.java | 48 public final class TypeSpec { class 68 private TypeSpec(Builder builder) { in TypeSpec() method in TypeSpec 101 private TypeSpec(TypeSpec type) { in TypeSpec() method in TypeSpec
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/ |
H A D | exception_safety_testing.h | 43 enum class TypeSpec; variable 235 enum class TypeSpec { enum
|
/aosp_15_r20/external/abseil-cpp/absl/base/internal/ |
H A D | exception_safety_testing.h | 43 enum class TypeSpec; variable 235 enum class TypeSpec { enum
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/ |
H A D | exception_safety_testing.h | 43 enum class TypeSpec; variable 235 enum class TypeSpec { enum
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.h | 43 enum class TypeSpec; variable 235 enum class TypeSpec { enum
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/ |
H A D | exception_safety_testing.h | 43 enum class TypeSpec; variable 235 enum class TypeSpec { enum
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
H A D | exception_safety_testing.h | 43 enum class TypeSpec; variable 235 enum class TypeSpec { enum
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/ |
H A D | exception_safety_testing.h | 43 enum class TypeSpec; variable 235 enum class TypeSpec { enum
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | type_spec.py | 53 class TypeSpec( class 252 def most_specific_compatible_type(self, other: "TypeSpec") -> "TypeSpec":
|
H A D | type_utils.py | 50 spec: type_spec.TypeSpec) -> List[full_type_pb2.FullTypeDef]:
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/ |
D | ast_go1.go | 23 func typeSpecTypeParams(n *ast.TypeSpec) *ast.FieldList {
|
D | ast_go118.go | 30 func typeSpecTypeParams(n *ast.TypeSpec) *ast.FieldList {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | NestedNameSpecifier.h | 90 TypeSpec, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | NestedNameSpecifier.h | 90 TypeSpec, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | NestedNameSpecifier.h | 90 TypeSpec, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | NestedNameSpecifier.h | 90 TypeSpec, enumerator
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 82 TypeSpec, enumerator
|
/aosp_15_r20/packages/apps/TV/libs/m2/ |
D | javapoet-1.11.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/squareup/
com/ ... |
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | decl.go | 555 func (check *Checker) typeDecl(obj *TypeName, tdecl *ast.TypeSpec, def *TypeName) {
|