Home
last modified time | relevance | path

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

12

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DInterruptIn-js.cpp65 jerry_value_t property_name = jerry_create_string((const jerry_char_t*)"cb_rise"); in DECLARE_CLASS_FUNCTION() local
101 jerry_value_t property_name = jerry_create_string((const jerry_char_t*)"cb_rise"); in DECLARE_CLASS_FUNCTION() local
130 jerry_value_t property_name = jerry_create_string((const jerry_char_t*)"cb_fall"); in DECLARE_CLASS_FUNCTION() local
166 jerry_value_t property_name in DECLARE_CLASS_FUNCTION() local
[all...]
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/
H A Dwrap_tools.cpp67 jerry_value_t property_name = jerry_create_string(reinterpret_cast<const jerry_char_t *>(name)); in jsmbed_wrap_register_class_function() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftinit.c119 char property_name[MAX_LENGTH + 1]; in FT_Set_Default_Properties() local
/third_party/pulseaudio/src/pulsecore/
H A Ddbus-shared.c36 const char *property_name; member
H A Dprotocol-dbus.h91 const char *property_name; member
H A Dx11wrap.c51 char *property_name; member
/third_party/gn/src/gn/
H A Dbundle_file_rule.cc17 ErrMissingPropertyForExpansion(const Settings* settings, const Target* target, const BundleFileRule* bundle_file_rule, const char* property_name) ErrMissingPropertyForExpansion() argument
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_query.c67 int ossl_property_is_enabled(OSSL_LIB_CTX *ctx, const char *property_name, in ossl_property_is_enabled() argument
/third_party/openssl/crypto/property/
H A Dproperty_query.c67 int ossl_property_is_enabled(OSSL_LIB_CTX *ctx, const char *property_name, in ossl_property_is_enabled() argument
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdfrend.c58 sdf_property_set( FT_Module module, const char* property_name, const void* value, FT_Bool value_is_string ) sdf_property_set() argument
135 sdf_property_get( FT_Module module, const char* property_name, void* value ) sdf_property_get() argument
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-objects-foreach.cpp251 jerry_value_t property_name = jerry_create_string ((jerry_char_t *) "xyzzy"); in HWTEST_F() local
/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c44 jerry_value_t property_name = jerry_create_string (module_name_property_name); in jerryx_module_create_error() local
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8windbg-extension.cc301 RegisterAndAddPropertyForClass( const wchar_t* class_name, const wchar_t* property_name, WRL::ComPtr<IModelObject> sp_data_model) RegisterAndAddPropertyForClass() argument
H A Dv8-debug-helper-interop.cc62 Property::Property(std::u16string property_name, std::u16string type_name, in Property() argument
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafmodule.c107 af_property_set( FT_Module ft_module, const char* property_name, const void* value, FT_Bool value_is_string ) af_property_set() argument
288 af_property_get( FT_Module ft_module, const char* property_name, void* value ) af_property_get() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c654 pcf_property_set( FT_Module module, const char* property_name, const void* value, FT_Bool value_is_string ) pcf_property_set() argument
715 pcf_property_get( FT_Module module, const char* property_name, const void* value ) pcf_property_get() argument
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttdriver.c61 tt_property_set( FT_Module module, const char* property_name, const void* value, FT_Bool value_is_string ) tt_property_set() argument
118 tt_property_get( FT_Module module, const char* property_name, const void* value ) tt_property_get() argument
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc198 std::string FieldGeneratorBase::property_name() { in property_name() function in google::protobuf::compiler::csharp::FieldGeneratorBase
H A Dcsharp_helpers.cc383 std::string property_name = UnderscoresToPascalCase(GetFieldName(descriptor)); in GetPropertyName() local
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc180 span<uint8_t> property_name = tokenizer->GetString8(); in MaybeParseProperty() local
/third_party/node/deps/v8/src/builtins/
H A Daccessors.cc54 CheckForName(Isolate* isolate, Handle<Name> name, Handle<String> property_name, int offset, FieldIndex::Encoding encoding, FieldIndex* index) CheckForName() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc558 Handle<String> property_name; in SetObjectProperty() local
/third_party/pulseaudio/src/modules/
H A Dmodule-rygel-media-server.c438 const char *property_name = "URLs"; in append_property_dict_entry_urls() local
450 const char *property_name = "MIMEType"; in append_property_dict_entry_mime_type() local
462 const char *property_name = "DisplayName"; in append_property_dict_entry_item_display_name() local
531 const char *property_name = filter[i]; in append_sink_or_source_container_properties() local
590 const char *property_name = filter[i]; append_sink_or_source_item_properties() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc174 DictionaryProtoAccessorConstant( Zone* zone, MapRef receiver_map, base::Optional<JSObjectRef> holder, ObjectRef constant, NameRef property_name) DictionaryProtoAccessorConstant() argument
H A Dcompilation-dependencies.cc297 ConstantInDictionaryPrototypeChainDependency( const MapRef receiver_map, const NameRef property_name, const ObjectRef constant, PropertyKind kind) ConstantInDictionaryPrototypeChainDependency() argument
1054 DependOnConstantInDictionaryPrototypeChain( const MapRef& receiver_map, const NameRef& property_name, const ObjectRef& constant, PropertyKind kind) DependOnConstantInDictionaryPrototypeChain() argument

Completed in 22 milliseconds

12