Home
last modified time | relevance | path

Searched defs:Id (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceValues.h181 struct Id : public BaseItem<Id> { struct
182 Id() { in Id() function
DResources.proto297 message Id { message
/frameworks/compile/slang/
Dslang_rs_export_func.cpp69 std::string Id = CreateDummyName("helper_func_param", F->getName()); in Create() local
Dslang_rs_export_foreach.cpp326 std::string Id = CreateDummyName("helper_foreach_param", FE->getName()); in Create() local
/frameworks/base/core/jni/
Dandroid_media_AudioVolumeGroups.cpp66 jint Id = NULL; in convertAudioVolumeGroupsFromNative() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/AddressBook/
DAddressbook.cs101 public int Id { property in Google.Protobuf.Examples.AddressBook.Person
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp488 void Visit(const Id* /*id*/) override { in Visit()