/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceFilter.cpp | 139 bool RenderSVGResourceFilter::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode) 141 ASSERT(object); 150 // draw the stored filter output, not the unfiltered object as well. 151 if (m_filter.contains(object)) { 152 FilterData* filterData = m_filter.get(object); 156 delete m_filter.take(object); // Oops, have to rebuild, go through normal code path 160 FloatRect targetBoundingBox = object->objectBoundingBox(); 169 SVGImageBufferTools::calculateTransformationToOutermostSVGCoordinateSystem(object, absoluteTransform); 178 FloatRect drawingRegion = object->strokeBoundingBox(); 182 // Create the SVGFilter object [all...] |
/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/chromium/chrome/browser/chromeos/ |
low_battery_observer.cc | 25 void LowBatteryObserver::PowerChanged(PowerLibrary* object) { 33 base::TimeDelta remaining = object->battery_time_to_empty(); 40 bool line_power = object->line_power_on() || remaining == base::TimeDelta();
|
/external/clang/test/CodeGen/ |
2009-01-21-InvalidIterator.c | 28 struct object struct 45 struct object *next; 73 struct object ob;
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ForwardingImmutableCollection.java | 42 @Override public boolean contains(@Nullable Object object) { 43 return object != null && delegate.contains(object); 58 @Override public Object[] toArray() {
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
Platform.java | 34 * Serializes and deserializes the specified object. 37 static <T> T reserialize(T object) { 38 checkNotNull(object); 42 out.writeObject(object);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
EnumSerializer.java | 60 public void writeObject(ByteBuffer buffer, Object object) throws IOException { 61 if (object == null) { 64 buffer.putInt(((Enum)object).ordinal());
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
LessZeroFrame.java | 77 // Implementations for Object. 79 public boolean equals(Object object) 81 if (!super.equals(object)) 86 LessZeroFrame other = (LessZeroFrame)object;
|
VerificationType.java | 49 public Object visitorInfo; 79 public Object getVisitorInfo() 84 public void setVisitorInfo(Object visitorInfo) 90 // Implementations for Object. 92 public boolean equals(Object object) 94 return object != null && 95 this.getClass() == object.getClass();
|
/external/proguard/src/proguard/evaluation/value/ |
UnknownDoubleValue.java | 106 // Implementations for Object. 108 public boolean equals(Object object) 110 return object != null && 111 this.getClass() == object.getClass();
|
UnknownFloatValue.java | 106 // Implementations for Object. 108 public boolean equals(Object object) 110 return object != null && 111 this.getClass() == object.getClass();
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
expression-002.js | 7 Try to access properties of an object whose value is undefined. 29 OBJECT = new Property( "undefined", void 0, "undefined", NaN ); 36 result = OBJECT.value.valueOf(); 45 "Get the value of an object whose value is undefined "+ 52 function Property( object, value, string, number ) { 53 this.object = object;
|
expression-003.js | 7 Try to access properties of an object whose value is undefined. 24 OBJECT = new Property( "undefined", void 0, "undefined", NaN ); 31 result = OBJECT.value.toString(); 40 "Get the toString value of an object whose value is undefined "+ 47 function Property( object, value, string, number ) { 48 this.object = object;
|
expression-004.js | 19 var OBJECT = new Property( "null", null, "null", 0 ); 26 result = OBJECT.value.toString(); 34 "Get the toString value of an object whose value is null "+ 41 function Property( object, value, string, number ) { 42 this.object = object;
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitnetworkrequest.cpp | 39 * #SoupMessage object, which provides access to further information 58 static void webkit_network_request_dispose(GObject* object) 60 WebKitNetworkRequest* request = WEBKIT_NETWORK_REQUEST(object); 68 G_OBJECT_CLASS(webkit_network_request_parent_class)->dispose(object); 71 static void webkit_network_request_finalize(GObject* object) 73 WebKitNetworkRequest* request = WEBKIT_NETWORK_REQUEST(object); 78 G_OBJECT_CLASS(webkit_network_request_parent_class)->finalize(object); 81 static void webkit_network_request_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) 83 WebKitNetworkRequest* request = WEBKIT_NETWORK_REQUEST(object); 93 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec) [all...] |
webkitnetworkresponse.cpp | 58 static void webkit_network_response_dispose(GObject* object) 60 WebKitNetworkResponse* response = WEBKIT_NETWORK_RESPONSE(object); 68 G_OBJECT_CLASS(webkit_network_response_parent_class)->dispose(object); 71 static void webkit_network_response_finalize(GObject* object) 73 WebKitNetworkResponse* response = WEBKIT_NETWORK_RESPONSE(object); 78 G_OBJECT_CLASS(webkit_network_response_parent_class)->finalize(object); 81 static void webkit_network_response_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) 83 WebKitNetworkResponse* response = WEBKIT_NETWORK_RESPONSE(object); 93 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec); 97 static void webkit_network_response_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec [all...] |
/external/webkit/Tools/DumpRenderTree/chromium/ |
Task.h | 69 // A task containing an object pointer of class T. Is is supposed that 70 // runifValid() calls a member function of the object pointer. 74 MethodTask(T* object): WebTask(object->taskList()), m_object(object) {}
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
JSWrapper.h | 37 static JSValueRef wrap(JSContextRef context, JSWrappable* object); 49 inline void setProperty(JSContextRef context, JSObjectRef object, const char* propertyName, JSWrappable* value, JSPropertyAttributes attributes, JSValueRef* exception) 52 JSObjectSetProperty(context, object, propertyNameString.get(), JSWrapper::wrap(context, value), attributes, exception);
|
/libcore/luni/src/main/java/java/util/ |
Map.java | 38 * Compares the specified object to this {@code Map.Entry} and returns if they 39 * are equal. To be equal, the object must be an instance of {@code Map.Entry} and have the 42 * @param object 43 * the {@code Object} to compare with this {@code Object}. 44 * @return {@code true} if the specified {@code Object} is equal to this 48 public boolean equals(Object object); 65 * Returns an integer hash code for the receiver. {@code Object} which are 69 * @see #equals(Object) [all...] |
Stack.java | 83 * Pushes the specified object onto the top of the stack. 85 * @param object 86 * The object to be added on top of the stack. 87 * @return the object argument. 91 public E push(E object) { 92 addElement(object); 93 return object; 97 * Returns the index of the first occurrence of the object, starting from 100 * @return the index of the first occurrence of the object, assuming that 101 * the topmost object on the stack has a distance of one [all...] |
/external/webkit/Source/WebCore/platform/efl/ |
RenderThemeEfl.cpp | 58 // TODO: change from object count to ecore_evas size (bytes) 249 void RenderThemeEfl::applyEdjeStateFromForm(Evas_Object* object, ControlStates states) 263 edje_object_signal_emit(object, "reset", ""); 267 edje_object_signal_emit(object, signals[i], ""); 271 bool RenderThemeEfl::paintThemePart(RenderObject* object, FormType type, const PaintInfo& info, const IntRect& rect) 285 applyEdjeStateFromForm(entry->o, controlStatesForRenderer(object)); 293 RenderSlider* renderSlider = toRenderSlider(object); 313 RenderProgress* renderProgress = toRenderProgress(object); 323 if (object->style()->direction() == RTL) 359 static void renderThemeEflColorClassSelectionActive(void* data, Evas_Object* object, const char* signal, const char* source 622 Evas_Object* object; local [all...] |
/external/openssl/crypto/store/ |
str_lib.c | 257 STORE_OBJECT *object; local 263 object = s->meth->get_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE, 265 if (!object || !object->data.x509.certificate) 271 CRYPTO_add(&object->data.x509.certificate->references,1,CRYPTO_LOCK_X509); 275 x = object->data.x509.certificate; 276 STORE_OBJECT_free(object); 283 STORE_OBJECT *object; local 289 object = STORE_OBJECT_new(); 290 if (!object) 388 STORE_OBJECT *object; local 441 STORE_OBJECT *object; local 467 STORE_OBJECT *object; local 493 STORE_OBJECT *object; local 609 STORE_OBJECT *object; local 662 STORE_OBJECT *object; local 688 STORE_OBJECT *object; local 804 STORE_OBJECT *object; local 857 STORE_OBJECT *object; local 883 STORE_OBJECT *object; local 909 STORE_OBJECT *object; local 998 STORE_OBJECT *object; local 1051 STORE_OBJECT *object; local 1102 STORE_OBJECT *object; local 1141 STORE_OBJECT *object; local 1192 STORE_OBJECT *object; local 1230 STORE_OBJECT *object = OPENSSL_malloc(sizeof(STORE_OBJECT)); local [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_IPUT_QUICK.S | 2 %verify "null object" 6 GET_VREG(r3, r2) @ r3<- fp[B], the object pointer 8 cmp r3, #0 @ check object for null 10 beq common_errNullObject @ object was null
|
/dalvik/vm/mterp/armv6t2/ |
OP_IPUT_QUICK.S | 2 %verify "null object" 3 /* For: iput-quick, iput-object-quick */ 7 GET_VREG(r3, r2) @ r3<- fp[B], the object pointer 9 cmp r3, #0 @ check object for null 10 beq common_errNullObject @ object was null
|
OP_IPUT_WIDE_QUICK.S | 2 %verify "null object" 6 GET_VREG(r2, r1) @ r2<- fp[B], the object pointer 8 cmp r2, #0 @ check object for null 10 beq common_errNullObject @ object was null
|