Searched refs:style (Results 1 – 25 of 41) sorted by relevance
12
/system/tools/aidl/docs/ |
D | making-changes.md | 3 ## 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/ |
D | script.js | 100 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-format | 18 # 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.
|
D | COMMIT-QUEUE.ini | 2 # Use of this source code is governed by a BSD-style license that can be
|
/system/linkerconfig/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/keymaster/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/tools/sysprop/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/security/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/netd/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/server_configurable_flags/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/libufdt/ |
D | PREUPLOAD.cfg | 6 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h
|
/system/testing/gtest_extras/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/bpf/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/core/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/core/libziparchive/ |
D | Android.bp | 31 // 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/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/apex/ |
D | PREUPLOAD.cfg | 11 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/bt/doc/ |
D | style_guide.md | 2 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/ |
D | html.mako | 22 <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-format | 18 # Below are some minor deviations from the default Google style to
|
/system/bt/ |
D | .clang-format | 18 # Below are some minor deviations from the default Google style to
|
/system/netd/tests/benchmarks/ |
D | README.md | 64 <style type="text/css"> 72 </style>
|
/system/bt/gd/ |
D | .clang-format | 18 # Below are some minor deviations from the default Google style to
|
/system/tools/hidl/ |
D | CompoundType.h | 35 CompoundType(Style style, const char* localName, const FQName& fullName, 38 Style style() const;
|
D | hidl-gen_y.yy | 110 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