Home
last modified time | relevance | path

Searched refs:_name_ (Results 1 – 15 of 15) sorted by relevance

/third_party/libabigail/src/
Dabg-reporter-priv.h54 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/
Denum.py296 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 …]
Dre.py158 if self._name_ is not None:
Dinspect.py2577 return self._name_
/third_party/libcoap/man/
Dcoap_attribute.txt.in23 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/
Dspinlock.h52 #define SPIN_UNUSED_PARAM(_type_, _name_) SPIN_MACRO_START \ argument
53 _type_ __tmp1 = (_name_); \
/third_party/vk-gl-cts/external/amber/src/docs/
Damber_script.md673 KERNEL ARG_NAME _name_
683 BIND SAMPLER {sampler_name} KERNEL ARG_NAME _name_
756 SET KERNEL ARG_NAME _name_ AS {data_type} _val_
Dvk_script.md168 * `_stage_ entrypoint _name_`
/third_party/flutter/flutter/dev/devicelab/
DREADME.md136 - the _name_ of a task, which you can find in the `manifest.yaml` file in this
/third_party/python/Lib/test/
Dtest_enum.py592 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/
DVK_EXT_image_drm_format_modifier.txt63 Instead, modifiers _name_ memory layouts; they name a small set of
DVK_EXT_image_drm_format_modifier.adoc63 Instead, modifiers _name_ memory layouts; they name a small set of
/third_party/ninja/doc/
Dmanual.asciidoc245 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/
Denum.rst1088 - ``_name_`` -- name of the member
/third_party/node/deps/cares/
DCHANGES1745 - ARES_ENOTFOUND means the _name_ wasn't found