Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 66) sorted by relevance

123

/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dsetup.py87 files = makevars['LIBFDT_SRCS'].split()
96 files = os.environ.get('SOURCES', '').split()
97 cflags = os.environ.get('CPPFLAGS', '').split()
100 swig_opts = os.environ.get('SWIG_OPTS', '').split()
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/
H A DMakefile14 …erdes-i2c.o serdes-core.o serdes-bridge.o serdes-bridge-split.o serdes-panel.o serdes-panel-split.…
/rk3399_rockchip-uboot/scripts/
H A Dfill_scrapyard.py61 commit = result.split()[0]
86 return committer_date.split()[0]
139 tmp = line.split(None, 5)
H A Dmailmapper79 commits, name = line.split(None, 1)
94 tmp, mail = line.split('<')
97 _, name = tmp.rstrip().split(None, 1)
H A Dld-version.sh5 split($1,a, ".");
H A Ddiffconfig45 name, val = line[7:].split("=", 1)
/rk3399_rockchip-uboot/test/py/
H A Du_boot_utils.py173 cmd = cmd.split()
231 for l in response.split('\n'):
233 ram_base = int(l.split('=')[1].strip(), 16)
/rk3399_rockchip-uboot/tools/patman/
H A Dsettings.py183 for item in m.group(2).split(','):
267 words = line.split(' ', 2)
273 alias[words[1]] = [s.strip() for s in words[2].split(',')]
329 alias[name] = value.split(',')
H A Dgitutil.py82 name = stdout.split(' ')[1].strip()
107 commit_hash = line.split(' ')[0]
139 leaf = merge.split('/')[-1]
H A Dseries.py65 values = value.split(',')
157 process_it = self.get('process_log', '').split(',')
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_log.py46 split = output.replace('\r', '').splitlines()
47 lines = iter(split)
H A Dtest_hush_if_test.py104 args = len(expr.split(' ')) - 1
H A Dtest_vboot.py149 byte_list = sig.split()
/rk3399_rockchip-uboot/tools/buildman/
H A Dboard.py129 fields = line.split()
217 for word in arg.split():
219 for term in word.split('&'):
H A Dtoolchain.py278 for path in os.environ["PATH"].split(os.pathsep):
339 for alias in value.split():
408 args = arg_str.split(' ')
463 leaf = url.split('/')[-1]
H A Dtest.py249 expect = errors[3].rstrip().split('\n')
261 expect = errors[3].rstrip().split('\n')
273 expect_str = errors[4].rstrip().replace('%(basedir)s', '').split('\n')
/rk3399_rockchip-uboot/tools/binman/etype/
H A Du_boot_spl_bss_pad.py24 bss_size = int(out[0].split()[0], 16)
H A Du_boot_with_ucode_ptr.py38 self.target_pos = int(out[0].split()[0], 16)
/rk3399_rockchip-uboot/tools/
H A Dmicrocode-tool.py31 for value in ''.join(data).split(','):
116 words = line.split(',')[:-1]
247 commands = 'create,license,list'.split(',')
H A Dmicrocode-tool31 for value in ''.join(data).split(','):
116 words = line.split(',')[:-1]
247 commands = 'create,license,list'.split(',')
H A Drkmux.py91 bit_high, bit_low = [int(x) for x in regfield.bits.split(':')]
148 cols = re.split(' *', line, 3)
H A Dmoveconfig.py431 line = line.split(' ')[0] # handle 'git log' input
458 for s in string.split('\n') ])
655 old_tokens = line[len(start):-len(end)].split(',')
1192 config, value = line.split('=', 1)
1249 log += '\n'.join([ ' ' + s for s in self.log.split('\n') ])
1595 add_imply = add_imply.split()
1620 config, value = line.strip().split('=', 1)
1828 for flag in options.imply_flags.split(','):
/rk3399_rockchip-uboot/tools/binman/
H A Dbinman.py66 coverage = stdout.splitlines()[-1].split(' ')[-1]
H A Dbinman66 coverage = stdout.splitlines()[-1].split(' ')[-1]
/rk3399_rockchip-uboot/doc/
H A DREADME.watchdog7 enabled must call this function in their board file. This split

123