Searched defs:property_name (Results 1 - 25 of 28) sorted by relevance

12

/external/pdfium/fxjs/
H A Djs_resources.cpp60 const char* property_name,
63 if (property_name) {
65 result += WideString::FromLocal(property_name);
59 JSFormatErrorString(const char* class_name, const char* property_name, const WideString& details) argument
/external/freetype/src/base/
H A Dftinit.c243 char property_name[MAX_LENGTH + 1]; local
278 property_name[i] = *p++;
280 property_name[i] = '\0';
301 property_name,
H A Dftobjs.c4969 const FT_String* property_name,
4992 if ( !module_name || !property_name || !value )
5043 property_name,
5047 property_name,
5057 const FT_String* property_name,
5062 property_name,
5074 const FT_String* property_name,
5079 property_name,
5094 const FT_String* property_name,
5099 property_name,
4967 ft_property_do( FT_Library library, const FT_String* module_name, const FT_String* property_name, void* value, FT_Bool set, FT_Bool value_is_string ) argument
[all...]
/external/libbrillo/brillo/dbus/
H A Dexported_object_manager_unittest.cc43 std::string property_name; local
45 ASSERT_TRUE(each_property.PopString(&property_name));
49 EXPECT_EQ(property_name, kTestPropertyName);
H A Dexported_property_set.cc41 const std::string& property_name,
45 auto res = prop_map.insert(std::make_pair(property_name, exported_property));
46 CHECK(res.second) << "Property '" << property_name << "' already exists";
53 property_name);
82 const std::string& property_name,
92 LOG(INFO) << "Looking for " << property_name << " on " << interface_name;
93 auto property_itr = property_map_itr->second.find(property_name);
106 const std::string& property_name,
116 LOG(INFO) << "Looking for " << property_name << " on " << interface_name;
117 auto property_itr = property_map_itr->second.find(property_name);
39 RegisterProperty( const std::string& interface_name, const std::string& property_name, ExportedPropertyBase* exported_property) argument
80 HandleGet(brillo::ErrorPtr* error, const std::string& interface_name, const std::string& property_name, brillo::Any* result) argument
104 HandleSet(brillo::ErrorPtr* error, const std::string& interface_name, const std::string& property_name, const brillo::Any& value) argument
128 HandlePropertyUpdated( const std::string& interface_name, const std::string& property_name, const ExportedPropertyBase* exported_property) argument
[all...]
H A Ddbus_object.cc26 void DBusInterface::AddProperty(const std::string& property_name, argument
29 interface_name_, property_name, prop_base);
H A Dexported_property_set_unittest.cc141 const std::string& property_name) {
147 writer.AppendString(property_name);
153 const std::string& property_name,
160 writer.AppendString(property_name);
263 std::string property_name; local
264 ASSERT_TRUE(entry_reader.PopString(&property_name));
267 if (property_name.compare(kUint16PropName) == 0) {
271 ASSERT_TRUE(entry_reader.PopString(&property_name));
272 ASSERT_EQ(property_name.compare(kInt32PropName), 0);
275 ASSERT_EQ(property_name
139 GetPropertyOnInterface( const std::string& interface_name, const std::string& property_name) argument
151 SetPropertyOnInterface( const std::string& interface_name, const std::string& property_name, const brillo::Any& value) argument
560 std::string property_name; local
[all...]
/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc75 (*variables)["property_name"] = property_name();
89 (*variables)["property_name"] + " != " + (*variables)["default_value"];
91 (*variables)["property_name"] + " != " + (*variables)["default_value"];
99 "OneofCase." + property_name();
143 std::string FieldGeneratorBase::property_name() { function in class:google::protobuf::compiler::csharp::FieldGeneratorBase
H A Dcsharp_helpers.cc330 std::string property_name = UnderscoresToPascalCase(GetFieldName(descriptor)); local
335 if (property_name == descriptor->containing_type()->name()
336 || property_name == "Types"
337 || property_name == "Descriptor") {
338 property_name += "_";
340 return property_name;
/external/webrtc/talk/media/devices/
H A Dlinuxdeviceinfo.cc95 bool GetUsbProperty(const Device& device, const char* property_name, argument
144 dev, property_name);
/external/freetype/src/autofit/
H A Dafmodule.c122 const char* property_name,
134 if ( !ft_strcmp( property_name, "fallback-script" ) )
166 fallback_script, property_name ));
172 else if ( !ft_strcmp( property_name, "default-script" ) )
188 else if ( !ft_strcmp( property_name, "increase-x-height" ) )
208 else if ( !ft_strcmp( property_name, "warping" ) )
236 else if ( !ft_strcmp( property_name, "darkening-parameters" ) )
298 else if ( !ft_strcmp( property_name, "no-stem-darkening" ) )
325 property_name ));
332 const char* property_name,
121 af_property_set( FT_Module ft_module, const char* property_name, const void* value, FT_Bool value_is_string ) argument
331 af_property_get( FT_Module ft_module, const char* property_name, void* value ) argument
[all...]
/external/freetype/src/pcf/
H A Dpcfdrivr.c676 const char* property_name,
690 if ( !ft_strcmp( property_name, "no-long-family-names" ) )
724 FT_UNUSED( property_name );
730 property_name ));
737 const char* property_name,
746 if ( !ft_strcmp( property_name, "no-long-family-names" ) )
762 FT_UNUSED( property_name );
768 property_name ));
675 pcf_property_set( FT_Module module, const char* property_name, const void* value, FT_Bool value_is_string ) argument
736 pcf_property_get( FT_Module module, const char* property_name, const void* value ) argument
/external/freetype/src/truetype/
H A Dttdriver.c64 const char* property_name,
76 if ( !ft_strcmp( property_name, "interpreter-version" ) )
114 property_name ));
121 const char* property_name,
130 if ( !ft_strcmp( property_name, "interpreter-version" ) )
141 property_name ));
63 tt_property_set( FT_Module module, const char* property_name, const void* value, FT_Bool value_is_string ) argument
120 tt_property_get( FT_Module module, const char* property_name, const void* value ) argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c1366 tgsi_build_property(unsigned property_name, argument
1372 property.PropertyName = property_name;
H A Dtgsi_text.c1784 uint property_name; local
1797 for (property_name = 0; property_name < TGSI_PROPERTY_COUNT;
1798 ++property_name) {
1799 if (streq_nocase_uprcase(tgsi_property_names[property_name], id)) {
1803 if (property_name >= TGSI_PROPERTY_COUNT) {
1809 switch(property_name) {
1816 if (property_name == TGSI_PROPERTY_GS_INPUT_PRIM &&
1848 prop.Property.PropertyName = property_name;
/external/v8/src/
H A Daccessors.cc50 Handle<String> property_name,
53 if (Name::Equals(name, property_name)) {
49 CheckForName(Handle<Name> name, Handle<String> property_name, int offset, int* object_offset) argument
H A Dlog.cc906 std::unique_ptr<char[]> property_name = local
909 property_name.get());
H A Dbootstrapper.cc363 void InstallFunction(Handle<JSObject> target, Handle<Name> property_name, argument
366 JSObject::AddProperty(target, property_name, function, attributes);
490 Handle<Name> property_name,
502 JSObject::DefineAccessor(base, property_name, getter, setter, DONT_ENUM)
488 SimpleInstallGetter(Handle<JSObject> base, Handle<String> name, Handle<Name> property_name, Builtins::Name call, bool adapt) argument
/external/v8/src/regexp/
H A Dregexp-parser.cc1056 bool IsExactPropertyAlias(const char* property_name, UProperty property) { argument
1058 if (short_name != NULL && strcmp(property_name, short_name) == 0) return true;
1063 if (strcmp(property_name, long_name) == 0) return true;
1199 const char* property_name = first_part.ToConstVector().start(); local
1201 UProperty property = u_getPropertyEnum(property_name);
1202 if (!IsExactPropertyAlias(property_name, property)) return false;
/external/googletest/googletest/src/
H A Dgtest.cc2140 bool ValidateTestPropertyName(const std::string& property_name, argument
2142 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
2144 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2142 bool ValidateTestPropertyName(const std::string& property_name, argument
2144 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
2146 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1818 bool ValidateTestPropertyName(const std::string& property_name, argument
1820 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
1822 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
/external/v8/src/parsing/
H A Dparser-base.h805 void ExpectMetaProperty(Vector<const char> property_name,
3448 void ParserBase<Impl>::ExpectMetaProperty(Vector<const char> property_name, argument
3452 ExpectContextualKeyword(property_name, CHECK_OK_CUSTOM(Void));
/external/v8/testing/gtest/src/
H A Dgtest.cc2141 bool ValidateTestPropertyName(const std::string& property_name, argument
2143 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
2145 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc1818 bool ValidateTestPropertyName(const std::string& property_name, argument
1820 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
1822 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name

Completed in 3336 milliseconds

12