Home
last modified time | relevance | path

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

/external/curl/tests/
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/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/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/python/cpython3/Lib/email/
Dcharset.py342 this_line = EMPTYSTRING.join(current_line)
343 length = encoder_module.header_length(_encode(this_line, charset))
/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)
/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)