Searched defs:append (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiMisc.cpp77 nsILocalFile* logfile, PRBool append)
87 (append ? 0 : PR_TRUNCATE),
95 if(append)
76 xptiAutoLog(xptiInterfaceInfoManager* mgr, nsILocalFile* logfile, PRBool append) argument
/vbox/include/iprt/cpp/
H A Dlist.h322 * the list will be changed to an append() operation and strict
350 * the list will be changed to an append() operation and strict
415 RTCListBase<T, ITYPE, MT> &append(const T &val) function in class:RTCListBase
430 * @param other The list to append. Must not be the same as the destination
435 RTCListBase<T, ITYPE, MT> &append(const RTCListBase<T, ITYPE, MT> &other) function in class:RTCListBase
782 return append(val);
/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp65 * @param pachChars The characters to append.
78 for append. */
103 RTCString &RTCString::append(const RTCString &that) function in class:RTCString
127 RTCString &RTCString::append(const char *pszThat) function in class:RTCString
151 RTCString& RTCString::append(char ch) function in class:RTCString
178 return RTCString::append((char)uc);
370 strRet.append(RTCString(m_psz));
381 strRet.append(RTCString(pszTmp, cch));
387 strRet.append(RTCString(pszTmp, cchNext));
415 strRet.append(a_rstrPrefi
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp301 append(PCCTS_AST *b) function in class:PCCTS_AST
304 require(b!=NULL, "append: NULL input tree");
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py201 FileList.append(File)
222 NewFileList.append(os.path.normpath(os.path.join(PrefixPath, File)))
301 self._key_list.append(Key)
341 ## append support
343 def append(self, Sdict2): member in class:Sdict
346 self._key_list.append(Key)
364 Keys.append(Key)
372 Values.append(self[Key])
380 Items.append((Key, self[Key]))
807 NewArchList.append(Arc
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py65 Value.append(Arg)
411 FileList.append(File)
652 self._SubSectionList.append(TemplateSection[SubSectionStart:Start])
653 self._SubSectionList.append(TemplateSection[Start:End])
654 self._PlaceHolderList.append(PlaceHolder)
657 self._SubSectionList.append(TemplateSection[SubSectionStart:])
691 StringList.append(S)
693 StringList.append(str(NonRepeatPlaceHolders[S]))
702 TempStringList.append(S)
704 TempStringList.append(st
905 def append(self, sdict): member in class:sdict
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dzip.c849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) argument
864 (append == APPEND_STATUS_CREATE) ?
871 if (append == APPEND_STATUS_CREATEAFTER)
893 if (append == APPEND_STATUS_ADDINZIP)
920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) argument
926 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill);
929 return zipOpen3(pathname, append, globalcomment, NULL);
932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) argument
940 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill);
943 return zipOpen3(pathname, append, globalcommen
948 zipOpen(const char* pathname, int append) argument
953 zipOpen64(const void* pathname, int append) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 287 milliseconds