OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numfuncs
(Results
1 - 2
of
2
) sorted by null
/ndk/build/tools/
dev-system-import.sh
320
local
numfuncs
=`echo $funcs | wc -w`
322
dump "Generating shell library for `basename $1` ($
numfuncs
functions + $numvars variables)"
gen-platforms.sh
470
local CC funcs vars
numfuncs
numvars
490
numfuncs
=$(echo $funcs | wc -w)
492
log "Generating $ARCH shared library for $LIB ($
numfuncs
functions + $numvars variables)"
Completed in 665 milliseconds