/external/tinyxml/ |
D | tinyxml.h | 280 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() 468 void SetValue(const char * _value) { value = _value;} in SetValue() 472 void SetValue( const std::string& _value ) in SetValue() 497 …const TiXmlNode* FirstChild( const std::string& _value ) const { return FirstChild (_value.c_str (… in FirstChild() 498 …TiXmlNode* FirstChild( const std::string& _value ) { return FirstChild (_value.c_str ()); } ///… in FirstChild() 499 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild() 500 …TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< … in LastChild() 527 …const TiXmlNode* IterateChildren( const std::string& _value, const TiXmlNode* previous ) const { r… in IterateChildren() 528 …TiXmlNode* IterateChildren( const std::string& _value, TiXmlNode* previous ) { return IterateChild… in IterateChildren() 575 …const TiXmlNode* PreviousSibling( const std::string& _value ) const { return PreviousSibling (_val… in PreviousSibling() [all …]
|
D | tinyxml.cpp | 334 TiXmlNode* TiXmlNode::FirstChild( const char * _value ) in FirstChild() 357 TiXmlNode* TiXmlNode::LastChild( const char * _value ) in LastChild() 431 TiXmlNode* TiXmlNode::NextSibling( const char * _value ) in NextSibling() 453 TiXmlNode* TiXmlNode::PreviousSibling( const char * _value ) in PreviousSibling() 516 TiXmlElement* TiXmlNode::FirstChildElement( const char * _value ) in FirstChildElement() 572 TiXmlElement* TiXmlNode::NextSiblingElement( const char * _value ) in NextSiblingElement() 611 TiXmlElement::TiXmlElement (const char * _value) in TiXmlElement() 620 TiXmlElement::TiXmlElement( const std::string& _value ) in TiXmlElement() 745 void TiXmlElement::SetAttribute( const char * name, const char * _value ) in SetAttribute() 1244 void TiXmlAttribute::SetIntValue( int _value ) in SetIntValue() [all …]
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.h | 327 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() 508 void SetValue(const char * _value) { value = _value;} in SetValue() 512 void SetValue( const std::string& _value ) { value = _value; } in SetValue() 526 TiXmlNode* FirstChild( const char * _value ) { in FirstChild() 535 TiXmlNode* LastChild( const char * _value ) { in LastChild() 540 …const TiXmlNode* FirstChild( const std::string& _value ) const { return FirstChild (_value.c_str (… in FirstChild() 541 …TiXmlNode* FirstChild( const std::string& _value ) { return FirstChild (_value.c_str ()); } ///… in FirstChild() 542 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild() 543 …TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< … in LastChild() 569 TiXmlNode* IterateChildren( const char * _value, const TiXmlNode* previous ) { in IterateChildren() [all …]
|
/external/mesa3d/include/android_stub/log/ |
D | log.h | 110 #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/catch2/include/internal/ |
D | catch_option.hpp | 18 Option( T const& _value ) in Option() 37 Option& operator = ( T const& _value ) { in operator =()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
D | SynpredTreeParser.g3.cs | 39 private bool _value; field in Antlr3.Runtime.Test.SynpredTreeParser
|
/external/skqp/infra/bots/ |
D | git_utils.py | 33 def __exit__(self, exc_type, _value, _traceback): argument 87 def __exit__(self, exc_type, _value, _traceback): argument
|
/external/python/cpython3/Include/internal/ |
D | pycore_atomic.h | 47 atomic_uintptr_t _value; member 51 atomic_int _value; member
|
/external/skia/infra/bots/ |
D | git_utils.py | 33 def __exit__(self, exc_type, _value, _traceback): argument 87 def __exit__(self, exc_type, _value, _traceback): argument
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
D | Extension.java | 14 protected String _value; field in Extension
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | Extension.java | 18 protected String _value; field in Extension
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | Extension.java | 14 protected String _value; field in Extension
|
/external/clang/test/CodeGenObjC/ |
D | optimize-ivar-offset-load.m | 9 int _value; field
|
/external/lzma/Java/SevenZip/ |
D | CRC.java | 23 int _value = -1; field in CRC
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | Try.kt | 7 public class Try<out T> private constructor(private val _value: Any?) { constant in kotlinx.coroutines.Try
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/test/examples/ |
D | Try.kt | 10 public class Try<out T> private constructor(private val _value: Any?) { constant in kotlinx.coroutines.examples.Try
|
/external/libopus/celt/ |
D | entenc.c | 60 static int ec_write_byte(ec_enc *_this,unsigned _value){ in ec_write_byte() 66 static int ec_write_byte_at_end(ec_enc *_this,unsigned _value){ in ec_write_byte_at_end()
|
/external/lzma/CS/7zip/Common/ |
D | CRC.cs | 25 uint _value = 0xFFFFFFFF; field in SevenZip.CRC
|
/external/flatbuffers/src/ |
D | util.cpp | 232 bool SetGlobalTestLocale(const char *locale_name, std::string *_value) { in SetGlobalTestLocale() 238 bool ReadEnvironmentVariable(const char *var_name, std::string *_value) { in ReadEnvironmentVariable()
|
/external/arm-trusted-firmware/include/lib/extensions/ |
D | ras_arch.h | 80 #define ERR_STATUS_SET_FIELD(_status, _field, _value) \ argument 83 #define ERR_STATUS_WRITE_FIELD(_status, _field, _value) do { \ argument 136 #define ERR_CTLR_SET_FIELD(_ctlr, _field, _value) \ argument
|
/external/clang/test/Analysis/ |
D | NSString.m | 423 NSString *_value; field 425 - (NSString *)_value; method 431 - (NSString *)_value { method
|
D | cfref_PR2519.c | 35 CFNumberRef _value = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &pid); in main() local
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | pretty_printer.py | 46 def _value(self, name): member in PrettyPrinter
|
/external/toolchain-utils/crosperf/ |
D | generate_report_unittest.py | 37 def __exit__(self, _type, _value, _traceback): argument
|
/external/clang/test/FixIt/ |
D | format-darwin.m | 62 NSInteger _value; field
|