Searched refs:style (Results 1 – 25 of 46) sorted by relevance
12
/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/tools/hidl/lint/lints/ |
D | safeunion.cpp | 53 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-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.
|
/system/bt/ |
D | .style.yapf | 1 [style]
|
/system/testing/gtest_extras/ |
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/libufdt/ |
D | PREUPLOAD.cfg | 6 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h
|
/system/bpf/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/linkerconfig/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/gsid/ |
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/incremental_delivery/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/netd/ |
D | PREUPLOAD.cfg | 6 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/core/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/vold/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/system/teeui/ |
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/security/ |
D | PREUPLOAD.cfg | 6 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/core/adb/ |
D | SOCKET-ACTIVATION.txt | 1 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/ |
D | Android.bp | 33 // 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/ |
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/tools/hidl/ |
D | CompoundType.h | 36 CompoundType(Style style, const std::string& localName, const FQName& fullName, 39 Style style() const;
|
/system/nfc/ |
D | .clang-format | 18 # Below are some minor deviations from the default Google style to
|
12