Home
last modified time | relevance | path

Searched defs:Location (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSHeaderInfoLayout.kt115 private data class Location(var left: Int, var right: Int) { class
/frameworks/base/location/java/android/location/
DLocation.java44 public class Location implements Parcelable { class
163 public Location(String provider) { in Location() method in Location
170 public Location(Location l) { in Location() method in Location
/frameworks/av/include/media/
DAudioTimestamp.h38 enum Location { enum
/frameworks/av/media/libaudioclient/include/media/
DAudioTimestamp.h38 enum Location { enum
/frameworks/compile/slang/
Dslang_rs_export_reduce.h81 const clang::SourceLocation Location, in RSExportReduce()
Dslang_rs_export_reduce.cpp53 const clang::SourceLocation Location, in Create()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto550 message Location { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto550 message Location { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto703 message Location { message
Ddescriptor.pb.h3585 typedef SourceCodeInfo_Location Location; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5286 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location> Locati… property in Google.Protobuf.Reflection.SourceCodeInfo
5359 internal sealed partial class Location : pb::IMessage<Location> { class in Google.Protobuf.Reflection.SourceCodeInfo.Types
5375 public Location() { in Location() method in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
5382 public Location(Location other) : this() { in Location() method in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h1284 typedef const Char* Location; typedef
Djsoncpp.cpp1106 typedef const Char* Location; typedef in Json::OurReader
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto246 message Location { message
Dglobal.proto521 message Location { message
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp1207 enum Location { VECTOR, REGION }; in TEST_P() enum