Home
last modified time | relevance | path

Searched refs:r (Results 1 – 9 of 9) sorted by relevance

/scripts/
A Dvcstocl_quirks.py32 [{'orig': r'ElfW\((\w+)\)', 'sub': r'\1__ELF_NATIVE_CLASS_t'},
33 {'orig': r'(libc_freeres_fn)\s*\((\w+)\)', 'sub': r'static void \1__\2 (void)'},
34 {'orig': r'(IMPL)\s*\((\w+), .*\)$', 'sub': r'static void \1__\2 (void) {}'},
35 {'orig': r'__(BEGIN|END)_DECLS', 'sub': r''},
38 'sub': r'__attribute__ ((\1))'},
39 {'orig': r'__THROW', 'sub': r'__attribute__ ((__nothrow__ __LEAF))'},
40 {'orig': r'__THROWNL', 'sub': r'__attribute__ ((__nothrow__))'},
41 {'orig': r'__nonnull \(\(([^)]+)\)\)',
43 {'orig': r'([^_])attribute_(\w+)', 'sub': r'\1__attribute__ ((\2))'},
44 {'orig': r'^attribute_(\w+)', 'sub': r'__attribute__ ((\1))'}]
[all …]
A Ddso-ordering-test.py542 if obj in r[1]:
582 for r in t.deps.items():
583 print("%s -> %s" % (r[0], r[1]))
586 print("%s" % (r[0]))
589 print("%s => %s" % (r[0], r[1]))
727 xfail = r[1][1]
970 obj = r[0]
1009 if r[0] != "":
1012 (output, xfail) = r[1]
1044 if r[0] != "":
[all …]
A Dglibc_shared_code.py61 r = get_glibc_shared_code(sys.argv[1]) variable
63 for k in r.keys():
64 for f in r[k]:
70 pprint(r)
A Dtest_printers_common.py75 version_match = re.search(r'GNU gdb .* ([1-9][0-9]*)\.([0-9]+)',
169 test('disable pretty-printer', r'0 of [0-9]+ printers enabled')
174 r'[1-9][0-9]* of [1-9]+ printers enabled')
185 test('start', r'main')
256 r'{0} [0-9]+ at 0x[a-f0-9]+: file {1}, line {2}\.'.format(break_type,
318 return test(command, r'[0-9]+')
357 test('print {0}'.format(var), r'{0} = {1}'.format(name, value))
369 test('ptype {0}'.format(symbol), r'type = {0}'.format(symbol))
A Dcheck-obsolete-constructs.py65 PP_TOKEN_RE_ = re.compile(r"""
93 HEADER_NAME_RE_ = re.compile(r"""
98 ENDLINE_RE_ = re.compile(r"""\r|\n|\r\n""")
254 OBSOLETE_TYPE_RE_ = re.compile(r"""\A
A Dcheck-wx-segment.py30 r'^ LOAD +(?:0x[0-9a-fA-F]+ +){5}([R ][W ][ E]) +0x[0-9a-fA-F]+\n\Z')
A Dbuild-many-glibcs.py868 r = self.git_checkout(component, git_url, git_branch, update)
870 return r
874 r = self.git_checkout(component, git_url, git_branch, update)
877 return r
881 r = self.git_checkout(component, git_url, git_branch, update)
884 return r
891 return r
914 r = subprocess.run(['git', 'rev-parse', 'HEAD'],
918 return r.rstrip()
956 r = subprocess.run(['git', 'rev-parse', 'HEAD'],
[all …]
A Dglibcextract.py106 match = re.fullmatch(r'\((.*?)\) (.*)', value)
A Dinstall-sh357 d????-?r-*) different_mode=700;;

Completed in 26 milliseconds