Home
last modified time | relevance | path

Searched defs:Field (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/cmds/statsd/src/
DFieldValue.h81 struct Field { struct
84 int32_t mField; argument
87 Field() {} in Field() argument
89 Field(int32_t tag, int32_t pos[], int32_t depth) : mTag(tag) { in Field() function
93 Field(const Field& from) : mTag(from.getTag()), mField(from.getField()) { in Field() function
96 Field(int32_t tag, int32_t field) : mTag(tag), mField(field){}; in Field() function
98 inline void setField(int32_t field) { in setField() argument
108 mField |= mask; in decorateLastPos() argument
116 return (mField >> 24); in getDepth() argument
122 int32_t field = (mField & 0x00ffffff); in getPath() argument
[all …]
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp428 C2InterfaceHelper::Field<T>::Field(std::shared_ptr<FieldHelper> helper, C2Param::Index index) in Field() function in C2InterfaceHelper::Field
431 template struct C2InterfaceHelper::Field<uint8_t>; member in C2InterfaceHelper
432 template struct C2InterfaceHelper::Field<char>; member in C2InterfaceHelper
433 template struct C2InterfaceHelper::Field<int32_t>; member in C2InterfaceHelper
434 template struct C2InterfaceHelper::Field<uint32_t>; member in C2InterfaceHelper
436 template struct C2InterfaceHelper::Field<int64_t>; member in C2InterfaceHelper
437 template struct C2InterfaceHelper::Field<uint64_t>; member in C2InterfaceHelper
439 template struct C2InterfaceHelper::Field<float>; member in C2InterfaceHelper
/frameworks/compile/slang/
Dslang_rs_reflection_state.h657 struct Field { struct
658 std::string mName;
659 llvm::StringRef mType;
660 size_t mPrePadding; // this.OffsetInParent - (prev.OffsetInParent + prev.AllocSize)
661 size_t mPostPadding; // this.AllocSize - this.StoreSize
662 size_t mOffset; // this.OffsetInParent
663 size_t mStoreSize; // this.StoreSize
Dslang_rs_export_type.h606 Field(const RSExportType *T, in Field() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.h57 class Field; variable
Dprotostream_objectsource.h51 class Field; variable
Dprotostream_objectwriter.h60 class Field; variable
Dproto_writer.h60 class Field; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dreflection_internal.h273 typedef void Field; typedef
304 typedef void Field; typedef
348 typedef void Field; typedef
Dtype.proto62 message Field { message
Dreflection.h336 typedef void Field; typedef
Dtype.pb.cc1042 Field::Field() in Field() function in google::protobuf::Field
1052 Field::Field(const Field& from) in Field() function in google::protobuf::Field
Dtype.pb.h45 class Field; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs354 public sealed partial class Field : pb::IMessage<Field> { class
370 public Field() { in Field() method in Google.Protobuf.WellKnownTypes.Field
377 public Field(Field other) : this() { in Field() method in Google.Protobuf.WellKnownTypes.Field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java713 public static final class Field { class in UnknownFieldSet
714 private Field() {} in Field() method in UnknownFieldSet.Field
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DRawBatteryStats.java113 @interface Field { annotation in RawBatteryStats
/frameworks/base/tools/apilint/
Dapilint.py53 class Field(): class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs762 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> Field { property in Google.Protobuf.Reflection.DescriptorProto
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...