Searched
full:braces (Results
251 -
275 of
640) sorted by null
<<11121314151617181920>>
/art/runtime/lambda/ |
shorty_field_type.h | 115 return ShortyFieldType{c}; // NOLINT [readability/braces] [4]
|
/bootable/recovery/ |
verifier.cpp | 458 // (Note that the braces and commas in this example are actual
|
/development/tools/checkstyle/ |
android-style.xml | 107 <message key="needBraces" value="if, for, while, and do require curly braces unless they are single-line statements."/>
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 288 # Tokenize braces so we can find types.
|
/external/clang/test/CXX/drs/ |
dr6xx.cpp | 270 struct S { int n; } s = {{5}}; // expected-warning {{braces}}
|
/external/e2fsprogs/e2fsck/ |
e2fsck.conf.5.in | 19 delimited by square braces: [ ]. Within each section, each line
|
/external/e2fsprogs/misc/ |
mke2fs.conf.5.in | 19 delimited by square braces: [ ]. Within each section, each line
|
/external/freetype/src/autofit/ |
afblue.dat | 47 // - Data blocks enclosed in balanced braces, which get copied verbatim and
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
SelectFormat.java | 125 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}.
|
/external/icu/icu4c/source/i18n/unicode/ |
selfmt.h | 142 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}.</p>
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
SelectFormat.java | 124 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}.
|
/external/javassist/tutorial/ |
tutorial2.html | 147 statements surrounded with braces <code>{}</code>. 287 surrounded with braces <code>{}</code>. 289 surrounded with braces. [all...] |
/external/libcxxabi/ |
CMakeLists.txt | 218 append_if(LIBCXXABI_COMPILE_FLAGS LIBCXXABI_HAS_WMISSING_BRACES_FLAG -Wmissing-braces)
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ |
afblue.pl | 452 # Count braces while getting the block.
|
/external/messageformat/java/com/ibm/icu/text/ |
SelectFormat.java | 124 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}.</p>
|
/external/v8/test/webkit/resources/ |
json2-es5-compat.js | 343 // and wrap them in braces.
|
/external/v8/tools/gyp/tools/emacs/ |
gyp.el | 20 "De-indent closing parens, braces, and brackets in gyp-mode."
|
/external/webrtc/webrtc/base/ |
base.gyp | 555 '-Wno-missing-braces',
|
/frameworks/rs/scriptc/ |
rs_value_types.rsh | 39 * between curly braces, e.g. (float3){1.0f, 2.0f, 3.0f}.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 88 # passing values with braces inside a tuple/list
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 88 # passing values with braces inside a tuple/list
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 88 # passing values with braces inside a tuple/list
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 88 # passing values with braces inside a tuple/list
|
/prebuilts/sdk/renderscript/include/ |
rs_value_types.rsh | 39 * between curly braces, e.g. (float3){1.0f, 2.0f, 3.0f}.
|
/art/cmdline/ |
cmdline_types.h | 53 return Result::Success(Unit{}); // NOLINT [whitespace/braces] [5] 482 XGcOption xgc{}; // NOLINT [readability/braces] [4]
|
Completed in 710 milliseconds
<<11121314151617181920>>