Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 30) 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/inferno/
Dscript.js75 svgElement.getElementById("zoom_rect").style.display = "block";
76 svgElement.getElementById("zoom_text").style.display = "block";
102 rect.style.display = "none"
103 text.style.display = "none"
106 rect.style.display = "block"
107 text.style.display = "block"
142 svgOwner.getElementById("zoom_rect").style.display = "none";
143 svgOwner.getElementById("zoom_text").style.display = "none";
Dsvg_renderer.py82 fill="rgb(%d,%d,%d)" style="stroke:rgb(%d,%d,%d)"/>\n \
132 <text id="zoom_text" style="display:none;" class="t" x="19" y="30" \
140 <rect id="info_rect" style="stroke:rgb(0,0,0);" \
158 width="%d" height="%d" style="border: 1px solid black;" \
/system/libufdt/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h
/system/core/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/system/tpm/
D.clang-format3 # so it makes sense for them to use the same coding style.
/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 */
71 .entry ul { margin: 0 0 0 0; list-style-position: inside; padding-left: 0.5em; }
76 .entry_tags ul { list-style-type: none; }
83 .entry_spacer { background-color: transparent; border-style: none; height: 0.5em; }
88 </style>
90 <style>
100 </style>
/system/tools/hidl/
DCompoundType.h35 CompoundType(Style style, const char* localName, const Location& location, Scope* parent);
37 Style style() const;
Dmain.cpp548 for (int style = LIBRARY_STYLE_REGULAR; in generateMakefileForPackage() local
549 (packageIsJavaCompatible && style != LIBRARY_STYLE_END); in generateMakefileForPackage()
550 ++style) { in generateMakefileForPackage()
552 (style == LIBRARY_STYLE_STATIC) ? "-static" : ""; in generateMakefileForPackage()
573 << ((style == LIBRARY_STYLE_STATIC) ? "STATIC_" : "") in generateMakefileForPackage()
597 << ((style == LIBRARY_STYLE_STATIC) ? "STATIC_" : "") in generateMakefileForPackage()
DRefType.cpp56 && static_cast<CompoundType *>(elementType)->style() == CompoundType::STYLE_STRUCT) { in isCompatibleElementType()
DCompoundType.cpp26 CompoundType::CompoundType(Style style, const char* localName, const Location& location, in CompoundType() argument
28 : Scope(localName, location, parent), mStyle(style), mFields(NULL) {} in CompoundType()
30 CompoundType::Style CompoundType::style() const { in style() function in android::CompoundType
Dhidl-gen_l.ll87 "//"[^\r\n]* { /* skip C++ style comment */ }
/system/netd/tests/benchmarks/
DREADME.md64 <style type="text/css">
72 </style>
/system/bt/
D.clang-format18 # Below are some minor deviations from the default Google style to
/system/nfc/
D.clang-format18 # Below are some minor deviations from the default Google style to
/system/core/libziparchive/
DAndroid.bp26 "-Wold-style-cast",
/system/core/liblog/
DAndroid.bp85 ldflags: ["-Wl,--hash-style=both"],
/system/tpm/attestation/common/
Dcommon.proto2 // Use of this source code is governed by a BSD-style license that can be
Ddatabase.proto2 // Use of this source code is governed by a BSD-style license that can be
/system/chre/chre_api/doc/
DDoxyfile174 # first line (until the first dot) of a Javadoc-style comment as the brief
175 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
176 # style comments (thus requiring an explicit @brief command for a brief
183 # line (until the first dot) of a Qt-style comment as the brief description. If
184 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
693 # For LaTeX the style of the bibliography can be controlled using
1065 # To get valid HTML the header file that includes any scripts and style sheets
1091 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1093 # the HTML output. If left blank doxygen will generate a default style sheet.
1094 # See also section "Doxygen usage" for information on how to generate the style
[all …]
/system/update_engine/
Dpylintrc82 # We leave many of the style warnings to judgement/peer review.
122 # Template used to display messages. This is a python new-style format string
271 # Colon-delimited sets of names that determine each other's naming style when
330 # leading underscore is sanctioned for private modules by Google's style
/system/chre/
DREADME.md177 C++ style guide is used with the exception of Android naming conventions for
180 Android style guide are inherited from Google.
/system/media/audio_utils/
DDoxyfile166 # first line (until the first dot) of a Javadoc-style comment as the brief
167 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
168 # style comments (thus requiring an explicit @brief command for a brief
175 # line (until the first dot) of a Qt-style comment as the brief description. If
176 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
670 # For LaTeX the style of the bibliography can be controlled using
1024 # To get valid HTML the header file that includes any scripts and style sheets
1050 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1052 # the HTML output. If left blank doxygen will generate a default style sheet.
1053 # See also section "Doxygen usage" for information on how to generate the style
[all …]
DDoxyfile.orig166 # first line (until the first dot) of a Javadoc-style comment as the brief
167 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
168 # style comments (thus requiring an explicit @brief command for a brief
175 # line (until the first dot) of a Qt-style comment as the brief description. If
176 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
670 # For LaTeX the style of the bibliography can be controlled using
1024 # To get valid HTML the header file that includes any scripts and style sheets
1050 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1052 # the HTML output. If left blank doxygen will generate a default style sheet.
1053 # See also section "Doxygen usage" for information on how to generate the style
[all …]

12