Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/hdrtst/
DMakefile.in37 include $(shell icu-config --incfile)
48 echo "$(NAME.headers) unicode/$$incfile" ; \
99 …@FAIL=0;NONE="(No deprecated headers)";stub=ht_stub_dtest.cpp;for incfile in `cat $(srcdir)/dfiles…
101 echo "$@ unicode/$$incfile" ; \
102 echo "#include <unicode/$$incfile>" > $$stub ; \
105 …if ! cat $$stub.out | sed -e 's/^.*#error[^"]*"//' | grep -v ht_ | grep -v "$$incfile header is ob…
106 echo "** FAIL Header unicode/$$incfile is not obsoleted properly" ; \
116 incfile=`basename $$file` ; \
118 echo "$@ unicode/$$incfile" ; \
119 echo "#include <unicode/$$incfile>" > $$stub ; \
[all …]
/external/deqp-deps/amber/tools/
Dupdate_vk_wrappers.py194 incfile = os.path.join(srcdir, 'src', 'vulkan', 'vk-funcs-%s.inc' % vulkan_version)
196 data = read_inc(incfile)
/external/icu/icu4c/source/config/
Dicu-config-bottom70 echo " --incfile Print path to Makefile.inc"
333 --incfile)
/external/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py338 with open(output_path, 'wb') as incfile:
339 incfile.write(str.encode(text))
/external/libcups/ppdc/
Dppdc-source.cxx2563 ppdcFile *incfile; // Include file in scan_file() local
2592 incfile = new ppdcFile(incname); in scan_file()
2593 scan_file(incfile, d, true); in scan_file()
2594 delete incfile; in scan_file()
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py1084 for incfile in includes:
1085 noext = os.path.splitext(incfile)[0]
/external/python/cpython2/
Dsetup.py851 incfile = open(name, 'r')
852 for line in incfile:
/external/nanopb-c/generator/
Dnanopb_generator.py1180 for incfile in includes:
1181 noext = os.path.splitext(incfile)[0]