Home
last modified time | relevance | path

Searched refs:incfile (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/hdrtst/
DMakefile.in35 include $(shell icu-config --incfile)
70 echo "$@ unicode/$$incfile.h" ; \
71 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
72 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
73 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
84 echo "$@ unicode/$$incfile.h" ; \
85 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
86 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
88 ….cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_d…
91 …fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h …
[all …]
/external/icu/icu4c/source/config/
Dicu-config-bottom64 echo " --incfile Print path to Makefile.inc"
327 --incfile)
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py1084 for incfile in includes:
1085 noext = os.path.splitext(incfile)[0]
/external/nanopb-c/generator/
Dnanopb_generator.py1180 for incfile in includes:
1181 noext = os.path.splitext(incfile)[0]
/external/python/cpython2/
Dsetup.py851 incfile = open(name, 'r')
852 for line in incfile: