Home
last modified time | relevance | path

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

/external/libvncserver/utils/
Dgit2cl.pl131 my $this_line = shift (@lines);
132 chomp $this_line;
134 if ($this_line =~ /^(\s+)/) {
146 elsif (($this_line =~ /^(\s*)\*\s+[a-zA-Z0-9]/)
147 || ($this_line =~ /^(\s*)\* [a-zA-Z0-9_\.\/\+-]+/)
148 || ($this_line =~ /^(\s*)\([a-zA-Z0-9_\.\/\+-]+(\)|,\s*)/)
149 || ($this_line =~ /^(\s+)(\S+)/)
150 || ($this_line =~ /^(\s*)- +/)
151 || ($this_line =~ /^()\s*$/)
152 || ($this_line =~ /^(\s*)\*\) +/)
[all …]
/external/curl/lib/
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
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
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dtracer.c667 PyObject * this_line = MyInt_FromInt(lineno_from); in CTracer_handle_line() local
668 if (this_line == NULL) { in CTracer_handle_line()
672 ret2 = PyDict_SetItem(self->cur_entry.file_data, this_line, Py_None); in CTracer_handle_line()
673 Py_DECREF(this_line); in CTracer_handle_line()