Searched refs:replace (Results 1 - 25 of 156) sorted by relevance

1234567

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Dmkerrno.sh38 replace='inline int \1 = \2;@#pragma D binding "1.0" \1'
40 sed -n "s/$pattern/$replace/p" | tr '@' '\n'
H A Dmksignal.sh38 replace='inline int \1 = \2;@#pragma D binding "1.0" \1'
40 sed -n "s/$pattern/$replace/p;/SIGRTMAX/q" | tr '@' '\n'
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDictionary.py39 Dictionary[Key[0]] = LineList[1].replace('\\','/').split(ValueSplitCharacter)
41 Dictionary[Key[0]] = LineList[1].strip().replace('\\','/')
H A DEdkIIWorkspace.py103 return FileName.replace (self.WorkspaceDir, '').strip('\\').strip('/')
125 return os.path.realpath(FileName.replace(TAB_WORKSPACE, self.WorkspaceDir))
230 Dictionary[Key[0]] = LineList[1].replace('\\','/').split(ValueSplitCharacter)
232 Dictionary[Key[0]] = LineList[1].strip().replace('\\','/')
H A DString.py121 List = String.replace(DataType.TAB_DEFINE + ' ', '').split(DataType.TAB_EQUAL_SPLIT)
229 # This method replace macros used in a given string list. The macros are
234 # @param SelfReplacement To decide whether replace un-defined macro to ''
250 # This method replace macros used in given string. The macros are given in a
255 # @param SelfReplacement To decide whether replace un-defined macro to ''
272 String = String.replace("$(%s)" % Macro, '')
274 String = String.replace("$(%s)" % Macro, MacroDefinitions[Macro])
285 # And replace DFEINE in the path
331 Line = Line.replace(DataType.TAB_COMMENT_EDK_SPLIT, CommentCharacter)
347 Line = Line.replace('"', '')
[all...]
H A DMisc.py93 guidValueString = GuidValue.lower().replace("{", "").replace("}", "").replace(" ", "").replace(";", "")
127 guidValueString = GuidValue.lower().replace("{", "").replace("}", "").replace(" ", "").replace(";", "")
156 guidValueString = GuidValue.lower().replace("{", "").replace("}", "")
[all...]
H A DToolDefClassObject.py183 Value = Value.replace(Ref, "")
185 Value = Value.replace(Ref, self.MacroDictionary[Ref])
192 Value = Value.replace(Ref, self.MacroDictionary[Ref])
/vbox/src/VBox/ValidationKit/common/
H A Dwebutils.py55 sText = sText.replace('&', '&')
56 sText = sText.replace('<', '&lt;')
57 return sText.replace('>', '&gt;')
63 sText = sText.replace('&', '&amp;')
64 sText = sText.replace('<', '&lt;')
65 sText = sText.replace('>', '&gt;')
66 return sText.replace('"', '&quot;')
134 sFilename = os.path.basename(sUrl.replace('/', os.path.sep));
/vbox/src/VBox/Installer/common/
H A Dvboxapisetup.py27 install=install.replace("\\", "\\\\")
35 line = line.replace("%VBOX_INSTALL_PATH%", install)
36 line = line.replace("%VBOX_SDK_PATH%", sdk)
/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js291 of.WriteLine(s.replace(/\@VERSION\@/,
294 of.WriteLine(s.replace(/\@LIBXML_VERSION_NUMBER\@/,
297 of.WriteLine(s.replace(/\@LIBXML_VERSION_EXTRA\@/, verCvs));
299 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
301 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
303 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
305 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));
307 of.WriteLine(s.replace(/\@WITH_HTML\@/, withHtml? "1" : "0"));
309 of.WriteLine(s.replace(/\@WITH_C14N\@/, withC14n? "1" : "0"));
311 of.WriteLine(s.replace(/\
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DCommentParsing.py180 Comment = Comment.replace(SkipTag, '', 1)
211 ValidRange = Comment.replace("@ValidRange", "", 1)
222 ValidValue = Comment.replace("@ValidList", "", 1).replace(TAB_COMMA_SPLIT, TAB_SPACE_SPLIT)
232 Expression = Comment.replace("@Expression", "", 1)
335 Comment = Comment.replace('##', '#').replace(' ', ' ').replace(' ', '#').strip('# ')
410 HelpText = HelpText.replace(Token, '')
415 HelpText = HelpText.replace(Toke
[all...]
H A DString.py76 List = String.replace(DataType.TAB_DEFINE + ' ', '').\
158 # This method replace macros used in given string. The macros are given in a
163 # @param SelfReplacement To decide whether replace un-defined macro to ''
200 String = String.replace("$(%s)" % Macro, '')
204 String = String.replace("$(%s)" % Macro, MacroDefinitions[Macro])
210 QuotedStringList[Count-1] = QuotedStringList[Count-1].replace("$(%s)" % Macro,
213 QuotedStringList[Count-1] = QuotedStringList[Count-1].replace("$(%s)" % Macro,
240 # And replace DFEINE in the path
284 Line = Line.replace(DataType.TAB_COMMENT_EDK1_SPLIT, CommentCharacter)
320 Line = Line.replace(DataTyp
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/
H A DCheckPythonSyntax.py49 name = name.replace(TestTools.PythonSourceDir, '')
50 name = name.replace(os.path.sep, '_')
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DDepexSection.py70 self.Expression = self.Expression.replace("\n", " ").replace("\r", " ")
84 self.Expression = self.Expression.replace(Item, ExpGuidDict[Item])
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DUniClassObject.py273 Value = LanguageList[IndexI][LanguageList[IndexI].find(u'\"') + len(u'\"') : LanguageList[IndexI].rfind(u'\"')] #.replace(u'\r\n', u'')
319 Line = Line.replace(Line[FindFlag:], u' ')
332 Line = Line.replace(u'/langdef', u'#langdef')
333 Line = Line.replace(u'/string', u'#string')
334 Line = Line.replace(u'/language', u'#language')
335 Line = Line.replace(u'/include', u'#include')
337 Line = Line.replace(UNICODE_WIDE_CHAR, WIDE_CHAR)
338 Line = Line.replace(UNICODE_NARROW_CHAR, NARROW_CHAR)
339 Line = Line.replace(UNICODE_NON_BREAKING_CHAR, NON_BREAKING_CHAR)
341 Line = Line.replace(
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DRmPkg.py56 Input = Input.replace('\r', '').replace('\n', '')
191 Input = Input.replace('\r', '').replace('\n', '')
203 Input = Input.replace('\r', '').replace('\n', '')
H A DInstallPkg.py80 Input = Input.replace('\r', '').replace('\n', '')
83 Input = Input.replace('\r', '').replace('\n', '')
107 Input = Input.replace('\r', '').replace('\n', '')
110 Input = Input.replace('\r', '').replace('\n', '')
124 Input = Input.replace('\r', '').replace('\
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DParser.py276 IfLine = IfLine.replace("\"", '')
277 IfLine = IfLine.replace("(", '')
278 IfLine = IfLine.replace(")", '')
332 Line = Line.replace("&&", "and")
333 Line = Line.replace("||", "or")
441 Variable = Record[0].replace('PeiServicesInstallPpi', '').replace('(', '').replace(')', '').replace('&', '').strip()
513 Key = Key[Key.rfind(' ') : ].strip().replace('
[all...]
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxtasks.py336 sCmdLine = self._sScriptCmdLine.replace('@ACTION@', sAction);
343 sCmdLine = sCmdLine.replace('${' + sVar + '}', os.environ[sVar]);
354 asArgs[0] = asArgs[0].replace('/', os.path.sep);
739 sInfo = sInfo.replace('@', 'com.apple.');
740 sInfo = sInfo.replace('>', 'com.apple.driver.');
741 sInfo = sInfo.replace('|', 'com.apple.iokit.');
742 sInfo = sInfo.replace('$', 'com.apple.security.');
743 sInfo = sInfo.replace('!A', 'Apple');
744 sInfo = sInfo.replace('!a', 'Action');
745 sInfo = sInfo.replace('!
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dcatalog.h81 const xmlChar *replace);
135 const xmlChar *replace);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dsetup.py43 s = s.replace("import libxml2mod","from libxmlmods import libxml2mod")
44 s = s.replace("import libxsltmod","from libxmlmods import libxsltmod")
H A Dsetup.py.in43 s = s.replace("import libxml2mod","from libxmlmods import libxml2mod")
44 s = s.replace("import libxsltmod","from libxmlmods import libxsltmod")
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIDownloaderExtensionPack.cpp66 QString strExtPackUnderscoredName(QString(GUI_ExtPackName).replace(' ', '_'));
/vbox/src/libs/libxml2-2.6.31/
H A DgenUnicode.py60 name = string.replace(name, ' ', '')
282 name = string.replace(block, '-', '')
375 name = string.replace(block, '-', '')
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadmintestcase.py64 oEntry.sName.replace('-', u'\u2011'),
88 webutils.escapeElem(oTmp.sArgs.replace('-', u'\u2011')),)
91 aoRet.append([oEntry.sBaseCmd.replace('-', u'\u2011'), WuiRawHtml(sHtml)]);

Completed in 115 milliseconds

1234567