HomeSort by relevance Sort by last modified time
    Searched refs:ModuleObject (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 50 # @param ModuleObject: A Module Object
52 def ModuleToInf(ModuleObject, PackageObject=None, DistHeader=None):
58 ContainerFile = ModuleObject.GetFullPath()
67 ModuleAbstract = GetLocalValue(ModuleObject.GetAbstract())
72 ModuleDescription = GetLocalValue(ModuleObject.GetDescription())
78 for (Lang, Copyright) in ModuleObject.GetCopyright():
93 for (Lang, License) in ModuleObject.GetLicense():
119 for UserExtension in ModuleObject.GetUserExtensionList():
143 GenModuleUNIEncodeFile(ModuleObject, FileHeader)
148 if ModuleObject.BinaryModule:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 40 from Object.POM.ModuleObject import ModuleObject
41 from Object.POM.ModuleObject import ExternObject
42 from Object.POM.ModuleObject import HobObject
43 from Object.POM.ModuleObject import EventObject
44 from Object.POM.ModuleObject import BootModeObject
45 from Object.POM.ModuleObject import PackageDependencyObject
46 from Object.POM.ModuleObject import SourceFileObject
47 from Object.POM.ModuleObject import DepexObject
48 from Object.POM.ModuleObject import AsBuildLibraryClassObject
    [all...]
InfPomAlignmentMisc.py 25 from Object.POM.ModuleObject import BinaryFileObject
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
ModuleSurfaceAreaXml.py 30 from Object.POM.ModuleObject import BootModeObject
31 from Object.POM.ModuleObject import DepexObject
32 from Object.POM.ModuleObject import ModuleObject
33 from Object.POM.ModuleObject import EventObject
34 from Object.POM.ModuleObject import HobObject
35 from Object.POM.ModuleObject import SourceFileObject
36 from Object.POM.ModuleObject import PackageDependencyObject
37 from Object.POM.ModuleObject import ExternObject
38 from Object.POM.ModuleObject import BinaryFileObject
    [all...]
CommonXml.py 42 from Object.POM.ModuleObject import ModuleObject
188 ModuleHeader = ModuleObject()
    [all...]
XmlParser.py 29 from Object.POM.ModuleObject import DepexObject
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
ModuleObject.py 15 ModuleObject
479 # ModuleObject
481 class ModuleObject(ModuleHeaderObject):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile 204 $(BASE_TOOLS_PATH)\Source\Python\UPT\Object\POM\ModuleObject.py \
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
CommentGeneratingUnitTest.py 29 from Object.POM.ModuleObject import HobObject
    [all...]
  /external/python/cpython2/PC/os2vacpp/
makefile.omk 130 ModuleObject.obj \
355 methodobject.h modsupport.h moduleobject.h mymalloc.h myproto.h \
363 methodobject.h modsupport.h moduleobject.h mymalloc.h myproto.h \
371 methodobject.h modsupport.h moduleobject.h mymalloc.h myproto.h \
379 methodobject.h modsupport.h moduleobject.h mymalloc.h mymath.h \
387 methodobject.h modsupport.h moduleobject.h mymalloc.h myproto.h \
395 methodobject.h modsupport.h moduleobject.h mymalloc.h myproto.h \
403 methodobject.h modsupport.h moduleobject.h mymalloc.h myproto.h \
411 longobject.h methodobject.h modsupport.h moduleobject.h mymalloc.h \
419 methodobject.h modsupport.h moduleobject.h mymalloc.h myproto.h
    [all...]
makefile 166 $(PATHOBJ)\ModuleObject.obj \
366 $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h $(PY_INCLUDE)\myproto.h \
379 $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h $(PY_INCLUDE)\myproto.h \
392 $(PY_INCLUDE)\modsupport.h $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h \
406 $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h $(PY_INCLUDE)\mymath.h \
420 $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h $(PY_INCLUDE)\myproto.h \
433 $(PY_INCLUDE)\modsupport.h $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h \
447 $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h $(PY_INCLUDE)\myproto.h \
461 $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h $(PY_INCLUDE)\myproto.h \
474 $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h $(PY_INCLUDE)\myproto.h
    [all...]

Completed in 154 milliseconds