/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
forin-001.js | 36 * Verify that the name of each property of the object is assigned to a 40 function ForIn_1( object ) { 44 for ( PropertyArray[PropertyArray.length] in object ) { 46 object[PropertyArray[PropertyArray.length-1]]; 52 "object[" + PropertyArray[i] +"]", 53 object[PropertyArray[i]], 60 "object.length", 62 object.length ); 69 function ForIn_2( object ) { 74 for ( PropertyArray[i++] in object ) { [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
PropertiesSidebarPane.js | 47 function nodeResolved(object) 49 if (!object) 51 object.evaluate("var proto = this; result = {}; var counter = 1; while (proto) { result[counter++] = proto; proto = proto.__proto__ }; return result;", nodePrototypesReady.bind(this)); 52 object.release(); 59 var object = WebInspector.RemoteObject.fromPayload(objectPayload); 60 object.getOwnProperties(fillSection.bind(this));
|
/external/webkit/Source/WebCore/rendering/ |
RenderRuby.cpp | 43 static inline bool isAnonymousRubyInlineBlock(const RenderObject* object) 45 ASSERT(!object 46 || !object->parent()->isRuby() 47 || object->isRubyRun() 48 || (object->isInline() && (object->isBeforeContent() || object->isAfterContent())) 49 || (object->isAnonymous() && object->isRenderBlock() && object->style()->display() == INLINE_BLOCK)) [all...] |
/external/webkit/Source/WebKit/android/smoke/ |
MessageThread.h | 43 // Return true if the queue has messages with the given object and member 45 // object. 47 bool hasMessages(T* object, void (T::*member)(void)); 49 // Remove all messages with the given object and member function. If 50 // member is null, remove all messages with the given object. 52 void remove(T* object, void (T::*member)(void)); 74 bool MessageQueue::hasMessages(T* object, void (T::*member)(void)) { 75 MemberFunctionMessage<T, void> message(object, member); 80 void MessageQueue::remove(T* object, void (T::*member)(void)) { 81 MemberFunctionMessage<T, void> message(object, member) [all...] |
/frameworks/base/media/mca/filterfw/jni/ |
jni_util.cpp | 35 JavaObject::JavaObject(jobject object, JNIEnv* env) 121 bool IsJavaInstanceOf(JNIEnv* env, jobject object, const std::string& class_name) { 123 return clazz ? env->IsInstanceOf(object, clazz) == JNI_TRUE : false; 133 Value ToCValue(JNIEnv* env, jobject object) { 135 if (object != NULL) { 136 if (IsJavaInstanceOf(env, object, "java/lang/Boolean")) { 137 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "booleanValue", "()Z"); 138 result = MakeIntValue(env->CallBooleanMethod(object, method) == JNI_TRUE ? 1 : 0); 139 } else if (IsJavaInstanceOf(env, object, "java/lang/Integer")) { 140 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "intValue", "()I") [all...] |
/libcore/include/ |
ScopedBytes.h | 31 ScopedBytes(JNIEnv* env, jobject object) 32 : mEnv(env), mObject(object), mByteArray(NULL), mPtr(NULL) 66 ScopedBytesRO(JNIEnv* env, jobject object) : ScopedBytes<true>(env, object) {} 74 ScopedBytesRW(JNIEnv* env, jobject object) : ScopedBytes<false>(env, object) {}
|
/libcore/luni/src/main/java/java/util/ |
MapEntry.java | 42 public Object clone() { 51 public boolean equals(Object object) { 52 if (this == object) { 55 if (object instanceof Map.Entry) { 56 Map.Entry<?, ?> entry = (Map.Entry<?, ?>) object; 79 public V setValue(V object) { 81 value = object;
|
AbstractList.java | 97 public void add(E object) { 100 AbstractList.this.add(pos + 1, object); 140 public void set(E object) { 143 AbstractList.this.set(lastPosition, object); 185 public void add(E object) { 186 iterator.add(object); 231 public void set(E object) { 232 iterator.set(object); 244 public void add(int location, E object) { 247 fullList.add(location + offset, object); 425 add(size(), object); local 527 Object object = it.next(); local [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
SVGResourcesCache.cpp | 40 void SVGResourcesCache::addResourcesFromRenderObject(RenderObject* object, const RenderStyle* style) 42 ASSERT(object); 44 ASSERT(!m_cache.contains(object)); 51 if (!resources->buildCachedResources(object, svgStyle)) { 56 // Put object in cache. 57 m_cache.set(object, resources); 60 SVGResourcesCycleSolver solver(object, resources); 63 // Walk resources and register the render object at each resources. 69 (*it)->addClient(object); 72 void SVGResourcesCache::removeResourcesFromRenderObject(RenderObject* object) [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GameObjectFactory.java | 54 // objects must match the order of the object tileset in the level editor in order for the 265 mPoolSearchDummy = new GameComponentPool(Object.class, 1); 370 public void destroy(GameObject object) { 371 object.commitUpdates(); 372 final int componentCount = object.getCount(); 374 GameComponent component = (GameComponent)object.get(x); 379 object.removeAll(); 380 object.commitUpdates(); 381 mGameObjectPool.release(object); 587 GameObject object = spawn(type, worldX, worldY, false) [all...] |
/external/webkit/Source/JavaScriptCore/API/ |
JSObjectRef.h | 81 @abstract The callback invoked when an object is first created. 83 @param object The JSObject being created. 86 void Initialize(JSContextRef ctx, JSObjectRef object); 88 Unlike the other object callbacks, the initialize callback is called on the least 92 (*JSObjectInitializeCallback) (JSContextRef ctx, JSObjectRef object); 96 @abstract The callback invoked when an object is finalized (prepared for garbage collection). An object may be finalized on any thread. 97 @param object The JSObject being finalized. 100 void Finalize(JSObjectRef object); 106 of a garbage collected object from within a JSObjectFinalizeCallback. This include [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_IPUT_OBJECT_QUICK.S | 30 GET_VREG %eax # %eax<- vB; object to operate on 32 cmp $$0, %eax # check if object is null 33 je common_errNullObject # handle null object 36 movl rINST, (%eax, %ecx) # object field<- vA 37 testl rINST, rINST # did we write a null object
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugTreeNodeStream.cs | 85 public virtual object TreeSource { 91 * It is normally this object that instructs the node stream to 109 object node = input.LT(1); 114 public virtual object this[int i] { 120 public virtual object LT(int i) { 121 object node = input.LT(i); 130 object node = input.LT(i); 175 public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t) { 179 public virtual string ToString(object start, object stop) [all...] |
TraceDebugEventListener.cs | 65 public override void ConsumeNode(object t) { 72 public override void LT(int i, object t) { 84 public override void NilNode(object t) { 88 public override void CreateNode(object t) { 95 public override void CreateNode(object node, IToken token) { 102 public override void BecomeRoot(object newRoot, object oldRoot) { 107 public override void AddChild(object root, object child) { 112 public override void SetTokenBoundaries(object t, int tokenStartIndex, int tokenStopIndex) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugTreeNodeStream.cs | 97 public virtual object TreeSource 105 * It is normally this object that instructs the node stream to 127 object node = input.LT( 1 ); 132 public virtual object this[int i] 140 public virtual object LT( int i ) 142 object node = input.LT( i ); 152 object node = input.LT( i ); 206 public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ) 211 public virtual string ToString( object start, object stop [all...] |
TraceDebugEventListener.cs | 73 public override void ConsumeNode( object t ) 81 public override void LT( int i, object t ) 94 public override void NilNode( object t ) 99 public override void CreateNode( object t ) 107 public override void CreateNode( object node, IToken token ) 115 public override void BecomeRoot( object newRoot, object oldRoot ) 121 public override void AddChild( object root, object child ) 127 public override void SetTokenBoundaries( object t, int tokenStartIndex, int tokenStopIndex [all...] |
/external/guava/guava/src/com/google/common/collect/ |
SingletonImmutableList.java | 50 @Override public int indexOf(@Nullable Object object) { 51 return element.equals(object) ? 0 : -1; 58 @Override public int lastIndexOf(@Nullable Object object) { 59 return element.equals(object) ? 0 : -1; 116 @Override public boolean contains(@Nullable Object object) { 117 return element.equals(object); 120 @Override public boolean equals(Object object) [all...] |
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
WebKitDOMTestInterface.cpp | 21 #include <glib-object.h> 75 static void webkit_dom_test_interface_finalize(GObject* object) 77 WebKitDOMObject* dom_object = WEBKIT_DOM_OBJECT(object); 88 G_OBJECT_CLASS(webkit_dom_test_interface_parent_class)->finalize(object); 91 static void webkit_dom_test_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) 96 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); 102 static void webkit_dom_test_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) 107 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); 113 static void webkit_dom_test_interface_constructed(GObject* object) 117 G_OBJECT_CLASS(webkit_dom_test_interface_parent_class)->constructed(object); [all...] |
WebKitDOMTestMediaQueryListListener.cpp | 21 #include <glib-object.h> 73 static void webkit_dom_test_media_query_list_listener_finalize(GObject* object) 75 WebKitDOMObject* dom_object = WEBKIT_DOM_OBJECT(object); 86 G_OBJECT_CLASS(webkit_dom_test_media_query_list_listener_parent_class)->finalize(object); 89 static void webkit_dom_test_media_query_list_listener_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) 94 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); 100 static void webkit_dom_test_media_query_list_listener_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) 105 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); 111 static void webkit_dom_test_media_query_list_listener_constructed(GObject* object) 115 G_OBJECT_CLASS(webkit_dom_test_media_query_list_listener_parent_class)->constructed(object); [all...] |
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
HandleMessage.h | 11 void callMemberFunction(const Arguments0&, C* object, MF function) 13 (object->*function)(); 17 void callMemberFunction(const Arguments1<P1>& args, C* object, MF function) 19 (object->*function)(args.argument1); 23 void callMemberFunction(const Arguments2<P1, P2>& args, C* object, MF function) 25 (object->*function)(args.argument1, args.argument2); 29 void callMemberFunction(const Arguments3<P1, P2, P3>& args, C* object, MF function) 31 (object->*function)(args.argument1, args.argument2, args.argument3); 35 void callMemberFunction(const Arguments4<P1, P2, P3, P4>& args, C* object, MF function) 37 (object->*function)(args.argument1, args.argument2, args.argument3, args.argument4) [all...] |
/libcore/luni/src/main/java/java/lang/reflect/ |
Field.java | 130 Object[] annotation = getSignatureAnnotation(declaringClass, slot); 142 native private Object[] getSignatureAnnotation(Class declaringClass, int slot); 227 * Indicates whether or not the specified {@code object} is equal to this 228 * field. To be equal, the specified object must be an instance of 231 * @param object 232 * the object to compare 233 * @return {@code true} if the specified object is equal to this method, 238 public boolean equals(Object object) { 239 return object instanceof Field && toString().equals(object.toString()) [all...] |
/development/ndk/platforms/android-9/arch-mips/src/ |
crtbegin_so.S | 29 .type __INIT_ARRAY__, @object 35 .type __FINI_ARRAY__, @object 42 .type __CTOR_LIST__, @object 48 .type __DTOR_LIST__, @object 56 .type __EH_FRAME_BEGIN__, @object 108 .local object.1265 109 .comm object.1265,24,4
|
/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/win/ |
object_watcher.cc | 16 HANDLE object; // The object being watched member in struct:base::win::ObjectWatcher::Watch 31 delegate->OnObjectSignaled(object); 44 bool ObjectWatcher::StartWatching(HANDLE object, Delegate* delegate) { 46 NOTREACHED() << "Already watching an object"; 52 watch->object = object; 57 // Since our job is to just notice when an object is signaled and report the 61 if (!RegisterWaitForSingleObject(&watch->wait_object, object, DoneWaiting, 115 return watch_->object; [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
UniqueStack.java | 28 * An attempt to insert on a stack an object that is already there will fail and result with a 29 * method {@link #push(Object)} returning false. 32 * All provided operations ({@link #pop()} and {@link #push(Object)}) are done in average constant 39 // Field used for optimization: when only one object was 49 * A wrapper for a {@code Iterator<T>} object that provides immutability. 80 * Add an object to a stack. Object will be added only if it is not already on the stack. 82 * @param object to be added. If it is {@code null} a {@code NullPointerException} will be thrown. 83 * @return true if the object was added successfully 85 public boolean push(T object) { [all...] |