OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_h
(Results
1 - 20
of
20
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sysconfig.py
233
config_h
= sysconfig.get_config_h_filename()
234
self.assertTrue(os.path.isfile(
config_h
),
config_h
)
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
sysconfig.py
198
config_h
= 'config.h'
201
config_h
= 'pyconfig.h'
202
return os.path.join(inc_dir,
config_h
)
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
)
/external/curl/packages/vms/
generate_config_vms_h_curl.com
227
$!
config_h
.com finds that configure defaults to it being enabled so
234
$! The
config_h
.com finds a bunch of default disable commands in
235
$! configure and will incorrectly disable these options. The
config_h
.com
239
$! We do them all here, even the ones that
config_h
.com currently gets correct.
389
$! in the text libraries, so
CONFIG_H
.COM can not find it either.
config_h.com
1
$! File:
config_h
.com
3
$! $Id:
config_h
.com,v 1.1.1.1 2012/12/02 19:25:21 wb8tyw Exp $
881
"%
CONFIG_H
-I-NONPORT, ''key2' being tested for!"
883
"-
CONFIG_H
-I-GETCWD, GETCWD(0,0) does not work on VMS."
885
"-
CONFIG_H
-I-GETCWD2, Work around hack probably required."
887
"-
CONFIG_H
-I-REVIEW, Manual Code review required!"
966
"%
CONFIG_H
-I-NONPORT, ''key2' being asked for!"
968
"-
CONFIG_H
-I-FILE_OLD, file.h will not be configured as is obsolete!"
974
"-
CONFIG_H
-I-REVIEW, Manual Code review required!"
1150
"%
CONFIG_H
-I-NONPORT, ''key2' being asked for!
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sysconfig.py
300
config_h
= get_config_h_filename()
302
with open(
config_h
) as f:
305
msg = "invalid Python installation: unable to open %s" %
config_h
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sysconfig.py
290
config_h
= get_config_h_filename()
292
with open(
config_h
) as f:
295
msg = "invalid Python installation: unable to open %s" %
config_h
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 1496 milliseconds