OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_file
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/tools/grit/grit/gather/
interface.py
21
def __init__(self,
rc_file
, extkey=None, encoding='cp1252', is_skeleton=False):
26
rc_file
: The 'file' attribute of the <structure> node (usually the
34
self.
rc_file
=
rc_file
104
return self.
rc_file
164
if isinstance(self.
rc_file
, types.StringTypes):
171
return self.
rc_file
.read()
chrome_scaled_image.py
113
path = os.path.join(dir, self.
rc_file
)
120
'Tried ' + self.grd_node.ToRealPath(os.path.join(dir, self.
rc_file
)))
rc.py
93
raise exception.SectionNotFound('%s in file %s' % (self.extkey, self.
rc_file
))
309
raise exception.SectionNotFound('%s in file %s' % (self.extkey, self.
rc_file
))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py
411
rc_file
= os.path.join (rc_dir, base + '.rc')
414
["/fo" + obj] + [
rc_file
])
msvc9compiler.py
529
rc_file
= os.path.join (rc_dir, base + '.rc')
532
["/fo" + obj] + [
rc_file
])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py
411
rc_file
= os.path.join (rc_dir, base + '.rc')
414
["/fo" + obj] + [
rc_file
])
msvc9compiler.py
529
rc_file
= os.path.join (rc_dir, base + '.rc')
532
["/fo" + obj] + [
rc_file
])
Completed in 257 milliseconds