OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:astyle
(Results
1 - 4
of
4
) sorted by null
/external/libxcam/
code_style.sh
3
git status -s | grep -E "\.cpp$|\.h$" | cut -c4- | xargs
astyle
--indent=spaces=4 --convert-tabs --pad-oper --suffix=none
/hardware/intel/common/libva/
style_unify
6
astyle
--style=linux -s4 -c -s -p -U -H -n $i
/hardware/intel/img/psb_video/
style_unify
6
astyle
--style=linux -s4 -c -s -p -U -H -n $i
/external/libxcam/tools/
pre-commit-code-style.sh
4
ASTYLE
=
astyle
10
command -v $
ASTYLE
> /dev/null 2>&1 || echo "warning: $
ASTYLE
is not installed"
13
echo "---- checking code style (dos2unix /
astyle
)----"
16
$
ASTYLE
${ASTYLE_PARAMS} ${file}
Completed in 637 milliseconds