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

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
ParseGuidedSectionTools.c 110 CHAR8 *NextLine;
121 NextLine = ReadMemoryFileLine (InputFile);
122 if (NextLine == NULL) {
126 Status = StripInfDscStringInPlace (NextLine);
131 if (NextLine[0] == '\0') {
135 Tool = SplitStringByWhitespace (NextLine);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
InfSectionParser.py 46 NextLine = ''
48 NextLine = str(FileLinesList[Index + 1]).strip()
57 if (NextLine != '' and NextLine[0] == TAB_SECTION_START and \
58 NextLine[-1] == TAB_SECTION_END) or FileLastLine:
  /external/clang/lib/Format/
UnwrappedLineFormatter.h 56 const AnnotatedLine *NextLine) const;
UnwrappedLineFormatter.cpp 30 /// \c nextLine must be called for each \c AnnotatedLine, after which \c
31 /// getIndent() will return the indent for the last line \c nextLine was called
34 /// \c adjustToUnmodifiedLine after the call to \c nextLine will cause
52 void nextLine(const AnnotatedLine &Line) {
72 /// Note that \c nextLine must have been called before this method.
142 IndentTracker.nextLine(*Current);
814 const AnnotatedLine *NextLine = nullptr;
821 Line; Line = NextLine) {
846 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker);
847 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine);
    [all...]
  /art/tools/checker/file_format/checker/
struct.py 59 if new_assertion.variant == TestAssertion.Variant.NextLine:
62 self.assertions[-1].variant != TestAssertion.Variant.NextLine):
78 InOrder, NextLine, DAG, Not, Eval = range(5)
parser.py 72 nextLine = __extractLine(prefix + "-NEXT", line)
73 if nextLine is not None:
74 return (nextLine, TestAssertion.Variant.NextLine, lineNo), None, None
test.py 258 ("foo3", TestAssertion.Variant.NextLine),
259 ("foo4", TestAssertion.Variant.NextLine),
  /external/toolchain-utils/crosperf/
experiment_file.py 91 while reader.NextLine():
109 while reader.NextLine():
191 def NextLine(self, strip_comment=True):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParserMisc.py 48 self.NextLine = ''
70 self.NextLine = ''
73 self.NextLine = Line
InfParser.py 190 NextLine = FileLinesList[LineNo].strip()
219 HeaderCommentEnd and NextLine != '':
275 BinaryHeaderCommentEnd and NextLine != '':
DecParser.py 299 while not self._RawData.IsEndOfFile() or self._RawData.NextLine:
300 if self._RawData.NextLine:
304 Line = self._RawData.NextLine
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DscFile.c 447 SECTION_LINE *NextLine;
461 NextLine = DSC->Lines->Next;
464 DSC->Lines = NextLine;
  /bionic/linker/
linker_config.cpp 66 while(NextLine(&line)) {
103 bool NextLine(std::string* line) {
  /art/tools/checker/match/
file.py 136 elif assertionGroup[0].variant == TestAssertion.Variant.NextLine:
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 755 JITEvent_EmittedFunctionDetails::LineStart NextLine;
756 NextLine.Address = getCurrentPCValue();
757 NextLine.Loc = DL;
758 EmissionDetails.LineStarts.push_back(NextLine);
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 46 bool NextLine();
  /prebuilts/go/darwin-x86/src/cmd/vet/all/
main.go 240 NextLine:
264 continue NextLine
  /prebuilts/go/linux-x86/src/cmd/vet/all/
main.go 240 NextLine:
264 continue NextLine
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py 502 NextLine = ''
504 NextLine = CleanString(Content[Index + 1])
549 if NextLine == '':
553 if NextLine[0] == TAB_SECTION_START and NextLine[-1] == TAB_SECTION_END:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 522 NextLine = ''
524 NextLine, NextComment = CleanString2(Content[Index + 1])
582 if NextLine == '':
586 if NextLine[0] == TAB_SECTION_START and NextLine[-1] == TAB_SECTION_END:
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 693 char NextLine = '\n';
697 NextLine = ' ';
701 dbgs() << '\t' << header << ": " << NextLine;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c     [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 1102 while (pIterator->NextLine())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Check.py 447 NextLine = FileLinesList[LineNo].strip()
482 HeaderCommentEnd and NextLine != '':
    [all...]

Completed in 1593 milliseconds

1 2