HomeSort by relevance Sort by last modified time
    Searched refs:LineNo (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
debug.c 34 IN INTN LineNo,
38 DbgPrint (D_ERROR, (CHAR8 *)"%EASSERT FAILED: %a(%d): %a%N\n", FileName, LineNo, Description);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileCommentParser.py 35 def CheckInfComment(SectionType, Comments, InfFile, LineNo, ValueList):
37 CheckUsage(Comments, UsageList, InfFile, LineNo, ValueList[0]+'.'+ValueList[1], ErrorMsgMap[MODEL_PCD_DYNAMIC])
39 CheckUsage(Comments, UsageList, InfFile, LineNo, ValueList[0], ErrorMsgMap[SectionType])
41 CheckUsage(Comments, UsageList + ("TO_START", "BY_START"), InfFile, LineNo, ValueList[0], ErrorMsgMap[SectionType])
43 def CheckUsage(Comments, Usages, InfFile, LineNo, Value, ErrorMsg):
50 ErrorMsg % (InfFile, LineNo, Value)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CrossTU/
CrossTranslationUnit.h 50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
52 : Code(C), FileName(std::move(FileName)), LineNo(LineNo) {}
56 int getLineNum() const { return LineNo; }
62 int LineNo;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CrossTU/
CrossTranslationUnit.h 50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
52 : Code(C), FileName(std::move(FileName)), LineNo(LineNo) {}
56 int getLineNum() const { return LineNo; }
62 int LineNo;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CrossTU/
CrossTranslationUnit.h 50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
52 : Code(C), FileName(std::move(FileName)), LineNo(LineNo) {}
56 int getLineNum() const { return LineNo; }
62 int LineNo;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h 50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
52 : Code(C), FileName(std::move(FileName)), LineNo(LineNo) {}
56 int getLineNum() const { return LineNo; }
62 int LineNo;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CrossTU/
CrossTranslationUnit.h 50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
52 : Code(C), FileName(std::move(FileName)), LineNo(LineNo) {}
56 int getLineNum() const { return LineNo; }
62 int LineNo;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CrossTU/
CrossTranslationUnit.h 50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
52 : Code(C), FileName(std::move(FileName)), LineNo(LineNo) {}
56 int getLineNum() const { return LineNo; }
62 int LineNo;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CrossTU/
CrossTranslationUnit.h 50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
52 : Code(C), FileName(std::move(FileName)), LineNo(LineNo) {}
56 int getLineNum() const { return LineNo; }
62 int LineNo;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h 50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
52 : Code(C), FileName(std::move(FileName)), LineNo(LineNo) {}
56 int getLineNum() const { return LineNo; }
62 int LineNo;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfCommonObject.py 49 self.LineNo = ''
55 # @param LineNo: LineNo
57 def SetLineNo(self, LineNo):
58 self.LineNo = LineNo
63 return self.LineNo
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h 160 IN UINT32 LineNo,
238 VOID IfrRecordOutput (IN FILE *, IN UINT32 LineNo);
244 VOID IfrCreateDefaultRecord (IN UINT8 Size,IN UINT16 DefaultId,IN UINT8 Type,IN UINT32 LineNo,IN EFI_IFR_TYPE_VALUE Value);
277 inline VOID SetLineNo (IN UINT32 LineNo) {
278 mLineNo = LineNo;
1064 IN UINT32 LineNo
1067 SetLineNo (LineNo);
1084 IN UINT32 LineNo
1087 SetLineNo (LineNo);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfParser.py 122 LineNo = 0
187 LineNo = LineNo + 1
189 if (LineNo < len(FileLinesList) - 1):
190 NextLine = FileLinesList[LineNo].strip()
195 if (Line == '' or not Line) and LineNo == len(FileLinesList):
209 HeaderStarLineNo = LineNo
210 SectionLines.append((Line, LineNo))
220 SectionLines.append((Line, LineNo))
235 SectionLines.append((Line, LineNo))
    [all...]
InfDepexSectionParser.py 46 LineNo = Line[1]
52 DepexComment.append((LineContent, LineNo))
65 DepexComment.append((LineContent[CommentCount:], LineNo))
70 DepexContent.append((LineContent, LineNo))
InfGuidPpiProtocolSectionParser.py 52 LineNo = Line[1]
68 LineNo))
76 Name, Value = MacroParser((LineContent, LineNo),
92 ValueList = [InfExpandMacro(Value, (FileName, LineContent, LineNo),
96 CurrentLineVar = (LineContent, LineNo, FileName)
139 LineNo = Line[1]
155 LineNo))
163 Name, Value = MacroParser((LineContent, LineNo),
179 ValueList = [InfExpandMacro(Value, (FileName, LineContent, LineNo), self.FileLocalMacros, SectionMacros)
182 CurrentLineVar = (LineContent, LineNo, FileName)
    [all...]
InfAsBuiltProcess.py 44 def GetLibInstanceInfo(String, WorkSpace, LineNo, CurrentInfFileName):
81 FileLinesList = GetFileLineContent(String, WorkSpace, LineNo, OrignalString)
108 def GetPackageListInfo(FileNameString, WorkSpace, LineNo):
113 FileLinesList = GetFileLineContent(FileNameString, WorkSpace, LineNo, '')
120 LineNo = -1
122 LineNo += 1
153 Name, Value = MacroParser((Line, LineNo),
167 Name, Value = MacroParser((Line, LineNo),
178 Line = InfExpandMacro(Line, (FileNameString, Line, LineNo), DefineSectionMacros, PackageSectionMacros, True)
186 def GetFileLineContent(FileName, WorkSpace, LineNo, OriginalString):
    [all...]
InfBuildOptionSectionParser.py 45 LineNo = 0
49 LineNo = Line[1]
90 Line=LineNo)
97 ValueList[0] = InfExpandMacro(ValueList[0], (FileName, LineContent, LineNo),
99 ValueList[1] = InfExpandMacro(ValueList[1], (FileName, LineContent, LineNo),
117 Line=LineNo)
124 Line=LineNo)
132 Line=LineNo)
173 LineNo = Line[1]
207 Line=LineNo,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Parsing.py 57 def GetBuildOption(String, File, LineNo= -1):
61 '[<Family>:]<ToolFlag>=Flag', LineNo)
80 def GetLibraryClass(Item, ContainerFile, WorkspaceDir, LineNo= -1):
88 'library class instance', Item[0], LineNo)
90 'LibraryClasses', Item[0], LineNo)
105 def GetLibraryClassOfInf(Item, ContainerFile, WorkspaceDir, LineNo= -1):
116 Item[0], LineNo)
118 'LibraryClasses', Item[0], LineNo)
121 ContainerFile, LineNo)
135 def CheckPcdTokenInfo(TokenInfoString, Section, File, LineNo= -1):
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 92 unsigned LineNo = 1;
103 LineNo = Cache->LineNoOfQuery;
109 if (*Ptr == '\n') ++LineNo;
120 Cache.LineNoOfQuery = LineNo;
121 return LineNo;
212 if (LineNo != -1) {
213 S << ':' << LineNo;
222 if (LineNo != -1 && ColumnNo != -1 && ShowLine) {
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 34 unsigned LineNo;
54 E.LineNo = Line;
105 unsigned LineNo, int FilenameID);
107 unsigned LineNo, int FilenameID,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceManagerInternals.h 34 unsigned LineNo;
54 E.LineNo = Line;
105 unsigned LineNo, int FilenameID);
107 unsigned LineNo, int FilenameID,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceManagerInternals.h 34 unsigned LineNo;
54 E.LineNo = Line;
105 unsigned LineNo, int FilenameID);
107 unsigned LineNo, int FilenameID,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h 176 VOID IfrRecordOutput (IN FILE *, IN UINT32 LineNo);
202 inline VOID SetLineNo (IN UINT32 LineNo) {
203 mLineNo = LineNo;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Parsing.py 229 def GetBuildOption(String, File, LineNo = -1):
232 RaiseParserError(String, 'BuildOptions', File, '[<Family>:]<ToolFlag>=Flag', LineNo)
252 def GetLibraryClass(Item, ContainerFile, WorkspaceDir, LineNo = -1):
258 CheckFileType(List[1], '.Inf', ContainerFile, 'library class instance', Item[0], LineNo)
259 CheckFileExist(WorkspaceDir, List[1], ContainerFile, 'LibraryClasses', Item[0], LineNo)
274 def GetLibraryClassOfInf(Item, ContainerFile, WorkspaceDir, LineNo = -1):
281 CheckFileType(ItemList[1], '.Inf', ContainerFile, 'LibraryClasses', Item[0], LineNo)
282 CheckFileExist(WorkspaceDir, ItemList[1], ContainerFile, 'LibraryClasses', Item[0], LineNo)
284 CheckPcdTokenInfo(ItemList[2], 'LibraryClasses', ContainerFile, LineNo)
300 def CheckPcdTokenInfo(TokenInfoString, Section, File, LineNo = -1):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 114 LineNo = 0
117 LineNo = LineNo + 1
136 EdkLogger.error("Parser", PARSER_ERROR, "Different section names '%s' and '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]), File=Filename, Line=LineNo)
140 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
148 SectionItemList.append([Line, LineNo])

Completed in 508 milliseconds

1 2 3 4 5 6