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

1 23 4 5 6 7 8 91011>>

  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 146 /** A (Object, int) pair, used as a map key. */
148 private final Object object; field in class:ExtensionRegistryLite.ObjectIntPair
151 ObjectIntPair(final Object object, final int number) {
152 this.object = object;
158 return System.identityHashCode(object) * ((1 << 16) - 1) + number;
161 public boolean equals(final Object obj) {
166 return object == other.object && number == other.number
    [all...]
  /external/v8/test/mjsunit/
arguments-apply.js 50 var object = { f: ReturnArguments };
51 return object.f.apply(this, arguments);
77 assertEquals("object", typeof NonObjectReceiver(42));
84 return ReturnReceiver.apply(Object, arguments);
87 assertTrue(Object === FunctionReceiver());
102 var object = { apply: Function.prototype.apply };
103 return object.apply(this, arguments);
  /external/webkit/Source/WebCore/bindings/v8/
ScriptValue.cpp 69 // Handle the case where an exception is thrown as part of invoking toString on the object.
107 v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(value); local
108 v8::Local<v8::Array> propertyNames = object->GetPropertyNames();
112 // FIXME(yurys): v8::Object should support GetOwnPropertyNames
113 if (name->IsString() && !object->HasRealNamedProperty(v8::Handle<v8::String>::Cast(name)))
115 RefPtr<InspectorValue> propertyValue = v8ToInspectorValue(object->Get(name));
131 // v8::Object::GetPropertyNames() expects current context to be not null.
  /external/webkit/Source/WebCore/bridge/c/
c_utility.cpp 87 JSObject* object = asObject(value); local
88 if (object->classInfo() == &CRuntimeObject::s_info) {
89 CRuntimeObject* runtimeObject = static_cast<CRuntimeObject*>(object);
107 NPObject* npObject = _NPN_CreateScriptObject(0, object, rootObject);
  /external/webkit/Source/WebCore/html/canvas/
WebGLObject.h 42 Platform3DObject object() const { return m_object; } function in class:WebCore::WebGLObject
76 // object()==0 indicates the OpenGL resource is deleted.
  /external/webkit/Source/WebCore/rendering/
RenderSelectionInfo.h 50 RenderObject* object() const { return m_object; } function in class:WebCore::RenderSelectionInfoBase
  /external/webkit/Source/WebCore/svg/
SVGGradientElement.cpp 89 RenderObject* object = renderer(); local
90 if (!object)
99 object->setNeedsLayout(true);
144 if (RenderObject* object = renderer())
145 object->setNeedsLayout(true);
SVGLinearGradientElement.cpp 87 RenderObject* object = renderer(); local
88 if (!object)
91 object->setNeedsLayout(true);
SVGMarkerElement.cpp 133 RenderObject* object = renderer(); local
134 if (!object)
144 object->setNeedsLayout(true);
213 if (RenderObject* object = renderer())
214 object->setNeedsLayout(true);
222 if (RenderObject* object = renderer())
223 object->setNeedsLayout(true);
231 if (RenderObject* object = renderer())
232 object->setNeedsLayout(true);
SVGPatternElement.cpp 134 RenderObject* object = renderer(); local
135 if (!object)
148 object->setNeedsLayout(true);
227 if (RenderObject* object = renderer())
228 object->setNeedsLayout(true);
  /external/webkit/Source/WebKit/android/jni/
DeviceMotionClientImpl.cpp 61 // Lazily get the Java object. We can't do this until the WebViewCore is all
69 jobject object = m_webViewCore->getDeviceMotionService(); local
70 if (!object)
74 jclass javaServiceClass = env->GetObjectClass(object);
89 m_javaServiceObject = getJNIEnv()->NewGlobalRef(object);
90 getJNIEnv()->DeleteLocalRef(object);
DeviceOrientationClientImpl.cpp 61 // Lazily get the Java object. We can't do this until the WebViewCore is all
69 jobject object = m_webViewCore->getDeviceOrientationService(); local
70 if (!object)
74 jclass javaDeviceOrientationServiceClass = env->GetObjectClass(object);
89 m_javaDeviceOrientationServiceObject = getJNIEnv()->NewGlobalRef(object);
90 getJNIEnv()->DeleteLocalRef(object);
  /external/webkit/Source/WebKit/android/smoke/
MessageTypes.h 47 // object and member function variables for use in MessageQueue.
49 // Note: The template subclass MemberFunctionMessage casts its object and
64 void* object() const { return m_object; } function in class:android::Message
68 Message(void* object, GenericMemberFunction member, long delay = 0)
69 : m_object(object)
94 inline MemberFunctionMessage(T* object,
97 : Message(reinterpret_cast<void*>(object),
109 inline Message* NewMessage(T* object, void (T::*member)()) {
110 return new MemberFunctionMessage<T, void>(object, member);
114 inline Message* NewDelayedMessage(T* object, void (T::*member)(), long delay)
    [all...]
  /frameworks/base/media/libeffects/factory/
EffectsFactory.h 31 void *object; member in struct:list_elem_s
  /cts/tools/signature-tools/src/signature/model/util/
ModelUtil.java 148 public static String separate(Collection<? extends Object> elements,
152 for (Object object : elements) {
156 s.append(object.toString());
166 return "Object".equals(clazz.getName());
  /dalvik/vm/native/
java_lang_VMThread.cpp 33 Object* threadObj = (Object*) args[0];
60 Object* thisPtr = (Object*) args[0];
76 * boolean holdsLock(Object object)
79 * object.
83 Object* thisPtr = (Object*) args[0];
84 Object* object = (Object*) args[1] local
    [all...]
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
PatternSyntaxExceptionTest.java 70 PatternSyntaxException object = new PatternSyntaxException("TESTDESC", local
72 SerializationTest.verifySelf(object, PATTERNSYNTAXEXCEPTION_COMPARATOR);
79 PatternSyntaxException object = new PatternSyntaxException("TESTDESC", local
81 SerializationTest.verifyGolden(this, object,
  /external/bluetooth/glib/tests/gobject/
accumulator.c 1 /* GObject - GLib Type, Object, Parameter and Signal Library
29 #include <glib-object.h>
188 TestObject *object; local
197 object = g_object_new (TEST_TYPE_OBJECT, NULL);
199 g_signal_connect (object, "test-signal1",
201 g_signal_connect_after (object, "test-signal1",
204 g_signal_emit_by_name (object, "test-signal1", 0, &string_result);
208 g_signal_connect (object, "test-signal2",
210 g_signal_connect_after (object, "test-signal2",
214 g_signal_emit_by_name (object, "test-signal2", 1, &bool_result)
    [all...]
  /external/bluetooth/glib/tests/refcount/
objects2.c 3 #include <glib-object.h>
17 GObject object; member in struct:_GTest
29 static void my_test_dispose (GObject * object);
77 my_test_dispose (GObject * object)
81 test = MY_TEST (object);
83 g_print ("dispose %p!\n", object);
85 G_OBJECT_CLASS (parent_class)->dispose (object);
  /external/chromium/base/memory/
scoped_vector_unittest.cc 46 // Because we wish to watch the life cycle of an object being constructed and
48 // object, we cannot save state in that object itself. Instead, we use this
49 // pairing of the watcher, which observes the object and notifies of
51 // things not getting freed, this class also acts like a scoping object and
67 virtual void OnLifeCycleConstruct(LifeCycleObject* object) {
71 constructed_life_cycle_object_.reset(object);
74 // Assert CONSTRUCTED -> DESTROYED and the |object| being destroyed is the
76 virtual void OnLifeCycleDestroy(LifeCycleObject* object) {
80 ASSERT_EQ(constructed_life_cycle_object, object);
102 LifeCycleObject* object = watcher.NewLifeCycleObject(); local
    [all...]
  /external/freetype/include/freetype/
ftincrem.h 68 * An opaque type describing a user-provided object used to implement
296 * inc_int.object = my_object;
317 FT_Incremental object; member in struct:FT_Incremental_InterfaceRec_
341 * an incremental loading object to be used by FreeType.
  /external/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java 95 public Object invoke(Object obj, final Method method, final Object[] args)
97 Callable<Object> callable = new Callable<Object>() {
98 public Object call() throws Exception {
164 Object object = Proxy.newProxyInstance( local
166 return interfaceType.cast(object);
  /external/llvm/include/llvm/Object/
MachOObject.h 1 //===- MachOObject.h - Mach-O Object File Wrapper ---------------*- C++ -*-===//
17 #include "llvm/Object/MachOFormat.h"
24 namespace object { namespace in namespace:llvm
26 /// \brief Wrapper object for manipulating Mach-O object files.
29 /// and robust Mach-O interface to Mach-O object files. It does not attempt to
30 /// smooth over rough edges in the Mach-O format or generalize access to object
33 /// The class is designed around accessing the Mach-O object which is expected
58 /// Whether the object is little endian.
60 /// Whether the object is 64-bit
    [all...]
  /external/v8/src/
contexts.cc 38 GlobalObject* object = global(); local
39 if (object->IsJSGlobalObject()) {
40 return JSGlobalObject::cast(object)->builtins();
42 ASSERT(object->IsJSBuiltinsObject());
43 return JSBuiltinsObject::cast(object);
49 // Fast case: the global object for this context has been set. In
50 // that case, the global object has a direct pointer to the global
56 // During bootstrapping, the global object might not be set and we
72 void Context::set_global_proxy(JSObject* object) {
73 global_context()->set_global_proxy_object(object);
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSCell.cpp 122 JSObject* object = toObject(exec, exec->lexicalGlobalObject()); local
123 slot.setBase(object);
124 if (!object->getPropertySlot(exec, identifier, slot))
134 JSObject* object = toObject(exec, exec->lexicalGlobalObject()); local
135 slot.setBase(object);
136 if (!object->getPropertySlot(exec, identifier, slot))

Completed in 1390 milliseconds

1 23 4 5 6 7 8 91011>>