/external/v8/test/mjsunit/regress/ |
D | regress-1199637.js | 37 %SetProperty(this.__proto__, "a", "1234", NONE); 42 %SetProperty(this.__proto__, "b", "1234", NONE); 47 %SetProperty(this.__proto__, "c", "1234", READ_ONLY); 52 %SetProperty(this.__proto__, "d", "1234", READ_ONLY); 58 %SetProperty(this.__proto__, "x", "1234", NONE); 63 %SetProperty(this.__proto__, "y", "1234", NONE); 68 %SetProperty(this.__proto__, "z", "1234", READ_ONLY); 73 %SetProperty(this.__proto__, "w", "1234", READ_ONLY);
|
D | regress-334.js | 40 %SetProperty(object, "foo", func1, DONT_ENUM | DONT_DELETE); 41 %SetProperty(object, "bar", func1, DONT_ENUM | READ_ONLY); 42 %SetProperty(object, "baz", func1, DONT_DELETE | READ_ONLY); 43 %SetProperty(object.__proto__, "bif", func1, DONT_ENUM | DONT_DELETE | READ_ONLY);
|
/external/v8/src/ |
D | math.js | 42 %SetProperty(global, "Math", $Math, DONT_ENUM); 202 %SetProperty($Math, 207 %SetProperty($Math, 212 %SetProperty($Math, 217 %SetProperty($Math, 221 %SetProperty($Math, 225 %SetProperty($Math, 229 %SetProperty($Math, 233 %SetProperty($Math,
|
D | v8natives.js | 58 %SetProperty(object, key, f, attributes); 155 %SetProperty(global, "NaN", $NaN, DONT_ENUM | DONT_DELETE); 158 %SetProperty(global, "Infinity", 1/0, DONT_ENUM | DONT_DELETE); 161 %SetProperty(global, "undefined", void 0, DONT_ENUM | DONT_DELETE); 190 %SetProperty($Boolean.prototype, "constructor", $Boolean, DONT_ENUM); 1109 %SetProperty($Number.prototype, "constructor", $Number, DONT_ENUM); 1113 %SetProperty($Number, 1119 %SetProperty($Number, "MIN_VALUE", 5e-324, DONT_ENUM | DONT_DELETE | READ_ONLY); 1122 %SetProperty($Number, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY); 1125 %SetProperty($Number, [all …]
|
D | liveobjectlist.cc | 595 { MaybeObject* maybe_result = detail->SetProperty(*id_sym, in AddObjDetail() 601 { MaybeObject* maybe_result = detail->SetProperty(*desc_sym, in AddObjDetail() 607 { MaybeObject* maybe_result = detail->SetProperty(*size_sym, in AddObjDetail() 1149 { MaybeObject* maybe_result = result->SetProperty(*id_sym, in Capture() 1155 { MaybeObject* maybe_result = result->SetProperty(*count_sym, in Capture() 1161 { MaybeObject* maybe_result = result->SetProperty(*size_sym, in Capture() 1300 maybe_result = body->SetProperty(*count_sym, in DumpPrivate() 1309 maybe_result = body->SetProperty(*size_sym, in DumpPrivate() 1318 maybe_result = body->SetProperty(*first_sym, in DumpPrivate() 1331 maybe_result = body->SetProperty(*elements_sym, in DumpPrivate() [all …]
|
D | apinatives.js | 77 %SetProperty(fun.prototype, "constructor", fun, DONT_ENUM); 104 %SetProperty(obj, name, value, attributes);
|
D | messages.js | 132 %SetProperty(Script.prototype, 'constructor', Script, DONT_ENUM); 976 %SetProperty(global, name, f, DONT_ENUM); 992 %SetProperty(f.prototype, 'constructor', f, DONT_ENUM); 998 %SetProperty(f.prototype, "name", name, READ_ONLY | DONT_DELETE);
|
D | handles.h | 187 Handle<Object> SetProperty(Handle<JSObject> object, 193 Handle<Object> SetProperty(Handle<Object> object,
|
/external/bluetooth/bluez/test/ |
D | test-adapter | 51 adapter.SetProperty("Name", args[1]) 65 adapter.SetProperty("Powered", value) 79 adapter.SetProperty("Pairable", value) 88 adapter.SetProperty("PairableTimeout", timeout) 102 adapter.SetProperty("Discoverable", value) 111 adapter.SetProperty("DiscoverableTimeout", timeout)
|
D | test-device | 151 device.SetProperty("Alias", args[2]) 171 device.SetProperty("Trusted", value) 191 device.SetProperty("Blocked", value)
|
D | test-telephony | 78 headset.SetProperty('SpeakerGain', dbus.UInt16(args[2])) 93 headset.SetProperty('MicrophoneGain', dbus.UInt16(args[2]))
|
/external/v8/test/cctest/ |
D | test-heap.cc | 216 Isolate::Current()->context()->global()->SetProperty( in TEST() 220 obj->SetProperty( in TEST() 222 obj->SetProperty( in TEST() 243 Isolate::Current()->context()->global()->SetProperty( in TEST() 245 obj->SetProperty( in TEST() 549 obj->SetProperty( in TEST() 553 function->SetProperty( in TEST() 576 obj->SetProperty( in TEST() 585 obj->SetProperty( in TEST() 587 obj->SetProperty( in TEST() [all …]
|
D | test-mark-compact.cc | 189 Isolate::Current()->context()->global()->SetProperty( in TEST() 207 Isolate::Current()->context()->global()->SetProperty( in TEST() 211 obj->SetProperty(prop_name, in TEST()
|
/external/webkit/Source/JavaScriptGlue/ |
D | JSObject.h | 45 void SetProperty(CFStringRef propertyName, JSUserObject* value);
|
D | JSObject.cpp | 67 void JSUserObject::SetProperty(CFStringRef propertyName, JSUserObject* value) in SetProperty() function in JSUserObject
|
/external/chromium/chrome/browser/ui/views/ |
D | constrained_html_delegate_win.cc | 84 ConstrainedHtmlUI::GetPropertyAccessor().SetProperty( in ConstrainedHtmlDelegateWin()
|
D | constrained_html_delegate_gtk.cc | 83 ConstrainedHtmlUI::GetPropertyAccessor().SetProperty( in ConstrainedHtmlDelegateGtk()
|
D | keyboard_overlay_dialog_view.cc | 58 HtmlDialogUI::GetPropertyAccessor().SetProperty(tab_contents_->property_bag(), in InitDialog()
|
/external/chromium/webkit/glue/ |
D | cpp_bound_class.cc | 173 return obj->bound_class->SetProperty(ident, value); in setProperty() 245 bool CppBoundClass::SetProperty(NPIdentifier ident, in SetProperty() function in CppBoundClass
|
D | cpp_bound_class.h | 167 bool SetProperty(NPIdentifier ident, const NPVariant* value);
|
/external/chromium/chrome/browser/ui/gtk/ |
D | constrained_html_delegate_gtk.cc | 78 ConstrainedHtmlUI::GetPropertyAccessor().SetProperty( in ConstrainedHtmlDelegateGtk()
|
D | html_dialog_gtk.cc | 134 HtmlDialogUI::GetPropertyAccessor().SetProperty( in InitDialog()
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPObjectProxy.cpp | 199 …s::NPObjectMessageReceiver::SetProperty(propertyNameData, propertyValueData), Messages::NPObjectMe… in setProperty()
|
/external/skia/src/xml/ |
D | SkJSDisplayable.cpp | 72 static JSBool SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp); 213 gDisplayableClasses[type].setProperty = SkJSDisplayable::SetProperty; in JS_INIT() 304 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { in SetProperty() function in SkJSDisplayable
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
D | dinput.h | 302 STDMETHOD(SetProperty)(THIS_ REFGUID,LPCDIPROPHEADER) PURE; in DECLARE_INTERFACE_() local 332 STDMETHOD(SetProperty)(THIS_ REFGUID,LPCDIPROPHEADER) PURE; in DECLARE_INTERFACE_() local 366 #define IDirectInputDevice_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b)
|