HomeSort by relevance Sort by last modified time
    Searched refs:getter (Results 451 - 475 of 553) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/webkit/
preventExtensions.js 31 return Object.defineProperty({ a: 1, b: 2 }, 'g', { get: function() { return "getter"; } });
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 564 int column, T defaultValue, CursorGetter<T> getter) {
572 return getter.get(c, column);
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjC.cpp 580 /// evaluation for the getter.
661 // emission for the getter.
741 /// \brief Generate an Objective-C property getter function.
751 assert(OMD && "Invalid call to generate getter (empty method)");
760 const Expr *getter = propImpl->getGetterCXXConstructor(); local
761 if (!getter) return true;
769 if (getter->isGLValue())
773 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter))
778 assert(isa<ExprWithCleanups>(getter));
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 608 // Sets the OS stack trace getter.
610 // Does nothing if the input and the current OS stack trace getter
611 // are the same; otherwise, deletes the old getter and makes the
612 // input the current getter.
613 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
615 // Returns the current OS stack trace getter if it is not NULL;
617 // getter, and returns it.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h 587 // Sets the OS stack trace getter.
589 // Does nothing if the input and the current OS stack trace getter
590 // are the same; otherwise, deletes the old getter and makes the
591 // input the current getter.
592 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
594 // Returns the current OS stack trace getter if it is not NULL;
596 // getter, and returns it.
    [all...]
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.cc 943 case ObjectLiteral::Property::GETTER:
944 accessor_table.lookup(key)->second->getter = property->value();
957 VisitForValueOrNull(it->second->getter);
960 Node* getter = environment()->Pop(); local
965 Node* call = NewNode(op, literal, name, getter, setter, attr);
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 608 // Sets the OS stack trace getter.
610 // Does nothing if the input and the current OS stack trace getter
611 // are the same; otherwise, deletes the old getter and makes the
612 // input the current getter.
613 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
615 // Returns the current OS stack trace getter if it is not NULL;
617 // getter, and returns it.
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 586 // Sets the OS stack trace getter.
588 // Does nothing if the input and the current OS stack trace getter
589 // are the same; otherwise, deletes the old getter and makes the
590 // input the current getter.
591 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
593 // Returns the current OS stack trace getter if it is not NULL;
595 // getter, and returns it.
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 587 // Sets the OS stack trace getter.
589 // Does nothing if the input and the current OS stack trace getter
590 // are the same; otherwise, deletes the old getter and makes the
591 // input the current getter.
592 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
594 // Returns the current OS stack trace getter if it is not NULL;
596 // getter, and returns it.
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 826 // Sets the OS stack trace getter.
828 // Does nothing if the input and the current OS stack trace getter
829 // are the same; otherwise, deletes the old getter and makes the
830 // input the current getter.
831 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
833 // Returns the current OS stack trace getter if it is not NULL;
835 // getter, and returns it.
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 602 // Sets the OS stack trace getter.
604 // Does nothing if the input and the current OS stack trace getter
605 // are the same; otherwise, deletes the old getter and makes the
606 // input the current getter.
607 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
609 // Returns the current OS stack trace getter if it is not NULL;
611 // getter, and returns it.
    [all...]
  /external/chromium_org/v8/src/
objects.h     [all...]
heap-snapshot-generator.cc 1712 Object* getter = accessors->getter(); local
    [all...]
mirror-debugger.js     [all...]
api.h 680 v8::AccessorNameGetterCallback getter);
d8.js     [all...]
  /external/chromium_org/v8/test/mjsunit/
object-freeze.js 241 // Also testing that getter/setter properties work after freezing
  /external/clang/tools/libclang/
IndexingContext.cpp 613 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) {
614 getEntityInfo(Getter, GetterEntity, SA);
615 DInfo.ObjCPropDeclInfo.getter = &GetterEntity;
617 DInfo.ObjCPropDeclInfo.getter = nullptr;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 369 (:getter (cl::format nil "~@[~A_~]~A" class id))
381 id :type :getter :class class :arity arity))
410 cname :type :getter :class class :arity arity))))
462 ((cl::eq type :getter) (cl::format nil "~A-get" name))
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 39 * Singleton getter of Authenticator.
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 3374 static const char* getter = "error.stack"; local
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 4907 ObjCMethodDecl *getter = ObjCMethodDecl::Create (*m_ast, local
    [all...]
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager_unittest.cc 875 scoped_ptr<TestSyncedWindowDelegatesGetter> getter(
877 manager()->synced_window_getter_.reset(getter.release());
    [all...]

Completed in 5401 milliseconds

<<11121314151617181920>>