Home
last modified time | relevance | path

Searched refs:AddProperty (Results 1 – 25 of 25) sorted by relevance

/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc85 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 …]
Ddbus_object.cc26 void DBusInterface::AddProperty(const std::string& property_name, in AddProperty() function in brillo::dbus_utils::DBusInterface
Ddbus_object.h372 void AddProperty(const std::string& property_name,
/external/v8/src/
Dbootstrapper.cc366 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 …]
Disolate.cc651 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 …]
Djson-parser.cc31 JSObject::AddProperty(holder, name, object, NONE); in Internalize()
Djson-stringifier.cc232 JSObject::AddProperty(holder, factory()->empty_string(), initial_holder, in CurrentHolder()
Dapi-natives.cc627 JSObject::AddProperty(Handle<JSObject>::cast(prototype), in CreateApiFunction()
Dfactory.cc1538 JSObject::AddProperty(prototype, constructor_string(), function, DONT_ENUM); in NewFunctionPrototype()
Dobjects.h2204 static void AddProperty(Handle<JSObject> object, Handle<Name> name,
Dobjects.cc5343 void JSObject::AddProperty(Handle<JSObject> object, Handle<Name> name, in AddProperty() function in v8::internal::JSObject
/external/v8/src/wasm/
Dwasm-js.cc742 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 …]
Dwasm-module.cc1752 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/
Dcfx_cssdeclaration.h50 void AddProperty(const CFX_CSSPropertyTable* pTable,
52 void AddProperty(const WideString& prop, const WideString& value);
Dcfx_cssstylesheet.cpp89 decl->AddProperty(propertyTable, strValue); in LoadStyleRule()
91 decl->AddProperty(wsName, WideString(strValue)); in LoadStyleRule()
Dcfx_cssstyleselector.cpp93 pDecl->AddProperty(CFX_GetCSSPropertyByEnum(CFX_CSSProperty::TextAlign), in ComputeStyle()
160 pDecl->AddProperty(table, strValue); in AppendInlineStyle()
162 pDecl->AddProperty(wsName, WideString(strValue)); in AppendInlineStyle()
Dcfx_cssdeclaration.cpp310 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/
Druntime-debug.cc1622 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()
Druntime-i18n.cc248 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()
Druntime-classes.cc168 JSObject::AddProperty(prototype, isolate->factory()->constructor_string(), in DefineClass()
Druntime-array.cc51 JSObject::AddProperty(holder, key, optimized, NONE); in InstallCode()
/external/v8/src/asmjs/
Dasm-js.cc275 JSObject::AddProperty(ffi_object, isolate->factory()->empty_string(), in InstantiateAsmWasm()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1929 auto AddProperty = [&](const ObjCPropertyDecl *PD) { in CreateTypeDefinition() local
1949 AddProperty(PD); in CreateTypeDefinition()
1956 AddProperty(PD); in CreateTypeDefinition()
DCGObjCMac.cpp2958 auto AddProperty = [&](const ObjCPropertyDecl *PD) { in EmitPropertyList() local
2969 AddProperty(PD); in EmitPropertyList()
2979 AddProperty(PD); in EmitPropertyList()
/external/v8/src/parsing/
Dparser-base.h384 void AddProperty() { expected_property_count_++; } in AddProperty() function
2845 function_state_->AddProperty(); in ParseAssignmentExpression()