OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ibtool_re
(Results
1 - 2
of
2
) sorted by null
/external/v8/build/config/mac/
compile_xib.py
36
ibtool_re
= re.compile(r'.*note:.*is clipping its content')
42
elif not
ibtool_re
.match(line):
/external/v8/tools/gyp/pylib/gyp/
mac_tool.py
106
ibtool_re
= re.compile(r'.*note:.*is clipping its content')
112
elif not
ibtool_re
.match(line):
Completed in 197 milliseconds