/frameworks/base/cmds/statsd/src/ |
D | FieldValue.h | 81 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/ |
D | C2InterfaceHelper.cpp | 428 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/ |
D | slang_rs_reflection_state.h | 657 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
|
D | slang_rs_export_type.h | 606 Field(const RSExportType *T, in Field() function
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | utility.h | 57 class Field; variable
|
D | protostream_objectsource.h | 51 class Field; variable
|
D | protostream_objectwriter.h | 60 class Field; variable
|
D | proto_writer.h | 60 class Field; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | reflection_internal.h | 273 typedef void Field; typedef 304 typedef void Field; typedef 348 typedef void Field; typedef
|
D | type.proto | 62 message Field { message
|
D | reflection.h | 336 typedef void Field; typedef
|
D | type.pb.cc | 1042 Field::Field() in Field() function in google::protobuf::Field 1052 Field::Field(const Field& from) in Field() function in google::protobuf::Field
|
D | type.pb.h | 45 class Field; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 354 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/ |
D | UnknownFieldSet.java | 713 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/ |
D | RawBatteryStats.java | 113 @interface Field { annotation in RawBatteryStats
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 53 class Field(): class
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 762 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> Field { property in Google.Protobuf.Reflection.DescriptorProto
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |