Searched refs:Getter (Results 1 - 25 of 30) sorted by relevance

12

/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...]
H A DStaticSentinelStrategy.java45 public StaticSentinelStrategy(Getter backwardGetter, Getter forwardGetter,
H A DDynamicSentinelStrategy.java103 // error could also cause this, e.g. a bad choice of Getter, which
180 * Constructs with {@code Getter}s that decorate the given {@code Getter}s
182 * {@code directionConverter}. Be careful with {@code Getter}s: the sentinel
185 public DynamicSentinelStrategy(IsUpdatedStrategy isUpdatedStrategy, Getter backwardGetter,
186 Getter forwardGetter, DirectionConverter directionConverter) {
195 public DynamicSentinelStrategy(IsUpdatedStrategy isUpdatedStrategy, Getter backwardGetter,
196 Getter forwardGetter) {
204 public DynamicSentinelStrategy(IsUpdatedStrategy isUpdatedStrategy, Getter backwardGetter) {
/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp24 static void getInclusions(const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const, unsigned n,
36 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
H A DCXIndexDataConsumer.cpp837 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) {
838 getEntityInfo(Getter, GetterEntity, SA);
/external/llvm/include/llvm/Support/
H A DRegistry.h130 GetRegistry Getter = local
132 if (Getter) {
137 Info *I = static_cast<Info *>(Getter());
/external/v8/src/
H A Daccessors.h62 static void name##Getter( \
85 k##name##Getter, \
H A Dexternal-reference-table.cc367 { FUNCTION_ADDR(&Accessors::name##Getter), \
368 "Redirect to Accessors::" #name "Getter"},
H A Dapi.cc1330 template <typename Getter, typename Setter>
1332 v8::Local<Name> name, Getter getter, Setter setter, v8::Local<Value> data,
1504 template <typename Getter, typename Setter, typename Data, typename Template>
1506 Getter getter, Setter setter, Data data,
1590 template <typename Getter, typename Setter, typename Query, typename Descriptor,
1593 i::Isolate* isolate, Getter getter, Setter setter, Query query,
1627 template <typename Getter, typename Setter, typename Query, typename Descriptor,
1630 ObjectTemplate* templ, Getter getter, Setter setter, Query query,
4537 template <typename Getter, typename Setter, typename Data>
4539 Local<Name> name, Getter gette
[all...]
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp269 ObjCMethodDecl *Getter; member in class:__anon1502::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 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 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 DSemaCodeComplete.cpp4949 CodeCompletionBuilder Getter(Results.getAllocator(),
4951 Getter.AddTypedTextChunk("getter");
4952 Getter.AddTextChunk("=");
4953 Getter.AddPlaceholderChunk("method");
4954 Results.AddResult(CodeCompletionResult(Getter.TakeString()));
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h379 template <typename T> struct TypeMatcher##MatcherName##Getter { \
385 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \
393 template <typename T> struct TypeLocMatcher##MatcherName##Getter { \
399 ::clang::ast_matchers::internal::TypeLocMatcher##MatcherName##Getter, \
H A DASTMatchersInternal.h1564 /// \c OuterT is any type that is supported by \c Getter.
1566 /// \code Getter<OuterT>::value() \endcode returns a
1570 template <typename OuterT> class Getter,
1575 typedef TypeTraversePolymorphicMatcher<InnerTBase, Getter, MatcherImpl,
1588 new MatcherImpl<OuterT>(InnerMatcher, Getter<OuterT>::value()));
1620 template <typename InnerTBase, template <typename OuterT> class Getter,
1622 TypeTraversePolymorphicMatcher<InnerTBase, Getter, MatcherImpl, ReturnTypesF>
1624 InnerTBase, Getter, MatcherImpl,
/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/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/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h883 for (auto &Getter : ResultGetters)
884 (*Getter)(F, AM, R);
/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/Frontend/Rewrite/
H A DRewriteObjC.cpp5367 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
5368 if (!Getter->isDefined())
5369 InstanceMethods.push_back(Getter);
5645 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
5646 InstanceMethods.push_back(Getter);
H A DRewriteModernObjC.cpp7049 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
7051 InstanceMethods.push_back(Getter);
7299 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
7300 InstanceMethods.push_back(Getter);
/external/clang/lib/AST/
H A DDeclCXX.cpp2313 IdentifierInfo *Getter,
2315 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter);
/external/v8/src/builtins/
H A Dbuiltins-regexp.cc910 BUILTIN(RegExpCapture##i##Getter) { \
928 // Getter and setter for the input.

Completed in 622 milliseconds

12