/external/grpc-grpc/test/cpp/common/ |
D | secure_auth_context_test.cc | 47 context.AddProperty("name", "chapi"); in TEST_F() 48 context.AddProperty("name", "chapo"); in TEST_F() 49 context.AddProperty("foo", "bar"); in TEST_F() 65 context.AddProperty("name", "chapi"); in TEST_F() 66 context.AddProperty("name", "chapo"); in TEST_F() 67 context.AddProperty("foo", "bar"); in TEST_F()
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 276 JSObject::AddProperty(isolate, object, params_string, params, NONE); in GetTypeForFunction() 277 JSObject::AddProperty(isolate, object, results_string, results, NONE); in GetTypeForFunction() 290 JSObject::AddProperty(isolate, object, mutable_string, in GetTypeForGlobal() 292 JSObject::AddProperty(isolate, object, value_string, in GetTypeForGlobal() 306 JSObject::AddProperty(isolate, object, minimum_string, in GetTypeForMemory() 309 JSObject::AddProperty(isolate, object, maximum_string, in GetTypeForMemory() 335 JSObject::AddProperty(isolate, object, element_string, element, NONE); in GetTypeForTable() 336 JSObject::AddProperty(isolate, object, minimum_string, in GetTypeForTable() 339 JSObject::AddProperty(isolate, object, maximum_string, in GetTypeForTable() 433 JSObject::AddProperty(isolate, entry, module_string, import_module, NONE); in GetImports() [all …]
|
D | wasm-js.cc | 361 i::JSObject::AddProperty(isolate_, result, instance_name, instance, in OnInstantiationSucceeded() 363 i::JSObject::AddProperty(isolate_, result, module_name, module_, i::NONE); in OnInstantiationSucceeded() 2024 JSObject::AddProperty(isolate, object, name, function, attributes); in InstallFunc() 2106 JSObject::AddProperty(isolate, webassembly, factory->to_string_tag_symbol(), in Install() 2125 JSObject::AddProperty(isolate, global, name, webassembly, DONT_ENUM); in Install() 2145 JSObject::AddProperty(isolate, module_proto, factory->to_string_tag_symbol(), in Install() 2161 JSObject::AddProperty(isolate, instance_proto, in Install() 2188 JSObject::AddProperty(isolate, table_proto, factory->to_string_tag_symbol(), in Install() 2207 JSObject::AddProperty(isolate, memory_proto, factory->to_string_tag_symbol(), in Install() 2227 JSObject::AddProperty(isolate, global_proto, factory->to_string_tag_symbol(), in Install() [all …]
|
D | wasm-debug.cc | 200 JSObject::AddProperty(isolate, module_scope_object, instance_name, instance, in GetModuleScopeObject() 217 JSObject::AddProperty(isolate, module_scope_object, name, uint8_array, in GetModuleScopeObject() 227 JSObject::AddProperty(isolate, module_scope_object, globals_name, in GetModuleScopeObject() 240 JSObject::AddProperty(isolate, globals_obj, name, value_obj, NONE); in GetModuleScopeObject()
|
/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 | 43 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/heap/ |
D | memory-measurement.cc | 32 AddProperty(result_, factory_->total_string(), in AddTotal() 37 AddProperty(result_, factory_->current_string(), in AddCurrent() 51 AddProperty(result_, factory_->other_string(), in Build() 62 AddProperty(result, factory_->jsMemoryEstimate_string(), estimate_obj); in NewResult() 64 AddProperty(result, factory_->jsMemoryRange_string(), range); in NewResult() 81 void AddProperty(Handle<JSObject> object, Handle<String> name, in AddProperty() function in v8::internal::__anon9b809a1d0111::MemoryMeasurementResultBuilder 83 JSObject::AddProperty(isolate_, object, name, value, NONE); in AddProperty()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.h | 49 void AddProperty(const CFX_CSSData::Property* property, WideStringView value); 50 void AddProperty(const WideString& prop, const WideString& value);
|
D | cfx_cssstylesheet.cpp | 89 decl->AddProperty(property, strValue); in LoadStyleRule() 91 decl->AddProperty(wsName, WideString(strValue)); in LoadStyleRule()
|
D | cfx_cssstyleselector.cpp | 93 pDecl->AddProperty( in ComputeStyle() 162 pDecl->AddProperty(property, strValue); in AppendInlineStyle() 164 pDecl->AddProperty(wsName, WideString(strValue)); in AppendInlineStyle()
|
D | cfx_cssdeclaration.cpp | 167 void CFX_CSSDeclaration::AddProperty(const CFX_CSSData::Property* property, in AddProperty() function in CFX_CSSDeclaration 282 void CFX_CSSDeclaration::AddProperty(const WideString& prop, in AddProperty() function in CFX_CSSDeclaration
|
/external/v8/src/init/ |
D | bootstrapper.cc | 415 JSObject::AddProperty(isolate, target, name, function, DONT_ENUM); in InstallFunction() 457 JSObject::AddProperty(isolate, base, internalized_name, fun, DONT_ENUM); in InstallFunctionWithBuiltinId() 471 JSObject::AddProperty(isolate, base, internalized_name, fun, attrs); in SimpleInstallFunction() 483 JSObject::AddProperty(isolate, base, symbol, fun, attrs); in InstallFunctionAtSymbol() 542 JSObject::AddProperty( in InstallConstant() 550 JSObject::AddProperty(isolate, holder, in InstallTrueValuedProperty() 567 JSObject::AddProperty(isolate, holder, in InstallToStringTag() 831 JSObject::AddProperty(isolate(), generator_function_prototype, in CreateIteratorMaps() 836 JSObject::AddProperty(isolate(), generator_object_prototype, in CreateIteratorMaps() 967 JSObject::AddProperty(isolate(), async_generator_function_prototype, in CreateAsyncIteratorMaps() [all …]
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 555 JSObject::AddProperty(isolate, jsinfo, isolate->factory()->script_string(), in GetJSPositionInfo() 557 JSObject::AddProperty(isolate, jsinfo, isolate->factory()->position_string(), in GetJSPositionInfo() 559 JSObject::AddProperty(isolate, jsinfo, isolate->factory()->line_string(), in GetJSPositionInfo() 561 JSObject::AddProperty(isolate, jsinfo, isolate->factory()->column_string(), in GetJSPositionInfo() 563 JSObject::AddProperty(isolate, jsinfo, in GetJSPositionInfo() 684 JSObject::AddProperty(isolate, range_obj, start_string, in MakeRangeObject() 686 JSObject::AddProperty(isolate, range_obj, end_string, in MakeRangeObject() 688 JSObject::AddProperty(isolate, range_obj, count_string, in MakeRangeObject() 737 JSObject::AddProperty(isolate, script_obj, script_string, in RUNTIME_FUNCTION()
|
D | runtime-wasm.cc | 84 JSObject::AddProperty(isolate, error_obj, in ThrowWasmError()
|
/external/v8/src/builtins/ |
D | builtins-console.cc | 142 JSObject::AddProperty(isolate, fun, factory->console_context_id_symbol(), in InstallContextFunction() 145 JSObject::AddProperty(isolate, fun, factory->console_context_name_symbol(), in InstallContextFunction() 148 JSObject::AddProperty(isolate, target, name_string, fun, NONE); in InstallContextFunction()
|
/external/v8/src/objects/ |
D | js-segmenter.cc | 149 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions() 151 JSObject::AddProperty(isolate, result, factory->granularity_string(), in ResolvedOptions()
|
D | js-list-format.cc | 170 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions() 172 JSObject::AddProperty(isolate, result, factory->type_string(), in ResolvedOptions() 174 JSObject::AddProperty(isolate, result, factory->style_string(), in ResolvedOptions()
|
D | js-relative-time-format.cc | 266 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions() 268 JSObject::AddProperty( in ResolvedOptions() 271 JSObject::AddProperty(isolate, result, factory->numeric_string(), in ResolvedOptions() 273 JSObject::AddProperty(isolate, result, factory->numberingSystem_string(), in ResolvedOptions()
|
D | js-break-iterator.cc | 183 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions() 185 JSObject::AddProperty(isolate, result, factory->type_string(), in ResolvedOptions()
|
D | js-objects.h | 418 V8_EXPORT_PRIVATE static void AddProperty(Isolate* isolate, 425 static void AddProperty(Isolate* isolate, Handle<JSObject> object,
|
D | intl-objects.cc | 478 JSObject::AddProperty(isolate, element, factory->type_string(), in InnerAddElement() 481 JSObject::AddProperty(isolate, element, factory->value_string(), value, NONE); in InnerAddElement() 504 JSObject::AddProperty(isolate, element, additional_property_name, in AddElement()
|
/external/grpc-grpc/src/cpp/common/ |
D | secure_auth_context.h | 47 void AddProperty(const grpc::string& key,
|
D | secure_auth_context.cc | 86 void SecureAuthContext::AddProperty(const grpc::string& key, in AddProperty() function in grpc::SecureAuthContext
|
/external/grpc-grpc/include/grpcpp/impl/codegen/security/ |
D | auth_context.h | 88 virtual void AddProperty(const grpc::string& key,
|