HomeSort by relevance Sort by last modified time
    Searched refs:Lines (Results 51 - 75 of 231) sorted by null

1 23 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DscFile.c 21 provides services to find the sections by name, and read the lines from
218 // Read lines and process until done
282 if (DSC->Lines == NULL) {
283 DSC->Lines = NewLine;
460 while (DSC->Lines != NULL) {
461 NextLine = DSC->Lines->Next;
462 free (DSC->Lines->Line);
463 free (DSC->Lines);
464 DSC->Lines = NextLine;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
Misc.c 38 Advance to the next Count lines.
73 Retreat to the previous Count lines.
108 Advance/Retreat lines.
141 Advance/Retreat lines and set CurrentLine in BufferImage to it.
180 Free all the lines in HBufferImage.
182 Lines
188 @param[in] Lines The lines.
195 IN HEFI_EDITOR_LINE *Lines
202 // release all the lines
    [all...]
HexEditorTypes.h 94 LIST_ENTRY *ListHead; // list head of lines
95 HEFI_EDITOR_LINE *Lines; // lines of current file
96 UINTN NumLines; // number of lines
  /external/llvm/lib/DebugInfo/CodeView/
ModuleSubstreamVisitor.cpp 20 const LineInfoArray &Lines) {
21 return visitUnknown(ModuleSubstreamKind::Lines, Data);
63 case ModuleSubstreamKind::Lines: {
  /build/kati/testcase/
multiline_recipe.mk 7 # http://www.gnu.org/software/make/manual/make.html#Splitting-Recipe-Lines
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 89 # @param Lines: The content to be parsed
94 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter):
96 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
97 LineList = Lines.splitlines()
109 # @param Lines: The content to be parsed
114 def GetDynamics(Lines, Key, KeyValues, CommentCharacter):
120 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
121 LineList = Lines.splitlines()
    [all...]
UniClassObject.py 452 Lines = []
507 # Process comment embeded in string define lines
553 Lines.extend(self.PreProcess(IncFile, True))
598 Lines.append(Line)
613 if not IsIncludeFile and not Lines:
621 for Line in Lines:
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
TextEditorTypes.h 73 LIST_ENTRY *ListHead; // list head of lines
74 EFI_EDITOR_LINE *Lines; // lines of current file
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 148 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size);
149 DILineInfoTable::iterator Begin = Lines.begin();
150 DILineInfoTable::iterator End = Lines.end();
172 SourceFileName = Lines.front().second.FileName;
  /external/llvm/lib/Support/
SpecialCaseList.cpp 89 SmallVector<StringRef, 16> Lines;
90 SplitString(MB->getBuffer(), Lines, "\n\r");
92 for (auto I = Lines.begin(), E = Lines.end(); I != E; ++I, ++LineNo) {
93 // Ignore empty lines and lines starting with "#"
  /development/tools/bugreport/src/com/android/bugreport/anr/
AnrParser.java 23 import com.android.bugreport.util.Lines;
58 public ArrayList<Anr> parse(Lines<? extends Line> lines, boolean tryTraces) {
68 while (lines.hasNext()) {
69 final Line line = lines.next();
88 lines.rewind();
90 final CpuUsageSnapshot snapshot = parser.parse(lines);
99 lines.rewind();
101 final ProcessSnapshot snapshot = parser.parse(lines);
111 // TODO: These lines
    [all...]
  /development/tools/bugreport/src/com/android/bugreport/stacks/
ProcessSnapshotParser.java 20 import com.android.bugreport.util.Lines;
50 * Parse the given Lines until the beginning of the next process section, or until
53 public ProcessSnapshot parse(Lines<? extends Line> lines) {
71 while (lines.hasNext()) {
72 final Line line = lines.next();
79 lines.rewind();
83 lines.rewind();
87 lines.rewind();
102 while (lines.hasNext())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 107 # @param Lines: contents of INF file
111 def ParseInf(self, Lines = [], FileRelativePath = '', Filename = ''):
116 for Line in Lines:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
InfBinarySectionTest.py 247 Lines = String.split('\n')
250 for Line in Lines:
  /external/deqp/framework/referencerenderer/
rrPrimitiveTypes.hpp 38 PRIMITIVETYPE_LINES, //!< Separate lines
44 PRIMITIVETYPE_LINES_ADJACENCY, //!< Separate lines (adjacency)
56 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Lines Assembler; };
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 71 std::vector<SourceLineEntry> Lines;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 71 std::vector<SourceLineEntry> Lines;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 77 std::vector<SourceLineEntry> Lines;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 77 std::vector<SourceLineEntry> Lines;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 77 std::vector<SourceLineEntry> Lines;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 77 std::vector<SourceLineEntry> Lines;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 71 std::vector<SourceLineEntry> Lines;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 71 std::vector<SourceLineEntry> Lines;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 77 std::vector<SourceLineEntry> Lines;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 77 std::vector<SourceLineEntry> Lines;

Completed in 6936 milliseconds

1 23 4 5 6 7 8 910