Home
last modified time | relevance | path

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

12

/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/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/libufdt/
DPREUPLOAD.cfg6 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h
/system/bpf/
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/server_configurable_flags/
DPREUPLOAD.cfg5 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/netd/
DPREUPLOAD.cfg6 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/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/teeui/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/apex/
DPREUPLOAD.cfg11 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/security/
DPREUPLOAD.cfg6 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/bt/doc/
Dstyle_guide.md2 This document outlines the coding conventions and code style used in Fluoride.
3 Its primary purpose is to provide explicit guidance on style so that developers
4 are consistent with one another and spend less time debating style.
36 pointer and then back to the original integer. This style of code is typically
98 example, the following style is preferred:
267 The style file is located at the root of the source tree in .clang-format. The
268 -style=file option instructs clang-format to look for this file. You may find
272 `clang-format -style=file -i path_to_files/filename_or_*`
319 `clang-format -style=file -i path_to_files/filename_or_*`
355 `clang-format -style=file -i path_to_files/filename_or_*`
[all …]
/system/core/adb/
DSOCKET-ACTIVATION.txt1 adb can be configured to work with systemd-style socket activation,
40 and listening. inetd-style pre-accepted sockets do _not_ work in this
/system/libziparchive/
DAndroid.bp33 // Enable -Wold-style-cast only for non-Windows targets. _islower_l,
35 // libcxx/include/__locale) has an old-style-cast.
39 "-Wold-style-cast",
/system/media/camera/docs/
Dhtml.mako22 <style type="text/css">
35 /* toc style */
72 .entry ul { margin: 0 0 0 0; list-style-position: inside; padding-left: 0.5em; }
77 .entry_tags ul { list-style-type: none; }
84 .entry_spacer { background-color: transparent; border-style: none; height: 0.5em; }
89 </style>
91 <style>
101 </style>
/system/tools/hidl/
DCompoundType.h36 CompoundType(Style style, const std::string& localName, const FQName& fullName,
39 Style style() const;
/system/nfc/
D.clang-format18 # Below are some minor deviations from the default Google style to

12