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

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
PlatformModule.java 35 public final class PlatformModule {
BenchmarkClassChecker.java 93 PlatformModule.class,
MainComponent.java 45 PlatformModule.class,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceCommon.py 73 PlatformModule = Platform.Modules[str(Module)]
86 for LibraryClass in PlatformModule.LibraryClasses:
88 Module.LibraryClasses[LibraryClass] = PlatformModule.LibraryClasses[LibraryClass]
101 if LibraryClassName in PlatformModule.LibraryClasses:
102 LibraryPath = PlatformModule.LibraryClasses[LibraryClassName]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FfsInfStatement.py 98 PlatformModule = None
100 PlatformModule = PlatformDataBase.Modules[StrModule]
101 for LibraryClass in PlatformModule.LibraryClasses:
103 self.InfModule.LibraryClasses[LibraryClass] = PlatformModule.LibraryClasses[LibraryClass]
125 if PlatformModule and LibName in PlatformModule.LibraryClasses:
126 LibraryPath = PlatformModule.LibraryClasses[LibName]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]

Completed in 764 milliseconds