Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/hdrtst/
DMakefile.in41 include $(shell icu-config --incfile)
52 echo "$(NAME.headers) unicode/$$incfile" ; \
103 …@FAIL=0;NONE="(No deprecated headers)";stub=ht_stub_dtest.cpp;for incfile in `cat $(srcdir)/dfiles…
105 echo "$@ unicode/$$incfile" ; \
106 echo "#include <unicode/$$incfile>" > $$stub ; \
109 …if ! cat $$stub.out | sed -e 's/^.*#error[^"]*"//' | grep -v ht_ | grep -v "$$incfile header is ob…
110 echo "** FAIL Header unicode/$$incfile is not obsoleted properly" ; \
120 incfile=`basename $$file` ; \
122 echo "$@ unicode/$$incfile" ; \
123 echo "#include <unicode/$$incfile>" > $$stub ; \
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py296 with open(self.output_path, 'ab') as incfile:
297 incfile.write('\n\n// Generated from:\n//\n')
298 incfile.write(out + '\n')
/third_party/flutter/skia/third_party/externals/icu/source/config/
Dicu-config-bottom64 echo " --incfile Print path to Makefile.inc"
327 --incfile)
/third_party/icu/icu4c/source/config/
Dicu-config-bottom70 echo " --incfile Print path to Makefile.inc"
333 --incfile)
/third_party/skia/third_party/externals/icu/source/config/
Dicu-config-bottom70 echo " --incfile Print path to Makefile.inc"
333 --incfile)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py338 with open(output_path, 'wb') as incfile:
339 incfile.write(str.encode(text))