OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hd_
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/hdrtst/
Makefile
120
echo '#define U_HIDE_DRAFT_API' >
hd_
$$incfile.c; \
122
echo 'void junk(void);' >>
hd_
$$incfile.c ; \
123
echo 'void junk(){}' >>
hd_
$$incfile.c ; \
124
$(COMPILE.cc) -c $(cppflags)
hd_
$$incfile.c ; \
Makefile.in
139
echo '#define U_HIDE_DRAFT_API' >
hd_
$$incfile.c; \
141
echo 'void junk(void);' >>
hd_
$$incfile.c ; \
142
echo 'void junk(){}' >>
hd_
$$incfile.c ; \
143
$(COMPILE.cc) -c $(cppflags)
hd_
$$incfile.c ; \
Completed in 40 milliseconds