HomeSort by relevance Sort by last modified time
    Searched refs:Getter (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/droiddriver/src/io/appium/droiddriver/scroll/
SentinelStrategy.java 43 public static abstract class Getter implements Finder {
46 protected Getter() {
51 protected Getter(Predicate<? super UiElement> predicate) {
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_GETTER = new Getter()
    [all...]
StaticSentinelStrategy.java 45 public StaticSentinelStrategy(Getter backwardGetter, Getter forwardGetter,
DynamicSentinelStrategy.java 103 // 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) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug141.go 17 type Getter interface {
24 case Getter: break;
  /prebuilts/go/linux-x86/test/fixedbugs/
bug141.go 17 type Getter interface {
24 case Getter: break;
  /libnativehelper/include/nativehelper/
toStringArray.h 28 template <typename Counter, typename Getter>
29 jobjectArray toStringArray(JNIEnv* env, Counter* counter, Getter* getter) {
36 ScopedLocalRef<jstring> s(env, env->NewStringUTF((*getter)(i)));
65 VectorGetter getter(strings);
66 return toStringArray<VectorCounter, VectorGetter>(env, &counter, &getter);
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 24 static void getInclusions(const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const, unsigned n,
36 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
  /external/llvm/include/llvm/Support/
Registry.h 130 GetRegistry Getter =
132 if (Getter) {
133 // Call the getter function in order to get the full copy of the
137 Info *I = static_cast<Info *>(Getter());
  /external/v8/src/
accessors.h 62 static void name##Getter( \
85 k##name##Getter, \
115 Isolate* isolate, Handle<Name> name, AccessorNameGetterCallback getter,
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 21 // of the associated 'getter' selector, typically:
256 /// Postfix increment and decrement always use the getter result as the
269 ObjCMethodDecl *Getter;
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();
603 // Must build the getter selector the hard way
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 379 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, \
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 379 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, \
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 379 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, \
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 379 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, \
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 379 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, \
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 379 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, \
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 379 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, \
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 379 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, \
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 379 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, \
  /external/valgrind/drd/tests/
tsan_unittest.cpp 459 // Putter: Getter:
471 void Getter() {
478 MyThreadArray t(Putter, Getter);
795 // Putter: Getter:
813 void Getter() {
825 MyThreadArray t(Putter, Getter);
897 // Putter2: Putter1: Getter:
913 void Getter() {
921 MyThreadArray t(Getter, Putter1, Putter2);
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 548 /// to the getter, the setter, or both.
561 // implicit property with no getter (because the 'foo' -> 'setFoo:'
596 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
602 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
612 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
617 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
622 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
661 /// getter.
733 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 548 /// to the getter, the setter, or both.
561 // implicit property with no getter (because the 'foo' -> 'setFoo:'
596 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
602 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
612 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
617 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
622 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
661 /// getter.
733 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 548 /// to the getter, the setter, or both.
561 // implicit property with no getter (because the 'foo' -> 'setFoo:'
596 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
602 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
612 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
617 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
622 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
661 /// getter.
733 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 548 /// to the getter, the setter, or both.
561 // implicit property with no getter (because the 'foo' -> 'setFoo:'
596 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
602 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
612 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
617 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
622 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
661 /// getter.
733 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 548 /// to the getter, the setter, or both.
561 // implicit property with no getter (because the 'foo' -> 'setFoo:'
596 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
602 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
612 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
617 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
622 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
661 /// getter.
733 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter
    [all...]

Completed in 982 milliseconds

1 2 3 4 5 6