| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | mailmapper | 65 toplevel = toplevel.rstrip() 95 mail = '<' + mail.rstrip() 97 _, name = tmp.rstrip().split(None, 1) 124 config_mailmap = config_mailmap.rstrip()
|
| H A D | fill_scrapyard.py | 100 toplevel = toplevel.rstrip() 158 line = line.rstrip() + '\n'
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | test.py | 218 errors[0].rstrip().replace('\n', '\nw+')) 228 errors[1].rstrip().replace('\n', '\n+')) 237 errors[1].rstrip().replace('\n', '\n-')) 241 errors[2].rstrip().replace('\n', '\nw+')) 249 expect = errors[3].rstrip().split('\n') 255 errors[2].rstrip().replace('\n', '\nw-')) 261 expect = errors[3].rstrip().split('\n') 267 errors[0].rstrip().replace('\n', '\nw-')) 273 expect_str = errors[4].rstrip().replace('%(basedir)s', '').split('\n')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/contrib/ |
| H A D | oe-stylize.py | 238 if line.rstrip().endswith('\\'): 245 return line.rstrip() 369 line = line.expandtabs().rstrip() 383 line = line.rstrip() 427 print("## Warning: unknown variable/routine \"%s\"" % originalLine.rstrip('\n'))
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib.py | 42 if self.lastline == self.lastline.rstrip("\r\n"): 50 line = text.rstrip("\r\n") 51 if line != line.rstrip():
|
| H A D | lib_mk.py | 153 if text.rstrip() != "#" * 80: 159 if text.rstrip() != "#": 164 if text.rstrip() != "": 197 if self.TAB_OR_MULTIPLE_SPACES_BEFORE_BACKSLASH.match(text.rstrip()): 328 if self.VARIABLE_WITH_BRACES.match(text.rstrip()):
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ini.c | 40 static char *rstrip(char *s) in rstrip() function 137 start = lskip(rstrip(line)); in ini_parse() 174 name = rstrip(start); in ini_parse() 179 rstrip(value); in ini_parse()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | utilcmds.py | 116 cmake_cmd = cmake_cmd + ' ' + line.strip().rstrip('\\') 120 cmake_cmd = line.strip().rstrip('\\') 144 %s''' % (cmake_do_configure.rstrip(), extra_oecmake) 152 }''' % do_configure.rstrip()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | ftools.py | 13 wdata = data.rstrip() + "\n" 21 wdata = data.rstrip() + "\n"
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fitimage.py | 168 sigs[itsdotpath][key.rstrip()] = value.lstrip().rstrip(';') 495 sigs[itsdotpath][key.rstrip()] = value.lstrip().rstrip(';') 649 sigs[itsdotpath][key.rstrip()] = value.lstrip().rstrip(';') 819 print("checking configuration " + cfg_str.rstrip(" {"))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/ |
| H A D | frame_filters.py | 233 printer_list = gdb.frames.return_list(text.split()[0].rstrip()) 265 printer_list = gdb.frames.return_list(text.split()[0].rstrip()) 350 printer_list = gdb.frames.return_list(text.split()[0].rstrip()) 431 printer_list = frame._return_list(text.split()[0].rstrip())
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/ |
| H A D | frame_filters.py | 233 printer_list = gdb.frames.return_list(text.split()[0].rstrip()) 265 printer_list = gdb.frames.return_list(text.split()[0].rstrip()) 350 printer_list = gdb.frames.return_list(text.split()[0].rstrip()) 431 printer_list = frame._return_list(text.split()[0].rstrip())
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libteam/libteam/ |
| H A D | 0001-team_basic_test.py-switch-to-python3.patch | 54 cmd = cmd.rstrip(" ") 65 - output = data_stdout.rstrip() 66 + output = (data_stdout.rstrip()).decode()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/ |
| H A D | qemu-targets.inc | 21 return softmmuonly + ''.join([arch + "-softmmu" + "," for arch in archs]).rstrip(',') 22 …nly + ''.join([arch + "-linux-user" + "," + arch + "-softmmu" + "," for arch in archs]).rstrip(',')
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | lsb.py | 14 key, val = line.rstrip().split('=', 1) 85 data['DISTRIB_RELEASE'] = line[10:].rstrip()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-pkgdata-util | 56 fields = line.rstrip().split() 92 pn = line.split(': ')[1].rstrip() 100 renamed = line.split(': ')[1].rstrip() 171 val = line.split(': ', 1)[1].rstrip() 224 fields = line.rstrip().split(': ') 359 fields = line.rstrip().split(': ')
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | serv.py | 48 … (client_proto_name, client_proto_version) = client_protocol.decode('utf-8').rstrip().split() 65 line = line.decode('utf-8').rstrip() 115 l = l.rstrip(b"\n").decode("utf-8")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 12-distutils-prefix-is-inside-staging-area.patch | 30 + prefix = os.environ['STAGING_INCDIR'].rstrip('include') 45 + prefix = os.environ['STAGING_LIBDIR'].rstrip(lib_basename)
|
| /OK3568_Linux_fs/yocto/poky/documentation/tools/ |
| H A D | update-documentation-conf | 72 infos[infolinesplit[0].rstrip()] = infolinesplit[1].lstrip() 95 key = linesplit[0].rstrip()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | git-make-shallow | 31 git_dir = check_output(['git', 'rev-parse', '--git-dir']).rstrip() 142 merge_base = check_output(['git', 'merge-base', parent, ref]).rstrip()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | spdxcheck.py | 182 expr = expr.rstrip('*/').strip() 185 expr = expr.rstrip('-->').strip() 188 expr = expr.rstrip('\"').strip()
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
| H A D | parser_test.py | 74 print(line.rstrip()) 94 print(line.rstrip())
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/ |
| H A D | ConfHandler.py | 134 s = s.rstrip() 138 s2 = line.rstrip()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys_python.py | 207 line = line.rstrip() 409 info[key] = [l.rstrip() for l in arg_info.splitlines()] 439 line = line.rstrip() 546 line = line.rstrip() 557 provides_lines = (l.rstrip() for l in provides_output.splitlines())
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-cryptography/ |
| H A D | check-memfree.py | 4 meminfo = dict((i.split()[0].rstrip(':'),int(i.split()[1])) for i in open('/proc/meminfo').readline…
|