OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HBSOURCES
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
check-includes.sh
10
test "x$
HBSOURCES
" = x &&
HBSOURCES
=`find . -maxdepth 1 -name 'hb-*.cc' -or -name 'hb-*.hh'`
30
for x in $
HBSOURCES
; do
39
grep '#.*\<include\>.*<.*hb' $HBHEADERS $
HBSOURCES
>&2 && stat=1
check-c-linkage-decls.sh
10
test "x$
HBSOURCES
" = x &&
HBSOURCES
=`find . -maxdepth 1 -name 'hb*.h'`
20
for x in $
HBSOURCES
; do
check-header-guards.sh
10
test "x$
HBSOURCES
" = x &&
HBSOURCES
=`find . -maxdepth 1 -name 'hb-*.cc' -or -name 'hb-*.hh'`
13
for x in $HBHEADERS $
HBSOURCES
; do
Completed in 106 milliseconds