Home
last modified time | relevance | path

Searched defs:AddProperty (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/icing/icing/
H A Dschema-builder.h256 SchemaTypeConfigBuilder& AddProperty(PropertyConfigProto property) { in AddProperty() function
260 SchemaTypeConfigBuilder& AddProperty(PropertyConfigBuilder property_builder) { in AddProperty() function
/aosp_15_r20/external/pdfium/core/fxcrt/css/
H A Dcfx_cssdeclaration.cpp170 void CFX_CSSDeclaration::AddProperty(const CFX_CSSData::Property* property, in AddProperty() function in CFX_CSSDeclaration
286 void CFX_CSSDeclaration::AddProperty(const WideString& prop, in AddProperty() function in CFX_CSSDeclaration
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_result.cc112 void TestResult::AddProperty(const std::string& name, in AddProperty() function in base::TestResult
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dsecure_auth_context.cc81 void SecureAuthContext::AddProperty(const std::string& key, in AddProperty() function in grpc::SecureAuthContext
/aosp_15_r20/external/grpc-grpc/src/cpp/common/
H A Dsecure_auth_context.cc81 void SecureAuthContext::AddProperty(const std::string& key, in AddProperty() function in grpc::SecureAuthContext
/aosp_15_r20/external/openthread/src/ncp/
H A Dchanged_props_set.hpp100 void AddProperty(spinel_prop_key_t aPropKey) { Add(aPropKey, SPINEL_STATUS_OK); } in AddProperty() function in ot::Ncp::ChangedPropsSet
/aosp_15_r20/system/core/init/
H A Dpersistent_properties_test.cpp96 TEST(persistent_properties, AddProperty) { in TEST() argument
/aosp_15_r20/build/soong/sdk/
H A Dbp.go101 func (s *bpPropertySet) AddProperty(name string, value interface{}) { func
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_object.cc47 void DBusInterface::AddProperty(const std::string& property_name, in AddProperty() function in brillo::dbus_utils::DBusInterface
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_config_service_android_unittest.cc90 void AddProperty(const std::string& key, const std::string& value) { in AddProperty() function in net::ProxyConfigServiceAndroidTestBase
/aosp_15_r20/build/soong/android/
H A Dsdk.go147 AddProperty(name string, value interface{}) methodSpec
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1929 auto AddProperty = [&](const ObjCPropertyDecl *PD) { in CreateTypeDefinition() local
H A DCGObjCMac.cpp2958 auto AddProperty = [&](const ObjCPropertyDecl *PD) { in EmitPropertyList() local