Home
last modified time | relevance | path

Searched defs:_value (Results 1 – 25 of 157) sorted by relevance

1234567

/external/lzma/CPP/7zip/Compress/
DBZip2Crc.h10 UInt32 _value; variable
14 CBZip2Crc(UInt32 initVal = 0xFFFFFFFF): _value(initVal) {} in _value() function
23 UInt32 _value; variable
/external/mesa3d/include/android_stub/log/
Dlog.h110 #define LOG_EVENT_INT(_tag, _value) \ argument
117 #define LOG_EVENT_LONG(_tag, _value) \ argument
124 #define LOG_EVENT_FLOAT(_tag, _value) \ argument
132 #define LOG_EVENT_STRING(_tag, _value) \ argument
/external/sdv/vsomeip/implementation/message/src/
Dserializer.cpp34 bool serializer::serialize(const uint8_t _value) { in serialize()
39 bool serializer::serialize(const uint16_t _value) { in serialize()
45 bool serializer::serialize(const uint32_t _value, bool _omit_last_byte) { in serialize()
Ddeserializer.cpp59 bool deserializer::deserialize(uint8_t& _value) { in deserialize()
69 bool deserializer::deserialize(uint16_t& _value) { in deserialize()
83 bool deserializer::deserialize(uint32_t &_value, bool _omit_last_byte) { in deserialize()
125 bool deserializer::deserialize(std::vector< uint8_t >& _value) { in deserialize()
/external/skia/infra/bots/
Dgit_utils.py35 def __exit__(self, exc_type, _value, _traceback): argument
91 def __exit__(self, exc_type, _value, _traceback): argument
/external/owasp/java-encoder/jakarta/src/main/java/org/owasp/encoder/tag/
DForCDATATag.java50 Encode.forCDATA(getJspContext().getOut(), _value); in doTag() local
DForJavaScriptSourceTag.java50 Encode.forJavaScriptSource(getJspContext().getOut(), _value); in doTag() local
DForHtmlUnquotedAttributeTag.java50 Encode.forHtmlUnquotedAttribute(getJspContext().getOut(), _value); in doTag() local
DForCssUrlTag.java50 Encode.forCssUrl(getJspContext().getOut(), _value); in doTag() local
DForHtmlTag.java50 Encode.forHtml(getJspContext().getOut(), _value); in doTag() local
DForJavaScriptBlockTag.java50 Encode.forJavaScriptBlock(getJspContext().getOut(), _value); in doTag() local
DForJavaScriptTag.java50 Encode.forJavaScript(getJspContext().getOut(), _value); in doTag() local
DForXmlAttributeTag.java50 Encode.forXmlAttribute(getJspContext().getOut(), _value); in doTag() local
DForJavaScriptAttributeTag.java50 Encode.forJavaScriptAttribute(getJspContext().getOut(), _value); in doTag() local
DForUriTag.java50 Encode.forUri(getJspContext().getOut(), _value); in doTag() local
/external/owasp/java-encoder/jsp/src/main/java/org/owasp/encoder/tag/
DForHtmlAttributeTag.java50 Encode.forHtmlAttribute(getJspContext().getOut(), _value); in doTag() local
DForHtmlUnquotedAttributeTag.java50 Encode.forHtmlUnquotedAttribute(getJspContext().getOut(), _value); in doTag() local
DForJavaScriptBlockTag.java50 Encode.forJavaScriptBlock(getJspContext().getOut(), _value); in doTag() local
DForUriComponentTag.java51 Encode.forUriComponent(getJspContext().getOut(), _value); in doTag() local
DForJavaScriptSourceTag.java50 Encode.forJavaScriptSource(getJspContext().getOut(), _value); in doTag() local
DForXmlTag.java50 Encode.forXml(getJspContext().getOut(), _value); in doTag() local
DForHtmlTag.java50 Encode.forHtml(getJspContext().getOut(), _value); in doTag() local
DForXmlAttributeTag.java50 Encode.forXmlAttribute(getJspContext().getOut(), _value); in doTag() local
DForCssStringTag.java50 Encode.forCssString(getJspContext().getOut(), _value); in doTag() local
DForUriTag.java50 Encode.forUri(getJspContext().getOut(), _value); in doTag() local

1234567