/system/update_engine/update_manager/ |
fake_config_provider.h | 35 FakeVariable<bool> var_is_oobe_enabled_{ // NOLINT(whitespace/braces)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
file.d | 10 0+ l[ ]*df \*ABS\*[ ]+0+ \{braces\}
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/ |
file.d | 11 0+ l[ ]*df \*ABS\*[ ]+0+ \{braces\}
|
/external/vixl/ |
CPPLINT.cfg | 12 filter=+readability/braces 38 filter=+whitespace/braces
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/ |
SmaliHighlightingColors.java | 48 public static final TextAttributesKey BRACES = createTextAttributesKey( 49 "BRACES", DefaultLanguageHighlighterColors.BRACES);
|
/hardware/bsp/intel/peripheral/libupm/ |
.clang-format | 36 # Use the linux brace breaking style: Attach braces to context except for braces on functions,
|
/art/runtime/ |
runtime_options.cc | 32 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap::Name {__VA_ARGS__}; // NOLINT [readability/braces] [4]
|
/external/clang/test/SemaCXX/ |
microsoft-new-delete.cpp | 34 void *u = new (ect, {0}) int[4]; // expected-warning {{braces around scalar init}}
|
cxx0x-initializer-references.cpp | 106 B b3 { { { 0 } } }; // expected-warning {{braces around scalar init}} 113 D d3 { { { 0 } } }; // ok, { { 0 } } calls C({ 0 }), expected-warning {{braces around scalar init}}
|
/external/libcxxabi/cmake/ |
config-ix.cmake | 23 check_cxx_compiler_flag(-Wmissing-braces LIBCXXABI_HAS_WMISSING_BRACES_FLAG)
|
/external/libunwind_llvm/cmake/ |
config-ix.cmake | 24 check_cxx_compiler_flag(-Wmissing-braces LIBUNWIND_HAS_WMISSING_BRACES_FLAG)
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
error_check.py | 69 'forbids braces around @inheritdoc JsDoc tags.\n' 70 ' - ' + Rule.BRACES_AROUND_TYPE + ': enforces braces '
|
/external/lz4/examples/ |
Makefile | 35 CFLAGS += -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wno-missing-braces # Wno-missing-braces required due to GCC <4.8.3 bug
|
/external/clang/test/CXX/drs/ |
dr16xx.cpp | 32 f({0}, {{1}}); // expected-warning {{braces around scalar init}}
|
/external/pdfium/third_party/ |
pdfiumlcms.mk | 15 LOCAL_CFLAGS += -Wno-unused-parameter -Wno-missing-braces -Wno-unused-function
|
/external/selinux/libselinux/man/man5/ |
local.users.5 | 40 One or more previously declared role identifiers. Multiple role identifiers consist of a space separated list enclosed in braces '{}'.
|
/external/skia/platform_tools/android/examples/hello_skia_app/ |
README | 13 are surrounded with curly braces should be replaced with the paths that are described.
|
/external/jetty/src/java/org/eclipse/jetty/util/log/ |
JavaUtilLog.java | 140 String braces = "{}"; local 145 int bracesIndex = msg.indexOf(braces, start); 157 start = bracesIndex + braces.length();
|
/external/bison/build-aux/ |
useless-if-before-free | 5 # Likewise "if (p != 0)", "if (0 != p)", or with NULL; and with braces. 177 # FIXME: do something like this as an option (doesn't do braces): 184 # Use the following to remove redundant uses of kfree inside braces.
|
/art/runtime/lambda/ |
art_lambda_method.cc | 43 ShortyFieldType shorty_field{*shorty}; // NOLINT [readability/braces] [4]
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/ |
DbQueryUtils.java | 46 // all pass. I can also remove the braces, and the tests all pass.
|
/external/clang/test/Sema/ |
array-init.c | 179 float r1[10] = {{7}}; //expected-warning{{braces around scalar initializer}} 180 float r2[] = {{8}}; //expected-warning{{braces around scalar initializer}} 184 float r4[1][2] = {1,{2},3,4}; //expected-warning{{braces around scalar initializer}} expected-warning{{excess elements in array initializer}} 217 int u2 = {{3}}; //expected-warning{{too many braces around scalar initializer}}
|
/external/deqp/doc/testspecs/GLES3/ |
functional.shaders.switch.txt | 32 - Missing colons, opening or closing braces etc.
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/ |
Platform.java | 63 // if we run out of placeholders, append the extra args in square braces
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
Platform.java | 61 // if we run out of placeholders, append the extra args in square braces
|