OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_h
(Results
1 - 10
of
10
) sorted by null
/external/qemu/
android-configure.sh
586
config_h
=objs/config-host.h
587
echo "/* This file was autogenerated by '$PROGNAME' */" > $
config_h
588
echo "#define CONFIG_QEMU_SHAREDIR \"/usr/local/share/qemu\"" >> $
config_h
589
echo "#define HOST_LONG_BITS $HOST_LONGBITS" >> $
config_h
591
echo "#define CONFIG_BYTESWAP_H 1" >> $
config_h
594
echo "#define CONFIG_MACHINE_BSWAP_H 1" >> $
config_h
597
echo "#define CONFIG_FNMATCH 1" >> $
config_h
599
echo "#define CONFIG_GDBSTUB 1" >> $
config_h
600
echo "#define CONFIG_SLIRP 1" >> $
config_h
601
echo "#define CONFIG_SKINS 1" >> $
config_h
[
all
...]
/external/qemu/distrib/sdl-1.2.15/
android-configure.sh
191
echo "$1" >> $
config_h
234
config_h
=objs/SDL_config.h
325
echo "/* This file was autogenerated by '$PROGNAME' - do not edit */" > $
config_h
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py
238
config_h
= sysconfig.get_config_h_filename()
239
self.assertTrue(os.path.isfile(
config_h
),
config_h
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py
238
config_h
= sysconfig.get_config_h_filename()
239
self.assertTrue(os.path.isfile(
config_h
),
config_h
)
/external/bison/
Makefile.am
29
djgpp/config.sed djgpp/config.site djgpp/
config_h
.sed \
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py
241
config_h
= 'config.h'
244
config_h
= 'pyconfig.h'
245
return os.path.join(inc_dir,
config_h
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py
241
config_h
= 'config.h'
244
config_h
= 'pyconfig.h'
245
return os.path.join(inc_dir,
config_h
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py
301
config_h
= get_config_h_filename()
303
with open(
config_h
) as f:
306
msg = "invalid Python installation: unable to open %s" %
config_h
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py
301
config_h
= get_config_h_filename()
303
with open(
config_h
) as f:
306
msg = "invalid Python installation: unable to open %s" %
config_h
/external/bison/djgpp/
config.bat
286
test -f %XSRC%/lib/
config_h
.org
287
if errorlevel 1 update %XSRC%/lib/config.hin %XSRC%/lib/
config_h
.org
288
sed -f %XSRC%/djgpp/
config_h
.sed %XSRC%/lib/
config_h
.org > config.hin
Completed in 335 milliseconds