Searched refs:kId (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/libs/binder/ndk/ |
D | ibinder.cpp | 39 static const void* kId = "ABBinder"; variable 44 binder->attachObject(kId, kValue, nullptr /*cookie*/, clean); in attach() 47 return binder != nullptr && binder->findObject(kId) == kValue; in has() 55 static const void* kId = "ABpBinder"; variable 60 CHECK(id == kId) << id << " " << obj << " " << cookie; in clean() 180 static_cast<ABpBinderTag::Value*>(remote()->findObject(ABpBinderTag::kId)); in onLastStrongRef() 202 static_cast<ABpBinderTag::Value*>(binder->findObject(ABpBinderTag::kId)); in lookupOrCreateFromBinder() 205 binder->attachObject(ABpBinderTag::kId, static_cast<void*>(value), nullptr /*cookie*/, in lookupOrCreateFromBinder()
|
/frameworks/base/tools/aapt2/ |
D | Resource.cpp | 73 case ResourceType::kId: in to_string() 120 {"id", ResourceType::kId},
|
D | ResourceUtils_test.cpp | 97 EXPECT_THAT(actual, Eq(ResourceNameRef("android", ResourceType::kId, "foo"))); in TEST() 107 EXPECT_THAT(actual, Eq(ResourceNameRef("android", ResourceType::kId, "foo"))); in TEST()
|
D | Resource_test.cpp | 74 EXPECT_EQ(*type, ResourceType::kId); in TEST()
|
D | Resource.h | 56 kId, enumerator
|
D | ResourceParser.cpp | 589 out_resource->name.type = ResourceType::kId; in ParseResource() 608 } else if (!ref || ref->name.value().type != ResourceType::kId) { in ParseResource() 881 if (*parsed_type == ResourceType::kId) { in ParsePublic() 1391 Reference(ResourceNameRef({}, ResourceType::kId, maybe_name.value())), in ParseEnumOrFlagItem()
|
D | ResourceUtils.cpp | 185 if (create && name.type != ResourceType::kId) { in ParseReference() 739 if (type == ResourceType::kId) { in ParseBinaryResValue()
|
/frameworks/base/tools/aapt2/compile/ |
D | XmlIdCollector.cpp | 49 if (create && name.type == ResourceType::kId) { in Visit()
|
/frameworks/base/tools/aapt2/test/ |
D | Builders.cpp | 184 Attribute::Symbol{Reference(ResourceName({}, ResourceType::kId, name)), value}); in AddItem()
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 443 if (context_->GetMinSdkVersion() < SDK_O && name.type == ResourceType::kId && in ProcessResource()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | BinaryResourceParser.cpp | 548 case ResourceType::kId: in ParseMapEntry()
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoDeserialize.cpp | 897 case pb::Item::kId: { in DeserializeItemFromPb()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link.cpp | 183 if (name.type == ResourceType::kId && symbol->id) { in FindByName()
|