Home
last modified time | relevance | path

Searched refs:kClass (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/binder/ndk/tests/
Diface.cpp73 AIBinder_Class* IFoo::kClass = AIBinder_Class_define(kIFooDescriptor, IFoo_Class_onCreate, member in IFoo
136 binder = AIBinder_new(IFoo::kClass, static_cast<void*>(new IFoo_Class_Data{this})); in getBinder()
168 if (!AIBinder_associateClass(binder, IFoo::kClass)) { in getService()
Dlibbinder_ndk_unit_test.cpp1094 ASSERT_STREQ(IFoo::kIFooDescriptor, AIBinder_Class_getDescriptor(IFoo::kClass)); in TEST()
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/pkg/
DPackageStateTest.kt222 val kClass = type.classifier as KClass<*> in visitType() constant
223 val qualifiedName = kClass.qualifiedName!! in visitType()
226 val newChain = parentChain + kClass.simpleName!! in visitType()
229 val filteredFunctions = kClass.memberFunctions in visitType()
/frameworks/native/libs/binder/ndk/tests/include/iface/
Diface.h33 static AIBinder_Class* kClass; variable
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
DParcelableComponentTest.kt89 constructor(kClass: KClass<out Parcelable>) : this(kClass, kClass) in <lambda>()
/frameworks/base/tools/aapt/
DResource.cpp3230 const char* kClass = "class"; in writeProguardForLayouts() local
3237 addTagAttrPair(&kLayoutTagAttrPairs, "view", NULL, kClass); in writeProguardForLayouts()
3238 addTagAttrPair(&kLayoutTagAttrPairs, kFragment, NULL, kClass); in writeProguardForLayouts()
3248 addTagAttrPair(&kTransitionTagAttrPairs, kTransition.c_str(), NULL, kClass); in writeProguardForLayouts()
3249 addTagAttrPair(&kTransitionTagAttrPairs, "pathMotion", NULL, kClass); in writeProguardForLayouts()