Home
last modified time | relevance | path

Searched refs:this_line (Results 1 – 10 of 10) sorted by relevance

/external/curl/tests/
Dobjnames-test08.sh194 while read this_line; do
195 obj_name=`echo "$this_line" | cut -f1`
199 echo "$this_line"
202 echo "$this_line"
207 prev_line=$this_line
Dobjnames-test10.sh194 while read this_line; do
195 obj_name=`echo "$this_line" | cut -f1`
199 echo "$this_line"
202 echo "$this_line"
207 prev_line=$this_line
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp363 SourceLine this_line; in PrintInstructions() local
364 this_line.file = sc.line_entry.file; in PrintInstructions()
365 this_line.line = sc.line_entry.line; in PrintInstructions()
366 this_line.column = sc.line_entry.column; in PrintInstructions()
367 if (!ElideMixedSourceAndDisassemblyLine(exe_ctx, sc, this_line)) in PrintInstructions()
368 AddLineToSourceLineTables(this_line, source_lines_seen); in PrintInstructions()
423 SourceLine this_line; in PrintInstructions() local
424 this_line.file = func_decl_file; in PrintInstructions()
425 this_line.line = lineno; in PrintInstructions()
426 source_lines_to_display.lines.push_back(this_line); in PrintInstructions()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp518 auto this_line = AsDependenceLine(); in operator ==() local
520 return *this_line->GetA() == *other_line->GetA() && in operator ==()
521 *this_line->GetB() == *other_line->GetB() && in operator ==()
522 *this_line->GetC() == *other_line->GetC(); in operator ==()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp518 auto this_line = AsDependenceLine(); in operator ==() local
520 return *this_line->GetA() == *other_line->GetA() && in operator ==()
521 *this_line->GetB() == *other_line->GetB() && in operator ==()
522 *this_line->GetC() == *other_line->GetC(); in operator ==()
/external/python/cpython3/Lib/email/
Dcharset.py340 this_line = EMPTYSTRING.join(current_line)
341 length = encoder_module.header_length(_encode(this_line, charset))
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2597 llvm::StringRef this_line = help_text.substr(0, line_width_max); in OutputFormattedHelpText() local
2600 std::size_t first_newline = this_line.find_first_of("\n"); in OutputFormattedHelpText()
2604 if (this_line.size() != help_text.size()) in OutputFormattedHelpText()
2605 last_space = this_line.find_last_of(" \t"); in OutputFormattedHelpText()
2608 this_line = this_line.substr(0, std::min(first_newline, last_space)); in OutputFormattedHelpText()
2609 strm.PutCString(this_line); in OutputFormattedHelpText()
2613 help_text = help_text.drop_front(this_line.size()).ltrim(); in OutputFormattedHelpText()
/external/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp719 LineEntry this_line; in GetAddressRangeFromHereToEndLine() local
721 false, &this_line); in GetAddressRangeFromHereToEndLine()
724 if (LineEntry::Compare(this_line, line_entry) == 0) { in GetAddressRangeFromHereToEndLine()
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py1043 this_line = extract_stack(limit=2)[-1]
1044 pa_call_line_synth = (this_line[0], this_line[1]+LINE_DIFF)
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py1043 this_line = extract_stack(limit=2)[-1]
1044 pa_call_line_synth = (this_line[0], this_line[1]+LINE_DIFF)