/external/libbrillo/brillo/dbus/ |
D | exported_property_set_unittest.cc | 85 itf1->AddProperty(kBoolPropName, &bool_prop_); in Properties() 86 itf1->AddProperty(kUint8PropName, &uint8_prop_); in Properties() 87 itf1->AddProperty(kInt16PropName, &int16_prop_); in Properties() 91 itf2->AddProperty(kUint16PropName, &uint16_prop_); in Properties() 92 itf2->AddProperty(kInt32PropName, &int32_prop_); in Properties() 94 itf3->AddProperty(kUint32PropName, &uint32_prop_); in Properties() 95 itf3->AddProperty(kInt64PropName, &int64_prop_); in Properties() 96 itf3->AddProperty(kUint64PropName, &uint64_prop_); in Properties() 97 itf3->AddProperty(kDoublePropName, &double_prop_); in Properties() 98 itf3->AddProperty(kStringPropName, &string_prop_); in Properties() [all …]
|
D | dbus_object.cc | 26 void DBusInterface::AddProperty(const std::string& property_name, in AddProperty() function in brillo::dbus_utils::DBusInterface
|
D | dbus_object.h | 372 void AddProperty(const std::string& property_name,
|
/external/v8/src/ |
D | bootstrapper.cc | 366 JSObject::AddProperty(target, property_name, function, attributes); in InstallFunction() 524 JSObject::AddProperty( in InstallConstant() 729 JSObject::AddProperty(iterator_prototype, factory()->iterator_symbol(), in CreateIteratorMaps() 742 JSObject::AddProperty( in CreateIteratorMaps() 746 JSObject::AddProperty(generator_function_prototype, in CreateIteratorMaps() 751 JSObject::AddProperty(generator_object_prototype, in CreateIteratorMaps() 755 JSObject::AddProperty(generator_object_prototype, in CreateIteratorMaps() 803 JSObject::AddProperty(async_iterator_prototype, in CreateAsyncIteratorMaps() 821 JSObject::AddProperty( in CreateAsyncIteratorMaps() 843 JSObject::AddProperty(async_function_prototype, in CreateAsyncFunctionMaps() [all …]
|
D | isolate.cc | 651 JSObject::AddProperty(stack_frame, column_key_, in NewStackFrameObject() 655 JSObject::AddProperty(stack_frame, line_key_, in NewStackFrameObject() 661 JSObject::AddProperty(stack_frame, script_id_key_, in NewStackFrameObject() 666 JSObject::AddProperty(stack_frame, script_name_key_, in NewStackFrameObject() 672 JSObject::AddProperty(stack_frame, script_name_or_source_url_key_, result, in NewStackFrameObject() 679 JSObject::AddProperty(stack_frame, eval_key_, is_eval, NONE); in NewStackFrameObject() 684 JSObject::AddProperty(stack_frame, function_key_, fun_name, NONE); in NewStackFrameObject() 690 JSObject::AddProperty(stack_frame, constructor_key_, is_constructor_obj, in NewStackFrameObject() 702 JSObject::AddProperty(stack_frame, function_key_, fun_name, NONE); in NewStackFrameObject() 721 JSObject::AddProperty(stack_frame, function_key_, name, NONE); in NewStackFrameObject() [all …]
|
D | json-stringifier.cc | 232 JSObject::AddProperty(holder, factory()->empty_string(), initial_holder, in CurrentHolder()
|
D | json-parser.cc | 31 JSObject::AddProperty(holder, name, object, NONE); in Internalize()
|
D | api-natives.cc | 627 JSObject::AddProperty(Handle<JSObject>::cast(prototype), in CreateApiFunction()
|
D | factory.cc | 1538 JSObject::AddProperty(prototype, constructor_string(), function, DONT_ENUM); in NewFunctionPrototype()
|
D | objects.h | 2204 static void AddProperty(Handle<JSObject> object, Handle<Name> name,
|
D | objects.cc | 5343 void JSObject::AddProperty(Handle<JSObject> object, Handle<Name> name, in AddProperty() function in v8::internal::JSObject
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 742 JSObject::AddProperty(object, name, function, attributes); in InstallFunc() 817 JSObject::AddProperty(global, name, webassembly, attributes); in Install() 820 JSObject::AddProperty(webassembly, factory->to_string_tag_symbol(), in Install() 842 JSObject::AddProperty(module_proto, isolate->factory()->constructor_string(), in Install() 844 JSObject::AddProperty(module_proto, factory->to_string_tag_symbol(), in Install() 857 JSObject::AddProperty(instance_proto, in Install() 860 JSObject::AddProperty(instance_proto, factory->to_string_tag_symbol(), in Install() 873 JSObject::AddProperty(table_proto, isolate->factory()->constructor_string(), in Install() 879 JSObject::AddProperty(table_proto, factory->to_string_tag_symbol(), in Install() 892 JSObject::AddProperty(memory_proto, isolate->factory()->constructor_string(), in Install() [all …]
|
D | wasm-module.cc | 1752 JSObject::AddProperty(instance, exports_name, exports_object, NONE); in ProcessExports() 2439 JSObject::AddProperty(entry, module_string, import_module.ToHandleChecked(), in GetImports() 2441 JSObject::AddProperty(entry, name_string, import_name.ToHandleChecked(), in GetImports() 2443 JSObject::AddProperty(entry, kind_string, import_kind, NONE); in GetImports() 2504 JSObject::AddProperty(entry, name_string, export_name.ToHandleChecked(), in GetExports() 2506 JSObject::AddProperty(entry, kind_string, export_kind, NONE); in GetExports() 2711 JSObject::AddProperty(ret, module_property_name, module, NONE); in AsyncCompileAndInstantiate() 2712 JSObject::AddProperty(ret, instance_property_name, in AsyncCompileAndInstantiate()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.h | 50 void AddProperty(const CFX_CSSPropertyTable* pTable, 52 void AddProperty(const WideString& prop, const WideString& value);
|
D | cfx_cssstylesheet.cpp | 89 decl->AddProperty(propertyTable, strValue); in LoadStyleRule() 91 decl->AddProperty(wsName, WideString(strValue)); in LoadStyleRule()
|
D | cfx_cssstyleselector.cpp | 93 pDecl->AddProperty(CFX_GetCSSPropertyByEnum(CFX_CSSProperty::TextAlign), in ComputeStyle() 160 pDecl->AddProperty(table, strValue); in AppendInlineStyle() 162 pDecl->AddProperty(wsName, WideString(strValue)); in AppendInlineStyle()
|
D | cfx_cssdeclaration.cpp | 310 void CFX_CSSDeclaration::AddProperty(const CFX_CSSPropertyTable* pTable, in AddProperty() function in CFX_CSSDeclaration 425 void CFX_CSSDeclaration::AddProperty(const WideString& prop, in AddProperty() function in CFX_CSSDeclaration
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 1622 JSObject::AddProperty(jsinfo, isolate->factory()->script_string(), script, in GetJSPositionInfo() 1624 JSObject::AddProperty(jsinfo, isolate->factory()->position_string(), in GetJSPositionInfo() 1626 JSObject::AddProperty(jsinfo, isolate->factory()->line_string(), in GetJSPositionInfo() 1628 JSObject::AddProperty(jsinfo, isolate->factory()->column_string(), in GetJSPositionInfo() 1630 JSObject::AddProperty(jsinfo, isolate->factory()->sourceText_string(), in GetJSPositionInfo() 1926 JSObject::AddProperty(range_obj, start_string, in RUNTIME_FUNCTION() 1929 JSObject::AddProperty(range_obj, end_string, in RUNTIME_FUNCTION() 1931 JSObject::AddProperty(range_obj, count_string, in RUNTIME_FUNCTION() 1939 JSObject::AddProperty(script_obj, script_string, wrapper, NONE); in RUNTIME_FUNCTION()
|
D | runtime-i18n.cc | 248 JSObject::AddProperty(result, maximized, value, NONE); in RUNTIME_FUNCTION() 250 JSObject::AddProperty(result, base, value, NONE); in RUNTIME_FUNCTION() 425 JSObject::AddProperty(element, factory->type_string(), value, NONE); in AddElement() 434 JSObject::AddProperty(element, factory->value_string(), value, NONE); in AddElement()
|
D | runtime-classes.cc | 168 JSObject::AddProperty(prototype, isolate->factory()->constructor_string(), in DefineClass()
|
D | runtime-array.cc | 51 JSObject::AddProperty(holder, key, optimized, NONE); in InstallCode()
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 275 JSObject::AddProperty(ffi_object, isolate->factory()->empty_string(), in InstantiateAsmWasm()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1929 auto AddProperty = [&](const ObjCPropertyDecl *PD) { in CreateTypeDefinition() local 1949 AddProperty(PD); in CreateTypeDefinition() 1956 AddProperty(PD); in CreateTypeDefinition()
|
D | CGObjCMac.cpp | 2958 auto AddProperty = [&](const ObjCPropertyDecl *PD) { in EmitPropertyList() local 2969 AddProperty(PD); in EmitPropertyList() 2979 AddProperty(PD); in EmitPropertyList()
|
/external/v8/src/parsing/ |
D | parser-base.h | 384 void AddProperty() { expected_property_count_++; } in AddProperty() function 2845 function_state_->AddProperty(); in ParseAssignmentExpression()
|