Searched defs:Parent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DGenericInflater.java43 * Must implement {@link GenericInflater.Parent}
45 abstract class GenericInflater<T, P extends GenericInflater.Parent> {
63 public interface Parent<T> { interface in class:GenericInflater
/frameworks/compile/slang/
H A Dslang_rs_export_type.h519 const RSExportRecordType *Parent,
523 mParent(Parent),
517 Field(const RSExportType *T, const llvm::StringRef &Name, const RSExportRecordType *Parent, size_t Offset) argument
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp248 BasicBlock *Parent = Exn->getParent(); local
250 std::pair<Value*,Value*> ExnSelSlots = FnToLPadSlotMap[Parent->getParent()];
253 Builder.SetInsertPoint(Parent, Exn);

Completed in 109 milliseconds