Home
last modified time | relevance | path

Searched refs:Keyword (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_aepack.py14 aetypes.Keyword('kwrd'),
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DCommonXml.py890 self.Keyword = ''
898 self.Keyword = XmlAttribute(XmlNode(Item, '%s' % Key), 'Keyword')
899 if self.Keyword == '':
900 self.Keyword = XmlElement(Item, '%s/Keyword' % Key)
908 LibraryClass.SetLibraryClass(self.Keyword)
952 … (self.Keyword, self.HeaderFile, self.RecommendedInstanceGuid, self.RecommendedInstanceVersion, \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dast.txt60 Keyword: name*, expr
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigKeywordHandler.c252 OUT EFI_STRING *Keyword, in ExtractKeyword() argument
258 ASSERT ((Keyword != NULL) && (NextString != NULL)); in ExtractKeyword()
266 *Keyword = NULL; in ExtractKeyword()
290 *Keyword = AllocateCopyPool (StrSize (String), String); in ExtractKeyword()
291 if (*Keyword == NULL) { in ExtractKeyword()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DVfrStrings.uni60 #string STR_ONE_OF_PROMPT_KEYWORD #language en-US "My Keyword Namespace Test"
61 #language fr-FR "My Keyword Namespace Test"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dast.py757 class Keyword(Node): class
Dtransformer.py1311 node = Keyword(n[1], result, lineno=n[2])
Dpycodegen.py1085 if isinstance(arg, ast.Keyword):