| /third_party/skia/third_party/externals/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 …]
|
| D | tinyxml.cpp | 525 TiXmlElement::TiXmlElement (const char * _value) in TiXmlElement() 534 TiXmlElement::TiXmlElement( const std::string& _value ) in TiXmlElement() 790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value ) in SetAttribute() 1250 void TiXmlAttribute::SetIntValue( int _value ) in SetIntValue() 1261 void TiXmlAttribute::SetDoubleValue( double _value ) in SetDoubleValue()
|
| /third_party/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
|
| /third_party/typescript/tests/baselines/reference/ |
| D | evolvingArrayTypeInAssert.js | 16 function unsafeCast(_value) { } argument
|
| D | intersectionsAndEmptyObjects.js | 136 const testDictionary = (_value) => { }; argument
|
| /third_party/python/Include/internal/ |
| D | pycore_atomic.h | 46 atomic_uintptr_t _value; member 50 atomic_int _value; member
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.1/unrelated_types_for_getters_and_setters/ |
| D | unrelated_types_for_getters_and_setters_6.ts | 26 private _value: number = 0; property in B
|
| D | unrelated_types_for_getters_and_setters_8.ts | 26 private _value: number = 5; property in SafeBox
|
| D | unrelated_types_for_getters_and_setters_7.ts | 26 private _value: number = 5; property in SafeBox
|
| D | unrelated_types_for_getters_and_setters_5.ts | 26 private _value: number | undefined; property in Example
|
| D | unrelated_types_for_getters_and_setters_2.ts | 26 private _value: number = 5; property in SafeBox
|
| D | unrelated_types_for_getters_and_setters_9.ts | 26 private _value: number | undefined; property in Example
|
| /third_party/skia/infra/bots/ |
| D | git_utils.py | 34 def __exit__(self, exc_type, _value, _traceback): argument 88 def __exit__(self, exc_type, _value, _traceback): argument
|
| D | utils.py | 110 def __exit__(self, exc_type, _value, _traceback): argument
|
| /third_party/typescript/tests/cases/compiler/ |
| D | identityRelationNeverTypes.ts | 10 _value: string; property in State
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
| D | Extension.java | 14 protected String _value; field in Extension
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
| D | Extension.java | 18 protected String _value; field in Extension
|
| /third_party/lzma/Java/SevenZip/ |
| D | CRC.java | 23 int _value = -1; field in CRC
|
| /third_party/rust/crates/once_cell/examples/ |
| D | bench_acquire.rs | 32 let _value = CELL.get_or_init(|| i + 1); in thread_main() localVariable
|
| /third_party/lzma/CS/7zip/Common/ |
| D | CRC.cs | 25 uint _value = 0xFFFFFFFF; field in SevenZip.CRC
|
| /third_party/lame/ACM/tinyxml/ |
| D | tinyxml.h | 287 void SetValue( const std::string& _value ) { value = _value; } in SetValue() 440 …TiXmlAttribute( const std::string& _name, const std::string& _value ) : name( _name ), value( _val… in TiXmlAttribute() 449 void SetValue( const std::string& _value ) { value = _value; } ///< Set the value. in SetValue()
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
| D | tr_dump.h | 127 #define trace_dump_arg_enum(_arg, _value) \ argument
|
| /third_party/python/Lib/wsgiref/ |
| D | headers.py | 157 def add_header(self, _name, _value, **_params): argument
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_state.c | 345 #define EMIT_RS(_rs, _count, _name, _value) \ argument
|
| /third_party/python/Lib/email/ |
| D | message.py | 542 def add_header(self, _name, _value, **_params): argument 572 def replace_header(self, _name, _value): argument
|