HomeSort by relevance Sort by last modified time
    Searched defs:Object (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js 38 if (!Object.prototype.toJSONString) {
49 case 'object':
99 Object.prototype.toJSONString = function (w) {
111 case 'object':
135 Object.prototype.hasOwnProperty.apply(this, [k])) {
138 case 'object':
182 if (v && typeof v === 'object') {
184 if (Object.prototype.hasOwnProperty.apply(v, [i])) {
    [all...]
  /dalvik/dx/tests/089-dex-define-object/
Object.java 19 public class Object {
20 public Object() {
24 public boolean equals(Object o) {
32 public final native Class<? extends Object> getClass();
  /libcore/libdvm/src/main/java/java/lang/
Object.java 43 * &#x0040;Override public boolean equals(Object o) {
50 * // Return false if the other object has the wrong type.
131 public class Object {
133 * Constructs a new instance of {@code Object}.
135 public Object() {
139 * Creates and returns a copy of this {@code Object}. The default
142 * object references) from this instance to the new instance. A "deep" copy,
148 * @return a copy of this object.
150 * if this object's class does not implement the {@code
153 protected Object clone() throws CloneNotSupportedException
    [all...]
  /external/chromium_org/dbus/
object_manager.cc 16 ObjectManager::Object::Object()
20 ObjectManager::Object::~Object() {
56 // Clean up Object structures
59 Object* object = iter->second; local
61 for (Object::PropertiesMap::iterator piter = object->properties_map.begin();
62 piter != object->properties_map.end(); ++piter)
98 Object* object = oiter->second; local
242 Object* object; local
    [all...]
object_manager.h 15 // Newer D-Bus services implement the Object Manager interface to inform other
23 // simplifying implementation, since there tends to be a single object manager
54 // The link between the implementation class and the object manager is set up
56 // a pointer to its object manager for use in other methods and establish
74 // The object manager interface class has one abstract method that must be
97 // to connect signals or obtain the initial values of properties. The object
102 // interface or from the Object Manager interface. You may also wish to
106 // When your class needs an object proxy for a given object path, it may
107 // obtain it from the object manager. Unlike the equivalent method on the bu
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.h 135 template<typename T> struct Object : NPObject {
139 Object* object = static_cast<Object*>(pluginTest->NPN_CreateObject(npClass())); local
141 object->m_pluginTest = pluginTest;
142 return object;
189 Object()
194 virtual ~Object()
  /external/android-mock/tests/com/google/android/testing/mocking/
FileUtilsTest.java 28 assertEquals(convertPathToNative("java/lang/Object.class"),
29 FileUtils.getFilenameFor(Object.class.getName()));
36 assertEquals(convertPathToNative("java/lang/Object.class"),
37 FileUtils.getFilenameFor(Object.class.getName()));
  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 19 struct Object {
21 Object *Other;
23 typedef ArrayRecycler<Object> ARO;
53 ArrayRecycler<Object> DUT;
56 Object *A1 = DUT.allocate(Cap, Allocator);
60 Object *A2 = DUT.allocate(Cap, Allocator);
64 Object *A3 = DUT.allocate(Cap, Allocator);
84 Object *A2x = DUT.allocate(Cap, Allocator);
93 Object *A3x = DUT.allocate(Cap, Allocator);
95 Object *A1x = DUT.allocate(Cap, Allocator)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 18 env: The environment object.
47 env: The environment object.
56 def Object(env, **kwargs):
145 env: The current environment object.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 43 Object.prototype.inherits = function (shuper) {
326 var Direction = new Object();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 43 Object.prototype.inheritsFrom = function (shuper) {
326 var Direction = new Object();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 43 Object.prototype.inheritsFrom = function (shuper) {
326 var Direction = new Object();
  /external/chromium_org/v8/benchmarks/
deltablue.js 49 Object.prototype.inheritsFrom = function (shuper) {
332 var Direction = new Object();
  /external/giflib/
gifalloc.c 32 Color map object functions
42 ColorMapObject *Object;
50 Object = (ColorMapObject *)malloc(sizeof(ColorMapObject));
51 if (Object == (ColorMapObject *) NULL) {
55 Object->Colors = (GifColorType *)calloc(ColorCount, sizeof(GifColorType));
56 if (Object->Colors == (GifColorType *) NULL) {
57 free(Object);
61 Object->ColorCount = ColorCount;
62 Object->BitsPerPixel = GifBitSize(ColorCount);
65 memcpy((char *)Object->Colors
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 56 * Object x = new MyClass() {
67 * final WeakHashMap<Object, Object> map = new WeakHashMap<Object, Object>();
68 * map.put(new Object(), Boolean.TRUE);
91 * 10 seconds ought to be long enough for any object to be GC'ed and finalized. Unless we have a
175 * Creates a garbage object that counts down the latch in its finalizer. Sequestered into a
179 new Object() { @Override protected void finalize() { latch.countDown(); }};
  /external/llvm/include/llvm/Object/
COFFYAML.h 17 #include "llvm/Object/YAML.h"
47 object::yaml::BinaryRef SectionData;
57 object::yaml::BinaryRef AuxiliaryData;
62 struct Object {
66 Object();
134 struct MappingTraits<COFFYAML::Object> {
135 static void mapping(IO &IO, COFFYAML::Object &Obj);
  /external/llvm/lib/Object/
COFFYAML.cpp 14 #include "llvm/Object/COFFYAML.h"
22 Object::Object() { memset(&Header, 0, sizeof(COFF::header)); }
261 IO.mapOptional("AuxiliaryData", S.AuxiliaryData, object::yaml::BinaryRef());
274 void MappingTraits<COFFYAML::Object>::mapping(IO &IO, COFFYAML::Object &Obj) {
  /external/v8/benchmarks/
deltablue.js 49 Object.prototype.inheritsFrom = function (shuper) {
332 var Direction = new Object();
  /libcore/libart/src/main/java/java/lang/
Object.java 43 * &#x0040;Override public boolean equals(Object o) {
50 * // Return false if the other object has the wrong type.
131 public class Object {
137 * Constructs a new instance of {@code Object}.
139 public Object() {
146 * Creates and returns a copy of this {@code Object}. The default
149 * object references) from this instance to the new instance. A "deep" copy,
155 * @return a copy of this object.
157 * if this object's class does not implement the {@code
160 protected Object clone() throws CloneNotSupportedException
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkJSON.cpp 53 struct SkJSON::Object::Slot {
78 Object* fObject;
87 SkJSON::Object::Slot::~Slot() {
107 SkJSON::Object::Iter::Iter(const Object& obj) : fSlot(obj.fHead) {}
109 bool SkJSON::Object::Iter::done() const {
113 void SkJSON::Object::Iter::next() {
118 SkJSON::Type SkJSON::Object::Iter::type() const {
123 const char* SkJSON::Object::Iter::name() const {
128 SkJSON::Object* SkJSON::Object::Iter::objectValue() const
    [all...]
  /external/chromium_org/v8/test/webkit/
for-in-cached.js 36 Object.prototype.y = 2;
38 delete Object.prototype.y;
  /external/skia/src/utils/
SkJSON.cpp 53 struct SkJSON::Object::Slot {
78 Object* fObject;
87 SkJSON::Object::Slot::~Slot() {
107 SkJSON::Object::Iter::Iter(const Object& obj) : fSlot(obj.fHead) {}
109 bool SkJSON::Object::Iter::done() const {
113 void SkJSON::Object::Iter::next() {
118 SkJSON::Type SkJSON::Object::Iter::type() const {
123 const char* SkJSON::Object::Iter::name() const {
128 SkJSON::Object* SkJSON::Object::Iter::objectValue() const
    [all...]
  /art/runtime/mirror/
object.h 57 // compute an offset for the Set/Get methods defined in Object that can safely access fields.
63 // C++ mirror of java.lang.Object
64 class MANAGED Object {
67 return OFFSET_OF_OBJECT_MEMBER(Object, klass_);
74 // The verifier treats all interfaces as java.lang.Object and relies on runtime checks in
84 Object* Clone(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
88 // TODO: we'll need to use the Object's internal concept of identity
95 return OFFSET_OF_OBJECT_MEMBER(Object, monitor_);
100 OFFSET_OF_OBJECT_MEMBER(Object, monitor_).Int32Value();
182 void SetFieldObject(MemberOffset field_offset, const Object* new_value, bool is_volatile
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/site_scons/
talk.py 26 """Gets the LibraryInfo object for the current build type.
29 env: The environment object.
32 The LibraryInfo object.
52 env: The environment object.
74 env: The environment object.
102 env: The environment object.
124 env: The environment object.
148 env: The environment object.
165 env: The environment object.
194 env: The environment object
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkJSON.h 29 class Object {
34 Object();
35 Object(const Object&);
36 ~Object();
40 * parameter is copied, but ownership of the Object parameter is
41 * transferred. The Object parameter may be null, but the name must
44 void addObject(const char name[], Object* value);
80 * Return the number of slots/fields in this object. These can be
89 bool findObject(const char name[], Object** = NULL) const
    [all...]

Completed in 1829 milliseconds

1 23 4 5 6