Searched refs:_name_ (Results 1 – 15 of 15) sorted by relevance
/third_party/libabigail/src/ |
D | abg-reporter-priv.h | 54 string _name_ = _diff_->first_subject()->get_pretty_representation(); \ 56 out << indent << INTRO_TEXT << " '" << _name_ \ 61 << _name_ << "' changed"; \ 83 string _name_ = _diff_->first_subject()->get_pretty_representation(); \ 85 out << indent << INTRO_TEXT << " '" << _name_ << "' changed; " \ 89 out << indent << INTRO_TEXT << " '" << _name_ << "' changed"; \
|
/third_party/python/Lib/ |
D | enum.py | 296 enum_member._name_ = member_name 408 return isinstance(obj, cls) and obj._name_ in cls._member_map_ 747 self.__class__.__name__, self._name_, self._value_) 750 return "%s.%s" % (self.__class__.__name__, self._name_) 784 return hash(self._name_) 799 return self._name_ 864 pseudo_member._name_ = None 883 if self._name_ is not None: 884 return '<%s.%s: %r>' % (cls.__name__, self._name_, self._value_) 888 '|'.join([str(m._name_ or m._value_) for m in members]), [all …]
|
D | re.py | 158 if self._name_ is not None:
|
D | inspect.py | 2577 return self._name_
|
/third_party/libcoap/man/ |
D | coap_attribute.txt.in | 23 coap_str_const_t *_name_, coap_str_const_t *_value_, int _flags_);* 26 coap_str_const_t *_name_);* 57 registers a new attribute called _name_ for the _resource_. 66 Free off _name_ when attribute is deleted with *coap_delete_resource*(). 71 The *coap_find_attr*() function returns the attribute with the _name_, 83 attribute or NULL if the _name_ was not found.
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | spinlock.h | 52 #define SPIN_UNUSED_PARAM(_type_, _name_) SPIN_MACRO_START \ argument 53 _type_ __tmp1 = (_name_); \
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | amber_script.md | 673 KERNEL ARG_NAME _name_ 683 BIND SAMPLER {sampler_name} KERNEL ARG_NAME _name_ 756 SET KERNEL ARG_NAME _name_ AS {data_type} _val_
|
D | vk_script.md | 168 * `_stage_ entrypoint _name_`
|
/third_party/flutter/flutter/dev/devicelab/ |
D | README.md | 136 - the _name_ of a task, which you can find in the `manifest.yaml` file in this
|
/third_party/python/Lib/test/ |
D | test_enum.py | 592 return "test.%s" % (self._name_, ) 1564 return getattr, (self.__class__, self._name_) 1998 return self._name_.lower() 2563 return self._name_.lower() 3047 return self._name_.lower()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_image_drm_format_modifier.txt | 63 Instead, modifiers _name_ memory layouts; they name a small set of
|
D | VK_EXT_image_drm_format_modifier.adoc | 63 Instead, modifiers _name_ memory layouts; they name a small set of
|
/third_party/ninja/doc/ |
D | manual.asciidoc | 245 like +ninja -t targets rule _name_+ it prints the list of targets 313 to pass to +ninja -t targets rule _name_+ or +ninja -t compdb+. Adding the `-d`
|
/third_party/python/Doc/library/ |
D | enum.rst | 1088 - ``_name_`` -- name of the member
|
/third_party/node/deps/cares/ |
D | CHANGES | 1745 - ARES_ENOTFOUND means the _name_ wasn't found
|