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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 159 # @param KeyValues: To store data after parsing
164 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter):
171 KeyValues.append([CleanString(Line, CommentCharacter), newKey[1]])
181 # @param KeyValues: To store data after parsing
186 def GetDynamics(Lines, Key, KeyValues, CommentCharacter):
197 KeyValues.append([CleanString(Line, CommentCharacter), SkuIdNameList[1]])
418 # The result is saved to KeyValues
422 # @param KeyValues: To store data after parsing
427 def GetMultipleValuesOfKeyFromLines(Lines, Key, KeyValues, CommentCharacter):
433 KeyValues += [Line]
    [all...]
Parsing.py 423 # Set KeyValues as [ ['component name', [lib1, lib2, lib3], [bo1, bo2, bo3], [pcd1, pcd2, pcd3]], ...]
426 # @param KeyValues: To store data after parsing
430 def GetComponent(Lines, KeyValues):
484 KeyValues.append([ListItem, LibraryClassItem, BuildOption, Pcd])
505 KeyValues.append([ListItem, [], [], []])
532 # Set KeyValues as [ ['component name', [lib1, lib2, lib3], [bo1, bo2, bo3], [pcd1, pcd2, pcd3]], ...]
536 # @param KeyValues: To store data after parsing
541 def GetComponents(Lines, Key, KeyValues, CommentCharacter):
594 KeyValues.append([ListItem, LibraryClassItem, BuildOption, Pcd])
615 KeyValues.append([ListItem, [], [], []])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 91 # @param KeyValues: To store data after parsing
94 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter):
101 KeyValues.append([CleanString(Line, CommentCharacter), NewKey[1]])
111 # @param KeyValues: To store data after parsing
114 def GetDynamics(Lines, Key, KeyValues, CommentCharacter):
125 KeyValues.append([CleanString(Line, CommentCharacter), SkuIdNameList[1]])
350 # The result is saved to KeyValues
354 # @param KeyValues: To store data after parsing
357 def GetMultipleValuesOfKeyFromLines(Lines, Key, KeyValues, CommentCharacter):
360 if KeyValues:
    [all...]
Parsing.py 276 # Set KeyValues as [ ['component name', [lib1, lib2, lib3],
280 # @param KeyValues: To store data after parsing
282 def GetComponent(Lines, KeyValues):
361 KeyValues.append([ListItem, LibraryClassItem, \
386 KeyValues.append([ListItem, [], [], []])
411 # Set KeyValues as [ ['component name', [lib1, lib2, lib3], [bo1, bo2, bo3],
416 # @param KeyValues: To store data after parsing
421 def GetComponents(Lines, KeyValues, CommentCharacter):
498 KeyValues.append([ListItem, LibraryClassItem, BuildOption, \
523 KeyValues.append([ListItem, [], [], []])
    [all...]
  /external/clang/lib/AST/
ExprObjC.cpp 61 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>();
76 KeyValues[I].Key = VK[I].Key;
77 KeyValues[I].Value = VK[I].Value;
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 8339 milliseconds