/external/bluetooth/glib/gobject/ |
D | gobject.c | 112 #define OBJECT_HAS_TOGGLE_REF(object) \ argument 204 GObject *object = value; in debug_objects_foreach() local 308 g_object_notify_dispatcher (GObject *object, in g_object_notify_dispatcher() 685 g_object_init (GObject *object) in g_object_init() 709 g_object_do_set_property (GObject *object, in g_object_do_set_property() 723 g_object_do_get_property (GObject *object, in g_object_do_get_property() 737 g_object_real_dispose (GObject *object) in g_object_real_dispose() 745 g_object_finalize (GObject *object) in g_object_finalize() 763 g_object_dispatch_properties_changed (GObject *object, in g_object_dispatch_properties_changed() 783 g_object_run_dispose (GObject *object) in g_object_run_dispose() [all …]
|
D | gobject.h | 52 #define G_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_OBJECT, GObject)) argument 66 #define G_IS_OBJECT(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), G_TYPE_OBJECT)) argument 83 #define G_OBJECT_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), G_TYPE_OBJECT, GObjectCla… argument 92 #define G_OBJECT_TYPE(object) (G_TYPE_FROM_INSTANCE (object)) argument 102 #define G_OBJECT_TYPE_NAME(object) (g_type_name (G_OBJECT_TYPE (object))) argument 147 #define G_INITIALLY_UNOWNED(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_INITIAL… argument 162 #define G_IS_INITIALLY_UNOWNED(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), G_TYPE_INITIAL… argument 179 #define G_INITIALLY_UNOWNED_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), G_TYPE_INITIALL… argument 533 #define G_OBJECT_WARN_INVALID_PSPEC(object, pname, property_id, pspec) \ argument 555 #define G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec) \ argument
|
D | gobjectnotifyqueue.c | 68 g_object_notify_queue_freeze (GObject *object, in g_object_notify_queue_freeze() 90 g_object_notify_queue_thaw (GObject *object, in g_object_notify_queue_thaw() 130 g_object_notify_queue_clear (GObject *object, in g_object_notify_queue_clear() 141 g_object_notify_queue_add (GObject *object, in g_object_notify_queue_add() 162 g_object_notify_queue_from_object (GObject *object, in g_object_notify_queue_from_object()
|
/external/webkit/V8Binding/v8/src/ |
D | accessors.cc | 60 Object* Accessors::IllegalGetAccessor(Object* object, void*) { in IllegalGetAccessor() 78 Object* Accessors::ArrayGetLength(Object* object, void*) { in ArrayGetLength() 100 Object* Accessors::ArraySetLength(JSObject* object, Object* value, void*) { in ArraySetLength() 148 Object* Accessors::StringGetLength(Object* object, void*) { in StringGetLength() 170 Object* Accessors::ScriptGetSource(Object* object, void*) { in ScriptGetSource() 188 Object* Accessors::ScriptGetName(Object* object, void*) { in ScriptGetName() 206 Object* Accessors::ScriptGetId(Object* object, void*) { in ScriptGetId() 224 Object* Accessors::ScriptGetLineOffset(Object* object, void*) { in ScriptGetLineOffset() 242 Object* Accessors::ScriptGetColumnOffset(Object* object, void*) { in ScriptGetColumnOffset() 260 Object* Accessors::ScriptGetData(Object* object, void*) { in ScriptGetData() [all …]
|
D | contexts.cc | 38 GlobalObject* object = global(); in builtins() local 69 void Context::set_global_proxy(JSObject* object) { in set_global_proxy() 239 bool Context::IsBootstrappingOrContext(Object* object) { in IsBootstrappingOrContext() 246 bool Context::IsBootstrappingOrGlobalObject(Object* object) { in IsBootstrappingOrGlobalObject()
|
D | handles.cc | 166 void NormalizeProperties(Handle<JSObject> object, in NormalizeProperties() 175 void NormalizeElements(Handle<JSObject> object) { in NormalizeElements() 180 void TransformToFastProperties(Handle<JSObject> object, in TransformToFastProperties() 202 Handle<Object> SetProperty(Handle<JSObject> object, in SetProperty() 210 Handle<Object> SetProperty(Handle<Object> object, in SetProperty() 219 Handle<Object> ForceSetProperty(Handle<JSObject> object, in ForceSetProperty() 228 Handle<Object> ForceDeleteProperty(Handle<JSObject> object, in ForceDeleteProperty() 235 Handle<JSObject> object, in IgnoreAttributesAndSetLocalProperty() 244 Handle<Object> SetPropertyWithInterceptor(Handle<JSObject> object, in SetPropertyWithInterceptor() 344 Handle<Object> SetElement(Handle<JSObject> object, in SetElement() [all …]
|
D | heap-inl.h | 134 bool Heap::InNewSpace(Object* object) { in InNewSpace() 139 bool Heap::InFromSpace(Object* object) { in InFromSpace() 144 bool Heap::InToSpace(Object* object) { in InToSpace() 166 OldSpace* Heap::TargetSpace(HeapObject* object) { in TargetSpace() 208 void Heap::ScavengeObject(HeapObject** p, HeapObject* object) { in ScavengeObject()
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
D | forin-001.js | 40 function ForIn_1( object ) { argument 69 function ForIn_2( object ) { argument 100 function ForIn_3( object ) { argument 133 function ForIn_4( object ) { argument 180 function ForIn_5 (object) { argument 226 function ForIn_7( object ) { argument 265 function ForIn_8( object ) { argument
|
D | forin-002.js | 44 function ForIn_1( object) { argument 61 function ForIn_2(object) { argument
|
D | dowhile-006.js | 28 function looping( object ) { argument 44 function DoWhile( object ) { argument
|
/external/bluetooth/glib/tests/gobject/ |
D | references.c | 63 test_object_finalize (GObject *object) in test_object_finalize() 99 GObject *object) in weak_ref1() 109 GObject *object) in weak_ref2() 119 GObject *object, in toggle_ref1() 133 GObject *object, in toggle_ref2() 147 GObject *object, in toggle_ref3() 166 GObject *object; in main() local
|
/external/webkit/WebCore/bindings/v8/ |
D | V8Helpers.cpp | 41 void wrapNPObject(v8::Handle<v8::Object> object, NPObject* npObject) in wrapNPObject() 48 V8NPObject* object = reinterpret_cast<V8NPObject*>(npObject); in toV8Context() local 54 V8NPObject* object = reinterpret_cast<V8NPObject*>(npObject); in toV8Proxy() local
|
D | V8EventListenerList.cpp | 115 static int getKey(v8::Local<v8::Object> object) in getKey() 129 v8::Local<v8::Object> object = listener->getListenerObject(); in add() local 168 V8EventListener* V8EventListenerList::find(v8::Local<v8::Object> object, bool isAttribute) in find() 185 PassRefPtr<V8EventListener> V8EventListenerList::findWrapper(v8::Local<v8::Value> object, bool isAt… in findWrapper()
|
/external/webkit/WebCore/bindings/js/ |
D | JSSQLTransactionCustom.cpp | 59 JSObject* object = args.at(1).getObject(); in executeSql() local 92 JSObject* object = args.at(2).getObject(); in executeSql() local 104 JSObject* object = args.at(3).getObject(); in executeSql() local
|
D | JSDOMBinding.h | 174 …#define CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, className, object) createDOMObjectWrapper<JS… argument 175 …ct* createDOMObjectWrapper(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DOMClass* object) in createDOMObjectWrapper() 184 …SValue getDOMObjectWrapper(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DOMClass* object) in getDOMObjectWrapper() 194 …#define CREATE_SVG_OBJECT_WRAPPER(exec, globalObject, className, object, context) createDOMObjectW… argument 195 …bjectWrapper(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DOMClass* object, SVGElement* … in createDOMObjectWrapper() 203 …bjectWrapper(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DOMClass* object, SVGElement* … in getDOMObjectWrapper() 213 …#define CREATE_DOM_NODE_WRAPPER(exec, globalObject, className, object) createDOMNodeWrapper<JS##cl… argument
|
/external/webkit/WebCore/rendering/ |
D | SVGRenderSupport.cpp | 44 IntRect SVGRenderBase::clippedOverflowRectForRepaint(RenderObject* object, RenderBoxModelObject* re… in clippedOverflowRectForRepaint() 57 void SVGRenderBase::computeRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContai… in computeRectForRepaint() 64 void SVGRenderBase::mapLocalToContainer(const RenderObject* object, RenderBoxModelObject* repaintCo… in mapLocalToContainer() 72 void SVGRenderBase::prepareToRenderSVGContent(RenderObject* object, RenderObject::PaintInfo& paintI… in prepareToRenderSVGContent() 141 void SVGRenderBase::finishRenderSVGContent(RenderObject* object, RenderObject::PaintInfo& paintInfo… in finishRenderSVGContent() 218 FloatRect SVGRenderBase::filterBoundingBoxForRenderer(const RenderObject* object) in filterBoundingBoxForRenderer()
|
D | RenderWidget.h | 72 inline RenderWidget* toRenderWidget(RenderObject* object) in toRenderWidget() 78 inline const RenderWidget* toRenderWidget(const RenderObject* object) in toRenderWidget()
|
D | RenderListMarker.h | 82 inline RenderListMarker* toRenderListMarker(RenderObject* object) in toRenderListMarker() 88 inline const RenderListMarker* toRenderListMarker(const RenderObject* object) in toRenderListMarker()
|
D | RenderSVGRoot.h | 89 inline RenderSVGRoot* toRenderSVGRoot(RenderObject* object) in toRenderSVGRoot() 95 inline const RenderSVGRoot* toRenderSVGRoot(const RenderObject* object) in toRenderSVGRoot()
|
D | RenderPath.h | 78 inline RenderPath* toRenderPath(RenderObject* object) in toRenderPath() 84 inline const RenderPath* toRenderPath(const RenderObject* object) in toRenderPath()
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/regress/ |
D | regress-7703.js | 54 function inspect(object) { argument 70 function inspect_again(object) { argument
|
/external/webkit/JavaScriptCore/parser/ |
D | ParserArena.h | 47 void deleteWithArena(ParserArenaDeletable* object) { m_deletableObjects.append(object); } in deleteWithArena() 48 …void derefWithArena(PassRefPtr<ParserArenaRefCounted> object) { m_refCountedObjects.append(object)… in derefWithArena()
|
/external/webkit/JavaScriptCore/API/ |
D | JSObjectRef.cpp | 84 …JSCallbackObject<JSObject>* object = new (exec) JSCallbackObject<JSObject>(exec, exec->lexicalGlob… in JSObjectMake() local 229 JSValueRef JSObjectGetPrototype(JSContextRef ctx, JSObjectRef object) in JSObjectGetPrototype() 239 void JSObjectSetPrototype(JSContextRef ctx, JSObjectRef object, JSValueRef value) in JSObjectSetPrototype() 251 bool JSObjectHasProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName) in JSObjectHasProperty() 262 JSValueRef JSObjectGetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSVa… in JSObjectGetProperty() 279 void JSObjectSetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef… in JSObjectSetProperty() 303 JSValueRef JSObjectGetPropertyAtIndex(JSContextRef ctx, JSObjectRef object, unsigned propertyIndex,… in JSObjectGetPropertyAtIndex() 321 void JSObjectSetPropertyAtIndex(JSContextRef ctx, JSObjectRef object, unsigned propertyIndex, JSVal… in JSObjectSetPropertyAtIndex() 338 bool JSObjectDeleteProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValue… in JSObjectDeleteProperty() 355 void* JSObjectGetPrivate(JSObjectRef object) in JSObjectGetPrivate() [all …]
|
/external/bluetooth/glib/tests/refcount/ |
D | properties2.c | 22 GObject object; member 102 my_test_dispose (GObject * object) in my_test_dispose() 114 my_test_get_property (GObject *object, in my_test_get_property() 135 my_test_set_property (GObject *object, in my_test_set_property() 158 dummy_notify (GObject *object, in dummy_notify()
|
/external/webkit/JavaScriptCore/API/tests/ |
D | testapi.c | 135 static bool MyObject_hasProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyName) in MyObject_hasProperty() 152 static JSValueRef MyObject_getProperty(JSContextRef context, JSObjectRef object, JSStringRef proper… in MyObject_getProperty() 181 static bool MyObject_setProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyName… in MyObject_setProperty() 198 static bool MyObject_deleteProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyN… in MyObject_deleteProperty() 214 static void MyObject_getPropertyNames(JSContextRef context, JSObjectRef object, JSPropertyNameAccum… in MyObject_getPropertyNames() 230 static JSValueRef MyObject_callAsFunction(JSContextRef context, JSObjectRef object, JSObjectRef thi… in MyObject_callAsFunction() 248 static JSObjectRef MyObject_callAsConstructor(JSContextRef context, JSObjectRef object, size_t argu… in MyObject_callAsConstructor() 281 static JSValueRef MyObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSV… in MyObject_convertToType() 363 static JSValueRef EvilExceptionObject_convertToType(JSContextRef context, JSObjectRef object, JSTyp… in EvilExceptionObject_convertToType() 464 static JSValueRef Base_get(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueR… in Base_get() [all …]
|