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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenDecFile.py 32 from Library.Misc import GetLocalValue
165 PcdErrorMsg = GetLocalValue(Package.PcdErrorCommentDict[(TokenSpcCName, ErrorNumber)])
318 PackageAbstract = GetLocalValue(Package.GetAbstract())
319 PackageDescription = GetLocalValue(Package.GetDescription())
331 PackageAbstract = GetLocalValue(DistHeader.GetAbstract())
333 PackageDescription = GetLocalValue(DistHeader.GetDescription())
355 PackageBinaryAbstract = GetLocalValue(UserExtension.GetBinaryAbstract())
356 PackageBinaryDescription = GetLocalValue(UserExtension.GetBinaryDescription())
GenInfFile.py 33 from Library.Misc import GetLocalValue
66 ModuleAbstract = GetLocalValue(ModuleObject.GetAbstract())
68 ModuleAbstract = GetLocalValue(PackageObject.GetAbstract())
70 ModuleAbstract = GetLocalValue(DistHeader.GetAbstract())
71 ModuleDescription = GetLocalValue(ModuleObject.GetDescription())
73 ModuleDescription = GetLocalValue(PackageObject.GetDescription())
75 ModuleDescription = GetLocalValue(DistHeader.GetDescription())
121 ModuleBinaryAbstract = GetLocalValue(UserExtension.GetBinaryAbstract())
122 ModuleBinaryDescription = GetLocalValue(UserExtension.GetBinaryDescription())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentGenerating.py 38 from Library.Misc import GetLocalValue
246 return GetLocalValue(ValueList, True)
Misc.py 994 ## GetLocalValue
1006 def GetLocalValue(ValueList, UseFirstValue=False):
    [all...]
  /art/runtime/
debugger.h 727 static JDWP::JdwpError GetLocalValue(const StackVisitor& visitor,
    [all...]
debugger.cc     [all...]

Completed in 94 milliseconds