OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lib_re
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/breakpad/tools/
generate_breakpad_symbols.py
77
lib_re
= re.compile('\t.* => (.+) \(.*\)$')
80
m =
lib_re
.match(line)
99
lib_re
= re.compile('\t(.*) \(compatibility .*\)$')
102
m =
lib_re
.match(line)
/external/ltrace/
options.c
203
regex_t
lib_re
;
local
204
int status = (lib_re_p ? regcomp : globcomp)(&
lib_re
, lib, 0);
207
regerror(status, &
lib_re
, buf, sizeof buf);
212
filter_lib_matcher_name_init(matcher, type,
lib_re
);
Completed in 255 milliseconds