Searched defs:ConvertToSqlString (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableFunction.py19 from Common.String import ConvertToSqlString namespace
90 (Header, Modifier, Name, ReturnStatement) = ConvertToSqlString((Header, Modifier, Name, ReturnStatement))
H A DTableIdentifier.py18 from Common.String import ConvertToSqlString namespace
85 (Modifier, Type, Name, Value) = ConvertToSqlString((Modifier, Type, Name, Value))
H A DTablePcd.py19 from Common.String import ConvertToSqlString namespace
85 (CName, TokenSpaceGuidCName, DatumType) = ConvertToSqlString((CName, TokenSpaceGuidCName, DatumType))
H A DTableQuery.py18 from Common.String import ConvertToSqlString namespace
H A DTableDataModel.py20 from Common.String import ConvertToSqlString namespace
62 (Name, Description) = ConvertToSqlString((Name, Description))
H A DTableDec.py20 from Common.String import ConvertToSqlString namespace
89 (Value1, Value2, Value3, Arch) = ConvertToSqlString((Value1, Value2, Value3, Arch))
H A DTableDsc.py20 from Common.String import ConvertToSqlString namespace
89 (Value1, Value2, Value3, Arch) = ConvertToSqlString((Value1, Value2, Value3, Arch))
H A DTableFdf.py20 from Common.String import ConvertToSqlString namespace
90 (Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Scope2))
H A DTableFile.py19 from Common.String import ConvertToSqlString namespace
71 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
H A DTableInf.py20 from Common.String import ConvertToSqlString namespace
95 (Value1, Value2, Value3, Value4, Value5, Arch) = ConvertToSqlString((Value1, Value2, Value3, Value4, Value5, Arch))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaDataTable.py24 def ConvertToSqlString(StringList): function
184 (Name, Description) = ConvertToSqlString((Name, Description))
H A DMetaFileTable.py23 from MetaDataTable import ConvertToSqlString namespace
88 (Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Scope2))
170 (Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Scope2))
251 (Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Scope2))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileTable.py22 from MetaDataTable import ConvertToSqlString namespace
112 (Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Scope2))
192 (Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Scope2))
271 (Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Scope2))
H A DMetaDataTable.py24 def ConvertToSqlString(StringList): function
188 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
304 (Name, Description) = ConvertToSqlString((Name, Description))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DString.py733 def ConvertToSqlString(StringList): function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DString.py634 def ConvertToSqlString(StringList): function

Completed in 54 milliseconds