OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_line
(Results
1 - 4
of
4
) sorted by null
/external/libvncserver/utils/
git2cl.pl
131
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/
objnames-test08.sh
194
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
objnames-test10.sh
194
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/
tracer.c
660
/* Tracing arcs: key is (last_line,
this_line
). */
666
/* Tracing lines: key is simply
this_line
. */
667
PyObject *
this_line
= MyInt_FromInt(lineno_from);
local
668
if (
this_line
== NULL) {
672
ret2 = PyDict_SetItem(self->cur_entry.file_data,
this_line
, Py_None);
673
Py_DECREF(
this_line
);
[
all
...]
Completed in 119 milliseconds