/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
H A D | ConPlatform.h | 53 Append, enumerator in enum:__anon11131
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/ |
H A D | tmVector.cpp | 78 tmVector::Append(void *aElement){ function in class:tmVector
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
H A D | ipcIDList.h | 78 void Append(const nsID &id) function in class:ipcIDList 80 Super::Append(new ipcIDNode(id));
|
H A D | ipcStringList.h | 84 void Append(const char *str) function in class:ipcStringList 86 Super::Append(new (str) ipcStringNode());
|
H A D | ipcList.h | 82 void Append(T *obj) function in class:ipcList
|
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsTAString.cpp | 309 nsTAString_CharT::Append( const self_type& readable ) function in class:nsTAString_CharT 312 AsSubstring()->Append(readable); 318 nsTAString_CharT::Append( const substring_tuple_type& tuple ) function in class:nsTAString_CharT 321 AsSubstring()->Append(tuple); 327 nsTAString_CharT::Append( const char_type* data ) function in class:nsTAString_CharT 332 AsSubstring()->Append(data); 338 nsTAString_CharT::Append( const char_type* data, size_type length ) function in class:nsTAString_CharT 341 AsSubstring()->Append(data, length); 381 nsTAString_CharT::Append( char_type c ) function in class:nsTAString_CharT 384 AsSubstring()->Append( [all...] |
/vbox/src/VBox/Main/src-server/ |
H A D | MediumLock.cpp | 166 HRESULT MediumLockList::Append(const ComObjPtr<Medium> &aMedium, bool aLockWrite) function in class:MediumLockList
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsTSubstring.h | 335 void Append( char_type c ) { Replace(mLength, 0, c); } function in class:nsTSubstring_CharT 336 void Append( const char_type* data, size_type length = size_type(-1) ) { Replace(mLength, 0, data, length); } function in class:nsTSubstring_CharT 337 void Append( const self_type& str ) { Replace(mLength, 0, str); } function in class:nsTSubstring_CharT 338 void Append( const substring_tuple_type& tuple ) { Replace(mLength, 0, tuple); } function in class:nsTSubstring_CharT 339 void Append( const abstract_string_type& readable ) { Replace(mLength, 0, readable); } function in class:nsTSubstring_CharT 358 self_type& operator+=( char_type c ) { Append(c); return *this; } 359 self_type& operator+=( const char_type* data ) { Append(data); return *this; } 360 self_type& operator+=( const self_type& str ) { Append(str); return *this; } 361 self_type& operator+=( const substring_tuple_type& tuple ) { Append(tuple); return *this; } 362 self_type& operator+=( const abstract_string_type& readable ) { Append(readabl [all...] |
H A D | nsStringAPI.h | 720 NS_HIDDEN_(void) Append( char_type c ) { Replace(size_type(-1), 0, c); } function in class:nsAString_external 721 NS_HIDDEN_(void) Append( const char_type* data, size_type length = size_type(-1) ) { Replace(size_type(-1), 0, data, length); } function in class:nsAString_external 722 NS_HIDDEN_(void) Append( const self_type& readable ) { Replace(size_type(-1), 0, readable); } function in class:nsAString_external 724 NS_HIDDEN_(self_type&) operator+=( char_type c ) { Append(c); return *this; } 725 NS_HIDDEN_(self_type&) operator+=( const char_type* data ) { Append(data); return *this; } 726 NS_HIDDEN_(self_type&) operator+=( const self_type& readable ) { Append(readable); return *this; } 802 NS_HIDDEN_(void) Append( char_type c ) { Replace(size_type(-1), 0, c); } function in class:nsACString_external 803 NS_HIDDEN_(void) Append( const char_type* data, size_type length = size_type(-1) ) { Replace(size_type(-1), 0, data, length); } function in class:nsACString_external 804 NS_HIDDEN_(void) Append( const self_type& readable ) { Replace(size_type(-1), 0, readable); } function in class:nsACString_external 806 NS_HIDDEN_(self_type&) operator+=( char_type c ) { Append( [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | Misc.py | 766 def Append(self, AppendString, Dictionary=None): member in class:TemplateString
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileOS2.cpp | 464 // Append only one component. Check for subdirs. 484 mWorkingPath.Append(NS_LITERAL_CSTRING("\\") + node); 530 mWorkingPath.Append(aLeafName); 552 destPath.Append("\\"); 558 destPath.Append(aFileName); 562 destPath.Append(newName); 1597 nsLocalFile::Append(const nsAString &node) function in class:nsLocalFile
|
H A D | nsLocalFileUnix.cpp | 491 mPath.Append(fragment); 493 mPath.Append(NS_LITERAL_CSTRING("/") + fragment); 1658 nsLocalFile::Append(const nsAString &node) function in class:nsLocalFile
|
H A D | nsLocalFileWin.cpp | 779 mWorkingPath.Append(NS_LITERAL_CSTRING("\\") + node); 912 normal.Append(pathBuffer + begin - 1, len + 1); 957 mWorkingPath.Append(aLeafName); 984 destPath.Append("\\"); 990 destPath.Append(aFileName); 994 destPath.Append(newName); 1033 backup.Append(destPath); 1034 backup.Append(".moztmp"); 2156 explorerPath.Append("\\explorer.exe"); 2164 explorerParams.Append("/ 2261 nsLocalFile::Append(const nsAString &node) function in class:nsLocalFile [all...] |
H A D | nsLocalFileOSX.cpp | 380 NS_IMETHODIMP nsLocalFile::Append(const nsAString& aNode) function in class:nsLocalFile 675 destPath.Append(NS_LITERAL_CSTRING("/") + newName); 681 destPath.Append(NS_LITERAL_CSTRING("/") + leafName); 1536 // Parse the nodes and call Append() for each 1754 return Append(nsDependentString(unicodeName.unicode, unicodeName.length));
|
H A D | nsLocalFileMac.cpp | 1378 mAppendedPath.Append(":"); 1379 mAppendedPath.Append(node); 1386 nsLocalFile::Append(const nsAString &node) function in class:nsLocalFile 1496 mAppendedPath.Append(leafName); 1564 fsCharSetPathStr.Append(":"); 1565 fsCharSetPathStr.Append(mAppendedPath); 1597 ucPathString.Append(PRUnichar(':')); 1601 ucPathString.Append(ucAppendage);
|