Home
last modified time | relevance | path

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

12

/system/tools/aidl/docs/
Dmaking-changes.md3 ## Coding style
5 This project was originally written in C, in the Android platform style.
6 It has been substantially re-written in C++, in the Google C++ style.
8 This style
11 When in doubt, clang-format -style=google is a good reference.
/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/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.
DCOMMIT-QUEUE.ini2 # Use of this source code is governed by a BSD-style license that can be
/system/linkerconfig/
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/tools/sysprop/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/security/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/netd/
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/testing/gtest_extras/
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/core/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/core/libziparchive/
DAndroid.bp31 // Enable -Wold-style-cast only for non-Windows targets. _islower_l,
33 // libcxx/include/__locale) has an old-style-cast.
37 "-Wold-style-cast",
/system/vold/
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/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/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/nfc/
D.clang-format18 # Below are some minor deviations from the default Google style to
/system/bt/
D.clang-format18 # Below are some minor deviations from the default Google style to
/system/netd/tests/benchmarks/
DREADME.md64 <style type="text/css">
72 </style>
/system/bt/gd/
D.clang-format18 # Below are some minor deviations from the default Google style to
/system/tools/hidl/
DCompoundType.h35 CompoundType(Style style, const char* localName, const FQName& fullName,
38 Style style() const;
Dhidl-gen_y.yy110 bool isValidCompoundTypeField(CompoundType::Style style, const std::string& identifier,
114 if (style == CompoundType::STYLE_UNION) { return true; }
958 auto style = static_cast<CompoundType *>(*scope)->style();
960 if (!isValidCompoundTypeField(style, $2, &errorMsg)) {
972 auto style = static_cast<CompoundType *>(*scope)->style();
975 !isValidCompoundTypeField(style, static_cast<NamedType*>(

12