HomeSort by: relevance | last modified time | path
    Searched refs:rstrip (Results 1 - 25 of 32) sorted by relevancy

1 2

  /xsrc/external/mit/freetype/dist/builds/meson/
extract_libtool_version.py 32 line = line.rstrip()
extract_freetype_version.py 36 line = line.rstrip()
process_ftoption_h.py 64 line = line.rstrip()
parse_modules_cfg.py 35 line = line.rstrip()
  /xsrc/external/mit/fontconfig/dist/src/
makealias.py 14 l = l.rstrip()
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_llvm_ir_macros.py 103 line = lines[idx].rstrip()
120 func_sig = lines[idx-2].rstrip() + line
130 line = lines[idx].rstrip()
gen_llvm_types.py 113 line = lines[idx].rstrip()
140 line = lines[idx].rstrip()
165 line = lines[idx].rstrip()
gen_archrast.py 38 line = lines[idx].rstrip()
77 line = lines[idx].rstrip()
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_archrast.py 39 line = lines[idx].rstrip()
70 line = lines[idx].rstrip()
113 line = lines[idx].rstrip()
gen_llvm_ir_macros.py 103 line = lines[idx].rstrip()
112 func_sig = lines[idx-2].rstrip() + line
122 line = lines[idx].rstrip()
gen_llvm_types.py 114 line = lines[idx].rstrip()
141 line = lines[idx].rstrip()
166 line = lines[idx].rstrip()
  /xsrc/external/mit/MesaLib.old/dist/scons/
source_list.py 92 self.line_cont = line[:-1].rstrip() + ' '
llvm.py 241 llvm_version = env.backtick('%s --version' % llvm_config).rstrip()
  /xsrc/external/mit/MesaLib/dist/src/util/perf/
u_trace.py 336 hdrname=hdr.rstrip('.h').upper(),
408 hdrname=hdr.rstrip('.h').upper(),
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
check_output.py 84 self.data = data.rstrip()
158 return self.data.split('\n')[num - 1].rstrip()
346 pattern_stream = StringStream(self.data.rstrip(), 'pattern')
356 state.result.log += state.g['output'].data.rstrip() + '\n'
473 for line in result.log.rstrip().split('\n'):
474 print(' ' + line.rstrip())
glsl_scraper.py 116 res = re.match(match_decl_re, line.lstrip().rstrip())
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/
lava_job_submitter.py 144 init_lines += [ x.rstrip() for x in init_sh if not x.startswith('#') and x.rstrip() ]
  /xsrc/external/mit/MesaLib/dist/bin/
perf-annotate-jit.py 71 self.__line = line.rstrip('\r\n')
gen_calendar_entries.py 102 version = f.read().rstrip('-devel')
  /xsrc/external/mit/MesaLib/dist/src/panfrost/perf/
pan_gen_perf.py 38 self.file.write(text.rstrip() + "\n")
  /xsrc/external/mit/MesaLib.old/dist/bin/
perf-annotate-jit.py 71 self.__line = line.rstrip('\r\n')
  /xsrc/external/mit/freetype/dist/src/tools/
make_distribution_archives.py 24 return out.decode("utf-8").rstrip()
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
gen_gl_wrappers.py 126 line = line.rstrip()
  /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
diff_state.py 262 text = text.rstrip()
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
diff_state.py 265 text = text.rstrip()

Completed in 28 milliseconds

1 2