Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 58) sorted by relevance

123

/system/tools/aidl/
Daidl-format.sh26 function find-aidl-format-style() {
74 local style="$2"
76 local styletext="$([ -f "$style" ] && cat "$style" | tr '\n' ',' 2> /dev/null)"
78 --style='{BasedOnStyle: Google,
118 local style="$3"
123 apply-clang-format "$output" "$style"
171 local style="$(pwd)/.aidl-format"
172 format-one $mode "$input" "$style"
181 local style="$(find-aidl-format-style $(dirname "$filename"))"
182 format-one $mode "$file" "$style"
/system/extras/simpleperf/scripts/inferno/
Dscript.js100 svgElement.getElementById('zoom_rect').style.display = 'block';
101 svgElement.getElementById('zoom_text').style.display = 'block';
138 rect.style.display = 'none';
139 text.style.display = 'none';
142 rect.style.display = 'block';
143 text.style.display = 'block';
176 svgOwner.getElementById('zoom_rect').style.display = 'none';
177 svgOwner.getElementById('zoom_text').style.display = 'none';
/system/tools/hidl/lint/lints/
Dsafeunion.cpp53 if (compoundType->style() == CompoundType::Style::STYLE_UNION) { in lintUnionRecursively()
69 if (compoundType->style() == CompoundType::Style::STYLE_UNION) { in lintUnionRecursively()
91 if (compoundType->style() == CompoundType::Style::STYLE_UNION) { in lintUnionRecursively()
/system/update_engine/
D.clang-format18 # style guide defined by Brillo. To use this file create a *relative* symlink in
22 # See go/brillo-c++-style for details about the style guide.
/system/extras/perf2cfg/
D.style.yapf1 [style]
/system/bt/
D.style.yapf1 [style]
/system/testing/gtest_extras/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/tools/sysprop/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/linkerconfig/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/gsid/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/bpf/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/server_configurable_flags/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/libufdt/
DPREUPLOAD.cfg6 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h
/system/netd/
DPREUPLOAD.cfg6 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/incremental_delivery/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/chre/
DPREUPLOAD.cfg7 --config_xml ${REPO_ROOT}/prebuilts/checkstyle/android-style.xml
/system/extras/
DPREUPLOAD.cfg8 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/logging/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/core/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/vold/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/libziparchive/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/keymaster/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/unwinding/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/libbase/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/teeui/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp

123