Searched defs:Getter (Results 1 - 13 of 13) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DSentinelStrategy.java43 public static abstract class Getter implements Finder { class in class:SentinelStrategy
46 protected Getter() { method in class:SentinelStrategy.Getter
51 protected Getter(Predicate<? super UiElement> predicate) { method in class:SentinelStrategy.Getter
80 public static final Getter FIRST_CHILD_GETTER = new Getter() {
94 public static final Getter LAST_CHILD_GETTER = new Getter() {
115 public static final Getter SECOND_LAST_CHILD_GETTER = new Getter() {
130 public static final Getter SECOND_CHILD_GETTE
[all...]
/external/llvm/include/llvm/Support/
H A DRegistry.h130 GetRegistry Getter = local
132 if (Getter) {
137 Info *I = static_cast<Info *>(Getter());
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp269 ObjCMethodDecl *Getter; member in class:__anon1550::ObjCPropertyOpBuilder
278 SyntacticRefExpr(nullptr), InstanceReceiver(nullptr), Getter(nullptr),
584 } else if (Getter) {
585 T = Getter->getReturnType();
594 if (Getter) return true;
598 if ((Getter = RefExpr->getImplicitPropertyGetter())) {
599 GetterSelector = Getter->getSelector();
617 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr);
618 return (Getter != nullptr);
717 if (!Getter) {
1123 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, local
[all...]
H A DSemaExprMember.cpp1584 ObjCMethodDecl *Getter; local
1585 if ((Getter = IFace->lookupClassMethod(Sel))) {
1587 if (S.DiagnoseUseOfDecl(Getter, MemberLoc))
1590 Getter = IFace->lookupPrivateMethod(Sel, false);
1607 if (Getter || Setter) {
1609 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue,
H A DSemaExprObjC.cpp1818 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); local
1821 if (!Getter)
1822 Getter = LookupMethodInQualifiedType(Sel, OPT, true);
1825 if (!Getter)
1826 Getter = IFace->lookupPrivateMethod(Sel);
1828 if (Getter) {
1830 if (DiagnoseUseOfDecl(Getter, MemberLoc))
1870 if (Getter || Setter) {
1873 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1877 ObjCPropertyRefExpr(Getter, Sette
1989 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); local
[all...]
H A DTreeTransform.h2962 ObjCMethodDecl *Getter,
2968 new (getSema().Context) ObjCPropertyRefExpr(Getter, Setter, T,
2961 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument
/external/clang/include/clang/AST/
H A DExprObjC.h596 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
602 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
612 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
617 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
622 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
733 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
735 PropertyOrGetter.setPointer(Getter);
H A DDeclCXX.h3399 IdentifierInfo *Getter, IdentifierInfo *Setter)
3401 GetterId(Getter), SetterId(Setter) {}
3407 IdentifierInfo *Getter, IdentifierInfo *Setter);
3397 MSPropertyDecl(DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, IdentifierInfo *Getter, IdentifierInfo *Setter) argument
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, argument
469 std::string PropertyNameString = Getter->getNameAsString();
490 QualType QT = Getter->getReturnType();
494 QualType ResType = Context.getCanonicalType(Getter->getReturnType());
505 QualType RT = Getter->getReturnType();
543 SourceLocation StartGetterSelectorLoc = Getter->getSelectorStartLoc();
544 Selector GetterSelector = Getter->getSelector();
548 commit.replace(CharSourceRange::getCharRange(Getter->getLocStart(),
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1769 /// \return true if Getter has the default name for the property PD.
1771 const ObjCMethodDecl *Getter) {
1773 if (!Getter)
1776 assert(Getter->getDeclName().isObjCZeroArgSelector());
1778 Getter->getDeclName().getObjCSelector().getNameForSlot(0);
1933 ObjCMethodDecl *Getter = PD->getGetterMethodDecl();
1937 hasDefaultGetterName(PD, Getter) ? ""
2022 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); local
2026 hasDefaultGetterName(PD, Getter) ? "" : getSelectorName(
1770 hasDefaultGetterName(const ObjCPropertyDecl *PD, const ObjCMethodDecl *Getter) argument
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1046 ObjCMethodDecl *Getter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); local
1048 E->setImplicitProperty(Getter, Setter, MethodRefFlags);
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp459 // Putter: Getter:
471 void Getter() { function in namespace:test04
478 MyThreadArray t(Putter, Getter);
795 // Putter: Getter:
813 void Getter() { function in namespace:test12
825 MyThreadArray t(Putter, Getter);
897 // Putter2: Putter1: Getter:
913 void Getter() { function in namespace:test14
921 MyThreadArray t(Getter, Putter1, Putter2);
1406 // Putter1: Getter
1431 void Getter() { function in namespace:test28
1473 void Getter() { function in namespace:test29
1852 void Getter() { function in namespace:test36
1954 void Getter() { function in namespace:test38
2061 void Getter() { function in namespace:test40
2172 void Getter() { function in namespace:test43
2210 void Getter() { function in namespace:test44
2251 void Getter() { function in namespace:test45
2992 void Getter() { function in namespace:test61
3034 void Getter() { function in namespace:test62
3065 void Getter() { function in namespace:test63
6619 void Getter() { function in namespace:test142
6660 void Getter() { function in namespace:test143
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 465 milliseconds